FFmpeg/libswscale
Zuxy Meng 23b0072ad7 MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just
swaps R and B inputs for the existing yuv420->bgr24 routine.

Originally committed as revision 30254 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2010-01-09 17:20:49 +00:00
..
bfin
mlib
ppc Remove ; after while(0) in macros. 2009-09-12 20:10:22 +00:00
sparc
x86 MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just 2010-01-09 17:20:49 +00:00
colorspace-test.c
Makefile
options.c
rgb2rgb_template.c Remove unused PREFETCHW macro 2010-01-09 14:44:20 +00:00
rgb2rgb.c Indent. 2009-09-07 16:29:32 +00:00
rgb2rgb.h
swscale_internal.h Move fast bilinear scaler code to the existing h[yc]scale_fast() functions. 2009-12-21 01:54:59 +00:00
swscale_template.c Remove unused PREFETCHW macro 2010-01-09 14:44:20 +00:00
swscale-example.c
swscale.c Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will 2010-01-08 19:31:33 +00:00
swscale.h Implement sws_isSupportedInput() and sws_isSupportedOutput(). 2010-01-07 19:07:47 +00:00
yuv2rgb.c