Lines Matching full:cur_x
108 top_dst, bottom_dst, cur_x, num_pixels) { \
111 FUNC(top_y[(cur_x) + n], r_u[n], r_v[n], \
112 top_dst + ((cur_x) + n) * XSTEP); \
116 FUNC(bottom_y[(cur_x) + n], r_u[64 + n], r_v[64 + n], \
117 bottom_dst + ((cur_x) + n) * XSTEP); \
123 top_dst, bottom_dst, cur_x) do { \
124 FUNC##32(top_y + (cur_x), r_u, r_v, top_dst + (cur_x) * XSTEP); \
126 FUNC##32(bottom_y + (cur_x), r_u + 64, r_v + 64, \
127 bottom_dst + (cur_x) * XSTEP); \