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

  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c 318 pDLSRegion = &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK];
390 pDLSRegion = &pSynth->pDLS->pDLSRegions[pVoice->regionIndex & REGION_INDEX_MASK];
eas_sndlib.h 73 #define REGION_INDEX_MASK 0x3fff
eas_wtsynth.c 529 pWTRegion = &pSynth->pEAS->pWTRegions[pVoice->regionIndex & REGION_INDEX_MASK];
    [all...]
eas_voicemgt.c 129 return &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK].wtRegion.region;
133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region;
    [all...]
eas_mdls.c     [all...]

Completed in 482 milliseconds