OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOWERNOISELIMIT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
bgnscd.h
84
#define
LOWERNOISELIMIT
20 /* 5 */
bgnscd.cpp
297
if ( (sub(maxEnergy,
LOWERNOISELIMIT
) > 0) &&
299
(sub(currEnergy,
LOWERNOISELIMIT
) > 0) &&
496
if ((maxEnergy >
LOWERNOISELIMIT
) &&
498
(currEnergy >
LOWERNOISELIMIT
) &&
Completed in 48 milliseconds