Searched refs:top_dst (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling.c | 41 uint8_t* top_dst, uint8_t* bottom_dst, int len) { \ 48 FUNC(top_y[0], uv0 & 0xff, (uv0 >> 16), top_dst); \ 65 top_dst + (2 * x - 1) * XSTEP); \ 67 top_dst + (2 * x - 0) * XSTEP); \ 84 top_dst + (len - 1) * XSTEP); \ 114 uint8_t* top_dst, uint8_t* bottom_dst, int len) { \ 117 FUNC(top_y[0], u[0], v[0], top_dst); \ 118 FUNC(top_y[1], u[0], v[0], top_dst + XSTEP); \ 125 top_dst += 2 * XSTEP; \ 129 FUNC(top_y[0], u[0], v[0], top_dst); \ [all …]
|
D | upsampling_sse2.c | 110 top_dst, bottom_dst, cur_x, num_pixels) { \ argument 115 top_dst + ((cur_x) + n) * XSTEP); \ 130 uint8_t* top_dst, uint8_t* bottom_dst, int len) { \ 149 FUNC(top_y[0], u0, v0, top_dst); \ 160 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \ 170 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \
|
D | upsampling_neon.c | 189 top_dst, bottom_dst, cur_x, len) { \ argument 191 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x) \ 199 top_dst, bottom_dst, cur_x, len) { \ argument 201 CONVERT1(FMT, XSTEP, len, top_y, uv, top_dst, cur_x); \ 212 uint8_t *top_dst, uint8_t *bottom_dst, int len) { \ 235 VP8YuvTo ## FMT(top_y[0], u0, v0, top_dst); \ 247 top_dst, bottom_dst, 16 * block + 1, 16); \ 257 top_dst, bottom_dst, last_pos, len - last_pos); \
|
D | dsp.h | 151 uint8_t* top_dst, uint8_t* bottom_dst, int len); 170 uint8_t* top_dst, uint8_t* bottom_dst, int len);
|