Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp347 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()
[all …]
Dmh_det.h169 FIXP_DBL *pNrgVector);