Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Tables.c303 const LVM_INT16 LVPSA_DPCosCoef[] = { 1, /* Shifts */ variable
DLVPSA_Control.c820 extern LVM_INT16 LVPSA_DPCosCoef[]; in LVPSA_BPDoublePrecCoefs()
873 coef = LVPSA_DPCosCoef[i]; /* Get the nth coefficient */ in LVPSA_BPDoublePrecCoefs()
877 CosErr = CosErr << (LVPSA_DPCosCoef[0]); /* Correct the scaling */ in LVPSA_BPDoublePrecCoefs()