Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h114 unsigned int gf_cbr_boost_pct; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c44 unsigned int gf_cbr_boost_pct; member
319 oxcf->gf_cbr_boost_pct = vp8_cfg.gf_cbr_boost_pct; in set_vp8e_config()
566 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/
Dvp9_cx_iface.c42 unsigned int gf_cbr_boost_pct; member
484 oxcf->gf_cbr_boost_pct = extra_cfg->gf_cbr_boost_pct; in set_encoder_config()
808 extra_cfg.gf_cbr_boost_pct = CAST(VP9E_SET_GF_CBR_BOOST_PCT, args); in ctrl_set_rc_gf_cbr_boost_pct()
/external/libaom/libaom/av1/encoder/
Dratectrl.c380 (cpi->oxcf.rc_mode != AOM_CBR || cpi->oxcf.gf_cbr_boost_pct > 20)) in get_rate_correction_factor()
407 (cpi->oxcf.rc_mode != AOM_CBR || cpi->oxcf.gf_cbr_boost_pct > 20)) in set_rate_correction_factor()
1593 if (oxcf->gf_cbr_boost_pct) { in calc_pframe_target_size_one_pass_cbr()
1594 const int af_ratio_pct = oxcf->gf_cbr_boost_pct + 100; in calc_pframe_target_size_one_pass_cbr()
Dencoder.h201 unsigned int gf_cbr_boost_pct; member
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1011 cpi->gf_noboost_onepass_cbr = (cpi->oxcf.gf_cbr_boost_pct <= 100); in calc_pframe_target_size()
1017 (cpi->this_frame_target * (100 + cpi->oxcf.gf_cbr_boost_pct)) / 100; in calc_pframe_target_size()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c652 (!cpi->oxcf.gf_cbr_boost_pct || in adjust_q_cbr()
685 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 100)) in get_rate_correction_factor()
712 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 100)) in set_rate_correction_factor()
820 (!cpi->oxcf.gf_cbr_boost_pct || !cpi->refresh_golden_frame)) { in vp9_rc_regulate_q()
2042 if (oxcf->gf_cbr_boost_pct) { in calc_pframe_target_size_one_pass_cbr()
2043 const int af_ratio_pct = oxcf->gf_cbr_boost_pct + 100; in calc_pframe_target_size_one_pass_cbr()
Dvp9_aq_cyclicrefresh.c288 !cpi->oxcf.gf_cbr_boost_pct) { in vp9_cyclic_refresh_postencode()
Dvp9_encoder.h162 unsigned int gf_cbr_boost_pct; member
/external/libaom/libaom/av1/
Dav1_cx_iface.c52 unsigned int gf_cbr_boost_pct; member
608 oxcf->gf_cbr_boost_pct = extra_cfg->gf_cbr_boost_pct; in set_encoder_config()
1039 extra_cfg.gf_cbr_boost_pct = CAST(AV1E_SET_GF_CBR_BOOST_PCT, args); in ctrl_set_rc_gf_cbr_boost_pct()
/external/libvpx/libvpx/
Dvpxenc.c366 static const arg_def_t gf_cbr_boost_pct = ARG_DEF( variable
388 &gf_cbr_boost_pct,
513 &gf_cbr_boost_pct,
/external/libaom/libaom/apps/
Daomenc.c637 static const arg_def_t gf_cbr_boost_pct = ARG_DEF( variable
791 &gf_cbr_boost_pct,