Searched refs:best_allowed_q (Results 1 – 4 of 4) sorted by relevance
42 DOTHIS(O, best_allowed_q )\
1477 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in init_config()1593 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q]; in vp8_change_config()1679 cpi->best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()1687 else if (cpi->active_worst_quality < cpi->oxcf.best_allowed_q) in vp8_change_config()1689 cpi->active_worst_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()1691 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q) in vp8_change_config()1693 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()2205 …fprintf(f, "minq:%d -maxq:%d skipture:skipfalse = %d:%d\n", cpi->oxcf.best_allowed_q, cpi->oxcf.wo… in vp8_remove_compressor()
153 int best_allowed_q; member
313 oxcf->best_allowed_q = cfg.rc_min_quantizer; in set_vp8e_config()