Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe_dec.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()
381 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow()
415 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; in FinishRow()
443 io->v = dec->cache_v_ + uv_offset; in FinishRow()
490 memcpy(dec->cache_v_ - uvsize, vdst + 8 * dec->cache_uv_stride_, uvsize); in FinishRow()
763 dec->cache_v_ = dec->cache_u_ in AllocateMemory()
789 io->v = dec->cache_v_; in InitIo()
Dvp8i_dec.h240 uint8_t* cache_v_; member