OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eg2Value
(Results
1 - 3
of
3
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.h
149
EAS_I16
eg2Value
;
eas_dlssynth.c
173
pitchCents += FMUL_15x15(pDLSArt->eg2ToPitch, pWTVoice->
eg2Value
);
277
cutoff += FMUL_15x15(pWTVoice->
eg2Value
, pDLSArt->eg2ToFc);
326
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->
eg2Value
, &pWTVoice->eg2Increment, &pWTVoice->eg2State);
336
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->
eg2Value
, &pWTVoice->eg2Increment, &pWTVoice->eg2State);
396
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->
eg2Value
, &pWTVoice->eg2Increment, &pWTVoice->eg2State);
eas_wtsynth.c
131
pVoiceMgr->wtVoices[i].
eg2Value
= DEFAULT_EG2_VALUE;
357
pWTVoice->
eg2Value
= 0;
677
(MULT_EG1_EG1(pWTVoice->
eg2Value
, pArt->eg2ToPitch)) +
920
temp = pWTVoice->
eg2Value
+ pWTVoice->eg2Increment;
938
temp = pWTVoice->
eg2Value
-pWTVoice->eg2Increment;
955
temp = pWTVoice->
eg2Value
- pWTVoice->eg2Increment;
[
all
...]
Completed in 47 milliseconds