Lines Matching refs:phaseRightSmooth__FDK
225 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()
287 while (phaseRightSmooth__FDK[pb] < (FIXP_DBL)0) in SpatialDecSmoothOPD()
288 phaseRightSmooth__FDK[pb] += PI__IPD << 1; in SpatialDecSmoothOPD()
291 self->PhaseRight__FDK[pb] = phaseRightSmooth__FDK[pb]; in SpatialDecSmoothOPD()