Home
last modified time | relevance | path

Searched refs:nxt_argb (Results 1 – 1 of 1) sorted by relevance

/external/libyuv/files/source/
Dscale_msa.cc128 const uint8* nxt_argb = src_argb + src_stride; in ScaleARGBRowDownEvenBox_MSA() local
145 data0 = LD(nxt_argb); in ScaleARGBRowDownEvenBox_MSA()
146 data1 = LD(nxt_argb + stepx); in ScaleARGBRowDownEvenBox_MSA()
147 data2 = LD(nxt_argb + stepx * 2); in ScaleARGBRowDownEvenBox_MSA()
148 data3 = LD(nxt_argb + stepx * 3); in ScaleARGBRowDownEvenBox_MSA()
172 nxt_argb += stepx * 4; in ScaleARGBRowDownEvenBox_MSA()