Home
last modified time | relevance | path

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

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