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.h188 int two_pass_vbrmax_section; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h210 int two_pass_vbrmax_section; member
Dvp9_svc_layercontext.c282 oxcf->two_pass_vbrmax_section) / in vp9_update_spatial_layer_framerate()
Dvp9_firstpass.c276 const double max_score = (double)(oxcf->two_pass_vbrmax_section) / 100.0; in calculate_norm_frame_score()
296 (int64_t)oxcf->two_pass_vbrmax_section) / in frame_max_bits()
Dvp9_ratectrl.c1874 (int)(((int64_t)rc->avg_frame_bandwidth * oxcf->two_pass_vbrmax_section) / in vp9_rc_update_framerate()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c340 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct; in set_vp8e_config()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c335 ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0)); in frame_max_bits()
360 ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0)); in frame_max_bits()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c505 oxcf->two_pass_vbrmax_section = cfg->rc_2pass_vbr_maxsection_pct; in set_encoder_config()