Searched refs:get_active_quality (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.c | 576 static int get_active_quality(int q, int gfu_boost, int low, int high, in get_active_quality() function 597 return get_active_quality(q, rc->kf_boost, kf_low, kf_high, in get_kf_active_quality() 607 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 | 847 static int get_active_quality(int q, int gfu_boost, int low, int high, in get_active_quality() function 868 return get_active_quality(q, rc->kf_boost, kf_low, kf_high, in get_kf_active_quality() 884 return get_active_quality(q, gfu_boost, gf_low, gf_high, in get_gf_active_quality()
|