Home
last modified time | relevance | path

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

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