Lines Matching defs:XY
23 const uint32_t* xy,
32 uint32_t XY = *xy++;
33 unsigned y0 = XY >> 14;
35 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
62 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
129 const uint32_t* xy,
138 uint32_t XY = *xy++;
139 unsigned y0 = XY >> 14;
141 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
172 uint32_t XX = *xy++; // x0:14 | 4 | x1:14