Lines Matching refs:stepx
112 int32_t stepx = src_stepx * 4; in ScaleARGBRowDownEven_MSA() local
118 data1 = LW(src_argb + stepx); in ScaleARGBRowDownEven_MSA()
119 data2 = LW(src_argb + stepx * 2); in ScaleARGBRowDownEven_MSA()
120 data3 = LW(src_argb + stepx * 3); in ScaleARGBRowDownEven_MSA()
125 src_argb += stepx * 4; in ScaleARGBRowDownEven_MSA()
137 int32_t stepx = src_stepx * 4; in ScaleARGBRowDownEvenBox_MSA() local
146 data1 = LD(src_argb + stepx); in ScaleARGBRowDownEvenBox_MSA()
147 data2 = LD(src_argb + stepx * 2); in ScaleARGBRowDownEvenBox_MSA()
148 data3 = LD(src_argb + stepx * 3); in ScaleARGBRowDownEvenBox_MSA()
154 data1 = LD(nxt_argb + stepx); in ScaleARGBRowDownEvenBox_MSA()
155 data2 = LD(nxt_argb + stepx * 2); in ScaleARGBRowDownEvenBox_MSA()
156 data3 = LD(nxt_argb + stepx * 3); in ScaleARGBRowDownEvenBox_MSA()
179 src_argb += stepx * 4; in ScaleARGBRowDownEvenBox_MSA()
180 nxt_argb += stepx * 4; in ScaleARGBRowDownEvenBox_MSA()