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.c1490 const double boost_q_correction = VPXMIN((0.5 + (lq * 0.015)), 1.5); in calc_frame_boost() local
1500 frame_boost = frame_boost * BOOST_FACTOR * boost_q_correction; in calc_frame_boost()
1511 return VPXMIN(frame_boost, max_boost * boost_q_correction); in calc_frame_boost()