Lines Matching refs:uv0
49 const uint32_t uv0 = (3 * tl_uv + l_uv + 0x00020002u) >> 2; \
50 FUNC(top_y[0], uv0 & 0xff, (uv0 >> 16), top_dst); \
53 const uint32_t uv0 = (3 * l_uv + tl_uv + 0x00020002u) >> 2; \
54 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \
64 const uint32_t uv0 = (diag_12 + tl_uv) >> 1; \
66 FUNC(top_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
72 const uint32_t uv0 = (diag_03 + l_uv) >> 1; \
74 FUNC(bottom_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
84 const uint32_t uv0 = (3 * tl_uv + l_uv + 0x00020002u) >> 2; \
85 FUNC(top_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
89 const uint32_t uv0 = (3 * l_uv + tl_uv + 0x00020002u) >> 2; \
90 FUNC(bottom_y[len - 1], uv0 & 0xff, (uv0 >> 16), \