Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.h71 int last_kf_qindex; // Q index of the last key frame coded. member
Dratectrl.c1052 qindex = AOMMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in rc_pick_q_and_bounds_two_pass()
1228 q = AOMMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in rc_pick_q_and_bounds_two_pass()
1419 if (current_frame->frame_type == KEY_FRAME) rc->last_kf_qindex = qindex; in av1_rc_postencode_update()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h94 int last_kf_qindex; // Q index of the last key frame coded. member
Dvp9_ratectrl.c1315 qindex = VPXMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in pick_kf_q_bound_two_pass()
1512 q = VPXMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in rc_pick_q_and_bounds_two_pass()
1814 if (frame_is_intra_only(cm)) rc->last_kf_qindex = qindex; in vp9_rc_postencode_update()