ffmpeg/libswscale/ppc
Ronald S. Bultje 3f04ab4fcd swscale: split hScale() function pointer into h[cy]Scale().
This allows using more specific implementations for chroma/luma, e.g.
we can make assumptions on filterSize being constant, thus avoiding
that test at runtime.
2011-08-17 20:56:06 -07:00
..
swscale_altivec.c swscale: split hScale() function pointer into h[cy]Scale(). 2011-08-17 20:56:06 -07: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