Searched refs:get_active_quality (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 575 static int get_active_quality(int q, int gfu_boost, int low, int high, in get_active_quality() function 596 return get_active_quality(q, rc->kf_boost, kf_low, kf_high, in get_kf_active_quality() 606 return get_active_quality(q, rc->gfu_boost, gf_low, gf_high, in get_gf_active_quality()
|