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.c379 int active_best_quality, int active_worst_quality) { in vp9_rc_regulate_q() argument
391 i = active_best_quality; in vp9_rc_regulate_q()
516 int active_best_quality; in rc_pick_q_and_bounds_one_pass_cbr() local
521 active_best_quality = rc->best_quality; in rc_pick_q_and_bounds_one_pass_cbr()
530 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr()
536 active_best_quality = in rc_pick_q_and_bounds_one_pass_cbr()
546 q_val = vp9_convert_qindex_to_q(active_best_quality); in rc_pick_q_and_bounds_one_pass_cbr()
547 active_best_quality += vp9_compute_qdelta(rc, q_val, in rc_pick_q_and_bounds_one_pass_cbr()
562 active_best_quality = get_gf_active_quality(rc, q); in rc_pick_q_and_bounds_one_pass_cbr()
567 active_best_quality = rtc_minq[rc->avg_frame_qindex[INTER_FRAME]]; in rc_pick_q_and_bounds_one_pass_cbr()
[all …]
Dvp9_ratectrl.h166 int active_best_quality, int active_worst_quality);
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c237 lc->active_best_quality = cpi->active_best_quality; in save_layer_context()
275 cpi->active_best_quality = lc->active_best_quality; in restore_layer_context()
344 lc->active_best_quality = cpi->oxcf.best_allowed_q; in init_temporal_layer_context()
1383 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in init_config()
1681 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q) in vp8_change_config()
1683 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()
1686 else if (cpi->active_best_quality > cpi->oxcf.worst_allowed_q) in vp8_change_config()
1688 cpi->active_best_quality = cpi->oxcf.worst_allowed_q; in vp8_change_config()
3124 (cpi->active_best_quality > cpi->oxcf.cq_level)) in recode_loop_test()
3127 cpi->active_best_quality = cpi->oxcf.cq_level; in recode_loop_test()
[all …]
Donyx_int.h258 int active_best_quality; member
438 int active_best_quality; member
Dratectrl.c894 cpi->active_best_quality = cpi->best_quality; in calc_pframe_target_size()
897 if (cpi->active_worst_quality <= cpi->active_best_quality) in calc_pframe_target_size()
898 cpi->active_worst_quality = cpi->active_best_quality + 1; in calc_pframe_target_size()
1264 i = cpi->active_best_quality; in vp8_regulate_q()