Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe.c89 dec->cache_v_ = dec->cache_u_ + 8 * dec->cache_uv_stride_ + extra_uv; in VP8InitFrame()
107 io->v = dec->cache_v_; in VP8InitFrame()
156 uint8_t* const v_dst = dec->cache_v_ + mb_x * 8; in DoFilter()
225 uint8_t* const vdst = dec->cache_v_ + dec->mb_x_ * 8; in VP8StoreBlock()
258 uint8_t* const vdst = dec->cache_v_ - uvsize; in VP8FinishRow()
272 io->v = dec->cache_v_; in VP8FinishRow()
Dvp8i.h228 uint8_t* cache_v_; member