Lines Matching refs:y0
83 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return.
85 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)).
109 // (x1, y1, x0, y0)
111 // (y1, y0, x1, x0)
113 // (4x(y1), 4x(y0), 4x(x1), 4x(x0))
117 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0))
329 // y0 * (Aa2' * (16-x1) + Aa3' * x1),
331 // (16-y0) * (Ra0 * (16 - x0) + Ra1 * x0)) +
332 // y0 * (Ra0' * (16-x0) + Ra1' * x0))
400 const unsigned y0 = XY >> 14;
402 reinterpret_cast<const uint32_t*>(src_addr + (y0 >> 4) * rb);
405 const unsigned sub_y = y0 & 0xF;
617 // (4x(0, y1), 4x(0, y0))
648 unsigned y0 = data >> 14;
650 unsigned subY = y0 & 0xF;
651 y0 >>= 4;
660 reinterpret_cast<const uint32_t*>(src_addr + y0 * rb);