Clean up SIMD interpolation filter code and add support of horizontal 6-tap filter

  • remove unused functions
  • add SIMD support for 6-tap horizontal filter
  • use 6-tap horizontal filter for affine
  • use ptrdiff_t instead of int for strides

Merge request reports

Loading