Searched refs:best_allowed_q (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c52 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.h230 int best_allowed_q; member in struct:__anon1166
H A Dvp9_onyx_if.c764 oxcf->best_allowed_q) / 2;
766 oxcf->best_allowed_q) / 2;
768 oxcf->best_allowed_q) / 2;
771 rc->last_q[0] = oxcf->best_allowed_q;
772 rc->last_q[1] = oxcf->best_allowed_q;
773 rc->last_q[2] = oxcf->best_allowed_q;
871 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q];
879 cpi->oxcf.best_allowed_q = 0;
941 rc->best_quality = cpi->oxcf.best_allowed_q;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h171 int best_allowed_q; member in struct:__anon1062
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c341 lc->active_best_quality = cpi->oxcf.best_allowed_q;
1353 cpi->active_best_quality = cpi->oxcf.best_allowed_q;
1539 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q];
1640 cpi->best_quality = cpi->oxcf.best_allowed_q;
1648 else if (cpi->active_worst_quality < cpi->oxcf.best_allowed_q)
1650 cpi->active_worst_quality = cpi->oxcf.best_allowed_q;
1652 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q)
1654 cpi->active_best_quality = cpi->oxcf.best_allowed_q;
2255 fprintf(f, "minq:%d -maxq:%d skiptrue:skipfalse = %d:%d\n", cpi->oxcf.best_allowed_q, cp
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c345 oxcf->best_allowed_q = cfg.rc_min_quantizer;
429 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c317 oxcf->best_allowed_q = cfg->rc_min_quantizer;
402 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);

Completed in 137 milliseconds