Home | History | Annotate | Download | only in dec

Lines Matching refs:top_y

40 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y,           \
48 if (top_y) { \
50 FUNC(top_y[0], uv0 & 0xff, (uv0 >> 16), top_dst); \
63 if (top_y) { \
66 FUNC(top_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
68 FUNC(top_y[2 * x - 0], uv1 & 0xff, (uv1 >> 16), \
83 if (top_y) { \
85 FUNC(top_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
150 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
155 FUNC(top_y[0], u[0], v[0], top_dst); \
156 FUNC(top_y[1], u[0], v[0], top_dst + XSTEP); \
159 top_y += 2; \
167 FUNC(top_y[0], u[0], v[0], top_dst); \
185 const uint8_t* top_y, const uint8_t* bottom_y,