Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp1181 FIXP_DBL *smoothDirRevNrg = &self->SmoothDirRevNrg[0]; in DuckerApply() local
1232 tmp1 = smoothDirRevNrg[2 * pb + 0]; in DuckerApply()
1233 tmp2 = smoothDirRevNrg[2 * pb + 1]; in DuckerApply()
1251 smoothDirRevNrg[2 * pb] = tmp1; in DuckerApply()
1252 smoothDirRevNrg[2 * pb + 1] = tmp2; in DuckerApply()
1268 tmp2 = smoothDirRevNrg[2 * pb] >> 1; in DuckerApply()
1269 tmp1 = fMult(smoothDirRevNrg[2 * pb + 1], DUCK_GAMMA_FDK); in DuckerApply()