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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c 854 int percent_high = 0; local
859 percent_high = (int)((cpi->buffer_level
865 percent_high = (int)((100 * cpi->bits_off_target)
869 if (percent_high > cpi->oxcf.over_shoot_pct)
870 percent_high = cpi->oxcf.over_shoot_pct;
871 else if (percent_high < 0)
872 percent_high = 0;
875 percent_high) / 200;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 854 int percent_high = 0; local
859 percent_high = (int)((cpi->buffer_level
865 percent_high = (int)((100 * cpi->bits_off_target)
869 if (percent_high > cpi->oxcf.over_shoot_pct)
870 percent_high = cpi->oxcf.over_shoot_pct;
871 else if (percent_high < 0)
872 percent_high = 0;
875 percent_high) / 200;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 854 int percent_high = 0; local
859 percent_high = (int)((cpi->buffer_level
865 percent_high = (int)((100 * cpi->bits_off_target)
869 if (percent_high > cpi->oxcf.over_shoot_pct)
870 percent_high = cpi->oxcf.over_shoot_pct;
871 else if (percent_high < 0)
872 percent_high = 0;
875 percent_high) / 200;
    [all...]

Completed in 124 milliseconds