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

  /external/chromium_org/third_party/libwebp/enc/
cost.h 24 extern const uint16_t VP8LevelFixedCosts[MAX_LEVEL + 1];
cost.c 80 const uint16_t VP8LevelFixedCosts[MAX_LEVEL + 1] = {
vp8enci.h 62 MAX_LEVEL = 2047 // max level (note: max codable is 2047 + 67)
  /external/webp/src/enc/
cost.h 24 extern const uint16_t VP8LevelFixedCosts[MAX_LEVEL + 1];
cost.c 80 const uint16_t VP8LevelFixedCosts[MAX_LEVEL + 1] = {
vp8enci.h 62 MAX_LEVEL = 2047 // max level (note: max codable is 2047 + 67)
  /frameworks/base/graphics/java/android/graphics/drawable/
RotateDrawable.java 50 private static final float MAX_LEVEL = 10000.0f;
175 ((float) level / MAX_LEVEL);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ProgressBarICS.java 54 private static final int MAX_LEVEL = 10000;
427 final int level = (int) (scale * MAX_LEVEL);
784 d.setLevel((int) (scale * MAX_LEVEL));
  /frameworks/base/core/java/android/widget/
ProgressBar.java 194 private static final int MAX_LEVEL = 10000;
648 final int level = (int) (scale * MAX_LEVEL);
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 190 private static final int MAX_LEVEL = 10000;
602 final int level = (int) (scale * MAX_LEVEL);
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc.c 643 if (out[n] > MAX_LEVEL) out[n] = MAX_LEVEL;
enc_sse2.c     [all...]
  /external/webp/src/dsp/
enc.c 643 if (out[n] > MAX_LEVEL) out[n] = MAX_LEVEL;
enc_sse2.c     [all...]

Completed in 4628 milliseconds