Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1747 double old_boost_score = 0.0; in define_gf_group() local
1850 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() local
2686 ((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() local
2996 ((boost_score - old_boost_score) < 1.0)) in find_next_key_frame()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1858 double old_boost_score = 0.0; in define_gf_group() local
2017 ((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() local
2241 ((boost_score - old_boost_score) < 3.0) || in test_candidate_kf()
2246 old_boost_score = boost_score; in test_candidate_kf()