Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c1619 double old_boost_score = 0.0; in define_gf_group() local
1711 boost_score = old_boost_score; in define_gf_group()
1729 ((boost_score - old_boost_score) < 2.0)))) { in define_gf_group()
1730 boost_score = old_boost_score; in define_gf_group()
1736 old_boost_score = boost_score; in define_gf_group()
2455 double old_boost_score = 0.0; in test_candidate_kf() local
2487 ((boost_score - old_boost_score) < 0.5) || in test_candidate_kf()
2492 old_boost_score = boost_score; in test_candidate_kf()
2522 double old_boost_score = 0.0; in find_next_key_frame() local
2776 if ((i > MIN_GF_INTERVAL) && ((boost_score - old_boost_score) < 1.0)) { in find_next_key_frame()
[all …]
/external/libvpx/vp9/encoder/
Dvp9_firstpass.c3088 double old_boost_score = 0.0; in test_candidate_kf() local
3113 ((boost_score - old_boost_score) < 3.0) || in test_candidate_kf()
3118 old_boost_score = boost_score; in test_candidate_kf()
/external/libaom/av1/encoder/
Dpass2_strategy.c2793 double old_boost_score = 0.0; in test_candidate_kf() local
2822 ((boost_score - old_boost_score) < 3.0) || in test_candidate_kf()
2827 old_boost_score = boost_score; in test_candidate_kf()