Lines Matching refs:InterpolateRow

1036   void (*InterpolateRow)(uint8_t * dst_argb, const uint8_t* src_argb,  in ScalePlaneVertical()  local
1048 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneVertical()
1050 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneVertical()
1056 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneVertical()
1058 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneVertical()
1064 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneVertical()
1066 InterpolateRow = InterpolateRow_NEON; in ScalePlaneVertical()
1072 InterpolateRow = InterpolateRow_Any_MSA; in ScalePlaneVertical()
1074 InterpolateRow = InterpolateRow_MSA; in ScalePlaneVertical()
1080 InterpolateRow = InterpolateRow_Any_MMI; in ScalePlaneVertical()
1082 InterpolateRow = InterpolateRow_MMI; in ScalePlaneVertical()
1094 InterpolateRow(dst_argb, src_argb + yi * src_stride, src_stride, in ScalePlaneVertical()
1114 void (*InterpolateRow)(uint16_t * dst_argb, const uint16_t* src_argb, in ScalePlaneVertical_16() local
1126 InterpolateRow = InterpolateRow_Any_16_SSE2; in ScalePlaneVertical_16()
1128 InterpolateRow = InterpolateRow_16_SSE2; in ScalePlaneVertical_16()
1134 InterpolateRow = InterpolateRow_Any_16_SSSE3; in ScalePlaneVertical_16()
1136 InterpolateRow = InterpolateRow_16_SSSE3; in ScalePlaneVertical_16()
1142 InterpolateRow = InterpolateRow_Any_16_AVX2; in ScalePlaneVertical_16()
1144 InterpolateRow = InterpolateRow_16_AVX2; in ScalePlaneVertical_16()
1150 InterpolateRow = InterpolateRow_Any_16_NEON; in ScalePlaneVertical_16()
1152 InterpolateRow = InterpolateRow_16_NEON; in ScalePlaneVertical_16()
1164 InterpolateRow(dst_argb, src_argb + yi * src_stride, src_stride, in ScalePlaneVertical_16()