Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h69 int last_kf_qindex; // Q index of the last key frame coded. member
Dvp9_ratectrl.c1005 qindex = MIN(rc->last_kf_qindex, rc->last_boosted_qindex); in rc_pick_q_and_bounds_two_pass()
1144 q = MIN(rc->last_kf_qindex, rc->last_boosted_qindex); in rc_pick_q_and_bounds_two_pass()
1331 rc->last_kf_qindex = qindex; in vp9_rc_postencode_update()