Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c550 int active_best_quality, int active_worst_quality) { in vp9_rc_regulate_q() argument
563 i = active_best_quality; in vp9_rc_regulate_q()
735 int active_best_quality; in rc_pick_q_and_bounds_one_pass_cbr() local
742 active_best_quality = rc->best_quality; in rc_pick_q_and_bounds_one_pass_cbr()
751 active_best_quality = VPXMAX(qindex + delta_qindex, rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr()
757 active_best_quality = get_kf_active_quality( in rc_pick_q_and_bounds_one_pass_cbr()
767 q_val = vp9_convert_qindex_to_q(active_best_quality, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_cbr()
768 active_best_quality += in rc_pick_q_and_bounds_one_pass_cbr()
782 active_best_quality = get_gf_active_quality(rc, q, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_cbr()
787 active_best_quality = rtc_minq[rc->avg_frame_qindex[INTER_FRAME]]; in rc_pick_q_and_bounds_one_pass_cbr()
[all …]
Dvp9_ratectrl.h256 int active_best_quality, int active_worst_quality);
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c212 lc->active_best_quality = cpi->active_best_quality; in save_layer_context()
249 cpi->active_best_quality = lc->active_best_quality; in restore_layer_context()
315 lc->active_best_quality = cpi->oxcf.best_allowed_q; in init_temporal_layer_context()
1352 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in init_config()
1618 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q) { in vp8_change_config()
1619 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()
1622 else if (cpi->active_best_quality > cpi->oxcf.worst_allowed_q) { in vp8_change_config()
1623 cpi->active_best_quality = cpi->oxcf.worst_allowed_q; in vp8_change_config()
2899 (cpi->active_best_quality > cpi->oxcf.cq_level)) { in recode_loop_test()
2901 cpi->active_best_quality = cpi->oxcf.cq_level; in recode_loop_test()
[all …]
Donyx_int.h234 int active_best_quality; member
414 int active_best_quality; member
Dratectrl.c812 cpi->active_best_quality = cpi->best_quality; in calc_pframe_target_size()
815 if (cpi->active_worst_quality <= cpi->active_best_quality) { in calc_pframe_target_size()
816 cpi->active_worst_quality = cpi->active_best_quality + 1; in calc_pframe_target_size()
1185 i = cpi->active_best_quality; in vp8_regulate_q()