OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
87
// return
mXs
[row];
/frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.h
39
uint16_t *
mXs
;
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];
Completed in 715 milliseconds