Searched refs:fixed_q (Results 1 – 7 of 7) sorted by relevance
350 if (cpi->oxcf.fixed_q >= 0) in calc_iframe_target_size()442 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params()557 if (cpi->oxcf.fixed_q == -1) in calc_gf_params()973 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_pframe_target_size()1044 if (cpi->oxcf.fixed_q < 0) in calc_pframe_target_size()1215 if (cpi->oxcf.fixed_q >= 0) in vp8_regulate_q()1217 Q = cpi->oxcf.fixed_q; in vp8_regulate_q()1451 if (cpi->oxcf.fixed_q >= 0) in vp8_compute_frame_size_bounds()
1542 if (oxcf->fixed_q >= 0) in vp8_change_config()1545 cpi->oxcf.fixed_q = q_trans[0]; in vp8_change_config()1547 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q]; in vp8_change_config()1593 if (cpi->oxcf.fixed_q > MAXQ) in vp8_change_config()1594 cpi->oxcf.fixed_q = MAXQ; in vp8_change_config()1724 if (cpi->oxcf.fixed_q >= 0) in vp8_change_config()1726 cpi->last_q[0] = cpi->oxcf.fixed_q; in vp8_change_config()1727 cpi->last_q[1] = cpi->oxcf.fixed_q; in vp8_change_config()2826 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()
169 int fixed_q; member
228 int fixed_q; member
348 oxcf->fixed_q = -1; in set_vp8e_config()
320 oxcf->fixed_q = -1; in set_vp9e_config()