Lines Matching defs:row1
54 const uint32_t* row1 = s.fPixmap.addr32(0,y1);
83 bl = gather(row1, x0), br = gather(row1, x1);
241 row1 = (const uint32_t*)((const uint8_t*)s.fPixmap.addr() + y1 * s.fPixmap.rowBytes());
269 row1[x0[A]], row1[x1[A]],
271 row1[x0[B]], row1[x1[B]],
276 row1[x0[C]], row1[x1[C]],
278 row1[x0[D]], row1[x1[D]],
300 row1[x0], row1[x1],
324 row1 = (const uint32_t*)( (const char*)s.fPixmap.addr() + y1 * s.fPixmap.rowBytes() );
339 bl = _mm_cvtsi32_si128(row1[x0]), br = _mm_cvtsi32_si128(row1[x1]);
486 row1 = (const uint32_t*)( (const char*)s.fPixmap.addr() + y1 * s.fPixmap.rowBytes() );
494 row1[x0], row1[x1],
521 row1 = (const uint32_t*)(src + y1*rb);
525 row1[x0], row1[x1],