Home | History | Annotate | Download | only in dsp

Lines Matching full:bottom_y

40 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y,           \
52 if (bottom_y) { \
54 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \
71 if (bottom_y) { \
74 FUNC(bottom_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
76 FUNC(bottom_y[2 * x + 0], uv1 & 0xff, (uv1 >> 16), \
88 if (bottom_y) { \
90 FUNC(bottom_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
114 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
121 FUNC(bottom_y[0], u[0], v[0], bottom_dst); \
122 FUNC(bottom_y[1], u[0], v[0], bottom_dst + XSTEP); \
124 bottom_y += 2; \
132 FUNC(bottom_y[0], u[0], v[0], bottom_dst); \