ffmpeg/libswscale/x86
Swinney, Jonathan 4dcd191a50 checkasm: updated tests for sw_scale
Change the reference to exactly match the C reference in swscale,
instead of exactly matching the x86 SIMD implementations (which
differs slightly). Test with and without SWS_ACCURATE_RND - if this
flag isn't set, the output must match the C reference exactly,
otherwise it is allowed to be off by 2.

Mark a couple x86 functions as unavailable when SWS_ACCURATE_RND
is set - apparently this discrepancy hasn't been noticed in other
exact tests before.

Add a test for yuv2plane1.

Signed-off-by: Jonathan Swinney <jswinney@amazon.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
2022-08-16 13:40:42 +03:00
..
Makefile libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all filter sizes. 2021-12-15 20:04:59 -03:00
hscale_fast_bilinear_simd.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
input.asm swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functions 2022-06-22 13:36:04 +02:00
output.asm swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functions 2022-06-22 13:36:04 +02:00
rgb2rgb.c swscale/x86/rgb2rgb: Remove obsolete MMX, 3dnow functions 2022-06-22 13:35:38 +02:00
rgb2rgb_template.c swscale/x86/rgb2rgb: Remove obsolete MMX, 3dnow functions 2022-06-22 13:35:38 +02:00
rgb_2_rgb.asm libswscale/x86/rgb2rgb: add shuffle_bytes avx2 2021-10-15 10:59:20 +02:00
scale.asm swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functions 2022-06-22 13:36:04 +02:00
scale_avx2.asm x86/scale_avx2: don't use $ for hex literals 2021-12-16 17:29:21 -03:00
swscale.c checkasm: updated tests for sw_scale 2022-08-16 13:40:42 +03:00
swscale_template.c swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functions 2022-06-22 13:36:04 +02:00
w64xmmtest.c
yuv2rgb.c swscale/x86/yuv2rgb: Remove obsolete MMX functions 2022-06-22 13:35:50 +02:00
yuv2rgb_template.c swscale/x86/yuv2rgb: Remove obsolete MMX functions 2022-06-22 13:35:50 +02:00
yuv2yuvX.asm libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxext 2021-04-01 20:47:52 +02:00
yuv_2_rgb.asm swscale/x86/yuv2rgb: Remove obsolete MMX functions 2022-06-22 13:35:50 +02:00