HomeSort by relevance Sort by last modified time
    Searched defs:pRegion (Results 1 - 8 of 8) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.c 160 static EAS_BOOL FM_SynthIsOutputOperator (const S_FM_REGION *pRegion, EAS_INT operIndex)
164 if ((pRegion->oper[operIndex].gain & 0xfc) == 0)
168 switch (pRegion->region.keyGroupAndFlags & 7)
202 pRegion->region.keyGroupAndFlags & 7); */ }
257 const S_FM_REGION *pRegion;
261 pRegion = GetFMRegionPtr(pSynth, pVoice);
262 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_ONE_SHOT)
274 fmReleaseTable[pRegion->oper[operIndex].velocityRelease & 0x0f],
275 fmScaleTable[pRegion->oper[operIndex].egKeyScale >> 4]);
327 const S_FM_REGION *pRegion;
    [all...]
eas_voicemgt.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmsynth.c 160 static EAS_BOOL FM_SynthIsOutputOperator (const S_FM_REGION *pRegion, EAS_INT operIndex)
164 if ((pRegion->oper[operIndex].gain & 0xfc) == 0)
168 switch (pRegion->region.keyGroupAndFlags & 7)
202 pRegion->region.keyGroupAndFlags & 7); */ }
257 const S_FM_REGION *pRegion;
261 pRegion = GetFMRegionPtr(pSynth, pVoice);
262 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_ONE_SHOT)
274 fmReleaseTable[pRegion->oper[operIndex].velocityRelease & 0x0f],
275 fmScaleTable[pRegion->oper[operIndex].egKeyScale >> 4]);
327 const S_FM_REGION *pRegion;
    [all...]
eas_wtsynth.c 310 const S_WT_REGION *pRegion;
339 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]);
340 pWTVoice->artIndex = pRegion->artIndex;
382 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_USE_WAVE_GENERATOR)
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];
402 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_IS_LOOPED)
404 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart;
405 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion->loopEnd - 1
    [all...]
eas_voicemgt.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c 310 const S_WT_REGION *pRegion;
339 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]);
340 pWTVoice->artIndex = pRegion->artIndex;
382 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_USE_WAVE_GENERATOR)
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];
402 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_IS_LOOPED)
404 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart;
405 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion->loopEnd - 1
    [all...]
eas_voicemgt.c     [all...]
eas_mdls.c     [all...]

Completed in 666 milliseconds