• Josh de Kock's avatar
    swscale: arm: fix NEON hscale init · 70b14cc8
    Josh de Kock authored
    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 718c8f9a
    on the 32 bit arm version of the function, fixing fate-checkasm-sw_scale
    there.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    70b14cc8
Name
Last commit
Last update
..
Makefile Loading commit data...
hscale.S Loading commit data...
output.S Loading commit data...
rgb2yuv_neon_16.S Loading commit data...
rgb2yuv_neon_32.S Loading commit data...
rgb2yuv_neon_common.S Loading commit data...
swscale.c Loading commit data...
swscale_unscaled.c Loading commit data...
yuv2rgb_neon.S Loading commit data...