Searched refs:CHORUS_R_SIZE (Results 1 – 2 of 2) sorted by relevance
56 #define CHORUS_R_SIZE CHORUS_L_SIZE macro91 EAS_PCM chorusDelayR[CHORUS_R_SIZE];
141 for (index = CHORUS_R_SIZE - 1; index >= 0; index--) in ChorusInit()360 … WeightedTap(pChorusData->chorusDelayR, pChorusData->chorusIndexR, positionOffsetR, CHORUS_R_SIZE); in ChorusProcess()371 if ((pChorusData->chorusIndexR+=1) >= CHORUS_R_SIZE) in ChorusProcess()