Searched refs:fixed_q (Results 1 – 7 of 7) sorted by relevance
351 if (cpi->oxcf.fixed_q >= 0) in calc_iframe_target_size()444 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params()559 if (cpi->oxcf.fixed_q == -1) in calc_gf_params()981 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_pframe_target_size()1052 if (cpi->oxcf.fixed_q < 0) in calc_pframe_target_size()1228 if (cpi->oxcf.fixed_q >= 0) in vp8_regulate_q()1230 Q = cpi->oxcf.fixed_q; in vp8_regulate_q()1464 if (cpi->oxcf.fixed_q >= 0) in vp8_compute_frame_size_bounds()
1585 if (oxcf->fixed_q >= 0) in vp8_change_config()1588 cpi->oxcf.fixed_q = q_trans[0]; in vp8_change_config()1590 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q]; in vp8_change_config()1630 if (cpi->oxcf.fixed_q > MAXQ) in vp8_change_config()1631 cpi->oxcf.fixed_q = MAXQ; in vp8_change_config()1773 if (cpi->oxcf.fixed_q >= 0) in vp8_change_config()1775 cpi->last_q[0] = cpi->oxcf.fixed_q; in vp8_change_config()1776 cpi->last_q[1] = cpi->oxcf.fixed_q; in vp8_change_config()2898 if (cpi->oxcf.fixed_q >= 0 && in update_golden_frame_stats()
1960 int Q = (cpi->oxcf.fixed_q < 0) in define_gf_group()1961 ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()2155 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
181 int fixed_q; member
170 int fixed_q; member
344 oxcf->fixed_q = -1; in set_vp8e_config()
433 oxcf->fixed_q = -1; in set_encoder_config()