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

  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 113 int over_shoot_pct; member in struct:__anon23076
  /external/libvpx/libvpx/vp8/common/
onyx.h 157 int over_shoot_pct; member in struct:__anon23008
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 877 if (percent_high > cpi->oxcf.over_shoot_pct)
878 percent_high = cpi->oxcf.over_shoot_pct;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 296 oxcf->over_shoot_pct = cfg.rc_overshoot_pct;
350 printf("over_shoot_pct: %d\n", oxcf->over_shoot_pct);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 349 oxcf->over_shoot_pct = cfg.rc_overshoot_pct;
422 printf("over_shoot_pct: %d\n", oxcf->over_shoot_pct);
    [all...]

Completed in 488 milliseconds