Searched refs:cache_id_ (Results 1 – 4 of 4) sorted by relevance
270 ctx->id_ = dec->cache_id_; in VP8ProcessRow()279 if (++dec->cache_id_ == dec->num_caches_) { in VP8ProcessRow()280 dec->cache_id_ = 0; in VP8ProcessRow()386 dec->cache_id_ = 0; in InitThreadContext()492 dec->cache_id_ = 0; in AllocateMemory()675 const int y_offset = dec->cache_id_ * 16 * dec->cache_y_stride_; in VP8ReconstructBlock()676 const int uv_offset = dec->cache_id_ * 8 * dec->cache_uv_stride_; in VP8ReconstructBlock()
202 int cache_id_; // current cache row member
530 ctx->id_ = dec->cache_id_; in VP8ProcessRow()548 if (++dec->cache_id_ == dec->num_caches_) { in VP8ProcessRow()549 dec->cache_id_ = 0; in VP8ProcessRow()655 dec->cache_id_ = 0; in InitThreadContext()784 dec->cache_id_ = 0; in AllocateMemory()
201 int cache_id_; // current cache row member