1. 15 May, 2020 1 commit
    • 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
  2. 14 May, 2020 15 commits
  3. 13 May, 2020 7 commits
  4. 12 May, 2020 17 commits