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

  /external/chromium_org/third_party/libwebp/enc/
picture_csp.c 303 const uint8_t* const top_v = cur_v; local
306 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v,
  /external/webp/src/enc/
picture_csp.c 303 const uint8_t* const top_v = cur_v; local
306 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v,
  /external/chromium_org/third_party/libwebp/dec/
io.c 97 const uint8_t* top_v = p->tmp_v; local
108 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
115 top_v = cur_v;
121 top_u, top_v, cur_u, cur_v,
  /external/webp/src/dec/
io.c 97 const uint8_t* top_v = p->tmp_v; local
108 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
115 top_v = cur_v;
121 top_u, top_v, cur_u, cur_v,

Completed in 220 milliseconds