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

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

Completed in 196 milliseconds