Home
last modified time | relevance | path

Searched refs:prevGain (Results 1 – 4 of 4) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_wtengine.c103 …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()
Deas_wtengine.h68 EAS_I32 prevGain; member
Deas_dlssynth.c415 intFrame.prevGain = pVoice->gain; in DLS_UpdateVoice()
Deas_wtsynth.c549 intFrame.prevGain = pVoice->gain; in WT_UpdateVoice()