OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOW_FREQ
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Control.c
36
#define
LOW_FREQ
298 /* 32768/110 for low test frequency */
166
if ((fc << 15) <= (
LOW_FREQ
* fs))
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c
22
#define
LOW_FREQ
298 /* 32768/110 for low test frequency */
290
if ((
LOW_FREQ
* fs) >= (fc << 15))
299
if (((
LOW_FREQ
* fs) < (fc << 15)) && ((fc << 15) < (HIGH_FREQ * fs)) && (QFactor > 300))
[
all
...]
Completed in 35 milliseconds