Lines Matching full:bottom_y
190 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \
195 if (bottom_y) { \
196 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \
200 #define CONVERT2RGB_1(FMT, XSTEP, top_y, bottom_y, uv, \
205 if (bottom_y) { \
206 CONVERT1(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
211 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \
239 if (bottom_y) { \
242 VP8YuvTo ## FMT(bottom_y[0], u0, v0, bottom_dst); \
248 CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, r_uv, \
258 CONVERT2RGB_1(FMT, XSTEP, top_y, bottom_y, r_uv, \