Searched refs:get_gf_active_quality (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.c | 655 static int get_gf_active_quality(const RATE_CONTROL *const rc, int q, in get_gf_active_quality() function 804 active_best_quality = get_gf_active_quality(rc, q, bit_depth); in rc_pick_q_and_bounds_one_pass_cbr() 1004 active_best_quality = get_gf_active_quality(rc, q, bit_depth); in rc_pick_q_and_bounds_one_pass_vbr() 1016 active_best_quality = get_gf_active_quality(rc, q, bit_depth); in rc_pick_q_and_bounds_one_pass_vbr() 1374 active_best_quality = get_gf_active_quality(rc, q, bit_depth); in get_active_best_quality()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 883 static int get_gf_active_quality(const VP9_COMP *const cpi, int q, in get_gf_active_quality() function 1049 active_best_quality = get_gf_active_quality(cpi, q, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_cbr() 1197 active_best_quality = get_gf_active_quality(cpi, q, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_vbr() 1212 active_best_quality = get_gf_active_quality(cpi, q, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_vbr() 1397 active_best_quality = get_gf_active_quality(cpi, q, cm->bit_depth); in rc_constant_q() 1455 active_best_quality = get_gf_active_quality(cpi, q, cm->bit_depth); in rc_pick_q_and_bounds_two_pass()
|