OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_DIFF
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/ns/
nsx_defines.h
52
#define
MIN_DIFF
16 // * 2 * BIN_SIZE_DIFF_FX
nsx_core.c
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
508
static const float
MIN_DIFF
= 0.000001f;
509
if (diff >
MIN_DIFF
) {
511
} else if (diff < -
MIN_DIFF
) {
Completed in 668 milliseconds