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

  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 135 int two_pass_vbrmax_section; member in struct:__anon21289
  /external/libvpx/libvpx/vp8/common/
onyx.h 186 int two_pass_vbrmax_section; member in struct:__anon21219
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 305 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct;
360 printf("two_pass_vbrmax_section: %d\n", oxcf->two_pass_vbrmax_section);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 362 max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
383 * two_pass_vbrmax_section rate passed in by the user
385 max_bits = (int)(((double)cpi->twopass.bits_left / (cpi->twopass.total_stats.count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 361 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct;
436 printf("two_pass_vbrmax_section: %d\n", oxcf->two_pass_vbrmax_section);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 336 // two_pass_vbrmax_section rate passed in by the user.
339 (cpi->oxcf.two_pass_vbrmax_section / 100.0);
    [all...]

Completed in 75 milliseconds