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

/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_wt_IPC_frame.h71 EAS_U32 phaseAccum; /* current sample, integer portion of phase */ member in struct:s_wt_config_tag
H A Deas_wtsynth.c137 pVoiceMgr->wtVoices[i].phaseAccum = DEFAULT_PHASE_INT;
384 pWTVoice->phaseAccum = 4574296;
395 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
397 pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
399 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
404 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart;
405 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion->loopEnd - 1;
408 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1;
415 wtConfig.phaseAccum = pWTVoice->phaseAccum;
[all...]
H A Deas_wtengine.h129 EAS_U32 phaseAccum; /* current sample, integer portion of phase */ member in struct:s_wt_voice_tag
H A Deas_wtengine.c188 pSamples = (const EAS_SAMPLE*) pWTVoice->phaseAccum;
247 pWTVoice->phaseAccum = (EAS_U32) pSamples;
281 pSamples = (const EAS_SAMPLE*) pWTVoice->phaseAccum;
334 pWTVoice->phaseAccum = (EAS_U32) pSamples;
434 tmp0 = (EAS_I32) (pWTVoice->phaseAccum) >> 18;
448 pWTVoice->phaseAccum = pWTVoice->loopEnd;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wt_IPC_frame.h71 EAS_U32 phaseAccum; /* current sample, integer portion of phase */ member in struct:s_wt_config_tag
H A Deas_wtsynth.c137 pVoiceMgr->wtVoices[i].phaseAccum = DEFAULT_PHASE_INT;
384 pWTVoice->phaseAccum = 4574296;
395 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
397 pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
399 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
404 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart;
405 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion->loopEnd - 1;
408 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1;
415 wtConfig.phaseAccum = pWTVoice->phaseAccum;
[all...]
H A Deas_wtengine.h129 EAS_U32 phaseAccum; /* current sample, integer portion of phase */ member in struct:s_wt_voice_tag
H A Deas_wtengine.c188 pSamples = (const EAS_SAMPLE*) pWTVoice->phaseAccum;
247 pWTVoice->phaseAccum = (EAS_U32) pSamples;
281 pSamples = (const EAS_SAMPLE*) pWTVoice->phaseAccum;
334 pWTVoice->phaseAccum = (EAS_U32) pSamples;
434 tmp0 = (EAS_I32) (pWTVoice->phaseAccum) >> 18;
448 pWTVoice->phaseAccum = pWTVoice->loopEnd;
H A Deas_dlssynth.c348 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 54 milliseconds