HomeSort by relevance Sort by last modified time
    Searched full:stepsize (Results 101 - 125 of 217) sorted by null

1 2 3 45 6 7 8 9

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 617 final float stepSize =
620 final float firstStepStart = 1 + unigramFrequency + (stepSize / 2.0f);
621 final int discretizedFrequency = (int)((bigramFrequency - firstStepStart) / stepSize);
    [all...]
  /external/aac/libSBRenc/src/
ton_corr.h 119 INT stepSize; /*!< Stride for the lpc estimate. */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince853Integrator.java 29 * is computed using the high order formula) with stepsize control
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTest.java 137 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN);
272 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN);
386 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN);
513 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN);
    [all...]
CombinedEvents003Test.java 138 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN);
EventWithExceptionTest.java 422 JDWPConstants.StepSize.LINE, singleStepDepth);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btTypedConstraint.h 126 // integrator parameters: frames per second (1/stepsize), default error
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 538 int stepsize = cpi->sf.coeff_prob_appx_step; local
557 old_coef_probs[i][j][k][l], &newp, upd, stepsize);
595 old_coef_probs[i][j][k][l], &newp, upd, stepsize);
633 old_coef_probs[i][j][k][l], &newp, upd, stepsize);
    [all...]
  /external/lz4/lib/
lz4.c 176 #define STEPSIZE sizeof(size_t)
398 while (likely(pIn<pInLimit-(STEPSIZE-1)))
401 if (!diff) { pIn+=STEPSIZE; pMatch+=STEPSIZE; continue; }
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 142 OPJ_FLOAT32 stepsize; member in struct:opj_tcd_band
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 391 uint16_t& stepSize) const
401 stepSize = delta;
808 uint16_t& stepSize) const
818 stepSize = delta;
    [all...]
audio_device_pulse_linux.cc 481 uint16_t& stepSize) const
491 stepSize = delta;
861 uint16_t& stepSize) const
871 stepSize = delta;
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core.h 350 // - mu : Stepsize in log2(), i.e. number of shifts.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vmr9.idl 242 FLOAT StepSize;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 117 topAttrs="numStars,stepSize,style,isIndicator"
  /cts/tests/camera/src/android/hardware/camera2/cts/
CaptureRequestTest.java     [all...]
  /external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
TimelineApplet.form 219 <SpinnerModel initial="2" minimum="0" numberType="java.lang.Integer" stepSize="1" type="number"/>
237 <SpinnerModel initial="500" minimum="0" numberType="java.lang.Integer" stepSize="100" type="number"/>
  /external/libmtp/src/
libmtp.c     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 842 for (vk::VkDeviceSize stepSize = memorySize / 4; currentSize > 0; stepSize /= 2)
850 currentSize += stepSize;
853 currentSize -= stepSize;
855 if (stepSize == 0)
929 for (deInt32 stepSize = currentSize[0] / 2; currentSize[0] > 0; stepSize /= 2)
959 currentSize[0] += stepSize;
960 currentSize[1] += stepSize;
964 currentSize[0] -= stepSize;
    [all...]
  /external/libjpeg-turbo/
jquant2.c     [all...]
  /external/opencv3/3rdparty/libjasper/
jpc_cs.h 385 * Stepsize manipulation macros.
jpc_dec.h 365 int stepsize; member in struct:__anon21728
jpc_enc.h 421 int stepsize; member in struct:jpc_enc_band_s