Lines Matching full:row0
266 // @param row0..1 top and bottom row where to find input pixels.
282 inline __m128i ProcessTwoPixelPairs(const uint32_t* row0,
291 row0[x0[0]], row0[x1[0]], row0[x0[1]], row0[x1[1]],
404 const uint32_t* row0 =
446 row0[x0[0]], row0[x1[0]], row0[x0[1]], row0[x1[1]],
454 row0[x0[2]], row0[x1[2]], row0[x0[3]], row0[x1[3]],
481 row0[x0], row0[x1],
518 row0, row1, x0, x1,
526 row0, row1, x0 + 2, x1 + 2,
556 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y);
663 const uint32_t* row0 =
687 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y);