Home
last modified time | relevance | path

Searched refs:under_shoot_pct (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Donyx.h158 int under_shoot_pct; member
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c713 if (percent_low > cpi->oxcf.under_shoot_pct) { in calc_pframe_target_size()
714 percent_low = cpi->oxcf.under_shoot_pct; in calc_pframe_target_size()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c534 oxcf->under_shoot_pct = cfg->rc_undershoot_pct; in set_encoder_config()
1936 oxcf.under_shoot_pct = 100; in vp9_get_encoder_config()
1983 DUMP_STRUCT_VALUE(oxcf, under_shoot_pct); in vp9_dump_encoder_config()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h188 int under_shoot_pct; member
Dvp9_ratectrl.c2140 const int pct_low = (int)VPXMIN(diff / one_pct_bits, oxcf->under_shoot_pct); in calc_pframe_target_size_one_pass_cbr()
Dvp9_firstpass.c3573 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in vp9_twopass_postencode_update()
/external/libaom/libaom/av1/encoder/
Dencoder.h257 int under_shoot_pct; member
Dpass2_strategy.c235 AOMMIN(cpi->oxcf.under_shoot_pct, cpi->oxcf.over_shoot_pct); in get_twopass_worst_quality()
2843 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in av1_twopass_postencode_update()
Dratectrl.c1923 const int pct_low = (int)AOMMIN(diff / one_pct_bits, oxcf->under_shoot_pct); in av1_calc_pframe_target_size_one_pass_cbr()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c346 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()
/external/libaom/libaom/av1/
Dav1_cx_iface.c805 oxcf->under_shoot_pct = cfg->rc_undershoot_pct; in set_encoder_config()