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.c1630 double old_boost_score = 0.0; in define_gf_group() local
1726 boost_score = old_boost_score; in define_gf_group()
1744 ((boost_score - old_boost_score) < 2.0)))) { in define_gf_group()
1745 boost_score = old_boost_score; in define_gf_group()
1751 old_boost_score = boost_score; in define_gf_group()
2470 double old_boost_score = 0.0; in test_candidate_kf() local
2502 ((boost_score - old_boost_score) < 0.5) || in test_candidate_kf()
2507 old_boost_score = boost_score; in test_candidate_kf()
2537 double old_boost_score = 0.0; in find_next_key_frame() local
2791 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.c1163 double old_boost_score = 0.0; in test_candidate_kf() local
1187 ((boost_score - old_boost_score) < 3.0) || in test_candidate_kf()
1192 old_boost_score = boost_score; in test_candidate_kf()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2787 double old_boost_score = 0.0; in test_candidate_kf() local
2811 ((boost_score - old_boost_score) < 3.0) || in test_candidate_kf()
2816 old_boost_score = boost_score; in test_candidate_kf()