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

  /external/libvpx/libvpx/vp8/common/
onyx.h 188 int two_pass_vbrmax_section; member in struct:__anon24679
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 210 int two_pass_vbrmax_section; member in struct:VP9EncoderConfig
vp9_svc_layercontext.c 282 oxcf->two_pass_vbrmax_section) /
    [all...]
vp9_firstpass.c 276 const double max_score = (double)(oxcf->two_pass_vbrmax_section) / 100.0;
296 (int64_t)oxcf->two_pass_vbrmax_section) /
    [all...]
vp9_ratectrl.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 335 ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
355 * two_pass_vbrmax_section rate passed in by the user
360 ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 340 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct;
416 printf("two_pass_vbrmax_section: %d\n", oxcf->two_pass_vbrmax_section);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 505 oxcf->two_pass_vbrmax_section = cfg->rc_2pass_vbr_maxsection_pct;
615 printf("two_pass_vbrmax_section: %d\n", oxcf->two_pass_vbrmax_section);
    [all...]

Completed in 189 milliseconds