Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c302 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()
Donyx_if.c1505 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()
Dfirstpass.c1825 (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()
/external/libvpx/libvpx/vp8/common/
Donyx.h171 int fixed_q; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h192 int fixed_q; member
/external/libaom/libaom/av1/encoder/
Dencoder.h234 int fixed_q; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c324 oxcf->fixed_q = -1; in set_vp8e_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c491 oxcf->fixed_q = -1; in set_encoder_config()
/external/libaom/libaom/av1/
Dav1_cx_iface.c615 oxcf->fixed_q = -1; in set_encoder_config()