Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1531 double boost_score = 0.0; in calc_arf_boost() local
1564 boost_score += (decay_accumulator * r); in calc_arf_boost()
1574 *f_boost = (int)(boost_score * 100.0) >> 4; in calc_arf_boost()
1577 boost_score = 0.0; in calc_arf_boost()
1609 boost_score += (decay_accumulator * r); in calc_arf_boost()
1618 *b_boost = (int)(boost_score * 100.0) >> 4; in calc_arf_boost()
1630 double boost_score = 0.0; in define_gf_group() local
1719 boost_score += (decay_accumulator * r); in define_gf_group()
1727 boost_score = old_boost_score; in define_gf_group()
1740 ((boost_score > 20.0) || (next_frame.pcnt_inter < 0.75)) && in define_gf_group()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1965 double boost_score = 0.0; in calc_arf_boost() local
1999 boost_score += decay_accumulator * in calc_arf_boost()
2004 *f_boost = (int)boost_score; in calc_arf_boost()
2007 boost_score = 0.0; in calc_arf_boost()
2039 boost_score += decay_accumulator * in calc_arf_boost()
2043 *b_boost = (int)boost_score; in calc_arf_boost()
2328 double boost_score = 0.0; in define_gf_group() local
2483 boost_score += decay_accumulator * in define_gf_group()
2501 boost_score = old_boost_score; in define_gf_group()
2506 old_boost_score = boost_score; in define_gf_group()
[all …]