Searched defs:stepSize (Results 1 - 12 of 12) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_imaadpcm.c228 EAS_INT stepSize; local
231 stepSize = imaStepSizeTable[pState->step];
236 delta += stepSize;
240 delta += stepSize >> 1;
244 delta += stepSize >> 2;
247 delta += stepSize >> 3;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_imaadpcm.c228 EAS_INT stepSize; local
231 stepSize = imaStepSizeTable[pState->step];
236 delta += stepSize;
240 delta += stepSize >> 1;
244 delta += stepSize >> 2;
247 delta += stepSize >> 3;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_imaadpcm.c228 EAS_INT stepSize; local
231 stepSize = imaStepSizeTable[pState->step];
236 delta += stepSize;
240 delta += stepSize >> 1;
244 delta += stepSize >> 2;
247 delta += stepSize >> 3;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowRatingBar.java24 final float stepSize = attributeSet.getAttributeFloatValue("android", "stepSize", -1);
30 if (stepSize >= 0) {
31 setStepSize(stepSize);
77 public void setStepSize(float stepSize) { argument
78 if (stepSize <= 0) {
82 final float newMax = mNumStars / stepSize;
/external/aac/libSBRenc/src/
H A Dton_corr.cpp134 INT stepSize = hTonCorr->stepSize; local
301 k += stepSize;
729 hTonCorr->stepSize = hTonCorr->lpcLength[0] + LPC_ORDER; /* stepSize[0] implicitly 0. */
H A Dton_corr.h119 INT stepSize; /*!< Stride for the lpc estimate. */ member in struct:__anon270
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java1717 * @param stepSize
1721 public ReplyPacket setStep(String threadName, int stepSize, int stepDepth) { argument
1734 mods[0].size = stepSize;
1750 * @param stepSize
1755 int stepSize, int stepDepth) {
1771 mods[index].size = stepSize;
1754 setStep(String[] classRegexp, long threadID, int stepSize, int stepDepth) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 245 milliseconds