Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h198 int two_pass_vbrmax_section; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h187 int two_pass_vbrmax_section; member
Dvp9_svc_layercontext.c265 oxcf->two_pass_vbrmax_section) / 100); in vp9_update_spatial_layer_framerate()
Dvp9_firstpass.c280 (int64_t)oxcf->two_pass_vbrmax_section) / 100; in frame_max_bits()
1320 oxcf->two_pass_vbrmax_section) / 100; in vp9_init_second_pass()
Dvp9_ratectrl.c1764 oxcf->two_pass_vbrmax_section) / 100); in vp9_rc_update_framerate()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c359 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct; in set_vp8e_config()
/external/libvpx/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()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c456 oxcf->two_pass_vbrmax_section = cfg->rc_2pass_vbr_maxsection_pct; in set_encoder_config()