Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h114 unsigned int gf_cbr_boost_pct; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c43 unsigned int gf_cbr_boost_pct; member
320 oxcf->gf_cbr_boost_pct = vp8_cfg.gf_cbr_boost_pct; in set_vp8e_config()
567 extra_cfg.gf_cbr_boost_pct = CAST(VP8E_SET_GF_CBR_BOOST_PCT, args); in ctrl_set_rc_gf_cbr_boost_pct()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c441 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 100)) in get_rate_correction_factor()
467 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 100)) in set_rate_correction_factor()
566 (!cpi->oxcf.gf_cbr_boost_pct || !cpi->refresh_golden_frame)) { in vp9_rc_regulate_q()
589 (!cpi->oxcf.gf_cbr_boost_pct || in vp9_rc_regulate_q()
1594 if (oxcf->gf_cbr_boost_pct) { in calc_pframe_target_size_one_pass_cbr()
1595 const int af_ratio_pct = oxcf->gf_cbr_boost_pct + 100; in calc_pframe_target_size_one_pass_cbr()
Dvp9_encoder.h160 unsigned int gf_cbr_boost_pct; member
Dvp9_aq_cyclicrefresh.c277 !cpi->oxcf.gf_cbr_boost_pct) { in vp9_cyclic_refresh_postencode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c41 unsigned int gf_cbr_boost_pct; member
474 oxcf->gf_cbr_boost_pct = extra_cfg->gf_cbr_boost_pct; in set_encoder_config()
793 extra_cfg.gf_cbr_boost_pct = CAST(VP9E_SET_GF_CBR_BOOST_PCT, args); in ctrl_set_rc_gf_cbr_boost_pct()
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1013 cpi->gf_noboost_onepass_cbr = (cpi->oxcf.gf_cbr_boost_pct <= 100); in calc_pframe_target_size()
1019 (cpi->this_frame_target * (100 + cpi->oxcf.gf_cbr_boost_pct)) / 100; in calc_pframe_target_size()
/external/libvpx/libvpx/
Dvpxenc.c358 static const arg_def_t gf_cbr_boost_pct = ARG_DEF( variable
380 &gf_cbr_boost_pct,
493 &gf_cbr_boost_pct,