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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h167 int under_shoot_pct; member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h156 int under_shoot_pct; member in struct:__anon24854
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h145 int under_shoot_pct; member in struct:VP9EncoderConfig
H A Dvp9_ratectrl.c1325 const int pct_low = (int)MIN(diff / one_pct_bits, oxcf->under_shoot_pct);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h215 int under_shoot_pct; member in struct:VP9_CONFIG
H A Dvp9_ratectrl.c1249 const int pct_low = (int)MIN(diff / one_pct_bits, oxcf->under_shoot_pct);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dratectrl.c769 if (percent_low > cpi->oxcf.under_shoot_pct)
770 percent_low = cpi->oxcf.under_shoot_pct;
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c769 if (percent_low > cpi->oxcf.under_shoot_pct)
770 percent_low = cpi->oxcf.under_shoot_pct;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c338 oxcf->under_shoot_pct = cfg.rc_undershoot_pct;
410 printf("under_shoot_pct: %d\n", oxcf->under_shoot_pct);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c369 oxcf->under_shoot_pct = cfg->rc_undershoot_pct;
459 printf("under_shoot_pct: %d\n", oxcf->under_shoot_pct);
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c348 oxcf->under_shoot_pct = cfg.rc_undershoot_pct;
420 printf("under_shoot_pct: %d\n", oxcf->under_shoot_pct);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c332 oxcf->under_shoot_pct = cfg->rc_undershoot_pct;
405 printf("under_shoot_pct: %d\n", oxcf->under_shoot_pct);

Completed in 3204 milliseconds