HomeSort by relevance Sort by last modified time
    Searched refs:two_pass_vbrmax_section (Results 1 - 5 of 5) sorted by null

  /external/libvpx/vp8/common/
onyx.h 165 int two_pass_vbrmax_section; member in struct:__anon5086
  /external/libvpx/vp8/encoder/
parms.cpp 53 DOTHIS(O, two_pass_vbrmax_section )\
firstpass.c 213 max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
230 // For VBR base this on the bits and frames left plus the two_pass_vbrmax_section rate passed in by the user
231 max_bits = (int)(((double)cpi->bits_left / (cpi->total_stats->count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
    [all...]
onyx_if.c     [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 314 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct;
364 printf("two_pass_vbrmax_section: %d\n", oxcf->two_pass_vbrmax_section);
    [all...]

Completed in 4075 milliseconds