Home
last modified time | relevance | path

Searched refs:best_allowed_q (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c97 lrc->last_q[KEY_FRAME] = oxcf->best_allowed_q; in vp9_init_layer_context()
98 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q; in vp9_init_layer_context()
100 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_init_layer_context()
102 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_init_layer_context()
783 cpi->oxcf.best_allowed_q = vp9_quantizer_to_qindex(lc->min_q); in vp9_svc_start_frame()
Dvp9_encoder.h192 int best_allowed_q; member
276 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0; in is_lossless_requested()
Dvp9_ratectrl.c332 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_rc_init()
334 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_rc_init()
337 rc->last_q[KEY_FRAME] = oxcf->best_allowed_q; in vp9_rc_init()
Dvp9_encoder.c1863 rc->best_quality = cpi->oxcf.best_allowed_q; in vp9_change_config()
3699 VPXMAX(bottom_index - qrange_adj / 2, cpi->oxcf.best_allowed_q);
Dvp9_firstpass.c3140 rc->last_q[KEY_FRAME] = (tmp_q + cpi->oxcf.best_allowed_q) / 2; in vp9_rc_get_second_pass_params()
/external/libvpx/libvpx/vp8/common/
Donyx.h173 int best_allowed_q; member
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c311 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()
1481 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q]; in vp8_change_config()
1582 cpi->best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()
1589 else if (cpi->active_worst_quality < cpi->oxcf.best_allowed_q) { in vp8_change_config()
1590 cpi->active_worst_quality = cpi->oxcf.best_allowed_q; in vp8_change_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()
2152 …fprintf(f, "minq:%d -maxq:%d skiptrue:skipfalse = %d:%d\n", cpi->oxcf.best_allowed_q, cpi->oxcf.wo… in vp8_remove_compressor()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c322 oxcf->best_allowed_q = cfg.rc_min_quantizer; in set_vp8e_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c476 oxcf->best_allowed_q = in set_encoder_config()