Home
last modified time | relevance | path

Searched refs:frames_since_prev_key (Results 1 – 1 of 1) sorted by relevance

/external/libaom/av1/qmode_rc/
Dratectrl_qmode.cc361 int candidate_key_idx, int frames_since_prev_key) { in TestCandidateKey() argument
371 if (frames_since_prev_key < 3) return false; in TestCandidateKey()
373 GetSecondRefUsageThreshold(frames_since_prev_key); in TestCandidateKey()
455 const int frames_since_prev_key = candidate_key_idx - key_frame_list.back(); in GetKeyFrameList() local
458 first_pass_info, candidate_key_idx, frames_since_prev_key); in GetKeyFrameList()