Searched refs:q_trans (Results 1 – 4 of 4) sorted by relevance
34 lrc->avg_frame_qindex[INTER_FRAME] = q_trans[oxcf->worst_allowed_q]; in vp9_init_layer_context()35 lrc->ni_av_qi = q_trans[oxcf->worst_allowed_q]; in vp9_init_layer_context()49 lrc->last_q[INTER_FRAME] = q_trans[oxcf->worst_allowed_q]; in vp9_init_layer_context()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()
623 extern const int q_trans[];
669 const int q_trans[] = { variable684 if (q_trans[i] >= x) in vp9_reverse_trans()870 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q]; in vp9_change_config()871 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q]; in vp9_change_config()872 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level]; in vp9_change_config()
1263 static const int q_trans[] = variable1280 if (q_trans[i] >= x) in vp8_reverse_trans()1538 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q]; in vp8_change_config()1539 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q]; in vp8_change_config()1540 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level]; in vp8_change_config()1545 cpi->oxcf.fixed_q = q_trans[0]; in vp8_change_config()1547 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q]; in vp8_change_config()1550 cpi->oxcf.alt_q = q_trans[0]; in vp8_change_config()1552 cpi->oxcf.alt_q = q_trans[oxcf->alt_q]; in vp8_change_config()1555 cpi->oxcf.key_q = q_trans[0]; in vp8_change_config()[all …]