• Home
  • Raw
  • Download

Lines Matching refs:InterpolateRow

2351   void (*InterpolateRow)(uint8 * dst_ptr, const uint8* src_ptr,  in InterpolatePlane()  local
2371 InterpolateRow = InterpolateRow_Any_SSSE3; in InterpolatePlane()
2373 InterpolateRow = InterpolateRow_SSSE3; in InterpolatePlane()
2379 InterpolateRow = InterpolateRow_Any_AVX2; in InterpolatePlane()
2381 InterpolateRow = InterpolateRow_AVX2; in InterpolatePlane()
2387 InterpolateRow = InterpolateRow_Any_NEON; in InterpolatePlane()
2389 InterpolateRow = InterpolateRow_NEON; in InterpolatePlane()
2398 InterpolateRow = InterpolateRow_DSPR2; in InterpolatePlane()
2403 InterpolateRow = InterpolateRow_Any_MSA; in InterpolatePlane()
2405 InterpolateRow = InterpolateRow_MSA; in InterpolatePlane()
2411 InterpolateRow(dst, src0, src1 - src0, width, interpolation); in InterpolatePlane()
3127 void (*InterpolateRow)(uint8 * dst_ptr, const uint8* src_ptr, in YUY2ToNV12() local
3165 InterpolateRow = InterpolateRow_Any_SSSE3; in YUY2ToNV12()
3167 InterpolateRow = InterpolateRow_SSSE3; in YUY2ToNV12()
3173 InterpolateRow = InterpolateRow_Any_AVX2; in YUY2ToNV12()
3175 InterpolateRow = InterpolateRow_AVX2; in YUY2ToNV12()
3181 InterpolateRow = InterpolateRow_Any_NEON; in YUY2ToNV12()
3183 InterpolateRow = InterpolateRow_NEON; in YUY2ToNV12()
3189 InterpolateRow = InterpolateRow_Any_MSA; in YUY2ToNV12()
3191 InterpolateRow = InterpolateRow_MSA; in YUY2ToNV12()
3207 InterpolateRow(dst_uv, rows + awidth, awidth, awidth, 128); in YUY2ToNV12()
3235 void (*InterpolateRow)(uint8 * dst_ptr, const uint8* src_ptr, in UYVYToNV12() local
3273 InterpolateRow = InterpolateRow_Any_SSSE3; in UYVYToNV12()
3275 InterpolateRow = InterpolateRow_SSSE3; in UYVYToNV12()
3281 InterpolateRow = InterpolateRow_Any_AVX2; in UYVYToNV12()
3283 InterpolateRow = InterpolateRow_AVX2; in UYVYToNV12()
3289 InterpolateRow = InterpolateRow_Any_NEON; in UYVYToNV12()
3291 InterpolateRow = InterpolateRow_NEON; in UYVYToNV12()
3297 InterpolateRow = InterpolateRow_Any_MSA; in UYVYToNV12()
3299 InterpolateRow = InterpolateRow_MSA; in UYVYToNV12()
3315 InterpolateRow(dst_uv, rows + awidth, awidth, awidth, 128); in UYVYToNV12()