• Josh de Kock's avatar
    swscale: fix NEON hscale init · 718c8f9a
    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).
    Signed-off-by: 's avatarJosh de Kock <josh@itanimul.li>
    718c8f9a
swscale.c 1.71 KB