Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1621 double old_boost_score = 0.0; in define_gf_group() local
1717 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() local
2494 ((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() local
2783 if ((i > MIN_GF_INTERVAL) && ((boost_score - old_boost_score) < 1.0)) { in find_next_key_frame()
[all …]
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c1973 double old_boost_score = 0.0; in test_candidate_kf() local
1997 ((boost_score - old_boost_score) < 3.0) || in test_candidate_kf()
2002 old_boost_score = boost_score; in test_candidate_kf()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c3008 double old_boost_score = 0.0; in test_candidate_kf() local
3033 ((boost_score - old_boost_score) < 3.0) || in test_candidate_kf()
3038 old_boost_score = boost_score; in test_candidate_kf()