Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp1031 self->SmoothDirRevNrg[pb] = (FIXP_MPS)0; in DuckerInit()
1181 FIXP_DBL *smoothDirRevNrg = &self->SmoothDirRevNrg[0]; in DuckerApply()
1370 self->SmoothDirRevNrg[pb] = in DuckerApplyPS()
1371 scaleValue(self->SmoothDirRevNrg[pb], -scaleSmoothDirRevNrg); in DuckerApplyPS()
1379 self->SmoothDirRevNrg[pb] = in DuckerApplyPS()
1380 fixMax(self->SmoothDirRevNrg[pb] + in DuckerApplyPS()
1382 (directNrg2 - self->SmoothDirRevNrg[pb])), in DuckerApplyPS()
1386 maxDirRevNrg |= fAbs(self->SmoothDirRevNrg[pb]); in DuckerApplyPS()
1389 (self->SmoothDirRevNrg[pb] == FL2FXCONST_DBL(0))) { in DuckerApplyPS()
1411 if (multiplication > (self->SmoothDirRevNrg[pb] >> 1)) { in DuckerApplyPS()
[all …]
/external/aac/libFDK/include/
DFDK_decorrelate.h179 FIXP_MPS SmoothDirRevNrg[2 * (28)]; member