Home
last modified time | relevance | path

Searched refs:gf_cbr_boost_pct (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c40 unsigned int gf_cbr_boost_pct; member
426 oxcf->gf_cbr_boost_pct = extra_cfg->gf_cbr_boost_pct; in set_encoder_config()
729 extra_cfg.gf_cbr_boost_pct = in ctrl_set_rc_gf_cbr_boost_pct()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h140 unsigned int gf_cbr_boost_pct; member
Dvp9_ratectrl.c421 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 20)) in get_rate_correction_factor()
447 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 20)) in set_rate_correction_factor()
1474 if (oxcf->gf_cbr_boost_pct) { in calc_pframe_target_size_one_pass_cbr()
1475 const int af_ratio_pct = oxcf->gf_cbr_boost_pct + 100; in calc_pframe_target_size_one_pass_cbr()
/external/libvpx/libvpx/
Dvpxenc.c395 static const arg_def_t gf_cbr_boost_pct = ARG_DEF( variable
453 &gf_cbr_boost_pct, &lossless,
479 &gf_cbr_boost_pct, &lossless,