Searched refs:best_allowed_q (Results 1 – 9 of 9) sorted by relevance
99 lrc->last_q[KEY_FRAME] = oxcf->best_allowed_q; in vp9_init_layer_context()100 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q; in vp9_init_layer_context()102 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_init_layer_context()104 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_init_layer_context()794 cpi->oxcf.best_allowed_q = vp9_quantizer_to_qindex(lc->min_q); in vp9_svc_start_frame()
193 int best_allowed_q; member278 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()
1814 rc->best_quality = cpi->oxcf.best_allowed_q; in vp9_change_config()3726 VPXMAX(bottom_index - qrange_adj / 2, oxcf->best_allowed_q);
3216 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
315 lc->active_best_quality = cpi->oxcf.best_allowed_q; in init_temporal_layer_context()1352 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in init_config()1508 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q]; in vp8_change_config()1608 cpi->best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()1615 else if (cpi->active_worst_quality < cpi->oxcf.best_allowed_q) { in vp8_change_config()1616 cpi->active_worst_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()1618 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q) { in vp8_change_config()1619 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()2187 …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()
500 oxcf->best_allowed_q = in set_encoder_config()