HomeSort by relevance Sort by last modified time
    Searched refs:mXs (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchPositionCorrection.java 26 private float[] mXs;
41 mXs = new float[length];
50 mXs[index] = value;
64 mXs = null;
86 // return mXs[row];
  /frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.cpp 59 mXs = new uint16_t[mTailLength + mWindowSize];
60 memset(mXs, 0, sizeof(*mXs) * (mTailLength + mWindowSize));
87 delete [] mXs;
101 mXs[i + mWindowSize] = mXs[i];
111 mXs[i] = sum >> mShift;
121 uint16_t x = mXs[i];
157 xySum += mXs[i + j] * ys[j];
EchoSuppressor.h 39 uint16_t *mXs;

Completed in 57 milliseconds