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

  /external/libvpx/libvpx/vp8/common/
onyx.h 159 int over_shoot_pct; member in struct:__anon24679
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 792 if (percent_high > cpi->oxcf.over_shoot_pct) {
793 percent_high = cpi->oxcf.over_shoot_pct;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 421 if (oxcf->over_shoot_pct > max_over_shoot_pct)
422 oxcf->over_shoot_pct = max_over_shoot_pct;
484 oxcf->over_shoot_pct = cfg->rc_overshoot_pct;
603 printf("over_shoot_pct: %d\n", oxcf->over_shoot_pct);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 179 int over_shoot_pct; member in struct:VP9EncoderConfig
vp9_ratectrl.c     [all...]
vp9_firstpass.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 328 oxcf->over_shoot_pct = cfg.rc_overshoot_pct;
402 printf("over_shoot_pct: %d\n", oxcf->over_shoot_pct);
    [all...]

Completed in 833 milliseconds