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.c517 int active_best_quality, int active_worst_quality) { in vp9_rc_regulate_q() argument
529 i = active_best_quality; in vp9_rc_regulate_q()
686 int active_best_quality; in rc_pick_q_and_bounds_one_pass_cbr() local
693 active_best_quality = rc->best_quality; in rc_pick_q_and_bounds_one_pass_cbr()
703 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr()
709 active_best_quality = in rc_pick_q_and_bounds_one_pass_cbr()
720 q_val = vp9_convert_qindex_to_q(active_best_quality, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_cbr()
721 active_best_quality += vp9_compute_qdelta(rc, q_val, in rc_pick_q_and_bounds_one_pass_cbr()
737 active_best_quality = get_gf_active_quality(rc, q, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_cbr()
742 active_best_quality = rtc_minq[rc->avg_frame_qindex[INTER_FRAME]]; in rc_pick_q_and_bounds_one_pass_cbr()
[all …]
Dvp9_ratectrl.h225 int active_best_quality, int active_worst_quality);
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c220 lc->active_best_quality = cpi->active_best_quality; in save_layer_context()
258 cpi->active_best_quality = lc->active_best_quality; in restore_layer_context()
327 lc->active_best_quality = cpi->oxcf.best_allowed_q; in init_temporal_layer_context()
1421 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in init_config()
1713 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q) in vp8_change_config()
1715 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()
1718 else if (cpi->active_best_quality > cpi->oxcf.worst_allowed_q) in vp8_change_config()
1720 cpi->active_best_quality = cpi->oxcf.worst_allowed_q; in vp8_change_config()
3173 (cpi->active_best_quality > cpi->oxcf.cq_level)) in recode_loop_test()
3176 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.c900 cpi->active_best_quality = cpi->best_quality; in calc_pframe_target_size()
903 if (cpi->active_worst_quality <= cpi->active_best_quality) in calc_pframe_target_size()
904 cpi->active_worst_quality = cpi->active_best_quality + 1; in calc_pframe_target_size()
1275 i = cpi->active_best_quality; in vp8_regulate_q()