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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h617 extern const int q_trans[];
H A Dvp9_onyx_if.c654 const int q_trans[] = { variable
669 if (q_trans[i] >= x)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c1295 static const int q_trans[] = variable
1312 if (q_trans[i] >= x)
1569 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q];
1570 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q];
1571 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level];
1576 cpi->oxcf.fixed_q = q_trans[0];
1578 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q];
1581 cpi->oxcf.alt_q = q_trans[0];
1583 cpi->oxcf.alt_q = q_trans[oxcf->alt_q];
1586 cpi->oxcf.key_q = q_trans[
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1263 static const int q_trans[] = variable
1280 if (q_trans[i] >= x)
1537 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q];
1538 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q];
1539 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level];
1544 cpi->oxcf.fixed_q = q_trans[0];
1546 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q];
1549 cpi->oxcf.alt_q = q_trans[0];
1551 cpi->oxcf.alt_q = q_trans[oxcf->alt_q];
1554 cpi->oxcf.key_q = q_trans[
[all...]
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c327 oxcf->best_allowed_q = q_trans[cfg->rc_min_quantizer];
328 oxcf->worst_allowed_q = q_trans[cfg->rc_max_quantizer];
329 oxcf->cq_level = q_trans[extra_cfg->cq_level];

Completed in 560 milliseconds