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

  /external/libvpx/vpx/
vpx_encoder.h 438 unsigned int rc_undershoot_pct; member in struct:vpx_codec_enc_cfg
  /external/libvpx/
ivfenc.c 765 cfg.rc_undershoot_pct = arg_parse_uint(&arg);
953 SHOW(rc_undershoot_pct);
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 143 RANGE_CHECK(cfg, rc_undershoot_pct, 0, 100);
296 oxcf->under_shoot_pct = cfg.rc_undershoot_pct;
    [all...]

Completed in 15 milliseconds