Searched refs:old_boost_score (Results 1 – 3 of 3) sorted by relevance
1621 double old_boost_score = 0.0; in define_gf_group() local1717 boost_score = old_boost_score; in define_gf_group()1735 ((boost_score - old_boost_score) < 2.0)))) { in define_gf_group()1736 boost_score = old_boost_score; in define_gf_group()1742 old_boost_score = boost_score; in define_gf_group()2462 double old_boost_score = 0.0; in test_candidate_kf() local2494 ((boost_score - old_boost_score) < 0.5) || in test_candidate_kf()2499 old_boost_score = boost_score; in test_candidate_kf()2529 double old_boost_score = 0.0; in find_next_key_frame() local2783 if ((i > MIN_GF_INTERVAL) && ((boost_score - old_boost_score) < 1.0)) { in find_next_key_frame()[all …]
1973 double old_boost_score = 0.0; in test_candidate_kf() local1997 ((boost_score - old_boost_score) < 3.0) || in test_candidate_kf()2002 old_boost_score = boost_score; in test_candidate_kf()
3008 double old_boost_score = 0.0; in test_candidate_kf() local3033 ((boost_score - old_boost_score) < 3.0) || in test_candidate_kf()3038 old_boost_score = boost_score; in test_candidate_kf()