Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_wtengine.c46 extern void WT_NoiseGenerator (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
47 extern void WT_VoiceGain (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
50 extern void WT_InterpolateMono (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
52 extern void WT_InterpolateNoLoop (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
53 extern void WT_Interpolate (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
74 void WT_VoiceGain (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_VoiceGain()
171 void WT_Interpolate (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_Interpolate()
265 void WT_InterpolateNoLoop (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_InterpolateNoLoop()
418 void WT_NoiseGenerator (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_NoiseGenerator()
474 void WT_ProcessVoice (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_ProcessVoice()
[all …]
Deas_wtsynth.c55 static EAS_I32 WT_UpdatePhaseInc (S_WT_VOICE *pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL…
56 static EAS_I32 WT_UpdateGain (S_SYNTH_VOICE *pVoice, S_WT_VOICE *pWTVoice, const S_ARTICULATION *pA…
57 static void WT_UpdateEG1 (S_WT_VOICE *pWTVoice, const S_ENVELOPE *pEnv);
58 static void WT_UpdateEG2 (S_WT_VOICE *pWTVoice, const S_ENVELOPE *pEnv);
66 static void WT_UpdateFilter (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pIntFrame, const S_ARTICULATION …
165 S_WT_VOICE *pWTVoice; in WT_ReleaseVoice()
246 S_WT_VOICE *pWTVoice; in WT_SustainPedal()
309 S_WT_VOICE *pWTVoice; in WT_StartVoice()
446 EAS_BOOL WT_CheckSampleEnd (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame, EAS_BOOL update) in WT_CheckSampleEnd()
505 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_voice_gain_gnu.s11 @ S_WT_VOICE *pWTVoice,
22 @ S_WT_VOICE *psVoice
DARM-E_interpolate_loop_gnu.s10 @ S_WT_VOICE *pWTVoice,
21 @ S_WT_VOICE *pWTVoice
Deas_synth.h352 S_WT_VOICE wtVoices[NUM_WT_VOICES];
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_wtengine.c46 extern void WT_NoiseGenerator (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
47 extern void WT_VoiceGain (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
50 extern void WT_InterpolateMono (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
52 extern void WT_InterpolateNoLoop (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
53 extern void WT_Interpolate (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame);
74 void WT_VoiceGain (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_VoiceGain()
171 void WT_Interpolate (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_Interpolate()
265 void WT_InterpolateNoLoop (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_InterpolateNoLoop()
418 void WT_NoiseGenerator (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_NoiseGenerator()
474 void WT_ProcessVoice (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame) in WT_ProcessVoice()
[all …]
Deas_wtsynth.c55 static EAS_I32 WT_UpdatePhaseInc (S_WT_VOICE *pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL…
56 static EAS_I32 WT_UpdateGain (S_SYNTH_VOICE *pVoice, S_WT_VOICE *pWTVoice, const S_ARTICULATION *pA…
57 static void WT_UpdateEG1 (S_WT_VOICE *pWTVoice, const S_ENVELOPE *pEnv);
58 static void WT_UpdateEG2 (S_WT_VOICE *pWTVoice, const S_ENVELOPE *pEnv);
66 static void WT_UpdateFilter (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pIntFrame, const S_ARTICULATION …
165 S_WT_VOICE *pWTVoice; in WT_ReleaseVoice()
246 S_WT_VOICE *pWTVoice; in WT_SustainPedal()
309 S_WT_VOICE *pWTVoice; in WT_StartVoice()
446 EAS_BOOL WT_CheckSampleEnd (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame, EAS_BOOL update) in WT_CheckSampleEnd()
501 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);
DARM-E_voice_gain_gnu.s11 @ S_WT_VOICE *pWTVoice,
22 @ S_WT_VOICE *psVoice
DARM-E_interpolate_loop_gnu.s10 @ S_WT_VOICE *pWTVoice,
21 @ S_WT_VOICE *pWTVoice
DARM-E_interpolate_noloop_gnu.s10 @ S_WT_VOICE *pWTVoice,
21 @ S_WT_VOICE *pWTVoice
Deas_synth.h352 S_WT_VOICE wtVoices[NUM_WT_VOICES];
/external/sonivox/arm-fm-22k/lib_src/
Deas_synth.h352 S_WT_VOICE wtVoices[NUM_WT_VOICES];