Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h188 int two_pass_vbrmax_section; member
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c131 (int64_t)oxcf->two_pass_vbrmax_section) / in frame_max_bits()
1677 (avg_error * oxcf->two_pass_vbrmax_section) / 100; in av1_init_second_pass()
Dencoder.h274 int two_pass_vbrmax_section; member
Dratectrl.c1818 (int)(((int64_t)rc->avg_frame_bandwidth * oxcf->two_pass_vbrmax_section) / in av1_rc_update_framerate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h212 int two_pass_vbrmax_section; member
Dvp9_svc_layercontext.c324 oxcf->two_pass_vbrmax_section) / in vp9_update_spatial_layer_framerate()
Dvp9_firstpass.c281 const double max_score = (double)(oxcf->two_pass_vbrmax_section) / 100.0; in calculate_norm_frame_score()
301 (int64_t)oxcf->two_pass_vbrmax_section) / in frame_max_bits()
Dvp9_ratectrl.c2426 (int)(((int64_t)rc->avg_frame_bandwidth * oxcf->two_pass_vbrmax_section) / in vp9_rc_update_framerate()
/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/vp8/
Dvp8_cx_iface.c339 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct; in set_vp8e_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c515 oxcf->two_pass_vbrmax_section = cfg->rc_2pass_vbr_maxsection_pct; in set_encoder_config()
/external/libaom/libaom/av1/
Dav1_cx_iface.c697 oxcf->two_pass_vbrmax_section = cfg->rc_2pass_vbr_maxsection_pct; in set_encoder_config()