Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h173 int best_allowed_q; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c123 lrc->best_quality = oxcf->best_allowed_q; in vp9_init_layer_context()
136 lrc->last_q[KEY_FRAME] = oxcf->best_allowed_q; in vp9_init_layer_context()
137 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q; in vp9_init_layer_context()
139 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_init_layer_context()
141 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_init_layer_context()
Dvp9_encoder.h202 int best_allowed_q; member
288 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0; in is_lossless_requested()
Dvp9_ratectrl.c370 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_rc_init()
372 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_rc_init()
375 rc->last_q[KEY_FRAME] = oxcf->best_allowed_q; in vp9_rc_init()
Dvp9_firstpass.c3449 rc->last_q[KEY_FRAME] = (tmp_q + cpi->oxcf.best_allowed_q) / 2; in vp9_rc_get_second_pass_params()
Dvp9_encoder.c2001 rc->best_quality = cpi->oxcf.best_allowed_q; in vp9_change_config()
4230 VPXMAX(bottom_index - qrange_adj / 2, oxcf->best_allowed_q);
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c310 lc->active_best_quality = cpi->oxcf.best_allowed_q; in init_temporal_layer_context()
1347 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in init_config()
1504 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q]; in vp8_change_config()
1610 cpi->best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()
1617 else if (cpi->active_worst_quality < cpi->oxcf.best_allowed_q) { in vp8_change_config()
1618 cpi->active_worst_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()
1620 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q) { in vp8_change_config()
1621 cpi->active_best_quality = cpi->oxcf.best_allowed_q; in vp8_change_config()
2175 …fprintf(f, "minq:%d -maxq:%d skiptrue:skipfalse = %d:%d\n", cpi->oxcf.best_allowed_q, cpi->oxcf.wo… in vp8_remove_compressor()
/external/libaom/libaom/av1/encoder/
Dencoder.h271 int best_allowed_q; member
454 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0; in is_lossless_requested()
Dratectrl.c291 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in av1_rc_init()
293 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in av1_rc_init()
296 rc->last_q[KEY_FRAME] = oxcf->best_allowed_q; in av1_rc_init()
Dpass2_strategy.c2448 rc->last_q[KEY_FRAME] = (tmp_q + cpi->oxcf.best_allowed_q) / 2; in process_first_pass_stats()
Dencoder.c2914 rc->best_quality = cpi->oxcf.best_allowed_q; in av1_change_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c527 oxcf->best_allowed_q = in set_encoder_config()
1997 DUMP_STRUCT_VALUE(oxcf, best_allowed_q); in vp9_dump_encoder_config()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c341 oxcf->best_allowed_q = cfg.rc_min_quantizer; in set_vp8e_config()
/external/libaom/libaom/av1/
Dav1_cx_iface.c762 oxcf->best_allowed_q = in set_encoder_config()