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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c34 lrc->avg_frame_qindex[INTER_FRAME] = q_trans[oxcf->worst_allowed_q];
35 lrc->ni_av_qi = q_trans[oxcf->worst_allowed_q];
49 lrc->last_q[INTER_FRAME] = q_trans[oxcf->worst_allowed_q];
52 lrc->last_q[0] = q_trans[oxcf->best_allowed_q];
53 lrc->last_q[1] = q_trans[oxcf->best_allowed_q];
54 lrc->last_q[2] = q_trans[oxcf->best_allowed_q];
H A Dvp9_onyx_int.h623 extern const int q_trans[];
H A Dvp9_onyx_if.c669 const int q_trans[] = { variable
684 if (q_trans[i] >= x)
870 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q];
871 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q];
872 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c1263 static const int q_trans[] = variable
1280 if (q_trans[i] >= x)
1538 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q];
1539 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q];
1540 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level];
1545 cpi->oxcf.fixed_q = q_trans[0];
1547 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q];
1550 cpi->oxcf.alt_q = q_trans[0];
1552 cpi->oxcf.alt_q = q_trans[oxcf->alt_q];
1555 cpi->oxcf.key_q = q_trans[
[all...]

Completed in 70 milliseconds