Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c350 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()
Donyx_if.c1542 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()
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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h169 int fixed_q; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h228 int fixed_q; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c348 oxcf->fixed_q = -1; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c320 oxcf->fixed_q = -1; in set_vp9e_config()