Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.h31 int last_boosted_qindex; // Last boosted GF/KF/ARF q member
Dvp9_ratectrl.c506 int qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_cbr()
581 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_cbr()
618 int qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_vbr()
747 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_vbr()
800 int qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_two_pass()
930 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_two_pass()
1115 if ((cm->base_qindex < rc->last_boosted_qindex) || in vp9_rc_postencode_update()
1119 rc->last_boosted_qindex = cm->base_qindex; in vp9_rc_postencode_update()