Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp1188 FIXP_DBL maxDirRevNrg = FL2FXCONST_DBL(0.0); in DuckerApply() local
1254 maxDirRevNrg |= fAbs(tmp1); in DuckerApply()
1255 maxDirRevNrg |= fAbs(tmp2); in DuckerApply()
1317 (SCHAR)fixMax(0, CntLeadingZeros(maxDirRevNrg) - 1); in DuckerApply()
1338 FIXP_DBL maxDirRevNrg = FL2FXCONST_DBL(0.0); in DuckerApplyPS() local
1385 maxDirRevNrg |= fAbs(self->peakDiff[pb]); in DuckerApplyPS()
1386 maxDirRevNrg |= fAbs(self->SmoothDirRevNrg[pb]); in DuckerApplyPS()
1452 (SCHAR)fixMax(0, CntLeadingZeros(maxDirRevNrg) - 1); in DuckerApplyPS()