Lines Matching refs:row0
264 // @param row0..1 top and bottom row where to find input pixels.
280 inline __m128i ProcessTwoPixelPairs(const uint32_t* row0,
289 row0[x0[0]], row0[x1[0]], row0[x0[1]], row0[x1[1]],
402 const uint32_t* row0 =
443 row0[x0[0]], row0[x1[0]], row0[x0[1]], row0[x1[1]],
451 row0[x0[2]], row0[x1[2]], row0[x0[3]], row0[x1[3]],
478 row0[x0], row0[x1],
515 row0, row1, x0, x1,
523 row0, row1, x0 + 2, x1 + 2,
553 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y);
660 const uint32_t* row0 =
684 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y);