Lines Matching refs:bottom_y
164 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument
167 if (bottom_y != NULL) { \
168 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \
172 #define CONVERT2RGB_1(FUNC, XSTEP, top_y, bottom_y, uv, \ argument
175 if (bottom_y != NULL) { \
176 CONVERT1(FUNC, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
181 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \
210 if (bottom_y != NULL) { \
213 VP8YuvTo ## FMT(bottom_y[0], u0, v0, bottom_dst); \
219 CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, r_uv, \
229 CONVERT2RGB_1(VP8YuvTo ## FMT, XSTEP, top_y, bottom_y, r_uv, \