Lines Matching refs:PI__IPD
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()
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()
272 while (tmp > PI__IPD) tmp -= PI__IPD << 1; in SpatialDecSmoothOPD()
273 while (tmp < -PI__IPD) tmp += PI__IPD << 1; in SpatialDecSmoothOPD()
276 PI__IPD)) { in SpatialDecSmoothOPD()
281 while (phaseLeftSmooth__FDK[pb] > PI__IPD << 1) in SpatialDecSmoothOPD()
282 phaseLeftSmooth__FDK[pb] -= PI__IPD << 1; in SpatialDecSmoothOPD()
284 phaseLeftSmooth__FDK[pb] += PI__IPD << 1; in SpatialDecSmoothOPD()
285 while (phaseRightSmooth__FDK[pb] > PI__IPD << 1) in SpatialDecSmoothOPD()
286 phaseRightSmooth__FDK[pb] -= PI__IPD << 1; in SpatialDecSmoothOPD()
288 phaseRightSmooth__FDK[pb] += PI__IPD << 1; in SpatialDecSmoothOPD()