Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp1161 FIXP_DBL maxDirRevNrg = FL2FXCONST_DBL(0.0); in DuckerApply() local
1227 maxDirRevNrg |= fAbs(tmp1); in DuckerApply()
1228 maxDirRevNrg |= fAbs(tmp2); in DuckerApply()
1285 (SCHAR)fixMax(0, CntLeadingZeros(maxDirRevNrg) - 1); in DuckerApply()
1306 FIXP_DBL maxDirRevNrg = FL2FXCONST_DBL(0.0); in DuckerApplyPS() local
1353 maxDirRevNrg |= fAbs(self->peakDiff[pb]); in DuckerApplyPS()
1354 maxDirRevNrg |= fAbs(self->SmoothDirRevNrg[pb]); in DuckerApplyPS()
1420 (SCHAR)fixMax(0, CntLeadingZeros(maxDirRevNrg) - 1); in DuckerApplyPS()