Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h168 int under_shoot_pct; member
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c777 if (percent_low > cpi->oxcf.under_shoot_pct) in calc_pframe_target_size()
778 percent_low = cpi->oxcf.under_shoot_pct; in calc_pframe_target_size()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h158 int under_shoot_pct; member
Dvp9_ratectrl.c1497 const int pct_low = (int)VPXMIN(diff / one_pct_bits, oxcf->under_shoot_pct); in calc_pframe_target_size_one_pass_cbr()
Dvp9_firstpass.c2803 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in vp9_twopass_postencode_update()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c346 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c435 oxcf->under_shoot_pct = cfg->rc_undershoot_pct; in set_encoder_config()