Searched refs:worst_allowed_q (Results 1 – 12 of 12) sorted by relevance
111 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()
193 int worst_allowed_q; member281 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0; in is_lossless_requested()
365 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()
1952 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);
172 int worst_allowed_q; member
261 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()
235 int worst_allowed_q; member403 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0; in is_lossless_requested()
2496 rc->worst_quality = cpi->oxcf.worst_allowed_q; in av1_change_config()
308 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 …]
425 oxcf->worst_allowed_q = vp9_quantizer_to_qindex(63); in config_target_level()488 oxcf->worst_allowed_q = in set_encoder_config()
322 oxcf->worst_allowed_q = cfg.rc_max_quantizer; in set_vp8e_config()
612 oxcf->worst_allowed_q = in set_encoder_config()