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

  /external/libvpx/libvpx/vp8/common/
onyx.h 114 unsigned int gf_cbr_boost_pct; member in struct:__anon26124
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 43 unsigned int gf_cbr_boost_pct; member in struct:vp8_extracfg
69 0, /* gf_cbr_boost_pct */
320 oxcf->gf_cbr_boost_pct = vp8_cfg.gf_cbr_boost_pct;
567 extra_cfg.gf_cbr_boost_pct = CAST(VP8E_SET_GF_CBR_BOOST_PCT, args);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 443 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 100))
469 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 100))
568 (!cpi->oxcf.gf_cbr_boost_pct || !cpi->refresh_golden_frame)) {
591 (!cpi->oxcf.gf_cbr_boost_pct ||
    [all...]
vp9_aq_cyclicrefresh.c 277 !cpi->oxcf.gf_cbr_boost_pct) {
vp9_encoder.h 161 unsigned int gf_cbr_boost_pct; member in struct:VP9EncoderConfig
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 41 unsigned int gf_cbr_boost_pct; member in struct:vp9_extracfg
74 0, // gf_cbr_boost_pct
498 oxcf->gf_cbr_boost_pct = extra_cfg->gf_cbr_boost_pct;
819 extra_cfg.gf_cbr_boost_pct = CAST(VP9E_SET_GF_CBR_BOOST_PCT, args);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c     [all...]
  /external/libvpx/libvpx/
vpxenc.c 364 static const arg_def_t gf_cbr_boost_pct = ARG_DEF( variable
386 &gf_cbr_boost_pct,
506 &gf_cbr_boost_pct,
    [all...]

Completed in 740 milliseconds