Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dinvf_est.cpp256 FIXP_DBL invIndex, invChannel, invTemp; in calculateDetectorValues() local
263 invChannel = GetInvInt(stopChannel - startChannel); in calculateDetectorValues()
292 origQuota += fMultDiv2(quotaVecOrig[i], invChannel); in calculateDetectorValues()
293 sbrQuota += fMultDiv2(quotaVecSbr[i], invChannel); in calculateDetectorValues()
Dnf_est.cpp223 FIXP_DBL invChannel = GetInvInt(stopChannel - startChannel); in qmfBasedNoiseFloorDetection() local
254 meanOrig += fMult((accu << 1), invChannel); in qmfBasedNoiseFloorDetection()
261 meanSbr += fMult((accu << 1), invChannel); in qmfBasedNoiseFloorDetection()