Lines Matching refs:top_dst
41 uint8_t* top_dst, uint8_t* bottom_dst, int len) { \
49 FUNC(top_y[0], uv0 & 0xff, (uv0 >> 16), top_dst); \
66 top_dst + (2 * x - 1) * (XSTEP)); \
68 top_dst + (2 * x - 0) * (XSTEP)); \
85 top_dst + (len - 1) * (XSTEP)); \
109 uint8_t* top_dst, uint8_t* bottom_dst, int len) {
116 (void)top_dst;
142 uint8_t* top_dst, uint8_t* bot_dst, int len) { \
145 assert(top_dst != NULL); \
148 FUNC(top_y[2 * x + 0], top_u[x], top_v[x], top_dst + 8 * x + 0); \
149 FUNC(top_y[2 * x + 1], top_u[x], top_v[x], top_dst + 8 * x + 4); \
151 if (len & 1) FUNC(top_y[2 * x + 0], top_u[x], top_v[x], top_dst + 8 * x); \