Searched refs:src_uv (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | upsampling_neon.c | 135 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) do { \ argument 140 const uint8x8_t u = vld1_u8((src_uv) + i + 0); \ 141 const uint8x8_t v = vld1_u8((src_uv) + i + 16); \ 165 #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ argument 170 const int u = (src_uv)[i]; \ 171 const int v = (src_uv)[i + 16]; \
|
Completed in 3 milliseconds