Searched refs:prevGain (Results 1 – 4 of 4) sorted by relevance
106 …gainIncrement = (pWTIntFrame->frame.gainTarget - pWTIntFrame->prevGain) * (1 << (16 - SYNTH_UPDATE… in WT_VoiceGain()109 gain = pWTIntFrame->prevGain * (1 << 16); in WT_VoiceGain()543 gainLeft = (pWTIntFrame->prevGain * pWTVoice->gainLeft) << 1; in WT_ProcessVoice()547 gainRight = (pWTIntFrame->prevGain * pWTVoice->gainRight) << 1; in WT_ProcessVoice()618 …gainIncrement = (pWTIntFrame->gainTarget - pWTIntFrame->prevGain) * (1 << (16 - SYNTH_UPDATE_PERIO… in WT_InterpolateMono()621 gain = pWTIntFrame->prevGain * (1 << 16); in WT_InterpolateMono()
68 EAS_I32 prevGain; member
415 intFrame.prevGain = pVoice->gain; in DLS_UpdateVoice()
548 intFrame.prevGain = pVoice->gain; in WT_UpdateVoice()