Searched refs:best_allowed_q (Results 1 – 9 of 9) sorted by relevance
97 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()
192 int best_allowed_q; member276 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0; in is_lossless_requested()
332 (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()
1863 rc->best_quality = cpi->oxcf.best_allowed_q; in vp9_change_config()3699 VPXMAX(bottom_index - qrange_adj / 2, cpi->oxcf.best_allowed_q);
3140 rc->last_q[KEY_FRAME] = (tmp_q + cpi->oxcf.best_allowed_q) / 2; in vp9_rc_get_second_pass_params()
173 int best_allowed_q; member
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()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()
322 oxcf->best_allowed_q = cfg.rc_min_quantizer; in set_vp8e_config()
476 oxcf->best_allowed_q = in set_encoder_config()