Searched refs:positionOffsetR (Results 1 - 1 of 1) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_chorus.c259 EAS_I32 positionOffsetR; local
354 positionOffsetR = pChorusData->m_nDepth * (((EAS_I32)lfoValueRight) << 1);
357 positionOffsetR += ((EAS_I32)pChorusData->chorusTapPosition) << 16;
360 tapR = WeightedTap(pChorusData->chorusDelayR, pChorusData->chorusIndexR, positionOffsetR, CHORUS_R_SIZE);

Completed in 52 milliseconds