Searched refs:get_active_quality (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.c | 630 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/ |
D | vp9_ratectrl.c | 858 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()
|