Lines Matching refs:phaseLeftSmooth__FDK
224 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()
283 while (phaseLeftSmooth__FDK[pb] < (FIXP_DBL)0) in SpatialDecSmoothOPD()
284 phaseLeftSmooth__FDK[pb] += PI__IPD << 1; in SpatialDecSmoothOPD()
290 self->PhaseLeft__FDK[pb] = phaseLeftSmooth__FDK[pb]; in SpatialDecSmoothOPD()