Searched refs:reference_frame_progress_cache_ (Results 1 – 3 of 3) sorted by relevance
1181 if (reference_frame_progress_cache_[reference_frame_index] < in BlockInterPrediction()1185 &reference_frame_progress_cache_[reference_frame_index])) { in BlockInterPrediction()1323 if (reference_frame_progress_cache_[reference_frame_index] < in BlockWarpProcess()1327 &reference_frame_progress_cache_[reference_frame_index])) { in BlockWarpProcess()
500 reference_frame_progress_cache_.fill(INT_MIN);
748 std::array<int, kNumReferenceFrameTypes> reference_frame_progress_cache_; variable