Searched refs:pNrgVector (Results 1 – 2 of 2) sorted by relevance
351 FIXP_DBL *RESTRICT pNrgVector, in removeLowPassDetection() argument365 nrgLow = pNrgVector[i]; in removeLowPassDetection()366 nrgHigh = pNrgVector[i + 2]; in removeLowPassDetection()386 nrgLow = pNrgVector[i]; in removeLowPassDetection()387 nrgHigh = pNrgVector[i + 2]; in removeLowPassDetection()413 if (pNrgVector[i] != FL2FXCONST_DBL(0.0f) && in removeLowPassDetection()414 pNrgVector[i] > pNrgVector[maxDerivPos + 2]) { in removeLowPassDetection()415 nrgDiffLD64 = CalcLdData((pNrgVector[i] >> 1) - in removeLowPassDetection()416 (pNrgVector[maxDerivPos + 2] >> 1)); in removeLowPassDetection()417 nrgLD64 = CalcLdData(pNrgVector[i] >> 1); in removeLowPassDetection()[all …]
187 FIXP_DBL *pNrgVector);