Searched refs:cache_v_ (Results 1 – 2 of 2) sorted by relevance
61 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter()225 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow()257 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; in FinishRow()285 io->v = dec->cache_v_ + uv_offset; in FinishRow()333 memcpy(dec->cache_v_ - uvsize, vdst + 8 * dec->cache_uv_stride_, uvsize); in FinishRow()615 dec->cache_v_ = dec->cache_u_ in AllocateMemory()641 io->v = dec->cache_v_; in InitIo()815 uint8_t* const v_out = dec->cache_v_ + mb_x * 8 + uv_offset; in ReconstructRow()
278 uint8_t* cache_v_; member