Home
last modified time | relevance | path

Searched refs:HIGH_FREQ (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.cpp24 #define HIGH_FREQ 386 /* 32768/85 for high test frequency */ macro
262 if (((LOW_FREQ * fs) < (fc << 15)) && ((fc << 15) < (HIGH_FREQ * fs)) && in LVPSA_SetBPFiltersType()
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Control.cpp37 #define HIGH_FREQ 386 /* 32768/85 for high test frequency */ macro