Searched refs:smoothDirRevNrg (Results 1 – 1 of 1) sorted by relevance
1181 FIXP_DBL *smoothDirRevNrg = &self->SmoothDirRevNrg[0]; in DuckerApply() local1232 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()