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

  /external/libvpx/libvpx/vp8/common/
onyx.h 114 unsigned int gf_cbr_boost_pct; member in struct:__anon24468
  /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/
vp9_cx_iface.c 41 unsigned int gf_cbr_boost_pct; member in struct:vp9_extracfg
74 0, // gf_cbr_boost_pct
474 oxcf->gf_cbr_boost_pct = extra_cfg->gf_cbr_boost_pct;
793 extra_cfg.gf_cbr_boost_pct = CAST(VP9E_SET_GF_CBR_BOOST_PCT, args);
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 358 static const arg_def_t gf_cbr_boost_pct = ARG_DEF( variable
380 &gf_cbr_boost_pct,
493 &gf_cbr_boost_pct,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 160 unsigned int gf_cbr_boost_pct; member in struct:VP9EncoderConfig

Completed in 141 milliseconds