Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe.c60 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter()
224 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow()
256 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow()
284 io->u = dec->cache_u_ + uv_offset; in FinishRow()
332 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize); in FinishRow()
613 dec->cache_u_ = dec->cache_y_ in AllocateMemory()
615 dec->cache_v_ = dec->cache_u_ in AllocateMemory()
640 io->u = dec->cache_u_; in InitIo()
814 uint8_t* const u_out = dec->cache_u_ + mb_x * 8 + uv_offset; in ReconstructRow()
Dvp8i.h277 uint8_t* cache_u_; member