Lines Matching refs:pNrgVector
347 FIXP_DBL *RESTRICT pNrgVector, in removeLowPassDetection() argument
361 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() argument
650 pNrgVector, in transientCleanUp()
823 FIXP_DBL *pNrgVector, in detectionWithPrediction() argument
912 pNrgVector, in detectionWithPrediction()
1086 FIXP_DBL *pNrgVector) in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() argument
1176 pNrgVector, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()