Home
last modified time | relevance | path

Searched refs:last_boosted_qindex (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c747 int qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_cbr()
822 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_cbr()
900 int qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_vbr()
1020 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_vbr()
1082 qindex = VPXMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in rc_pick_q_and_bounds_two_pass()
1090 qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_two_pass()
1215 q = VPXMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in rc_pick_q_and_bounds_two_pass()
1217 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_two_pass()
1431 if ((qindex < rc->last_boosted_qindex) || (cm->frame_type == KEY_FRAME) || in vp9_rc_postencode_update()
1435 rc->last_boosted_qindex = qindex; in vp9_rc_postencode_update()
Dvp9_ratectrl.h85 int last_boosted_qindex; // Last boosted GF/KF/ARF q member
Dvp9_firstpass.c2468 int int_lbq = (int)(vp9_convert_qindex_to_q(rc->last_boosted_qindex, in define_gf_group()