OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:staticGain
(Results
1 - 11
of
11
) sorted by null
/external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c
659
EAS_I32
staticGain
;
669
staticGain
= MULT_EG1_EG1((pChannel->volume) << (NUM_EG1_FRAC_BITS - 7),
672
/*
staticGain
has to be squared */
673
staticGain
= MULT_EG1_EG1(
staticGain
,
staticGain
);
675
pChannel->
staticGain
= (EAS_I16) MULT_EG1_EG1(
staticGain
, pSynth->masterVolume);
739
temp = MULT_EG1_EG1(temp, pChannel->
staticGain
);
[
all
...]
eas_fmsynth.c
435
pFMVoice->voiceGain = (EAS_I16) EAS_LogToLinear16(pChannel->
staticGain
);
529
pChannel->
staticGain
= (EAS_I16) max(temp,-32768);
868
temp += pChannel->
staticGain
;
eas_synth.h
199
EAS_I16
staticGain
; /* (CC7 * CC11 * master vol)^2 */
eas_voicemgt.c
510
pChannel->
staticGain
= DEFAULT_CHANNEL_STATIC_GAIN;
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c
665
EAS_I32
staticGain
;
675
staticGain
= MULT_EG1_EG1((pChannel->volume) << (NUM_EG1_FRAC_BITS - 7),
678
/*
staticGain
has to be squared */
679
staticGain
= MULT_EG1_EG1(
staticGain
,
staticGain
);
681
pChannel->
staticGain
= (EAS_I16) MULT_EG1_EG1(
staticGain
, pSynth->masterVolume);
745
temp = MULT_EG1_EG1(temp, pChannel->
staticGain
);
[
all
...]
eas_synth.h
199
EAS_I16
staticGain
; /* (CC7 * CC11 * master vol)^2 */
eas_dlssynth.c
227
gain = FMUL_15x15(gain, pChannel->
staticGain
);
eas_voicemgt.c
510
pChannel->
staticGain
= DEFAULT_CHANNEL_STATIC_GAIN;
[
all
...]
/external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.c
435
pFMVoice->voiceGain = (EAS_I16) EAS_LogToLinear16(pChannel->
staticGain
);
529
pChannel->
staticGain
= (EAS_I16) max(temp,-32768);
868
temp += pChannel->
staticGain
;
eas_synth.h
199
EAS_I16
staticGain
; /* (CC7 * CC11 * master vol)^2 */
eas_voicemgt.c
510
pChannel->
staticGain
= DEFAULT_CHANNEL_STATIC_GAIN;
[
all
...]
Completed in 2793 milliseconds