Searched refs:q_trans (Results 1 – 1 of 1) sorted by relevance
1296 static const int q_trans[] = variable1313 if (q_trans[i] >= x) in vp8_reverse_trans()1581 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q]; in vp8_change_config()1582 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q]; in vp8_change_config()1583 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level]; in vp8_change_config()1588 cpi->oxcf.fixed_q = q_trans[0]; in vp8_change_config()1590 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q]; in vp8_change_config()1593 cpi->oxcf.alt_q = q_trans[0]; in vp8_change_config()1595 cpi->oxcf.alt_q = q_trans[oxcf->alt_q]; in vp8_change_config()1598 cpi->oxcf.key_q = q_trans[0]; in vp8_change_config()[all …]