Searched defs:staticGain (Results 1 - 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wtsynth.c685 EAS_I32 staticGain; local
695 staticGain = MULT_EG1_EG1((pChannel->volume) << (NUM_EG1_FRAC_BITS - 7),
698 /* staticGain has to be squared */
699 staticGain = MULT_EG1_EG1(staticGain, staticGain);
701 pChannel->staticGain = (EAS_I16) MULT_EG1_EG1(staticGain, pSynth->masterVolume);
765 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

Completed in 215 milliseconds