Searched refs:chorusIndexL (Results 1 – 2 of 2) sorted by relevance
147 pChorusData->chorusIndexL = 0; in ChorusInit()299 pChorusData->chorusDelayL[pChorusData->chorusIndexL] = nInputSample; in ChorusProcess()314 …tapL = WeightedTap(pChorusData->chorusDelayL, pChorusData->chorusIndexL, positionOffsetL, CHORUS_L… in ChorusProcess()326 if ((pChorusData->chorusIndexL+=1) >= CHORUS_L_SIZE) in ChorusProcess()327 pChorusData->chorusIndexL = 0; in ChorusProcess()
81 EAS_I16 chorusIndexL; member