Home
last modified time | relevance | path

Searched refs:LVPSA_Float_TwoPiOnFsTable (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Tables.h77 extern const LVM_FLOAT LVPSA_Float_TwoPiOnFsTable[];
DLVPSA_Control.cpp417 extern LVM_FLOAT LVPSA_Float_TwoPiOnFsTable[]; in LVPSA_BPSinglePrecCoefs()
445 T0 = Frequency * LVPSA_Float_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVPSA_BPSinglePrecCoefs()
527 extern LVM_FLOAT LVPSA_Float_TwoPiOnFsTable[]; in LVPSA_BPDoublePrecCoefs()
555 T0 = Frequency * LVPSA_Float_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVPSA_BPDoublePrecCoefs()
DLVPSA_Tables.cpp114 const LVM_FLOAT LVPSA_Float_TwoPiOnFsTable[] = { variable