Searched refs:loopEnd (Results 1 - 14 of 14) sorted by relevance

/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_wt_IPC_frame.h69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member in struct:s_wt_config_tag
H A Deas_wtengine.c178 const EAS_SAMPLE *loopEnd; local
187 loopEnd = (const EAS_SAMPLE*) pWTVoice->loopEnd + 1;
229 acc0 = (EAS_I32) (pSamples - loopEnd);
436 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
448 pWTVoice->phaseAccum = pWTVoice->loopEnd;
449 pWTVoice->loopEnd = (5 * pWTVoice->loopEnd + 1);
450 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
482 else if (pWTVoice->loopStart != pWTVoice->loopEnd)
[all...]
H A Deas_wtengine.h127 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member in struct:s_wt_voice_tag
H A Deas_wtsynth.c386 pWTVoice->loopEnd = 4574295;
405 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion->loopEnd - 1;
408 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1;
417 wtConfig.loopEnd = pWTVoice->loopEnd;
457 if (endPhaseAccum >= pWTVoice->loopEnd)
460 numSamples = (EAS_I32) (pWTVoice->loopEnd - pWTVoice->phaseAccum);
555 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd))
H A Deas_sndlib.h230 EAS_U32 loopEnd; member in struct:s_wt_region_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wt_IPC_frame.h69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member in struct:s_wt_config_tag
H A Deas_wtengine.c178 const EAS_SAMPLE *loopEnd; local
187 loopEnd = (const EAS_SAMPLE*) pWTVoice->loopEnd + 1;
229 acc0 = (EAS_I32) (pSamples - loopEnd);
436 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
448 pWTVoice->phaseAccum = pWTVoice->loopEnd;
449 pWTVoice->loopEnd = (5 * pWTVoice->loopEnd + 1);
450 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
482 else if (pWTVoice->loopStart != pWTVoice->loopEnd)
[all...]
H A Deas_wtengine.h127 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member in struct:s_wt_voice_tag
H A Deas_wtsynth.c386 pWTVoice->loopEnd = 4574295;
405 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion->loopEnd - 1;
408 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1;
417 wtConfig.loopEnd = pWTVoice->loopEnd;
457 if (endPhaseAccum >= pWTVoice->loopEnd)
460 numSamples = (EAS_I32) (pWTVoice->loopEnd - pWTVoice->phaseAccum);
559 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd))
H A Deas_dlssynth.c352 pWTVoice->loopEnd = pWTVoice->phaseAccum + pDLSRegion->wtRegion.loopEnd - 1;
355 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pDLS->pDLSSampleLen[pDLSRegion->wtRegion.waveIndex] - 1;
427 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd))
H A Deas_sndlib.h230 EAS_U32 loopEnd; member in struct:s_wt_region_tag
H A Deas_mdls.c2311 pRgn->wtRegion.loopEnd = (pWsmp->loopStart + pWsmp->loopLength);
2617 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002c , pRegion->loopEnd);
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_sndlib.h230 EAS_U32 loopEnd; member in struct:s_wt_region_tag
/external/icu4c/i18n/
H A Dregexcmp.cpp2329 int32_t loopEnd = fRXPat->fCompiledPat->size();
2330 op = URX_BUILD(URX_RELOC_OPRND, loopEnd);

Completed in 557 milliseconds