Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.cpp465 LVM_FLOAT COS_T0; in LVPSA_BPSinglePrecCoefs() local
501 COS_T0 = 0.0f; /* Initialise the error to zero */ in LVPSA_BPSinglePrecCoefs()
505 COS_T0 += (factor * coef); /* The nth partial sum */ in LVPSA_BPSinglePrecCoefs()
508 COS_T0 = COS_T0 * 8; /*LVPSA_CosCoef_float[0]*/ /* Correct the scaling */ in LVPSA_BPSinglePrecCoefs()
510 B1 = ((LVM_FLOAT)0.5 - B2) * (COS_T0); /* B1 = (0.5 - b2) * cos(t0) */ in LVPSA_BPSinglePrecCoefs()