Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp355 FIXP_DBL nrgLD64,nrgLowLD64,nrgHighLD64,nrgDiffLD64; in removeLowPassDetection() local
366 nrgDiffLD64 = CalcLdData((nrgLow>>1)-(nrgHigh>>1)); in removeLowPassDetection()
367 valLD64 = nrgDiffLD64-nrgLowLD64; in removeLowPassDetection()
387 nrgDiffLD64 = CalcLdData((nrgLow>>1)-(nrgHigh>>1)); in removeLowPassDetection()
388 valLD64 = nrgDiffLD64-nrgLowLD64; in removeLowPassDetection()
396 nrgDiffLD64 = CalcLdData((nrgHigh>>1)-(nrgLow>>1)); in removeLowPassDetection()
397 valLD64 = nrgDiffLD64-nrgHighLD64; in removeLowPassDetection()
410 nrgDiffLD64 = CalcLdData((pNrgVector[i]>>1)-(pNrgVector[maxDerivPos + 2]>>1)); in removeLowPassDetection()
412 valLD64 = nrgDiffLD64-nrgLD64; in removeLowPassDetection()