Lines Matching refs:cache_id
76 const int cache_id = ctx->id_; in ReconstructRow() local
177 const int y_offset = cache_id * 16 * dec->cache_y_stride_; in ReconstructRow()
178 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in ReconstructRow()
205 const int cache_id = ctx->id_; in DoFilter() local
208 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16; in DoFilter()
230 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter()
231 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter()
377 const int cache_id = ctx->id_; in DitherRow() local
380 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow()
381 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow()
407 const int cache_id = ctx->id_; in FinishRow() local
411 const int y_offset = cache_id * 16 * dec->cache_y_stride_; in FinishRow()
412 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in FinishRow()
486 if (cache_id + 1 == dec->num_caches_) { in FinishRow()