Searched refs:UPSAMPLE_32PIXELS (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libwebp/dsp/ |
D | upsampling_sse2.c | 65 #define UPSAMPLE_32PIXELS(r1, r2, out) { \ macro 97 UPSAMPLE_32PIXELS(r1, r2, out); in Upsample32Pixels() 160 UPSAMPLE_32PIXELS(top_u, cur_u, r_uv + 0 * 32); \ 161 UPSAMPLE_32PIXELS(top_v, cur_v, r_uv + 1 * 32); \ 184 #undef UPSAMPLE_32PIXELS
|
/external/webp/src/dsp/ |
D | upsampling_sse2.c | 61 #define UPSAMPLE_32PIXELS(r1, r2, out) { \ macro 93 UPSAMPLE_32PIXELS(r1, r2, out); in Upsample32Pixels() 157 UPSAMPLE_32PIXELS(top_u + uv_pos, cur_u + uv_pos, r_u); \ 158 UPSAMPLE_32PIXELS(top_v + uv_pos, cur_v + uv_pos, r_v); \ 182 #undef UPSAMPLE_32PIXELS
|