ffmpeg/libswscale/ppc
Luca Barbato 3304a1e69a swscale: add dithering to yuv2yuvX_altivec_real
It just does that part in scalar form, I doubt using a vector store
over 2 array would speed it up particularly.

The function should be written to not use a scratch buffer.
2011-08-13 00:06:04 +02:00
..
swscale_altivec.c swscale: add dithering to yuv2yuvX_altivec_real 2011-08-13 00:06:04 +02:00
yuv2rgb_altivec.c swscale: split yuv2packedX_altivec in smaller functions. 2011-06-27 18:05:16 -07:00
yuv2rgb_altivec.h swscale: split yuv2packedX_altivec in smaller functions. 2011-06-27 18:05:16 -07:00
yuv2yuv_altivec.c swscale: split out unscaled altivec YUV converters in their own file. 2011-06-03 09:52:09 -07:00