Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1919 const double boost_q_correction = VPXMIN((0.5 + (lq * 0.015)), 1.5); in calc_frame_boost() local
1945 const double boost_q_correction = VPXMIN((0.50 + (lq * 0.015)), 2.00); in calc_kf_frame_boost() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dpass2_strategy.c586 const double boost_q_correction = AOMMIN((0.5 + (lq * 0.015)), 1.5); in calc_frame_boost() local
614 const double boost_q_correction = AOMMIN((0.50 + (lq * 0.015)), 2.00); in calc_kf_frame_boost() local