Searched defs:max_boost (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1759 double max_boost; local
1767 max_boost =
1771 max_boost = 0.0;
1774 max_boost = ((double)(cpi->buffer_level * 2 / 3) * 16.0) /
1777 max_boost = 0.0;
1780 if (boost_score > max_boost) boost_score = max_boost;
2826 double max_boost; local
2833 max_boost =
2837 max_boost
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1902 double this_frame_mv_in_out, double max_boost) {
1926 return VPXMIN(frame_boost, max_boost * boost_q_correction);
1934 double max_boost) {
1958 return VPXMIN(frame_boost, max_boost * boost_q_correction);
1900 calc_frame_boost(VP9_COMP *cpi, const FIRSTPASS_STATS *this_frame, double *sr_accumulator, double this_frame_mv_in_out, double max_boost) argument
1930 calc_kf_frame_boost(VP9_COMP *cpi, const FIRSTPASS_STATS *this_frame, double *sr_accumulator, double this_frame_mv_in_out, double max_boost) argument

Completed in 61 milliseconds