Searched refs:lfoRPhase (Results 1 – 2 of 2) sorted by relevance
153 …pChorusData->lfoRPhase = (CHORUS_SHAPE_SIZE << 16) >> 2; // 1/4 of total, i.e. 90 degrees out of p… in ChorusInit()349 … lfoValueRight = WeightedTap(EAS_chorusShape, 0, pChorusData->lfoRPhase, CHORUS_SHAPE_SIZE); in ChorusProcess()375 pChorusData->lfoRPhase += pChorusData->m_nRate; in ChorusProcess()376 while (pChorusData->lfoRPhase >= (CHORUS_SHAPE_SIZE<<16)) in ChorusProcess()378 pChorusData->lfoRPhase -= (CHORUS_SHAPE_SIZE<<16); in ChorusProcess()
80 EAS_I32 lfoRPhase; member