Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.cpp545 LVM_FLOAT CosErr; in LVPSA_BPDoublePrecCoefs() local
581 CosErr = 0.0f; /* Initialise the error to zero */ in LVPSA_BPDoublePrecCoefs()
584 CosErr += factor * coef; /* The nth partial sum */ in LVPSA_BPDoublePrecCoefs()
587 CosErr = CosErr * 2; /* Correct the scaling */ in LVPSA_BPDoublePrecCoefs()
593 A0 = B1 * CosErr; /* Temporary storage for (0.5 - b2) * coserr(t0) */ in LVPSA_BPDoublePrecCoefs()