Searched refs:reference_frame_progress_cache_ (Results 1 – 3 of 3) sorted by relevance
1127 if (reference_frame_progress_cache_[reference_frame_index] < in BlockInterPrediction()1131 &reference_frame_progress_cache_[reference_frame_index])) { in BlockInterPrediction()1272 if (reference_frame_progress_cache_[reference_frame_index] < in BlockWarpProcess()1276 &reference_frame_progress_cache_[reference_frame_index])) { in BlockWarpProcess()
501 reference_frame_progress_cache_.fill(INT_MIN);
736 std::array<int, kNumReferenceFrameTypes> reference_frame_progress_cache_; variable