Home
last modified time | relevance | path

Searched refs:bottom_dst (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dupsampling_sse2.c108 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, \
Dupsampling_neon.c165 top_dst, bottom_dst, cur_x, len) { \ argument
168 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \
173 top_dst, bottom_dst, cur_x, len) { \ argument
176 CONVERT1(FUNC, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
184 uint8_t *top_dst, uint8_t *bottom_dst, int len) { \
213 VP8YuvTo ## FMT(bottom_y[0], u0, v0, bottom_dst); \
220 top_dst, bottom_dst, 16 * block + 1, 16); \
230 top_dst, bottom_dst, last_pos, len - last_pos); \
Dupsampling.c41 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); \
Ddsp.h211 uint8_t* top_dst, uint8_t* bottom_dst, int len);