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.c548 int active_best_quality, int active_worst_quality) { in vp9_rc_regulate_q() argument
561 i = active_best_quality; in vp9_rc_regulate_q()
739 int active_best_quality; in rc_pick_q_and_bounds_one_pass_cbr() local
746 active_best_quality = rc->best_quality; in rc_pick_q_and_bounds_one_pass_cbr()
755 active_best_quality = VPXMAX(qindex + delta_qindex, rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr()
761 active_best_quality = get_kf_active_quality( in rc_pick_q_and_bounds_one_pass_cbr()
771 q_val = vp9_convert_qindex_to_q(active_best_quality, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_cbr()
772 active_best_quality += in rc_pick_q_and_bounds_one_pass_cbr()
786 active_best_quality = get_gf_active_quality(rc, q, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_cbr()
791 active_best_quality = rtc_minq[rc->avg_frame_qindex[INTER_FRAME]]; in rc_pick_q_and_bounds_one_pass_cbr()
[all …]
Dvp9_ratectrl.h249 int active_best_quality, int active_worst_quality);
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c210 lc->active_best_quality = cpi->active_best_quality; in save_layer_context()
246 cpi->active_best_quality = lc->active_best_quality; in restore_layer_context()
311 lc->active_best_quality = cpi->oxcf.best_allowed_q; in init_temporal_layer_context()
1325 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in init_config()
1592 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q) { in vp8_change_config()
1593 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()
1596 else if (cpi->active_best_quality > cpi->oxcf.worst_allowed_q) { in vp8_change_config()
1597 cpi->active_best_quality = cpi->oxcf.worst_allowed_q; in vp8_change_config()
2888 (cpi->active_best_quality > cpi->oxcf.cq_level)) { in recode_loop_test()
2890 cpi->active_best_quality = cpi->oxcf.cq_level; in recode_loop_test()
[all …]
Donyx_int.h234 int active_best_quality; member
410 int active_best_quality; member
Dratectrl.c814 cpi->active_best_quality = cpi->best_quality; in calc_pframe_target_size()
817 if (cpi->active_worst_quality <= cpi->active_best_quality) { in calc_pframe_target_size()
818 cpi->active_worst_quality = cpi->active_best_quality + 1; in calc_pframe_target_size()
1187 i = cpi->active_best_quality; in vp8_regulate_q()