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

  /external/sonivox/arm-fm-22k/lib_src/
eas_chorusdata.h 82 EAS_I16 chorusIndexR;
eas_chorus.c 148 pChorusData->chorusIndexR = 0;
345 pChorusData->chorusDelayR[pChorusData->chorusIndexR] = nInputSample;
360 tapR = WeightedTap(pChorusData->chorusDelayR, pChorusData->chorusIndexR, positionOffsetR, CHORUS_R_SIZE);
371 if ((pChorusData->chorusIndexR+=1) >= CHORUS_R_SIZE)
372 pChorusData->chorusIndexR = 0;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorusdata.h 82 EAS_I16 chorusIndexR;
eas_chorus.c 148 pChorusData->chorusIndexR = 0;
345 pChorusData->chorusDelayR[pChorusData->chorusIndexR] = nInputSample;
360 tapR = WeightedTap(pChorusData->chorusDelayR, pChorusData->chorusIndexR, positionOffsetR, CHORUS_R_SIZE);
371 if ((pChorusData->chorusIndexR+=1) >= CHORUS_R_SIZE)
372 pChorusData->chorusIndexR = 0;
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorusdata.h 82 EAS_I16 chorusIndexR;
eas_chorus.c 148 pChorusData->chorusIndexR = 0;
345 pChorusData->chorusDelayR[pChorusData->chorusIndexR] = nInputSample;
360 tapR = WeightedTap(pChorusData->chorusDelayR, pChorusData->chorusIndexR, positionOffsetR, CHORUS_R_SIZE);
371 if ((pChorusData->chorusIndexR+=1) >= CHORUS_R_SIZE)
372 pChorusData->chorusIndexR = 0;

Completed in 86 milliseconds