Home | History | Annotate | Download | only in dsp

Lines Matching refs:top_y

190 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv,                  \
192 if (top_y) { \
193 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x) \
200 #define CONVERT2RGB_1(FMT, XSTEP, top_y, bottom_y, uv, \
202 if (top_y) { \
203 CONVERT1(FMT, XSTEP, len, top_y, uv, top_dst, cur_x); \
211 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \
234 if (top_y) { \
237 VP8YuvTo ## FMT(top_y[0], u0, v0, top_dst); \
248 CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, r_uv, \
258 CONVERT2RGB_1(FMT, XSTEP, top_y, bottom_y, r_uv, \