Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c505 const double boost_q_correction = AOMMIN((0.5 + (lq * 0.015)), 1.5); in calc_frame_boost() local
516 frame_boost = frame_boost * BOOST_FACTOR * boost_q_correction; in calc_frame_boost()
527 return AOMMIN(frame_boost, max_boost * boost_q_correction); in calc_frame_boost()
537 const double boost_q_correction = AOMMIN((0.50 + (lq * 0.015)), 2.00); in calc_kf_frame_boost() local
560 frame_boost = ((frame_boost + 40.0) * boost_q_correction); in calc_kf_frame_boost()
562 return AOMMIN(frame_boost, max_boost * boost_q_correction); in calc_kf_frame_boost()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1888 const double boost_q_correction = VPXMIN((0.5 + (lq * 0.015)), 1.5); in calc_frame_boost() local
1900 frame_boost = frame_boost * boost_q_correction; in calc_frame_boost()
1902 return VPXMIN(frame_boost, GF_MAX_BOOST * boost_q_correction); in calc_frame_boost()
1927 const double boost_q_correction = VPXMIN((0.50 + (lq * 0.015)), 2.00); in calc_kf_frame_boost() local
1949 frame_boost = ((frame_boost + 40.0) * boost_q_correction); in calc_kf_frame_boost()
1951 return VPXMIN(frame_boost, max_boost * boost_q_correction); in calc_kf_frame_boost()