Home
last modified time | relevance | path

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

/external/libaom/av1/qmode_rc/
Dratectrl_qmode.cc372 const double second_ref_usage_threshold = in TestCandidateKey() local
374 if (this_stats.pcnt_second_ref >= second_ref_usage_threshold) return false; in TestCandidateKey()
375 if (next_stats.pcnt_second_ref >= second_ref_usage_threshold) return false; in TestCandidateKey()