mirror of https://git.ffmpeg.org/ffmpeg.git
70b14cc8d6
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
|
||
---|---|---|
.. | ||
Makefile | ||
hscale.S | ||
output.S | ||
rgb2yuv_neon_16.S | ||
rgb2yuv_neon_32.S | ||
rgb2yuv_neon_common.S | ||
swscale.c | ||
swscale_unscaled.c | ||
yuv2rgb_neon.S |