Searched refs:best_allowed_q (Results 1 – 7 of 7) sorted by relevance
52 lrc->last_q[0] = q_trans[oxcf->best_allowed_q]; in vp9_init_layer_context()53 lrc->last_q[1] = q_trans[oxcf->best_allowed_q]; in vp9_init_layer_context()54 lrc->last_q[2] = q_trans[oxcf->best_allowed_q]; in vp9_init_layer_context()
764 oxcf->best_allowed_q) / 2; in init_rate_control()766 oxcf->best_allowed_q) / 2; in init_rate_control()768 oxcf->best_allowed_q) / 2; in init_rate_control()771 rc->last_q[0] = oxcf->best_allowed_q; in init_rate_control()772 rc->last_q[1] = oxcf->best_allowed_q; in init_rate_control()773 rc->last_q[2] = oxcf->best_allowed_q; in init_rate_control()871 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q]; in vp9_change_config()879 cpi->oxcf.best_allowed_q = 0; in vp9_change_config()941 rc->best_quality = cpi->oxcf.best_allowed_q; in vp9_change_config()
230 int best_allowed_q; member
171 int best_allowed_q; member
341 lc->active_best_quality = cpi->oxcf.best_allowed_q; in init_temporal_layer_context()1353 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in init_config()1539 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q]; in vp8_change_config()1640 cpi->best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()1648 else if (cpi->active_worst_quality < cpi->oxcf.best_allowed_q) in vp8_change_config()1650 cpi->active_worst_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()1652 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q) in vp8_change_config()1654 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()2255 …fprintf(f, "minq:%d -maxq:%d skiptrue:skipfalse = %d:%d\n", cpi->oxcf.best_allowed_q, cpi->oxcf.wo… in vp8_remove_compressor()
345 oxcf->best_allowed_q = cfg.rc_min_quantizer; in set_vp8e_config()
317 oxcf->best_allowed_q = cfg->rc_min_quantizer; in set_vp9e_config()