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.c106 …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()
Deas_wtengine.h68 EAS_I32 prevGain; member
Deas_dlssynth.c415 intFrame.prevGain = pVoice->gain; in DLS_UpdateVoice()
Deas_wtsynth.c548 intFrame.prevGain = pVoice->gain; in WT_UpdateVoice()