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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 140 unsigned int gf_cbr_boost_pct; member in struct:VP9EncoderConfig
vp9_ratectrl.c 421 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 20))
447 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 20))
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 40 unsigned int gf_cbr_boost_pct; member in struct:vp9_extracfg
69 0, // gf_cbr_boost_pct
426 oxcf->gf_cbr_boost_pct = extra_cfg->gf_cbr_boost_pct;
729 extra_cfg.gf_cbr_boost_pct =
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 395 static const arg_def_t gf_cbr_boost_pct = ARG_DEF( variable
453 &gf_cbr_boost_pct, &lossless,
479 &gf_cbr_boost_pct, &lossless,
    [all...]

Completed in 568 milliseconds