Home | History | Annotate | Download | only in encoder

Lines Matching refs:best_allowed_q

1477     cpi->active_best_quality          = cpi->oxcf.best_allowed_q;
1593 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q];
1679 cpi->best_quality = cpi->oxcf.best_allowed_q;
1687 else if (cpi->active_worst_quality < cpi->oxcf.best_allowed_q)
1689 cpi->active_worst_quality = cpi->oxcf.best_allowed_q;
1691 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q)
1693 cpi->active_best_quality = cpi->oxcf.best_allowed_q;
2205 fprintf(f, "minq:%d -maxq:%d skipture:skipfalse = %d:%d\n", cpi->oxcf.best_allowed_q, cpi->oxcf.worst_allowed_q, skiptruecount, skipfalsecount);