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

/external/libvpx/libvpx/vp8/common/
H A Donyx.h168 int under_shoot_pct; member in struct:__anon11015
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h158 int under_shoot_pct; member in struct:VP9EncoderConfig
H A Dvp9_firstpass.c2803 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) {
H A Dvp9_ratectrl.c1497 const int pct_low = (int)VPXMIN(diff / one_pct_bits, oxcf->under_shoot_pct);
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c777 if (percent_low > cpi->oxcf.under_shoot_pct)
778 percent_low = cpi->oxcf.under_shoot_pct;
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c346 oxcf->under_shoot_pct = cfg.rc_undershoot_pct;
422 printf("under_shoot_pct: %d\n", oxcf->under_shoot_pct);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c435 oxcf->under_shoot_pct = cfg->rc_undershoot_pct;
535 printf("under_shoot_pct: %d\n", oxcf->under_shoot_pct);

Completed in 120 milliseconds