Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1906 const double boost_q_correction = VPXMIN((0.5 + (lq * 0.015)), 1.5); in calc_frame_boost() local
1924 frame_boost = frame_boost * boost_q_correction; in calc_frame_boost()
1926 return VPXMIN(frame_boost, max_boost * boost_q_correction); in calc_frame_boost()
1938 const double boost_q_correction = VPXMIN((0.50 + (lq * 0.015)), 2.00); in calc_kf_frame_boost() local
1956 frame_boost = frame_boost * boost_q_correction; in calc_kf_frame_boost()
1958 return VPXMIN(frame_boost, max_boost * boost_q_correction); in calc_kf_frame_boost()