Searched refs:fixed_q (Results 1 – 9 of 9) sorted by relevance
302 if (cpi->oxcf.fixed_q >= 0) { in calc_iframe_target_size()383 (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params()500 if (cpi->oxcf.fixed_q == -1) { in calc_gf_params()887 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] in calc_pframe_target_size()888 : cpi->oxcf.fixed_q; in calc_pframe_target_size()959 if (cpi->oxcf.fixed_q < 0) { in calc_pframe_target_size()1138 if (cpi->oxcf.fixed_q >= 0) { in vp8_regulate_q()1139 Q = cpi->oxcf.fixed_q; in vp8_regulate_q()1357 if (cpi->oxcf.fixed_q >= 0) { in vp8_compute_frame_size_bounds()
1505 if (oxcf->fixed_q >= 0) { in vp8_change_config()1507 cpi->oxcf.fixed_q = q_trans[0]; in vp8_change_config()1509 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q]; in vp8_change_config()1558 if (cpi->oxcf.fixed_q > MAXQ) cpi->oxcf.fixed_q = MAXQ; in vp8_change_config()1687 if (cpi->oxcf.fixed_q >= 0) { in vp8_change_config()1688 cpi->last_q[0] = cpi->oxcf.fixed_q; in vp8_change_config()1689 cpi->last_q[1] = cpi->oxcf.fixed_q; in vp8_change_config()2625 if (cpi->oxcf.fixed_q >= 0 && cpi->oxcf.play_alternate && in update_golden_frame_stats()
1825 (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()2011 (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
171 int fixed_q; member
192 int fixed_q; member
234 int fixed_q; member
324 oxcf->fixed_q = -1; in set_vp8e_config()
491 oxcf->fixed_q = -1; in set_encoder_config()
615 oxcf->fixed_q = -1; in set_encoder_config()