Searched refs:chorusIndexR (Results 1 – 2 of 2) sorted by relevance
148 pChorusData->chorusIndexR = 0; in ChorusInit()345 pChorusData->chorusDelayR[pChorusData->chorusIndexR] = nInputSample; in ChorusProcess()360 …tapR = WeightedTap(pChorusData->chorusDelayR, pChorusData->chorusIndexR, positionOffsetR, CHORUS_R… in ChorusProcess()371 if ((pChorusData->chorusIndexR+=1) >= CHORUS_R_SIZE) in ChorusProcess()372 pChorusData->chorusIndexR = 0; in ChorusProcess()
82 EAS_I16 chorusIndexR; member