Searched refs:CONVERT8 (Results 1 - 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libwebp/dsp/ |
H A D | upsampling_neon.c | 96 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) { \ macro 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) \
|
/external/webp/src/dsp/ |
H A D | upsampling_neon.c | 154 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) do { \ macro 197 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x); \ 199 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
|
Completed in 132 milliseconds