Home
last modified time | relevance | path

Searched refs:two_pass_vbrmax_section (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h186 int two_pass_vbrmax_section; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c150 oxcf->two_pass_vbrmax_section) / 100); in vp9_update_spatial_layer_framerate()
Dvp9_onyx_int.h241 int two_pass_vbrmax_section; member
Dvp9_firstpass.c339 (int64_t)cpi->oxcf.two_pass_vbrmax_section) / 100; in frame_max_bits()
1029 (av_error * oxcf->two_pass_vbrmax_section) / 100; in vp9_init_second_pass()
Dvp9_onyx_if.c714 oxcf->two_pass_vbrmax_section) / 100); in vp9_new_framerate()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c363 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c333 oxcf->two_pass_vbrmax_section = cfg->rc_2pass_vbr_maxsection_pct; in set_vp9e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c362 …max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0)… in frame_max_bits()
385 …- (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0)); in frame_max_bits()