Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c1204 double old_boost_score = 0.0; in define_gf_group() local
1364 ((boost_score - old_boost_score) < 2.0) in define_gf_group()
1369 boost_score = old_boost_score; in define_gf_group()
1375 old_boost_score = boost_score; in define_gf_group()
2039 double old_boost_score = 0.0; in test_candidate_kf() local
2071 ((boost_score - old_boost_score) < 0.5) || in test_candidate_kf()
2078 old_boost_score = boost_score; in test_candidate_kf()
2109 double old_boost_score = 0.0; in vp8_find_next_key_frame() local
2323 ((boost_score - old_boost_score) < 1.0)) in vp8_find_next_key_frame()
2328 old_boost_score = boost_score; in vp8_find_next_key_frame()