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

  /external/libvpx/vp8/common/
onyx.h 141 int under_shoot_pct; member in struct:__anon5086
  /external/libvpx/vp8/encoder/
parms.cpp 47 DOTHIS(O, under_shoot_pct )\
ratectrl.c 819 if ((cpi->oxcf.under_shoot_pct > 0) && (cpi->oxcf.under_shoot_pct <= 100))
820 cpi->this_frame_target = (cpi->this_frame_target * cpi->oxcf.under_shoot_pct) / 100;
    [all...]
onyx_if.c     [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 305 oxcf->under_shoot_pct = cfg.rc_undershoot_pct;
350 printf("under_shoot_pct: %d\n", oxcf->under_shoot_pct);
    [all...]

Completed in 641 milliseconds