-
- Downloads
swscale: move away x86 specific code from rgb2rgb
Keep only the plain C code in the main rgb2rgb.c and move the x86 specific optimizations to x86/rgb2rgb.c Change the initialization pattern a little so some of it can be factorized to behave more like dsputils.
Showing
- libswscale/Makefile 2 additions, 1 deletionlibswscale/Makefile
- libswscale/rgb2rgb.c 2 additions, 91 deletionslibswscale/rgb2rgb.c
- libswscale/rgb2rgb.h 2 additions, 0 deletionslibswscale/rgb2rgb.h
- libswscale/rgb2rgb_template.c 166 additions, 2143 deletionslibswscale/rgb2rgb_template.c
- libswscale/x86/rgb2rgb.c 140 additions, 0 deletionslibswscale/x86/rgb2rgb.c
- libswscale/x86/rgb2rgb_template.c 2944 additions, 0 deletionslibswscale/x86/rgb2rgb_template.c
This diff is collapsed.
libswscale/x86/rgb2rgb.c
0 → 100644
libswscale/x86/rgb2rgb_template.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment