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

  /external/webp/src/dec/
frame.c 584 uint8_t* const top_u = dec->u_t_ + dec->mb_x_ * 8; local
591 memcpy(u_dst - BPS, top_u, 8);
666 memcpy(top_u, u_dst + 7 * BPS, 8);
io.c 111 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,
  /external/webp/src/enc/
picture.c 793 const uint8_t* const top_u = cur_u; local
797 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v,
    [all...]

Completed in 82 milliseconds