Searched refs:UPSAMPLE_LAST_BLOCK (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_sse41.c | 98 #define UPSAMPLE_LAST_BLOCK(tb, bb, num_pixels, out) { \ macro 155 UPSAMPLE_LAST_BLOCK(top_u + uv_pos, cur_u + uv_pos, left_over, r_u); \ 156 UPSAMPLE_LAST_BLOCK(top_v + uv_pos, cur_v + uv_pos, left_over, r_v); \ 176 #undef UPSAMPLE_LAST_BLOCK
|
D | upsampling_sse2.c | 96 #define UPSAMPLE_LAST_BLOCK(tb, bb, num_pixels, out) { \ macro 153 UPSAMPLE_LAST_BLOCK(top_u + uv_pos, cur_u + uv_pos, left_over, r_u); \ 154 UPSAMPLE_LAST_BLOCK(top_v + uv_pos, cur_v + uv_pos, left_over, r_v); \ 182 #undef UPSAMPLE_LAST_BLOCK
|
D | upsampling_neon.c | 66 #define UPSAMPLE_LAST_BLOCK(tb, bb, num_pixels, out) { \ macro 239 UPSAMPLE_LAST_BLOCK(top_u, cur_u, leftover, r_uv); \ 240 UPSAMPLE_LAST_BLOCK(top_v, cur_v, leftover, r_uv + 16); \
|