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.c600 q = VPXMIN(q, (q + cpi->rc.last_boosted_qindex) >> 1); in vp9_rc_regulate_q()
751 int qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_cbr()
826 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_cbr()
904 int qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_vbr()
1023 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_vbr()
1085 qindex = VPXMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in rc_pick_q_and_bounds_two_pass()
1093 qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_two_pass()
1218 q = VPXMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in rc_pick_q_and_bounds_two_pass()
1220 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_two_pass()
1412 if ((qindex < rc->last_boosted_qindex) || (cm->frame_type == KEY_FRAME) || in vp9_rc_postencode_update()
[all …]
Dvp9_ratectrl.h83 int last_boosted_qindex; // Last boosted GF/KF/ARF q member
Dvp9_firstpass.c2404 int int_lbq = (int)(vp9_convert_qindex_to_q(rc->last_boosted_qindex, in define_gf_group()