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

  /external/sonivox/arm-wt-22k/lib_src/
eas_wt_IPC_frame.h 71 EAS_U32 phaseAccum; /* current sample, integer portion of phase */
eas_wtengine.h 129 EAS_U32 phaseAccum; /* current sample, integer portion of phase */
eas_wtengine.c 201 pSamples = (const EAS_SAMPLE*) pWTVoice->phaseAccum;
260 pWTVoice->phaseAccum = (EAS_U32) pSamples;
299 pSamples = (const EAS_SAMPLE*) pWTVoice->phaseAccum;
352 pWTVoice->phaseAccum = (EAS_U32) pSamples;
462 tmp0 = (EAS_I32) (pWTVoice->phaseAccum) >> 18;
476 pWTVoice->phaseAccum = pWTVoice->loopEnd;
eas_wtsynth.c 141 pVoiceMgr->wtVoices[i].phaseAccum = DEFAULT_PHASE_INT;
388 pWTVoice->phaseAccum = 4574296;
399 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
401 pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
403 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
408 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart;
409 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion->loopEnd - 1;
412 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1;
419 wtConfig.phaseAccum = pWTVoice->phaseAccum;
    [all...]
eas_dlssynth.c 348 pWTVoice->phaseAccum = (EAS_U32) pSynth->pDLS->pDLSSamples + pSynth->pDLS->pDLSSampleOffsets[pDLSRegion->wtRegion.waveIndex];
351 pWTVoice->loopStart = pWTVoice->phaseAccum + pDLSRegion->wtRegion.loopStart;
352 pWTVoice->loopEnd = pWTVoice->phaseAccum + pDLSRegion->wtRegion.loopEnd - 1;
355 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pDLS->pDLSSampleLen[pDLSRegion->wtRegion.waveIndex] - 1;

Completed in 95 milliseconds