Home
last modified time | relevance | path

Searched refs:chorusIndexR (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_chorus.c148 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()
Deas_chorusdata.h82 EAS_I16 chorusIndexR; member