Searched refs:CONVERT8 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_neon.c | 135 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) do { \ macro 178 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x); \ 180 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
|