Home
last modified time | relevance | path

Searched refs:gainTarget (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()
544 …gainIncLeft = (((pWTIntFrame->frame.gainTarget * pWTVoice->gainLeft) << 1) - gainLeft) >> SYNTH_UP… in WT_ProcessVoice()
548 …gainIncRight = (((pWTIntFrame->frame.gainTarget * pWTVoice->gainRight) << 1) - gainRight) >> SYNTH… in WT_ProcessVoice()
618 …gainIncrement = (pWTIntFrame->gainTarget - pWTIntFrame->prevGain) * (1 << (16 - SYNTH_UPDATE_PERIO… in WT_InterpolateMono()
Deas_wt_IPC_frame.h51 EAS_I32 gainTarget; member
Deas_dlssynth.c414 …intFrame.frame.gainTarget = DLS_UpdateGain(pWTVoice, pDLSArt, pChannel, pDLSRegion->wtRegion.gain,… in DLS_UpdateVoice()
439 pVoice->gain = (EAS_I16) intFrame.frame.gainTarget; in DLS_UpdateVoice()
Deas_wtsynth.c566 intFrame.frame.gainTarget = WT_UpdateGain(pVoice, pWTVoice, pArt, pChannel, pWTRegion->gain); in WT_UpdateVoice()
633 pVoice->gain = (EAS_I16) intFrame.frame.gainTarget; in WT_UpdateVoice()