Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_smoothing.cpp225 FIXP_DBL *phaseRightSmooth__FDK = self->smoothState->opdRightState__FDK; in SpatialDecSmoothOPD() local
233 FDKmemcpy(phaseRightSmooth__FDK, self->PhaseRight__FDK, in SpatialDecSmoothOPD()
259 while (tmpR > phaseRightSmooth__FDK[pb] + PI__IPD) tmpR -= PI__IPD << 1; in SpatialDecSmoothOPD()
260 while (tmpR < phaseRightSmooth__FDK[pb] - PI__IPD) tmpR += PI__IPD << 1; in SpatialDecSmoothOPD()
265 phaseRightSmooth__FDK[pb] = in SpatialDecSmoothOPD()
267 fMult(one_minus_delta__FDK, phaseRightSmooth__FDK[pb]); in SpatialDecSmoothOPD()
270 (phaseRightSmooth__FDK[pb] >> 1))) in SpatialDecSmoothOPD()
278 phaseRightSmooth__FDK[pb] = tmpR; in SpatialDecSmoothOPD()
285 while (phaseRightSmooth__FDK[pb] > PI__IPD << 1) in SpatialDecSmoothOPD()
286 phaseRightSmooth__FDK[pb] -= PI__IPD << 1; in SpatialDecSmoothOPD()
[all …]