Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c59 lrc->last_q[KEY_FRAME] = oxcf->best_allowed_q; in vp9_init_layer_context()
60 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q; in vp9_init_layer_context()
62 oxcf->best_allowed_q) / 2; in vp9_init_layer_context()
64 oxcf->best_allowed_q) / 2; in vp9_init_layer_context()
321 cpi->oxcf.best_allowed_q = in copy_svc_params()
Dvp9_encoder.h175 int best_allowed_q; member
240 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0; in is_lossless_requested()
Dvp9_ratectrl.c196 oxcf->best_allowed_q) / 2; in vp9_rc_init()
198 oxcf->best_allowed_q) / 2; in vp9_rc_init()
201 rc->last_q[KEY_FRAME] = oxcf->best_allowed_q; in vp9_rc_init()
202 rc->last_q[INTER_FRAME] = oxcf->best_allowed_q; in vp9_rc_init()
Dvp9_encoder.c618 rc->best_quality = cpi->oxcf.best_allowed_q; in vp9_change_config()
/external/libvpx/libvpx/vp8/common/
Donyx.h181 int best_allowed_q; member
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c344 lc->active_best_quality = cpi->oxcf.best_allowed_q; in init_temporal_layer_context()
1383 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in init_config()
1568 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q]; in vp8_change_config()
1669 cpi->best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()
1677 else if (cpi->active_worst_quality < cpi->oxcf.best_allowed_q) in vp8_change_config()
1679 cpi->active_worst_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()
1681 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q) in vp8_change_config()
1683 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()
2302 …fprintf(f, "minq:%d -maxq:%d skiptrue:skipfalse = %d:%d\n", cpi->oxcf.best_allowed_q, cpi->oxcf.wo… in vp8_remove_compressor()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c344 oxcf->best_allowed_q = cfg.rc_min_quantizer; in set_vp8e_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c360 oxcf->best_allowed_q = in set_encoder_config()