Home
last modified time | relevance | path

Searched refs:cache_u_ (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libwebp/dec/
Dframe.c68 uint8_t* const u_dst = dec->cache_u_ + ctx->id_ * 8 * uv_bps + mb_x * 8; in DoFilter()
173 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow()
192 io->u = dec->cache_u_ + uv_offset; in FinishRow()
243 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize); in FinishRow()
488 dec->cache_u_ = dec->cache_y_ in AllocateMemory()
490 dec->cache_v_ = dec->cache_u_ in AllocateMemory()
514 io->u = dec->cache_u_; in InitIo()
678 uint8_t* const u_out = dec->cache_u_ + dec->mb_x_ * 8 + uv_offset; in VP8ReconstructBlock()
Dvp8i.h250 uint8_t* cache_u_; member
/external/webp/src/dec/
Dframe.c180 uint8_t* const u_out = dec->cache_u_ + mb_x * 8 + uv_offset; in ReconstructRow()
230 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter()
391 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow()
423 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow()
451 io->u = dec->cache_u_ + uv_offset; in FinishRow()
499 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize); in FinishRow()
780 dec->cache_u_ = dec->cache_y_ in AllocateMemory()
782 dec->cache_v_ = dec->cache_u_ in AllocateMemory()
807 io->u = dec->cache_u_; in InitIo()
Dvp8i.h240 uint8_t* cache_u_; member