ffmpeg/libswscale/x86
Andreas Rheinhardt c23a5523b5 swscale/x86/swscale: Remove unused ASM constants
The last user of g15Mask, r15Mask, g16Mask and r16Mask was disabled
in 77a416e8aa and finally removed in
36e8de07ed62609df45d064b56501e3084d25723; b15Mask and b16Mask were
apparently always unused (except for in_asm_used_var_warning_killer,
a function that only existed to make the compiler not optimize ASM
constants away).
w10 is unused since d604bab901, w02
since ef423a6618.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2021-02-24 09:47:54 +01:00
..
Makefile
hscale_fast_bilinear_simd.c
input.asm
output.asm
rgb2rgb.c swscale/x86/rgb2rgb: Remove unused ASM constants 2021-02-24 09:45:17 +01:00
rgb2rgb_template.c
rgb_2_rgb.asm
scale.asm
swscale.c swscale/x86/swscale: Remove unused ASM constants 2021-02-24 09:47:54 +01:00
swscale_template.c swscale/x86/swscale: fix mix of inline and external function definitions 2021-02-18 18:47:42 -03:00
w64xmmtest.c
yuv2rgb.c swscale/x86/yuv2rgb: Remove unused ASM constants 2021-02-24 09:43:14 +01:00
yuv2rgb_template.c
yuv2yuvX.asm swscale/x86/yuv2yuvX: use the movsxdifnidn helper macro 2021-02-18 18:47:43 -03:00
yuv_2_rgb.asm