History | View | Annotate | Download (107 KB)
swscale: simplify rgb2rgb templating
MMX is always built. Drop the ifdefs
swscale: move away x86 specific code from rgb2rgb
Keep only the plain C code in the main rgb2rgb.c and move the x86specific optimizations to x86/rgb2rgb.cChange the initialization pattern a little so some of it can befactorized to behave more like dsputils.