Searched refs:cache_id (Results 1 – 1 of 1) sorted by relevance
76 const int cache_id = ctx->id_; in ReconstructRow() local177 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() local208 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()377 const int cache_id = ctx->id_; in DitherRow() local407 const int cache_id = ctx->id_; in FinishRow() local411 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()[all …]
Completed in 4 milliseconds