Searched refs:top_v (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, \ 139 const int v_diag = ((top_v[0] + cur_v[0]) >> 1) + 1; \ 145 const int v0 = (top_v[0] + v_diag) >> 1; \ 156 UPSAMPLE_32PIXELS(top_v, cur_v, r_uv + 1 * 32); \ 161 top_v += 16; \ 166 UPSAMPLE_LAST_BLOCK(top_v, cur_v, leftover, r_uv + 1 * 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 */ \ 322 const uint8_t* top_v = p->tmp_v; in EmitFancyRGB() local 335 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, in EmitFancyRGB() 342 top_v = cur_v; in EmitFancyRGB() 348 top_u, top_v, cur_u, cur_v, in EmitFancyRGB()
|
D | frame.c | 438 uint8_t* const top_v = dec->v_t_ + dec->mb_x_ * 8; in VP8ReconstructBlock() local 445 memcpy(v_dst - BPS, top_v, 8); in VP8ReconstructBlock() 520 memcpy(top_v, v_dst + 7 * BPS, 8); in VP8ReconstructBlock()
|