1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libswscale/x86
Ronald S. Bultje 522d65ba25 rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.
Many functions have such a prefix, but do not actually use any
instructions or features from that set, thus giving the false
impression that swscale is highly optimized for a particular
system, whereas in reality it is not.
2011-05-26 09:31:02 -04:00
..
rgb2rgb_template.c rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions. 2011-05-26 09:31:02 -04:00
rgb2rgb.c rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions. 2011-05-26 09:31:02 -04:00
swscale_template.c swscale: reindent h[cy]scale_fast() and updateDitherTables(). 2011-05-26 09:31:02 -04:00
swscale_template.h swscale: fix compilation with --enable-runtime-cpudetect 2011-04-15 09:07:37 +02:00
yuv2rgb_mmx.c swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 2011-05-24 10:03:26 -04:00
yuv2rgb_template.c swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 2011-05-24 10:03:26 -04:00