ffmpeg/libswscale/x86
Ting Fu fc6a5883d6 libswscale/x86/yuv2rgb: add ssse3 version
Tested using this command:
/ffmpeg -pix_fmt yuv420p -s 1920*1080 -i ArashRawYuv420.yuv \
-vcodec rawvideo -s 1920*1080 -pix_fmt rgb24 -f null /dev/null

The fps increase from 389 to 640 on Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz

Signed-off-by: Ting Fu <ting.fu@intel.com>
2020-02-10 15:08:33 +01:00
..
Makefile libswscale/x86/yuv2rgb: Change inline assembly into nasm code 2020-02-05 17:41:59 +01:00
hscale_fast_bilinear_simd.c
input.asm
output.asm
rgb2rgb.c swscale/x86/rgb2rgb : port shuffle 2103 mmxext to external asm and remove inline asm version 2018-10-13 14:12:41 +02:00
rgb2rgb_template.c swscale/x86/rgb2rgb : port shuffle 2103 mmxext to external asm and remove inline asm version 2018-10-13 14:12:41 +02:00
rgb_2_rgb.asm swscale/x86/rgb2rgb.asm : add Ivo Van Poorten name to the top of the file 2018-10-18 21:43:19 +02:00
scale.asm
swscale.c libswscale/x86/yuv2rgb: Change inline assembly into nasm code 2020-02-05 17:41:59 +01:00
swscale_template.c swscale: Add support for NV24 and NV42 2019-05-12 07:51:02 -07:00
w64xmmtest.c
yuv2rgb.c libswscale/x86/yuv2rgb: add ssse3 version 2020-02-10 15:08:33 +01:00
yuv2rgb_template.c libswscale/x86/yuv2rgb: Change inline assembly into nasm code 2020-02-05 17:41:59 +01:00
yuv_2_rgb.asm libswscale/x86/yuv2rgb: add ssse3 version 2020-02-10 15:08:33 +01:00