Searched refs:staticGain (Results 1 - 11 of 11) sorted by relevance

/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_wtsynth.c659 EAS_I32 staticGain; local
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);
H A Deas_fmsynth.c435 pFMVoice->voiceGain = (EAS_I16) EAS_LogToLinear16(pChannel->staticGain);
529 pChannel->staticGain = (EAS_I16) max(temp,-32768);
868 temp += pChannel->staticGain;
H A Deas_synth.h199 EAS_I16 staticGain; /* (CC7 * CC11 * master vol)^2 */ member in struct:s_synth_channel_tag
H A Deas_voicemgt.c510 pChannel->staticGain = DEFAULT_CHANNEL_STATIC_GAIN;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wtsynth.c665 EAS_I32 staticGain; local
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);
H A Deas_synth.h199 EAS_I16 staticGain; /* (CC7 * CC11 * master vol)^2 */ member in struct:s_synth_channel_tag
H A Deas_dlssynth.c227 gain = FMUL_15x15(gain, pChannel->staticGain);
H A Deas_voicemgt.c510 pChannel->staticGain = DEFAULT_CHANNEL_STATIC_GAIN;
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmsynth.c435 pFMVoice->voiceGain = (EAS_I16) EAS_LogToLinear16(pChannel->staticGain);
529 pChannel->staticGain = (EAS_I16) max(temp,-32768);
868 temp += pChannel->staticGain;
H A Deas_synth.h199 EAS_I16 staticGain; /* (CC7 * CC11 * master vol)^2 */ member in struct:s_synth_channel_tag
H A Deas_voicemgt.c510 pChannel->staticGain = DEFAULT_CHANNEL_STATIC_GAIN;

Completed in 194 milliseconds