HomeSort by relevance Sort by last modified time
    Searched refs:under_shoot_pct (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vp8/common/
onyx.h 158 int under_shoot_pct; member in struct:__anon24679
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 711 if (percent_low > cpi->oxcf.under_shoot_pct) {
712 percent_low = cpi->oxcf.under_shoot_pct;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 178 int under_shoot_pct; member in struct:VP9EncoderConfig
vp9_ratectrl.c     [all...]
vp9_firstpass.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 327 oxcf->under_shoot_pct = cfg.rc_undershoot_pct;
401 printf("under_shoot_pct: %d\n", oxcf->under_shoot_pct);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 483 oxcf->under_shoot_pct = cfg->rc_undershoot_pct;
602 printf("under_shoot_pct: %d\n", oxcf->under_shoot_pct);
    [all...]

Completed in 112 milliseconds