HomeSort by relevance Sort by last modified time
    Searched refs:positionOffsetR (Results 1 - 3 of 3) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c 259 EAS_I32 positionOffsetR;
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);
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c 259 EAS_I32 positionOffsetR;
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);
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c 259 EAS_I32 positionOffsetR;
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 2395 milliseconds