Searched refs:worst_allowed_q (Results 1 – 8 of 8) sorted by relevance
76 lrc->ni_av_qi = oxcf->worst_allowed_q; in vp9_init_layer_context()92 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()93 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()94 lrc->avg_frame_qindex[KEY_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()100 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_init_layer_context()102 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_init_layer_context()782 cpi->oxcf.worst_allowed_q = vp9_quantizer_to_qindex(lc->max_q); in vp9_svc_start_frame()
191 int worst_allowed_q; member276 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0; in is_lossless_requested()
328 rc->avg_frame_qindex[KEY_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()329 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()332 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_rc_init()334 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2; in vp9_rc_init()338 rc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()369 rc->ni_av_qi = oxcf->worst_allowed_q; in vp9_rc_init()374 rc->avg_q = vp9_convert_qindex_to_q(oxcf->worst_allowed_q, oxcf->bit_depth); in vp9_rc_init()
1862 rc->worst_quality = cpi->oxcf.worst_allowed_q; in vp9_change_config()3701 VPXMIN(cpi->oxcf.worst_allowed_q, top_index + qrange_adj / 2);3974 VPXMIN(q + qrange_adj, cpi->oxcf.worst_allowed_q);
172 int worst_allowed_q; member
310 lc->active_worst_quality = cpi->oxcf.worst_allowed_q; in init_temporal_layer_context()312 lc->avg_frame_qindex = cpi->oxcf.worst_allowed_q; in init_temporal_layer_context()1324 cpi->active_worst_quality = cpi->oxcf.worst_allowed_q; in init_config()1326 cpi->avg_frame_qindex = cpi->oxcf.worst_allowed_q; in init_config()1480 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q]; in vp8_change_config()1485 if (oxcf->worst_allowed_q < 0) { in vp8_change_config()1488 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q]; in vp8_change_config()1581 cpi->worst_quality = cpi->oxcf.worst_allowed_q; in vp8_change_config()1585 if (cpi->active_worst_quality > cpi->oxcf.worst_allowed_q) { in vp8_change_config()1586 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()478 oxcf->worst_allowed_q = in set_encoder_config()
323 oxcf->worst_allowed_q = cfg.rc_max_quantizer; in set_vp8e_config()