Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp351 FIXP_DBL *RESTRICT pNrgVector, in removeLowPassDetection() argument
365 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 …]
Dmh_det.h187 FIXP_DBL *pNrgVector);