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.c706 int qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_cbr()
787 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_cbr()
839 int qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_vbr()
950 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_vbr()
1013 qindex = VPXMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in rc_pick_q_and_bounds_two_pass()
1022 qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_two_pass()
1153 q = VPXMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in rc_pick_q_and_bounds_two_pass()
1155 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_two_pass()
1332 if ((qindex < rc->last_boosted_qindex) || in vp9_rc_postencode_update()
1337 rc->last_boosted_qindex = qindex; in vp9_rc_postencode_update()
Dvp9_ratectrl.h83 int last_boosted_qindex; // Last boosted GF/KF/ARF q member
Dvp9_firstpass.c1930 (int)(vp9_convert_qindex_to_q(rc->last_boosted_qindex, in define_gf_group()