Lines Matching refs:uv0
157 const uint32_t uv0 = (3 * tl_uv + l_uv + 0x00020002u) >> 2; \
158 FUNC(top_y[0], uv0 & 0xff, (uv0 >> 16), top_dst); \
161 const uint32_t uv0 = (3 * l_uv + tl_uv + 0x00020002u) >> 2; \
162 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \
172 const uint32_t uv0 = (diag_12 + tl_uv) >> 1; \
174 FUNC(top_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
180 const uint32_t uv0 = (diag_03 + l_uv) >> 1; \
182 FUNC(bottom_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
192 const uint32_t uv0 = (3 * tl_uv + l_uv + 0x00020002u) >> 2; \
193 FUNC(top_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
197 const uint32_t uv0 = (3 * l_uv + tl_uv + 0x00020002u) >> 2; \
198 FUNC(bottom_y[len - 1], uv0 & 0xff, (uv0 >> 16), \