OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eg1Value
(Results
1 - 3
of
3
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c
90
/*lint -e{732}
eg1Value
is never negative */
93
pWTVoice->
eg1Value
= (EAS_I16) ((EAS_flog2(pWTVoice->
eg1Value
) << 1) + 2048);
121
if (pWTVoice->
eg1Value
< pDLSArt->eg1.sustainLevel)
211
gain += (pWTVoice->
eg1Value
- 32767) >> 1;
215
temp = EAS_LogToLinear16((pWTVoice->
eg1Value
- 32767) >> 1);
223
gain = FMUL_15x15(gain, pWTVoice->
eg1Value
);
324
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->
eg1Value
, &pWTVoice->eg1Increment, &pWTVoice->eg1State);
335
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->
eg1Value
, &pWTVoice->eg1Increment, &pWTVoice->eg1State);
395
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->
eg1Value
, &pWTVoice->eg1Increment, &pWTVoice->eg1State)
[
all
...]
eas_wtengine.h
148
EAS_I16
eg1Value
;
eas_wtsynth.c
127
pVoiceMgr->wtVoices[i].
eg1Value
= DEFAULT_EG1_VALUE;
262
if (pWTVoice->
eg1Value
< pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
354
pWTVoice->
eg1Value
= 0;
796
temp = (EAS_I16)MULT_EG1_EG1(temp, pWTVoice->
eg1Value
);
827
temp = pWTVoice->
eg1Value
+ pWTVoice->eg1Increment;
844
temp = MULT_EG1_EG1(pWTVoice->
eg1Value
, pWTVoice->eg1Increment);
867
temp = MULT_EG1_EG1(pWTVoice->
eg1Value
, pWTVoice->eg1Increment);
893
pWTVoice->
eg1Value
= (EAS_I16) temp;
[
all
...]
Completed in 256 milliseconds