Searched refs:SmoothDirRevNrg (Results 1 – 2 of 2) sorted by relevance
1026 self->SmoothDirRevNrg[pb] = (FIXP_MPS)0; in DuckerInit()1154 FIXP_DBL *smoothDirRevNrg = &self->SmoothDirRevNrg[0]; in DuckerApply()1338 self->SmoothDirRevNrg[pb] = in DuckerApplyPS()1339 scaleValue(self->SmoothDirRevNrg[pb], -scaleSmoothDirRevNrg); in DuckerApplyPS()1347 self->SmoothDirRevNrg[pb] = in DuckerApplyPS()1348 fixMax(self->SmoothDirRevNrg[pb] + in DuckerApplyPS()1350 (directNrg2 - self->SmoothDirRevNrg[pb])), in DuckerApplyPS()1354 maxDirRevNrg |= fAbs(self->SmoothDirRevNrg[pb]); in DuckerApplyPS()1357 (self->SmoothDirRevNrg[pb] == FL2FXCONST_DBL(0))) { in DuckerApplyPS()1379 if (multiplication > (self->SmoothDirRevNrg[pb] >> 1)) { in DuckerApplyPS()[all …]
179 FIXP_MPS SmoothDirRevNrg[2 * (28)]; member