Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_smoothing.cpp224 FIXP_DBL *phaseLeftSmooth__FDK = self->smoothState->opdLeftState__FDK; in SpatialDecSmoothOPD() local
231 FDKmemcpy(phaseLeftSmooth__FDK, self->PhaseLeft__FDK, in SpatialDecSmoothOPD()
257 while (tmpL > phaseLeftSmooth__FDK[pb] + PI__IPD) tmpL -= PI__IPD << 1; in SpatialDecSmoothOPD()
258 while (tmpL < phaseLeftSmooth__FDK[pb] - PI__IPD) tmpL += PI__IPD << 1; in SpatialDecSmoothOPD()
262 phaseLeftSmooth__FDK[pb] = in SpatialDecSmoothOPD()
264 fMult(one_minus_delta__FDK, phaseLeftSmooth__FDK[pb]); in SpatialDecSmoothOPD()
269 tmp = (((tmpL >> 1) - (tmpR >> 1)) - ((phaseLeftSmooth__FDK[pb] >> 1) - in SpatialDecSmoothOPD()
277 phaseLeftSmooth__FDK[pb] = tmpL; in SpatialDecSmoothOPD()
281 while (phaseLeftSmooth__FDK[pb] > PI__IPD << 1) in SpatialDecSmoothOPD()
282 phaseLeftSmooth__FDK[pb] -= PI__IPD << 1; in SpatialDecSmoothOPD()
[all …]