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_Control.cpp451 extern LVM_FLOAT LVPSA_Float_TwoPiOnFsTable[]; in LVPSA_BPSinglePrecCoefs()
480 T0 = Frequency * LVPSA_Float_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVPSA_BPSinglePrecCoefs()
569 extern LVM_FLOAT LVPSA_Float_TwoPiOnFsTable[]; in LVPSA_BPDoublePrecCoefs()
598 T0 = Frequency * LVPSA_Float_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVPSA_BPDoublePrecCoefs()
DLVPSA_Tables.h77 extern const LVM_FLOAT LVPSA_Float_TwoPiOnFsTable[];
DLVPSA_Tables.cpp148 const LVM_FLOAT LVPSA_Float_TwoPiOnFsTable[] = { 0.8042847f, /* 8kS/s */ variable