|
|
|
@@ -616,7 +616,7 @@ void ff_yuv2rgb_init_tables_altivec(SwsContext *c, const int inv_table[4], |
|
|
|
void updateMMXDitherTables(SwsContext *c, int dstY, int lumBufIndex, int chrBufIndex, |
|
|
|
int lastInLumBuf, int lastInChrBuf); |
|
|
|
|
|
|
|
SwsFunc ff_yuv2rgb_init_mmx(SwsContext *c); |
|
|
|
SwsFunc ff_yuv2rgb_init_x86(SwsContext *c); |
|
|
|
SwsFunc ff_yuv2rgb_init_vis(SwsContext *c); |
|
|
|
SwsFunc ff_yuv2rgb_init_altivec(SwsContext *c); |
|
|
|
SwsFunc ff_yuv2rgb_get_func_ptr_bfin(SwsContext *c); |
|
|
|
@@ -851,7 +851,7 @@ void ff_sws_init_output_funcs(SwsContext *c, |
|
|
|
yuv2packedX_fn *yuv2packedX, |
|
|
|
yuv2anyX_fn *yuv2anyX); |
|
|
|
void ff_sws_init_swScale_altivec(SwsContext *c); |
|
|
|
void ff_sws_init_swScale_mmx(SwsContext *c); |
|
|
|
void ff_sws_init_swscale_x86(SwsContext *c); |
|
|
|
|
|
|
|
static inline void fillPlane16(uint8_t *plane, int stride, int width, int height, int y, |
|
|
|
int alpha, int bits, const int big_endian) |
|
|
|
|