Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp1154 FIXP_DBL *smoothDirRevNrg = &self->SmoothDirRevNrg[0]; in DuckerApply() local
1205 tmp1 = smoothDirRevNrg[2 * pb + 0]; in DuckerApply()
1206 tmp2 = smoothDirRevNrg[2 * pb + 1]; in DuckerApply()
1224 smoothDirRevNrg[2 * pb] = tmp1; in DuckerApply()
1225 smoothDirRevNrg[2 * pb + 1] = tmp2; in DuckerApply()
1241 tmp2 = smoothDirRevNrg[2 * pb] >> 1; in DuckerApply()
1242 tmp1 = fMult(smoothDirRevNrg[2 * pb + 1], DUCK_GAMMA_FDK); in DuckerApply()