Searched refs:stepSize (Results 1 - 9 of 9) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DMidpointDisplacementHeightMap.java132 int stepSize = size - 1;
133 while (stepSize > 1) {
136 nextCoords = doSquareStep(tempBuffer, nextCoords, stepSize, offsetRange, random);
140 nextCoords = doDiamondStep(tempBuffer, nextCoords, stepSize, offsetRange, random);
142 stepSize /= 2;
159 * Will fill the value at (coords[0]+stepSize/2, coords[1]+stepSize/2) with
161 * and width of stepSize.
164 * @param stepSize the size of the square
169 protected int[] doSquareStep(float[][] tempBuffer, int[] coords, int stepSize, floa argument
201 doDiamondStep(float[][] tempBuffer, int[] coords, int stepSize, float offsetRange, Random random) argument
[all...]
/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/aac/libSBRenc/src/
H A Dton_corr.h119 INT stepSize; /*!< Stride for the lpc estimate. */ member in struct:__anon269
H A Dton_corr.cpp134 INT stepSize = hTonCorr->stepSize; local
301 k += stepSize;
731 hTonCorr->stepSize = hTonCorr->lpcLength[0] + LPC_ORDER; /* stepSize[0] implicitly 0. */
/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/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 ...

Completed in 116 milliseconds