Searched refs:pNrgVector (Results 1 – 2 of 2) sorted by relevance
347 FIXP_DBL *RESTRICT pNrgVector, in removeLowPassDetection() argument361 nrgLow = pNrgVector[i]; in removeLowPassDetection()362 nrgHigh = pNrgVector[i + 2]; in removeLowPassDetection()382 nrgLow = pNrgVector[i]; in removeLowPassDetection()383 nrgHigh = pNrgVector[i + 2]; in removeLowPassDetection()409 if(pNrgVector[i] != FL2FXCONST_DBL(0.0f) && pNrgVector[i] > pNrgVector[maxDerivPos + 2]){ in removeLowPassDetection()410 nrgDiffLD64 = CalcLdData((pNrgVector[i]>>1)-(pNrgVector[maxDerivPos + 2]>>1)); in removeLowPassDetection()411 nrgLD64 = CalcLdData(pNrgVector[i]>>1); in removeLowPassDetection()538 FIXP_DBL *pNrgVector, in transientCleanUp() argument650 pNrgVector, in transientCleanUp()[all …]
169 FIXP_DBL *pNrgVector);