OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HIGH_FREQ
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Control.c
37
#define
HIGH_FREQ
386 /* 32768/85 for high test frequency */
173
else if (((fc << 15) <= (
HIGH_FREQ
* fs)) && (QFactor > 300))
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c
23
#define
HIGH_FREQ
386 /* 32768/85 for high test frequency */
299
if (((LOW_FREQ * fs) < (fc << 15)) && ((fc << 15) < (
HIGH_FREQ
* fs)) && (QFactor > 300))
[
all
...]
Completed in 1107 milliseconds