Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dparms.cpp53 DOTHIS(O, two_pass_vbrmax_section )\
Dfirstpass.c213 …max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0)… in frame_max_bits()
231 …- (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0)); in frame_max_bits()
Donyx_if.c1518 cpi->oxcf.two_pass_vbrmax_section = 400; in vp8_init_config()
/external/libvpx/vp8/common/
Donyx.h165 int two_pass_vbrmax_section; member
/external/libvpx/vp8/
Dvp8_cx_iface.c314 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct; in set_vp8e_config()