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); \
116 uint8_t* top_dst, uint8_t* bot_dst, int len) { \
119 assert(top_dst != NULL); \
122 FUNC(top_y[2 * x + 0], top_u[x], top_v[x], top_dst + 8 * x + 0); \
123 FUNC(top_y[2 * x + 1], top_u[x], top_v[x], top_dst + 8 * x + 4); \
125 if (len & 1) FUNC(top_y[2 * x + 0], top_u[x], top_v[x], top_dst + 8 * x); \