Searched refs:top_u (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dec/ |
D | io_sse2.c | 125 const uint8_t* top_u, const uint8_t* top_v, \ 138 const int u_diag = ((top_u[0] + cur_u[0]) >> 1) + 1; \ 144 const int u0 = (top_u[0] + u_diag) >> 1; \ 155 UPSAMPLE_32PIXELS(top_u, cur_u, r_uv + 0 * 32); \ 159 top_u += 16; \ 165 UPSAMPLE_LAST_BLOCK(top_u, cur_u, leftover, r_uv + 0 * 32); \
|
D | webpi.h | 65 const uint8_t* top_u, const uint8_t* top_v,
|
D | io.c | 41 const uint8_t* top_u, const uint8_t* top_v, \ 46 uint32_t tl_uv = LOAD_UV(top_u[0], top_v[0]); /* top-left sample */ \ 57 const uint32_t t_uv = LOAD_UV(top_u[x], top_v[x]); /* top sample */ \ 321 const uint8_t* top_u = p->tmp_u; in EmitFancyRGB() local 335 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, in EmitFancyRGB() 341 top_u = cur_u; in EmitFancyRGB() 348 top_u, top_v, cur_u, cur_v, in EmitFancyRGB()
|
D | frame.c | 437 uint8_t* const top_u = dec->u_t_ + dec->mb_x_ * 8; in VP8ReconstructBlock() local 444 memcpy(u_dst - BPS, top_u, 8); in VP8ReconstructBlock() 519 memcpy(top_u, u_dst + 7 * BPS, 8); in VP8ReconstructBlock()
|