Searched refs:prevGain (Results 1 – 4 of 4) sorted by relevance
103 …gainIncrement = (pWTIntFrame->frame.gainTarget - pWTIntFrame->prevGain) << (16 - SYNTH_UPDATE_PERI… in WT_VoiceGain()107 gain = pWTIntFrame->prevGain << 16; in WT_VoiceGain()533 gainLeft = (pWTIntFrame->prevGain * pWTVoice->gainLeft) << 1; in WT_ProcessVoice()537 gainRight = (pWTIntFrame->prevGain * pWTVoice->gainRight) << 1; in WT_ProcessVoice()608 …gainIncrement = (pWTIntFrame->gainTarget - pWTIntFrame->prevGain) << (16 - SYNTH_UPDATE_PERIOD_IN_… in WT_InterpolateMono()611 gain = pWTIntFrame->prevGain << 16; in WT_InterpolateMono()
68 EAS_I32 prevGain; member
415 intFrame.prevGain = pVoice->gain; in DLS_UpdateVoice()
549 intFrame.prevGain = pVoice->gain; in WT_UpdateVoice()