HomeSort by relevance Sort by last modified time
    Searched defs:top_u (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dec/
frame.c 437 uint8_t* const top_u = dec->u_t_ + dec->mb_x_ * 8; local
444 memcpy(u_dst - BPS, top_u, 8);
519 memcpy(top_u, u_dst + 7 * BPS, 8);
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; local
335 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
341 top_u = cur_u;
348 top_u, top_v, cur_u, cur_v,
    [all...]

Completed in 1142 milliseconds