Home
last modified time | relevance | path

Searched refs:S_WT_VOICE (Results 1 – 8 of 8) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_wtengine.c49 extern void WT_NoiseGenerator (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
50 extern void WT_VoiceGain (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
53 extern void WT_InterpolateMono (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
55 extern void WT_InterpolateNoLoop (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
56 extern void WT_Interpolate (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
77 void WT_VoiceGain (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_VoiceGain()
179 void WT_Interpolate (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_Interpolate()
278 void WT_InterpolateNoLoop (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_InterpolateNoLoop()
441 void WT_NoiseGenerator (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_NoiseGenerator()
502 void WT_ProcessVoice (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_ProcessVoice()
[all …]
Deas_wtsynth.c59 static EAS_I32 WT_UpdatePhaseInc (S_WT_VOICE *pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL…
60 static EAS_I32 WT_UpdateGain (S_SYNTH_VOICE *pVoice, S_WT_VOICE *pWTVoice, const S_ARTICULATION *pA…
61 static void WT_UpdateEG1 (S_WT_VOICE *pWTVoice, const S_ENVELOPE *pEnv);
62 static void WT_UpdateEG2 (S_WT_VOICE *pWTVoice, const S_ENVELOPE *pEnv);
70 static void WT_UpdateFilter (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pIntFrame, const S_ARTICULATION …
169 S_WT_VOICE *pWTVoice; in WT_ReleaseVoice()
250 S_WT_VOICE *pWTVoice; in WT_SustainPedal()
313 S_WT_VOICE *pWTVoice; in WT_StartVoice()
460 EAS_BOOL WT_CheckSampleEnd (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame, EAS_BOOL update) in WT_CheckSampleEnd()
531 S_WT_VOICE *pWTVoice; in WT_UpdateVoice()
[all …]
Deas_wtengine.h157 } S_WT_VOICE; typedef
163 EAS_BOOL WT_CheckSampleEnd (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame, EAS_BOOL update);
164 void WT_ProcessVoice (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
Deas_dlssynth.c55 S_WT_VOICE *pWTVoice; in DLS_MuteVoice()
83 S_WT_VOICE *pWTVoice; in DLS_ReleaseVoice()
114 S_WT_VOICE *pWTVoice; in DLS_SustainPedal()
140 static EAS_I32 DLS_UpdatePhaseInc (S_WT_VOICE *pWTVoice, const S_DLS_ARTICULATION *pDLSArt, S_SYNTH… in DLS_UpdatePhaseInc()
185 static EAS_I32 DLS_UpdateGain (S_WT_VOICE *pWTVoice, const S_DLS_ARTICULATION *pDLSArt, S_SYNTH_CHA… in DLS_UpdateGain()
247 static void DLS_UpdateFilter (S_SYNTH_VOICE *pVoice, S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pIntFram… in DLS_UpdateFilter()
307 S_WT_VOICE *pWTVoice; in DLS_StartVoice()
380 S_WT_VOICE *pWTVoice; in DLS_UpdateVoice()
DARM-E_interpolate_noloop_gnu.s10 @ S_WT_VOICE *pWTVoice,
21 @ S_WT_VOICE *pWTVoice
DARM-E_interpolate_loop_gnu.s10 @ S_WT_VOICE *pWTVoice,
21 @ S_WT_VOICE *pWTVoice
DARM-E_voice_gain_gnu.s11 @ S_WT_VOICE *pWTVoice,
22 @ S_WT_VOICE *psVoice
Deas_synth.h352 S_WT_VOICE wtVoices[NUM_WT_VOICES];