• Ting Fu's avatar
    libswscale/x86/yuv2rgb: add ssse3 version · fc6a5883
    Ting Fu authored
    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: 's avatarTing Fu <ting.fu@intel.com>
    fc6a5883
Name
Last commit
Last update
..
Makefile Loading commit data...
hscale_fast_bilinear_simd.c Loading commit data...
input.asm Loading commit data...
output.asm Loading commit data...
rgb2rgb.c Loading commit data...
rgb2rgb_template.c Loading commit data...
rgb_2_rgb.asm Loading commit data...
scale.asm Loading commit data...
swscale.c Loading commit data...
swscale_template.c Loading commit data...
w64xmmtest.c Loading commit data...
yuv2rgb.c Loading commit data...
yuv2rgb_template.c Loading commit data...
yuv_2_rgb.asm Loading commit data...