Lines Matching refs:XSTEP
96 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) { \ argument
99 int off = ((cur_x) + i) * XSTEP; \
179 #define CONVERT1(FMT, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ argument
182 int off = ((cur_x) + i) * XSTEP; \
190 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument
193 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x) \
196 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \
200 #define CONVERT2RGB_1(FMT, XSTEP, top_y, bottom_y, uv, \ argument
203 CONVERT1(FMT, XSTEP, len, top_y, uv, top_dst, cur_x); \
206 CONVERT1(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
210 #define NEON_UPSAMPLE_FUNC(FUNC_NAME, FMT, XSTEP) \ argument
248 CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, r_uv, \
258 CONVERT2RGB_1(FMT, XSTEP, top_y, bottom_y, r_uv, \