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

  /external/libvpx/libvpx/vpx/
vpx_encoder.h 486 unsigned int rc_undershoot_pct; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.cc 104 config_->rc_undershoot_pct = 100;
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 281 cfg[0].rc_undershoot_pct = 98;
vp8_scalable_patterns.c 191 cfg.rc_undershoot_pct = 100;
vpxenc.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 164 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 1000);
296 oxcf->under_shoot_pct = cfg.rc_undershoot_pct;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 157 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 1000);
348 oxcf->under_shoot_pct = cfg.rc_undershoot_pct;
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 514 enc_cfg->rc_undershoot_pct = 100;

Completed in 58 milliseconds