ffmpeg/libswscale/x86
Nelson Gomez bc01337db4 swscale/x86/output: add AVX2 version of yuv2nv12cX
256 bits is just wide enough to fit all the operands needed to vectorize
the software implementation, but AVX2 is needed to for a couple of
instructions like cross-lane permutation.

Output is bit-for-bit identical to C.

Signed-off-by: Nelson Gomez <nelson.gomez@microsoft.com>
2020-06-14 16:34:07 +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 swscale/x86/output: add AVX2 version of yuv2nv12cX 2020-06-14 16:34:07 +01:00
rgb2rgb.c
rgb2rgb_template.c
rgb_2_rgb.asm
scale.asm
swscale.c swscale/x86/output: add AVX2 version of yuv2nv12cX 2020-06-14 16:34:07 +01:00
swscale_template.c
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: Fix Segmentation Fault when load unaligned data 2020-02-26 11:10:46 +01:00