Searched refs:loopEnd (Results 1 – 8 of 8) sorted by relevance
186 const EAS_SAMPLE *loopEnd; in WT_Interpolate() local200 loopEnd = (const EAS_SAMPLE*) pWTVoice->loopEnd + 1; in WT_Interpolate()242 acc0 = (EAS_I32) (pSamples - loopEnd); in WT_Interpolate()464 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18; in WT_NoiseGenerator()476 pWTVoice->phaseAccum = pWTVoice->loopEnd; in WT_NoiseGenerator()477 pWTVoice->loopEnd = (5 * pWTVoice->loopEnd + 1); in WT_NoiseGenerator()478 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18; in WT_NoiseGenerator()510 else if (pWTVoice->loopStart != pWTVoice->loopEnd) in WT_ProcessVoice()
389 pWTVoice->loopEnd = 4574295; in WT_StartVoice()408 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion->loopEnd - 1; in WT_StartVoice()411 …pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion-… in WT_StartVoice()420 wtConfig.loopEnd = pWTVoice->loopEnd; in WT_StartVoice()460 if (endPhaseAccum >= pWTVoice->loopEnd) in WT_CheckSampleEnd()463 numSamples = (EAS_I32) (pWTVoice->loopEnd - pWTVoice->phaseAccum); in WT_CheckSampleEnd()567 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd)) in WT_UpdateVoice()
352 pWTVoice->loopEnd = pWTVoice->phaseAccum + pDLSRegion->wtRegion.loopEnd - 1; in DLS_StartVoice()355 …pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pDLS->pDLSSampleLen[pDLSR… in DLS_StartVoice()427 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd)) in DLS_UpdateVoice()
69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member
127 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member
230 EAS_U32 loopEnd; member
2352 pRgn->wtRegion.loopEnd = (pWsmp->loopStart + pWsmp->loopLength); in Convert_rgn()2658 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002c , pRegion->loopEnd); in DumpDLS()
2449 int32_t loopEnd = fRXPat->fCompiledPat->size(); in compileInterval() local2450 op = buildOp(URX_RELOC_OPRND, loopEnd); in compileInterval()