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

  /external/libvpx/libvpx/vp8/common/
onyx.h 187 int two_pass_vbrmin_section; member in struct:__anon24679
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 209 int two_pass_vbrmin_section; member in struct:VP9EncoderConfig
vp9_svc_layercontext.c 280 (int)(lrc->avg_frame_bandwidth * oxcf->two_pass_vbrmin_section / 100);
    [all...]
vp9_ratectrl.c     [all...]
vp9_firstpass.c 275 const double min_score = (double)(oxcf->two_pass_vbrmin_section) / 100.0;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 339 oxcf->two_pass_vbrmin_section = cfg.rc_2pass_vbr_minsection_pct;
415 printf("two_pass_vbrmin_section: %d\n", oxcf->two_pass_vbrmin_section);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 504 oxcf->two_pass_vbrmin_section = cfg->rc_2pass_vbr_minsection_pct;
614 printf("two_pass_vbrmin_section: %d\n", oxcf->two_pass_vbrmin_section);
    [all...]

Completed in 707 milliseconds