Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dratectrl.c1793 const int min_boost = get_gf_high_motion_quality(q, bit_depth); in get_active_best_quality() local
1794 const int boost = min_boost - active_best_quality; in get_active_best_quality()
1795 active_best_quality = min_boost - (int)(boost * p_rc->arf_boost_factor); in get_active_best_quality()
1835 const int min_boost = get_gf_high_motion_quality(base_q_index, bit_depth); in av1_get_arf_q_index() local
1836 const int boost = min_boost - active_best_quality; in av1_get_arf_q_index()
1837 return min_boost - (int)(boost * arf_boost_factor); in av1_get_arf_q_index()