Lines Matching refs:bottom_y
176 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument
179 if (bottom_y != NULL) { \
180 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
184 #define CONVERT2RGB_1(FUNC, XSTEP, top_y, bottom_y, uv, \ argument
187 if (bottom_y != NULL) { \
188 CONVERT1(FUNC, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
193 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \
222 if (bottom_y != NULL) { \
225 VP8YuvTo ## FMT(bottom_y[0], u0, v0, bottom_dst); \
231 CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, r_uv, \
241 CONVERT2RGB_1(VP8YuvTo ## FMT, XSTEP, top_y, bottom_y, r_uv, \