Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.c768 int qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_cbr()
842 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_cbr()
968 const int qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_vbr()
1074 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_vbr()
1159 const int qindex = rc->last_boosted_qindex; in get_intra_q_and_bounds_two_pass()
1174 qindex = AOMMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in get_intra_q_and_bounds_two_pass()
1182 qindex = rc->last_boosted_qindex; in get_intra_q_and_bounds_two_pass()
1304 q = AOMMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in get_q()
1306 q = AOMMIN(rc->last_boosted_qindex, in get_q()
1611 if ((qindex < rc->last_boosted_qindex) || in av1_rc_postencode_update()
[all …]
Dratectrl.h94 int last_boosted_qindex; // Last boosted GF/KF/ARF q member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h93 int last_boosted_qindex; // Last boosted GF/KF/ARF q member
Dvp9_ratectrl.c1013 int qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_cbr()
1076 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_cbr()
1155 int qindex = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_vbr()
1275 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_one_pass_vbr()
1328 qindex = VPXMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in pick_kf_q_bound_two_pass()
1336 qindex = rc->last_boosted_qindex; in pick_kf_q_bound_two_pass()
1548 q = VPXMIN(rc->last_kf_qindex, rc->last_boosted_qindex); in rc_pick_q_and_bounds_two_pass()
1550 q = rc->last_boosted_qindex; in rc_pick_q_and_bounds_two_pass()
1869 if ((qindex < rc->last_boosted_qindex) || (cm->frame_type == KEY_FRAME) || in vp9_rc_postencode_update()
1873 rc->last_boosted_qindex = qindex; in vp9_rc_postencode_update()
Dvp9_firstpass.c2576 int gf_start_show_idx, int active_worst_quality, int last_boosted_qindex) { in get_active_gf_inverval_range() argument
2582 (void)last_boosted_qindex; in get_active_gf_inverval_range()
2597 : (int)(vp9_convert_qindex_to_q(last_boosted_qindex, in get_active_gf_inverval_range()
2693 twopass->active_worst_quality, rc->last_boosted_qindex); in define_gf_group()