Searched refs:top_u (Results 1 - 6 of 6) sorted by relevance

/external/webp/src/dsp/
H A Dupsampling_sse2.c128 const uint8_t* top_u, const uint8_t* top_v, \
141 const int u_diag = ((top_u[0] + cur_u[0]) >> 1) + 1; \
147 const int u0 = (top_u[0] + u_diag) >> 1; \
158 UPSAMPLE_32PIXELS(top_u, cur_u, r_uv + 0 * 32); \
162 top_u += 16; \
168 UPSAMPLE_LAST_BLOCK(top_u, cur_u, leftover, r_uv + 0 * 32); \
H A Dupsampling.c39 const uint8_t* top_u, const uint8_t* top_v, \
44 uint32_t tl_uv = LOAD_UV(top_u[0], top_v[0]); /* top-left sample */ \
55 const uint32_t t_uv = LOAD_UV(top_u[x], top_v[x]); /* top sample */ \
164 const uint8_t* top_u, const uint8_t* top_v, \
171 FUNC(top_y[2 * x + 0], top_u[x], top_v[x], top_dst + 8 * x + 0); \
172 FUNC(top_y[2 * x + 1], top_u[x], top_v[x], top_dst + 8 * x + 4); \
174 if (len & 1) FUNC(top_y[2 * x + 0], top_u[x], top_v[x], top_dst + 8 * x); \
H A Ddsp.h150 const uint8_t* top_u, const uint8_t* top_v,
/external/webp/src/dec/
H A Dio.c111 const uint8_t* top_u = p->tmp_u; local
123 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
129 top_u = cur_u;
136 top_u, top_v, cur_u, cur_v,
H A Dframe.c586 uint8_t* const top_u = dec->u_t_ + dec->mb_x_ * 8; local
593 memcpy(u_dst - BPS, top_u, 8);
668 memcpy(top_u, u_dst + 7 * BPS, 8);
/external/webp/src/enc/
H A Dpicture.c788 const uint8_t* const top_u = cur_u; local
792 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v,

Completed in 163 milliseconds