Home
last modified time | relevance | path

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

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