UPSAMPLE_LAST_BLOCK 221 third_party/libwebp/dsp/upsampling_neon.c UPSAMPLE_LAST_BLOCK(top_u, cur_u, leftover, r_uv); \ UPSAMPLE_LAST_BLOCK 222 third_party/libwebp/dsp/upsampling_neon.c UPSAMPLE_LAST_BLOCK(top_v, cur_v, leftover, r_uv + 16); \ UPSAMPLE_LAST_BLOCK 164 third_party/libwebp/dsp/upsampling_sse2.c UPSAMPLE_LAST_BLOCK(top_u + uv_pos, cur_u + uv_pos, left_over, r_u); \ UPSAMPLE_LAST_BLOCK 165 third_party/libwebp/dsp/upsampling_sse2.c UPSAMPLE_LAST_BLOCK(top_v + uv_pos, cur_v + uv_pos, left_over, r_v); \ UPSAMPLE_LAST_BLOCK 180 third_party/libwebp/dsp/upsampling_sse2.c #undef UPSAMPLE_LAST_BLOCK