Searched refs:LOW_FREQ (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_Control.c36 #define LOW_FREQ 298 /* 32768/110 for low test frequency */ macro
166 if ((fc << 15) <= (LOW_FREQ * fs))
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Control.c22 #define LOW_FREQ 298 /* 32768/110 for low test frequency */ macro
290 if ((LOW_FREQ * fs) >= (fc << 15))
299 if (((LOW_FREQ * fs) < (fc << 15)) && ((fc << 15) < (HIGH_FREQ * fs)) && (QFactor > 300))

Completed in 73 milliseconds