Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h159 int over_shoot_pct; member
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c790 if (percent_high > cpi->oxcf.over_shoot_pct) { in calc_pframe_target_size()
791 percent_high = cpi->oxcf.over_shoot_pct; in calc_pframe_target_size()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c435 if (oxcf->over_shoot_pct > max_over_shoot_pct) in config_target_level()
436 oxcf->over_shoot_pct = max_over_shoot_pct; in config_target_level()
508 oxcf->over_shoot_pct = cfg->rc_overshoot_pct; in set_encoder_config()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h180 int over_shoot_pct; member
Dvp9_ratectrl.c1647 (int)VPXMIN(-diff / one_pct_bits, oxcf->over_shoot_pct); in calc_pframe_target_size_one_pass_cbr()
Dvp9_firstpass.c3371 } else if (rc->rate_error_estimate < -cpi->oxcf.over_shoot_pct) { in vp9_twopass_postencode_update()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c328 oxcf->over_shoot_pct = cfg.rc_overshoot_pct; in set_vp8e_config()