Searched refs:two_pass_vbrmax_section (Results 1 – 8 of 8) sorted by relevance
198 int two_pass_vbrmax_section; member
187 int two_pass_vbrmax_section; member
265 oxcf->two_pass_vbrmax_section) / 100); in vp9_update_spatial_layer_framerate()
280 (int64_t)oxcf->two_pass_vbrmax_section) / 100; in frame_max_bits()1320 oxcf->two_pass_vbrmax_section) / 100; in vp9_init_second_pass()
1764 oxcf->two_pass_vbrmax_section) / 100); in vp9_rc_update_framerate()
359 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct; in set_vp8e_config()
362 …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()
456 oxcf->two_pass_vbrmax_section = cfg->rc_2pass_vbr_maxsection_pct; in set_encoder_config()