Lines Matching refs:src_stepx
136 int src_stepx, in ScaleARGBRowDownEven_RVV() argument
142 const int stride_byte = src_stepx * 4; in ScaleARGBRowDownEven_RVV()
148 src += vl * src_stepx; in ScaleARGBRowDownEven_RVV()
157 int src_stepx, in ScaleARGBRowDownEvenBox_RVV() argument
163 const int stride_byte = src_stepx * 4; in ScaleARGBRowDownEvenBox_RVV()
187 src0 += vl * src_stepx; in ScaleARGBRowDownEvenBox_RVV()
188 src1 += vl * src_stepx; in ScaleARGBRowDownEvenBox_RVV()
854 int src_stepx, in ScaleUVRowDown4_RVV() argument
861 (void)src_stepx; in ScaleUVRowDown4_RVV()
881 int src_stepx, in ScaleUVRowDownEven_RVV() argument
885 const ptrdiff_t stride_byte = (ptrdiff_t)src_stepx * 2; in ScaleUVRowDownEven_RVV()
894 src += vl * src_stepx; in ScaleUVRowDownEven_RVV()