Searched refs:UPSAMPLE_LAST_BLOCK (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/libwebp/dsp/ |
D | upsampling_sse2.c | 96 #define UPSAMPLE_LAST_BLOCK(tb, bb, num_pixels, out) { \ macro 164 UPSAMPLE_LAST_BLOCK(top_u + uv_pos, cur_u + uv_pos, left_over, r_u); \ 165 UPSAMPLE_LAST_BLOCK(top_v + uv_pos, cur_v + uv_pos, left_over, r_v); \ 180 #undef UPSAMPLE_LAST_BLOCK
|
D | upsampling_neon.c | 79 #define UPSAMPLE_LAST_BLOCK(tb, bb, num_pixels, out) { \ macro 227 UPSAMPLE_LAST_BLOCK(top_u, cur_u, leftover, r_uv); \ 228 UPSAMPLE_LAST_BLOCK(top_v, cur_v, leftover, r_uv + 16); \
|
/external/webp/src/dsp/ |
D | upsampling_sse2.c | 96 #define UPSAMPLE_LAST_BLOCK(tb, bb, num_pixels, out) { \ macro 164 UPSAMPLE_LAST_BLOCK(top_u + uv_pos, cur_u + uv_pos, left_over, r_u); \ 165 UPSAMPLE_LAST_BLOCK(top_v + uv_pos, cur_v + uv_pos, left_over, r_v); \ 180 #undef UPSAMPLE_LAST_BLOCK
|
D | upsampling_neon.c | 79 #define UPSAMPLE_LAST_BLOCK(tb, bb, num_pixels, out) { \ macro 227 UPSAMPLE_LAST_BLOCK(top_u, cur_u, leftover, r_uv); \ 228 UPSAMPLE_LAST_BLOCK(top_v, cur_v, leftover, r_uv + 16); \
|