ffmpeg/libswscale/arm
Josh de Kock 70b14cc8d6 swscale: arm: fix NEON hscale init
The NEON hscale function only supports X8 filter sizes and should only
be selected when these are being used. At the moment filterAlign is
set to 8 but in the future when extra NEON assembly for specific sizes is
added they will need to have checks here too.

The immediate usecase for this change is making the hscale checkasm
test easier and without NEON specific edge-cases (x86 already has these
guards).

This applies the same fix from 718c8f9aa5
on the 32 bit arm version of the function, fixing fate-checkasm-sw_scale
there.

Signed-off-by: Martin Storsjö <martin@martin.st>
2020-05-15 23:33:46 +03:00
..
hscale.S swscale/arm: add ff_hscale_8_to_15_neon 2016-04-09 00:16:56 +02:00
Makefile swscale/arm: add yuv2planeX_8_neon 2016-04-11 18:13:36 +02:00
output.S swscale/arm: add yuv2planeX_8_neon 2016-04-11 18:13:36 +02:00
rgb2yuv_neon_16.S arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported 2018-03-31 21:54:56 +03:00
rgb2yuv_neon_32.S arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported 2018-03-31 21:54:56 +03:00
rgb2yuv_neon_common.S
swscale_unscaled.c arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported 2018-03-31 21:54:56 +03:00
swscale.c swscale: arm: fix NEON hscale init 2020-05-15 23:33:46 +03:00
yuv2rgb_neon.S swscale/arm/yuv2rgb: make the code bitexact with its aarch64 counter part 2016-04-01 17:23:45 +02:00