Home
last modified time | relevance | path

Searched refs:fixed_q (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c351 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()
Donyx_if.c1585 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()
Dfirstpass.c1960 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()
/external/libvpx/libvpx/vp8/common/
Donyx.h181 int fixed_q; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h170 int fixed_q; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c344 oxcf->fixed_q = -1; in set_vp8e_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c433 oxcf->fixed_q = -1; in set_encoder_config()