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

  /external/chromium_org/third_party/libwebp/enc/
iterator.c 193 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; local
207 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
  /external/chromium_org/third_party/libwebp/dec/
frame.c 256 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; local
280 io->u = udst;
332 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize);

Completed in 31 milliseconds