Searched refs:bottom_dst (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_neon.c | 177 top_dst, bottom_dst, cur_x, len) { \ argument 180 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \ 185 top_dst, bottom_dst, cur_x, len) { \ argument 188 CONVERT1(FUNC, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \ 196 uint8_t* top_dst, uint8_t* bottom_dst, int len) { \ 225 VP8YuvTo ## FMT(bottom_y[0], u0, v0, bottom_dst); \ 232 top_dst, bottom_dst, 16 * block + 1, 16); \ 242 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)); \ 109 uint8_t* top_dst, uint8_t* bottom_dst, int len) { 117 (void)bottom_dst;
|
D | upsampling_sse41.c | 110 top_dst, bottom_dst, cur_x) do { \ argument 114 (bottom_dst) + (cur_x) * (XSTEP)); \ 122 uint8_t* top_dst, uint8_t* bottom_dst, int len) { \ 139 FUNC(bottom_y[0], u0_b, v0_b, bottom_dst); \ 146 CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, top_dst, bottom_dst, pos); \ 163 memcpy(bottom_dst + pos * (XSTEP), tmp_bottom_dst, \
|
D | upsampling_sse2.c | 108 top_dst, bottom_dst, cur_x) do { \ argument 112 (bottom_dst) + (cur_x) * (XSTEP)); \ 120 uint8_t* top_dst, uint8_t* bottom_dst, int len) { \ 137 FUNC(bottom_y[0], u0_b, v0_b, bottom_dst); \ 144 CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, top_dst, bottom_dst, pos); \ 161 memcpy(bottom_dst + pos * (XSTEP), tmp_bottom_dst, \
|
D | upsampling_mips_dsp_r2.c | 149 uint8_t* top_dst, uint8_t* bottom_dst, int len) { \ 161 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \ 182 bottom_dst + (2 * x - 1) * XSTEP); \ 184 bottom_dst + (2 * x + 0) * XSTEP); \ 198 bottom_dst + (len - 1) * XSTEP); \
|
D | dsp.h | 450 uint8_t* top_dst, uint8_t* bottom_dst, int len);
|