Home | History | Annotate | Download | only in dsp

Lines Matching full:bottom_y

107 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y,                              \
114 if (bottom_y != NULL) { \
116 FUNC(bottom_y[(cur_x) + n], r_u[64 + n], r_v[64 + n], \
122 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \
125 if (bottom_y != NULL) { \
126 FUNC##32(bottom_y + (cur_x), r_u + 64, r_v + 64, \
132 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
149 if (bottom_y != NULL) { \
152 FUNC(bottom_y[0], u0_b, v0_b, bottom_dst); \
159 CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, top_dst, bottom_dst, pos); \
166 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, top_dst, bottom_dst, \