Searched defs:staticGain (Results 1 - 5 of 5) 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_synth.h199 EAS_I16 staticGain; /* (CC7 * CC11 * master vol)^2 */ member in struct:s_synth_channel_tag
/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
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_synth.h199 EAS_I16 staticGain; /* (CC7 * CC11 * master vol)^2 */ member in struct:s_synth_channel_tag

Completed in 30 milliseconds