Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1632 double boost_score = 0.0; in calc_arf_boost() local
1670 boost_score += (decay_accumulator * r); in calc_arf_boost()
1682 *f_boost = (int)(boost_score * 100.0) >> 4; in calc_arf_boost()
1685 boost_score = 0.0; in calc_arf_boost()
1722 boost_score += (decay_accumulator * r); in calc_arf_boost()
1733 *b_boost = (int)(boost_score * 100.0) >> 4; in calc_arf_boost()
1746 double boost_score = 0.0; in define_gf_group() local
1840 boost_score += (decay_accumulator * r); in define_gf_group()
1850 boost_score = old_boost_score; in define_gf_group()
1863 ((boost_score > 20.0) || (next_frame.pcnt_inter < 0.75)) && in define_gf_group()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c1185 double boost_score = 0.0; in calc_arf_boost() local
1217 boost_score += (decay_accumulator * in calc_arf_boost()
1221 *f_boost = (int)boost_score; in calc_arf_boost()
1224 boost_score = 0.0; in calc_arf_boost()
1254 boost_score += (decay_accumulator * in calc_arf_boost()
1257 *b_boost = (int)boost_score; in calc_arf_boost()
1410 double boost_score = 0.0; in define_gf_group() local
1516 boost_score += (decay_accumulator * in define_gf_group()
1526 ((boost_score > 125.0) || (next_frame.pcnt_inter < 0.75)) && in define_gf_group()
1531 ((boost_score - old_boost_score) < IIFACTOR)))) { in define_gf_group()
[all …]