Searched refs:av1_rc_regulate_q (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.h | 223 int av1_rc_regulate_q(const struct AV1_COMP *cpi, int target_bits_per_frame,
|
D | ratectrl.c | 552 int av1_rc_regulate_q(const AV1_COMP *cpi, int target_bits_per_frame, in av1_rc_regulate_q() function 789 q = av1_rc_regulate_q(cpi, rc->this_frame_target, active_best_quality, in rc_pick_q_and_bounds_one_pass_cbr() 970 q = av1_rc_regulate_q(cpi, rc->this_frame_target, active_best_quality, in rc_pick_q_and_bounds_one_pass_vbr() 1234 q = av1_rc_regulate_q(cpi, rc->this_frame_target, active_best_quality, in rc_pick_q_and_bounds_two_pass()
|
D | encoder.c | 4191 av1_rc_regulate_q(cpi, rc->this_frame_target, bottom_index, in get_regulated_q_overshoot() 4198 av1_rc_regulate_q(cpi, rc->this_frame_target, bottom_index, in get_regulated_q_overshoot() 4211 int q_regulated = av1_rc_regulate_q(cpi, rc->this_frame_target, bottom_index, in get_regulated_q_undershoot() 4217 q_regulated = av1_rc_regulate_q(cpi, rc->this_frame_target, bottom_index, in get_regulated_q_undershoot()
|