• Home
  • Raw
  • Download

Lines Matching refs:InterpolateRow

1032   void (*InterpolateRow)(uint8 * dst_argb, const uint8* src_argb,  in ScalePlaneVertical()  local
1044 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneVertical()
1046 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneVertical()
1052 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneVertical()
1054 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneVertical()
1060 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneVertical()
1062 InterpolateRow = InterpolateRow_NEON; in ScalePlaneVertical()
1070 InterpolateRow = InterpolateRow_Any_DSPR2; in ScalePlaneVertical()
1072 InterpolateRow = InterpolateRow_DSPR2; in ScalePlaneVertical()
1078 InterpolateRow = InterpolateRow_Any_MSA; in ScalePlaneVertical()
1080 InterpolateRow = InterpolateRow_MSA; in ScalePlaneVertical()
1092 InterpolateRow(dst_argb, src_argb + yi * src_stride, src_stride, in ScalePlaneVertical()
1112 void (*InterpolateRow)(uint16 * dst_argb, const uint16* src_argb, in ScalePlaneVertical_16() local
1124 InterpolateRow = InterpolateRow_Any_16_SSE2; in ScalePlaneVertical_16()
1126 InterpolateRow = InterpolateRow_16_SSE2; in ScalePlaneVertical_16()
1132 InterpolateRow = InterpolateRow_Any_16_SSSE3; in ScalePlaneVertical_16()
1134 InterpolateRow = InterpolateRow_16_SSSE3; in ScalePlaneVertical_16()
1140 InterpolateRow = InterpolateRow_Any_16_AVX2; in ScalePlaneVertical_16()
1142 InterpolateRow = InterpolateRow_16_AVX2; in ScalePlaneVertical_16()
1148 InterpolateRow = InterpolateRow_Any_16_NEON; in ScalePlaneVertical_16()
1150 InterpolateRow = InterpolateRow_16_NEON; in ScalePlaneVertical_16()
1158 InterpolateRow = InterpolateRow_Any_16_DSPR2; in ScalePlaneVertical_16()
1160 InterpolateRow = InterpolateRow_16_DSPR2; in ScalePlaneVertical_16()
1172 InterpolateRow(dst_argb, src_argb + yi * src_stride, src_stride, in ScalePlaneVertical_16()