Home
last modified time | relevance | path

Searched refs:worst_allowed_q (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c111 lrc->ni_av_qi = oxcf->worst_allowed_q; in vp9_init_layer_context()
120 lrc->worst_quality = oxcf->worst_allowed_q; in vp9_init_layer_context()
129 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()
130 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()
131 lrc->avg_frame_qindex[KEY_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()
137 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_init_layer_context()
139 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_init_layer_context()
Dvp9_encoder.h193 int worst_allowed_q; member
281 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0; in is_lossless_requested()
Dvp9_ratectrl.c365 rc->avg_frame_qindex[KEY_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
366 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
369 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_rc_init()
371 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_rc_init()
375 rc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
411 rc->ni_av_qi = oxcf->worst_allowed_q; in vp9_rc_init()
416 rc->avg_q = vp9_convert_qindex_to_q(oxcf->worst_allowed_q, oxcf->bit_depth); in vp9_rc_init()
Dvp9_encoder.c1952 rc->worst_quality = cpi->oxcf.worst_allowed_q; in vp9_change_config()
4038 top_index = VPXMIN(oxcf->worst_allowed_q, top_index + qrange_adj / 2);
4316 VPXMIN(q + qrange_adj, oxcf->worst_allowed_q);
/external/libvpx/libvpx/vp8/common/
Donyx.h172 int worst_allowed_q; member
/external/libaom/libaom/av1/encoder/
Dratectrl.c261 rc->avg_frame_qindex[KEY_FRAME] = oxcf->worst_allowed_q; in av1_rc_init()
262 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in av1_rc_init()
265 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in av1_rc_init()
267 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in av1_rc_init()
271 rc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in av1_rc_init()
292 rc->ni_av_qi = oxcf->worst_allowed_q; in av1_rc_init()
297 rc->avg_q = av1_convert_qindex_to_q(oxcf->worst_allowed_q, oxcf->bit_depth); in av1_rc_init()
Dencoder.h235 int worst_allowed_q; member
403 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0; in is_lossless_requested()
Dencoder.c2496 rc->worst_quality = cpi->oxcf.worst_allowed_q; in av1_change_config()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c308 lc->active_worst_quality = cpi->oxcf.worst_allowed_q; in init_temporal_layer_context()
310 lc->avg_frame_qindex = cpi->oxcf.worst_allowed_q; in init_temporal_layer_context()
1345 cpi->active_worst_quality = cpi->oxcf.worst_allowed_q; in init_config()
1347 cpi->avg_frame_qindex = cpi->oxcf.worst_allowed_q; in init_config()
1501 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q]; in vp8_change_config()
1506 if (oxcf->worst_allowed_q < 0) { in vp8_change_config()
1509 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q]; in vp8_change_config()
1601 cpi->worst_quality = cpi->oxcf.worst_allowed_q; in vp8_change_config()
1605 if (cpi->active_worst_quality > cpi->oxcf.worst_allowed_q) { in vp8_change_config()
1606 cpi->active_worst_quality = cpi->oxcf.worst_allowed_q; in vp8_change_config()
[all …]
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c425 oxcf->worst_allowed_q = vp9_quantizer_to_qindex(63); in config_target_level()
488 oxcf->worst_allowed_q = in set_encoder_config()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c322 oxcf->worst_allowed_q = cfg.rc_max_quantizer; in set_vp8e_config()
/external/libaom/libaom/av1/
Dav1_cx_iface.c612 oxcf->worst_allowed_q = in set_encoder_config()