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.c526 int active_best_quality, int active_worst_quality) { in vp9_rc_regulate_q() argument
538 i = active_best_quality; in vp9_rc_regulate_q()
694 int active_best_quality; in rc_pick_q_and_bounds_one_pass_cbr() local
701 active_best_quality = rc->best_quality; in rc_pick_q_and_bounds_one_pass_cbr()
711 active_best_quality = VPXMAX(qindex + delta_qindex, rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr()
717 active_best_quality = in rc_pick_q_and_bounds_one_pass_cbr()
728 q_val = vp9_convert_qindex_to_q(active_best_quality, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_cbr()
729 active_best_quality += vp9_compute_qdelta(rc, q_val, in rc_pick_q_and_bounds_one_pass_cbr()
745 active_best_quality = get_gf_active_quality(rc, q, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_cbr()
750 active_best_quality = rtc_minq[rc->avg_frame_qindex[INTER_FRAME]]; in rc_pick_q_and_bounds_one_pass_cbr()
[all …]
Dvp9_ratectrl.h240 int active_best_quality, int active_worst_quality);
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c221 lc->active_best_quality = cpi->active_best_quality; in save_layer_context()
259 cpi->active_best_quality = lc->active_best_quality; in restore_layer_context()
328 lc->active_best_quality = cpi->oxcf.best_allowed_q; in init_temporal_layer_context()
1397 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in init_config()
1689 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q) in vp8_change_config()
1691 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()
1694 else if (cpi->active_best_quality > cpi->oxcf.worst_allowed_q) in vp8_change_config()
1696 cpi->active_best_quality = cpi->oxcf.worst_allowed_q; in vp8_change_config()
3150 (cpi->active_best_quality > cpi->oxcf.cq_level)) in recode_loop_test()
3153 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.c902 cpi->active_best_quality = cpi->best_quality; in calc_pframe_target_size()
905 if (cpi->active_worst_quality <= cpi->active_best_quality) in calc_pframe_target_size()
906 cpi->active_worst_quality = cpi->active_best_quality + 1; in calc_pframe_target_size()
1277 i = cpi->active_best_quality; in vp8_regulate_q()