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

  /external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c 258 EAS_I32 positionOffsetL;
308 positionOffsetL = pChorusData->m_nDepth * (((EAS_I32)lfoValueLeft) << 1);
311 positionOffsetL += ((EAS_I32)pChorusData->chorusTapPosition) << 16;
314 tapL = WeightedTap(pChorusData->chorusDelayL, pChorusData->chorusIndexL, positionOffsetL, CHORUS_L_SIZE);
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c 258 EAS_I32 positionOffsetL;
308 positionOffsetL = pChorusData->m_nDepth * (((EAS_I32)lfoValueLeft) << 1);
311 positionOffsetL += ((EAS_I32)pChorusData->chorusTapPosition) << 16;
314 tapL = WeightedTap(pChorusData->chorusDelayL, pChorusData->chorusIndexL, positionOffsetL, CHORUS_L_SIZE);
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c 258 EAS_I32 positionOffsetL;
308 positionOffsetL = pChorusData->m_nDepth * (((EAS_I32)lfoValueLeft) << 1);
311 positionOffsetL += ((EAS_I32)pChorusData->chorusTapPosition) << 16;
314 tapL = WeightedTap(pChorusData->chorusDelayL, pChorusData->chorusIndexL, positionOffsetL, CHORUS_L_SIZE);

Completed in 12 milliseconds