Searched refs:bottom_dst (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_sse2.c | 108 top_dst, bottom_dst, cur_x, num_pixels) { \ argument 117 bottom_dst + ((cur_x) + n) * XSTEP); \ 123 top_dst, bottom_dst, cur_x) do { \ argument 127 bottom_dst + (cur_x) * XSTEP); \ 135 uint8_t* top_dst, uint8_t* bottom_dst, int len) { \ 152 FUNC(bottom_y[0], u0_b, v0_b, bottom_dst); \ 159 CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, top_dst, bottom_dst, pos); \ 166 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, top_dst, bottom_dst, \
|
D | upsampling_neon.c | 196 top_dst, bottom_dst, cur_x, len) { \ argument 199 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \ 204 top_dst, bottom_dst, cur_x, len) { \ argument 207 CONVERT1(FUNC, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \ 215 uint8_t *top_dst, uint8_t *bottom_dst, int len) { \ 244 VP8YuvTo ## FMT(bottom_y[0], u0, v0, bottom_dst); \ 251 top_dst, bottom_dst, 16 * block + 1, 16); \ 261 top_dst, bottom_dst, last_pos, len - last_pos); \
|
D | upsampling.c | 41 uint8_t* top_dst, uint8_t* bottom_dst, int len) { \ 53 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \ 74 bottom_dst + (2 * x - 1) * XSTEP); \ 76 bottom_dst + (2 * x + 0) * XSTEP); \ 90 bottom_dst + (len - 1) * XSTEP); \
|
D | upsampling_mips_dsp_r2.c | 150 uint8_t* top_dst, uint8_t* bottom_dst, int len) { \ 162 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \ 183 bottom_dst + (2 * x - 1) * XSTEP); \ 185 bottom_dst + (2 * x + 0) * XSTEP); \ 199 bottom_dst + (len - 1) * XSTEP); \
|
D | dsp.h | 282 uint8_t* top_dst, uint8_t* bottom_dst, int len);
|