Searched refs:old_boost_score (Results 1 – 2 of 2) sorted by relevance
1747 double old_boost_score = 0.0; in define_gf_group() local1850 boost_score = old_boost_score; in define_gf_group()1868 ((boost_score - old_boost_score) < 2.0)) in define_gf_group()1871 boost_score = old_boost_score; in define_gf_group()1877 old_boost_score = boost_score; in define_gf_group()2654 double old_boost_score = 0.0; in test_candidate_kf() local2686 ((boost_score - old_boost_score) < 0.5) || in test_candidate_kf()2693 old_boost_score = boost_score; in test_candidate_kf()2726 double old_boost_score = 0.0; in find_next_key_frame() local2996 ((boost_score - old_boost_score) < 1.0)) in find_next_key_frame()[all …]
1858 double old_boost_score = 0.0; in define_gf_group() local2017 ((boost_score - old_boost_score) < BOOST_BREAKOUT)))) { in define_gf_group()2018 boost_score = old_boost_score; in define_gf_group()2023 old_boost_score = boost_score; in define_gf_group()2215 double old_boost_score = 0.0; in test_candidate_kf() local2241 ((boost_score - old_boost_score) < 3.0) || in test_candidate_kf()2246 old_boost_score = boost_score; in test_candidate_kf()