HomeSort by relevance Sort by last modified time
    Searched defs:stepSize (Results 1 - 25 of 56) sorted by null

1 2 3

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
probability_utils.h 47 const float stepSize = static_cast<float>(MAX_PROBABILITY - unigramProbability)
50 + static_cast<int>(static_cast<float>(bigramProbability + 1) * stepSize);
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 228 EAS_INT stepSize;
230 /* get stepsize from table */
231 stepSize = imaStepSizeTable[pState->step];
236 delta += stepSize;
240 delta += stepSize >> 1;
244 delta += stepSize >> 2;
247 delta += stepSize >> 3;
  /frameworks/wilhelm/src/itf/
IPlaybackRate.cpp 166 SLpermille stepSize = thiz->mStepSize;
170 *pStepSize = stepSize;
  /external/aac/libSBRenc/src/
ton_corr.cpp 150 INT stepSize = hTonCorr->stepSize;
334 k += stepSize;
762 hTonCorr->stepSize =
763 hTonCorr->lpcLength[0] + LPC_ORDER; /* stepSize[0] implicitly 0. */
    [all...]
ton_corr.h 138 INT stepSize; /*!< Stride for the lpc estimate. */
  /external/okhttp/okio/okio/src/main/java/okio/
SegmentedByteString.java 191 int stepSize = Math.min(byteCount, segmentOffset + segmentSize - offset);
194 if (!other.rangeEquals(otherOffset, segments[s], arrayOffset, stepSize)) return false;
195 offset += stepSize;
196 otherOffset += stepSize;
197 byteCount -= stepSize;
208 int stepSize = Math.min(byteCount, segmentOffset + segmentSize - offset);
211 if (!arrayRangeEquals(segments[s], arrayOffset, other, otherOffset, stepSize)) return false;
212 offset += stepSize;
213 otherOffset += stepSize;
214 byteCount -= stepSize;
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRatingBar.java 24 final float stepSize = attributeSet.getAttributeFloatValue("android", "stepSize", -1);
30 if (stepSize >= 0) {
31 setStepSize(stepSize);
77 public void setStepSize(float stepSize) {
78 if (stepSize <= 0) {
82 final float newMax = mNumStars / stepSize;
  /frameworks/base/core/java/android/widget/
RatingBar.java 96 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1);
103 if (stepSize >= 0) {
104 setStepSize(stepSize);
216 * @param stepSize The step size of this rating bar. For example, if
219 public void setStepSize(float stepSize) {
220 if (stepSize <= 0) {
224 final float newMax = mNumStars / stepSize;
RadialTimePickerView.java 294 final int stepSize = DEGREES_FOR_ONE_HOUR;
295 int floor = (degrees / stepSize) * stepSize;
296 final int ceiling = floor + stepSize;
301 floor -= stepSize;
    [all...]
  /frameworks/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp 71 SLpermille minRate, maxRate, stepSize, rate = 1000;
76 res = (*pRateItf)->GetRateRange(pRateItf, 0, &minRate, &maxRate, &stepSize, &capa);
306 SLpermille minRate, maxRate, stepSize;
308 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize,
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 287 final float stepSize = (FormatSpec.MAX_TERMINAL_FREQUENCY - unigramFrequency)
289 final float resultFreqFloat = unigramFrequency + stepSize * (bigramFrequency + 1.0f);
BinaryDictEncoderUtils.java 617 final float stepSize =
620 final float firstStepStart = 1 + unigramFrequency + (stepSize / 2.0f);
621 final int discretizedFrequency = (int)((bigramFrequency - firstStepStart) / stepSize);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MotionIndicatorView.java 274 float stepSize = 360.0f/mZCovered.getNSteps();
282 canvas.drawArc(mZBoundOut,i*stepSize-0.2f, stepSize+0.4f,
289 canvas.drawArc(mZBoundOut2, mZCovered.getLastValue()*stepSize- 1, 2,
291 canvas.drawArc(mZBoundIn2, mZCovered.getLastValue()*stepSize-1.5f, 3,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
AbstractIntegrator.java 54 /** Current stepsize. */
55 protected double stepSize;
88 stepSize = Double.NaN;
166 return stepSize;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2CaptureRequestTest.java 332 double stepSize = range / (double)DEFAULT_NUM_EXPOSURE_TIME_STEPS;
334 testValues[i] = maxExpTime - (long)(stepSize * i);
357 int stepSize = DEFAULT_SENSITIVITY_STEP_SIZE;
358 int numSteps = range / stepSize;
362 stepSize = range / numSteps;
366 testValues[i] = maxSensitivity - stepSize * i;
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 402 int stepSize = HOUR_VALUE_TO_DEGREES_STEP_SIZE;
403 int floor = (degrees / stepSize) * stepSize;
404 int ceiling = floor + stepSize;
409 floor -= stepSize;
442 int stepSize;
453 stepSize = HOUR_VALUE_TO_DEGREES_STEP_SIZE;
456 stepSize = MINUTE_VALUE_TO_DEGREES_STEP_SIZE;
476 int value = degrees / stepSize;
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.8.0/
okio-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
okio-1.9.0.jar 
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 371 milliseconds

1 2 3