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

  /external/chromium_org/third_party/libwebp/enc/
config.c 142 #define MAX_LEVEL 9
148 } kLosslessPresets[MAX_LEVEL + 1] = {
154 if (config == NULL || level < 0 || level > MAX_LEVEL) return 0;
vp8enci.h 62 MAX_LEVEL = 2047 // max level (note: max codable is 2047 + 67)
  /external/webp/src/enc/
config.c 142 #define MAX_LEVEL 9
148 } kLosslessPresets[MAX_LEVEL + 1] = {
154 if (config == NULL || level < 0 || level > MAX_LEVEL) return 0;
vp8enci.h 62 MAX_LEVEL = 2047 // max level (note: max codable is 2047 + 67)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
forgetting_curve_utils.h 95 static const int MAX_LEVEL;
forgetting_curve_utils.cpp 32 const int ForgettingCurveUtils::MAX_LEVEL = 3;
64 if (originalHistoricalInfo->getLevel() >= MAX_LEVEL) {
168 return std::min(std::max(level, MIN_VISIBLE_LEVEL), MAX_LEVEL);
177 return std::min(std::max(level, 0), MAX_LEVEL);
198 mTables[tableId].resize(MAX_LEVEL + 1);
199 for (int level = 0; level <= MAX_LEVEL; ++level) {
224 return static_cast<float>(WEAK_MAX_PROBABILITY / (1 << (MAX_LEVEL - level)));
  /external/libhevc/decoder/
ihevcd_defs.h 129 #define MAX_LEVEL IHEVC_LEVEL_62
  /frameworks/base/graphics/java/android/graphics/drawable/
RotateDrawable.java 54 private static final float MAX_LEVEL = 10000.0f;
368 (level / MAX_LEVEL);
  /external/libhevc/test/decoder/
main.c 214 UWORD32 max_level; member in struct:__anon27659
271 MAX_LEVEL,
339 { "--", "--max_level", MAX_LEVEL,
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ProgressBarCompat.java 55 private static final int MAX_LEVEL = 10000;
428 final int level = (int) (scale * MAX_LEVEL);
787 d.setLevel((int) (scale * MAX_LEVEL));
  /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...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 198 private static final int MAX_LEVEL = 10000;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 652 milliseconds