Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe.c181 uint8_t* const v_out = dec->cache_v_ + mb_x * 8 + uv_offset; in ReconstructRow()
231 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter()
392 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow()
424 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; in FinishRow()
452 io->v = dec->cache_v_ + uv_offset; in FinishRow()
500 memcpy(dec->cache_v_ - uvsize, vdst + 8 * dec->cache_uv_stride_, uvsize); in FinishRow()
782 dec->cache_v_ = dec->cache_u_ in AllocateMemory()
808 io->v = dec->cache_v_; in InitIo()
Dvp8i.h241 uint8_t* cache_v_; member