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

  /external/chromium_org/third_party/libwebp/dec/
frame.c 587 uint8_t* const top_v = dec->v_t_ + dec->mb_x_ * 8; local
594 memcpy(v_dst - BPS, top_v, 8);
669 memcpy(top_v, v_dst + 7 * BPS, 8);
io.c 114 const uint8_t* top_v = p->tmp_v; local
125 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
132 top_v = cur_v;
138 top_u, top_v, cur_u, cur_v,
  /external/webp/src/dec/
frame.c 587 uint8_t* const top_v = dec->v_t_ + dec->mb_x_ * 8; local
594 memcpy(v_dst - BPS, top_v, 8);
669 memcpy(top_v, v_dst + 7 * BPS, 8);
io.c 114 const uint8_t* top_v = p->tmp_v; local
125 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
132 top_v = cur_v;
138 top_u, top_v, cur_u, cur_v,
  /external/chromium_org/third_party/libwebp/enc/
picture.c 795 const uint8_t* const top_v = cur_v; local
798 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v,
    [all...]
  /external/webp/src/enc/
picture.c 795 const uint8_t* const top_v = cur_v; local
798 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v,
    [all...]

Completed in 94 milliseconds