Home | History | Annotate | Download | only in cpu_ref

Lines Matching defs:x1

136     uint32_t x1 = xstart;
165 if((x2 > x1) && gArchUseSIMD) {
167 int32_t len = (x2 - x1 - 8) >> 3;
171 x1 += len << 3;
180 x1 += len << 3;
184 x1 += len << 3;
193 if(x2 > x1) {
194 // ALOGE("y %i %i %i", p->y, x1, x2);
195 while(x1 < x2) {
196 int cx = (x1 >> 1) * cstep;
197 *out = rsYuvToRGBA_uchar4(Y[x1], u[cx], v[cx]);
199 x1++;
200 *out = rsYuvToRGBA_uchar4(Y[x1], u[cx], v[cx]);
202 x1++;