Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.c630 static int get_active_quality(int q, int gfu_boost, int low, int high, in get_active_quality() function
651 return get_active_quality(q, rc->kf_boost, kf_low, kf_high, in get_kf_active_quality()
661 return get_active_quality(q, rc->gfu_boost, gf_low, gf_high, in get_gf_active_quality()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c858 static int get_active_quality(int q, int gfu_boost, int low, int high, in get_active_quality() function
879 return get_active_quality(q, rc->kf_boost, kf_low, kf_high, in get_kf_active_quality()
895 return get_active_quality(q, gfu_boost, gf_low, gf_high, in get_gf_active_quality()