Home
last modified time | relevance | path

Searched refs:q_trans (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/vp8/encoder/
Donyx_if.c1387 static const int q_trans[] = variable
1404 if (q_trans[i] >= x) in vp8_reverse_trans()
1592 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q]; in vp8_change_config()
1593 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q]; in vp8_change_config()
1594 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level]; in vp8_change_config()
1599 cpi->oxcf.fixed_q = q_trans[0]; in vp8_change_config()
1601 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q]; in vp8_change_config()
1604 cpi->oxcf.alt_q = q_trans[0]; in vp8_change_config()
1606 cpi->oxcf.alt_q = q_trans[oxcf->alt_q]; in vp8_change_config()
1609 cpi->oxcf.key_q = q_trans[0]; in vp8_change_config()
[all …]