|
|
|
@ -68,17 +68,6 @@ void shuffle_bytes_1230(const uint8_t *src, uint8_t *dst, int src_size); |
|
|
|
|
void shuffle_bytes_3012(const uint8_t *src, uint8_t *dst, int src_size); |
|
|
|
|
void shuffle_bytes_3210(const uint8_t *src, uint8_t *dst, int src_size); |
|
|
|
|
|
|
|
|
|
#if LIBSWSCALE_VERSION_MAJOR < 1 |
|
|
|
|
/* deprecated, use the public versions in swscale.h */ |
|
|
|
|
attribute_deprecated void palette8topacked32(const uint8_t *src, uint8_t *dst, long num_pixels, const uint8_t *palette); |
|
|
|
|
attribute_deprecated void palette8topacked24(const uint8_t *src, uint8_t *dst, long num_pixels, const uint8_t *palette); |
|
|
|
|
|
|
|
|
|
/* totally deprecated, please fix code that uses this */ |
|
|
|
|
attribute_deprecated void palette8torgb16(const uint8_t *src, uint8_t *dst, long num_pixels, const uint8_t *palette); |
|
|
|
|
attribute_deprecated void palette8tobgr16(const uint8_t *src, uint8_t *dst, long num_pixels, const uint8_t *palette); |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, |
|
|
|
|
uint8_t *vdst, int width, int height, int lumStride, |
|
|
|
|
int chromStride, int srcStride); |
|
|
|
|