OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pWTRegion
(Results
1 - 2
of
2
) sorted by null
/external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c
504
const S_WT_REGION *
pWTRegion
;
516
pWTRegion
= &pSynth->pEAS->pWTRegions[pVoice->regionIndex & REGION_INDEX_MASK];
537
intFrame.frame.gainTarget = WT_UpdateGain(pVoice, pWTVoice, pArt, pChannel,
pWTRegion
->gain);
540
temp = pChannel->staticPitch +
pWTRegion
->tuning;
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c
508
const S_WT_REGION *
pWTRegion
;
520
pWTRegion
= &pSynth->pEAS->pWTRegions[pVoice->regionIndex & REGION_INDEX_MASK];
541
intFrame.frame.gainTarget = WT_UpdateGain(pVoice, pWTVoice, pArt, pChannel,
pWTRegion
->gain);
544
temp = pChannel->staticPitch +
pWTRegion
->tuning;
[
all
...]
Completed in 343 milliseconds