Searched defs:top_v (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/dec/
H A Dframe.c438 uint8_t* const top_v = dec->v_t_ + dec->mb_x_ * 8; local
445 memcpy(v_dst - BPS, top_v, 8);
520 memcpy(top_v, v_dst + 7 * BPS, 8);
H A Dio.c41 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; local
335 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
342 top_v = cur_v;
348 top_u, top_v, cur_u, cur_v,

Completed in 62 milliseconds