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

  /external/webp/src/enc/
config_enc.c 133 #define MAX_LEVEL 9
139 } kLosslessPresets[MAX_LEVEL + 1] = {
145 if (config == NULL || level < 0 || level > MAX_LEVEL) return 0;
vp8i_enc.h 39 MAX_LEVEL = 2047 // max level (note: max codable is 2047 + 67)
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
forgetting_curve_utils.h 93 static const int MAX_LEVEL;
forgetting_curve_utils.cpp 32 const int ForgettingCurveUtils::MAX_LEVEL = 15;
71 if (originalHistoricalInfo->getLevel() >= MAX_LEVEL) {
163 return std::min(std::max(level, MIN_VISIBLE_LEVEL), MAX_LEVEL);
172 return std::min(std::max(level, 0), MAX_LEVEL);
193 mTables[tableId].resize(MAX_LEVEL + 1);
194 for (int level = 0; level <= MAX_LEVEL; ++level) {
219 return static_cast<float>(WEAK_MAX_PROBABILITY / (1 << (MAX_LEVEL - level)));
  /frameworks/support/wear/src/main/java/androidx/wear/widget/
ProgressDrawable.java 58 private static final int MAX_LEVEL = 10000;
65 private static final int LEVELS_PER_SEGMENT = MAX_LEVEL / NUMBER_OF_SEGMENTS;
87 mAnimator = ObjectAnimator.ofInt(this, LEVEL, 0, MAX_LEVEL);
153 level * (1.0f / MAX_LEVEL) * 2 * FULL_CIRCLE + STARTING_ANGLE + correctionAngle,
  /external/dtc/
fdtget.c 141 #define MAX_LEVEL 32 /* how deeply nested we will go */
172 if (level >= MAX_LEVEL) {
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 57 private static final int MAX_LEVEL = 10000;
165 if (level >= MAX_LEVEL) {
187 w -= (w - iw) * (MAX_LEVEL - level) / MAX_LEVEL;
193 h -= (h - ih) * (MAX_LEVEL - level) / MAX_LEVEL;
RotateDrawable.java 55 private static final int MAX_LEVEL = 10000;
313 final float value = level / (float) MAX_LEVEL;
ScaleDrawable.java 65 private static final int MAX_LEVEL = 10000;
205 if (opacity == PixelFormat.OPAQUE && d.getLevel() < MAX_LEVEL) {
230 w -= (int) ((w - iw) * (MAX_LEVEL - level) * mState.mScaleWidth / MAX_LEVEL);
236 h -= (int) ((h - ih) * (MAX_LEVEL - level) * mState.mScaleHeight / MAX_LEVEL);
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
ProgressDrawable.java 57 private static final int MAX_LEVEL = 10000;
62 private static final int LEVELS_PER_SEGMENT = MAX_LEVEL / NUMBER_OF_SEGMENTS;
82 mAnimator = ObjectAnimator.ofInt(this, LEVEL, 0, MAX_LEVEL);
136 level * (1.0f / MAX_LEVEL) * 2 * FULL_CIRCLE + STARTING_ANGLE + correctionAngle,
  /external/libhevc/decoder/
ihevcd_defs.h 129 #define MAX_LEVEL IHEVC_LEVEL_62
  /external/libavc/encoder/
ih264e_defs.h 180 #define MAX_LEVEL IH264_LEVEL_51
  /external/libavc/test/encoder/
main.c 75 MAX_LEVEL,
182 { "--", "--max_level", MAX_LEVEL, "Maximum Level (Default: 50)\n" },
580 case MAX_LEVEL:
    [all...]
  /external/libmpeg2/test/decoder/
main.c 209 UWORD32 max_level; member in struct:__anon25346
267 MAX_LEVEL,
344 { "--", "--max_level", MAX_LEVEL,
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
vms-lib.c     [all...]
  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 133 #define MAX_LEVEL ((1 << LEVEL_BITS) - 1)
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 160 private static final int MAX_LEVEL = 10000;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 474 milliseconds