OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_WT_VOICE
(Results
1 - 8
of
8
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.h
93
/* bit definitions for
S_WT_VOICE
:flags */
120
*
S_WT_VOICE
157
}
S_WT_VOICE
;
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);
eas_wtengine.c
49
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)
179
void WT_Interpolate (
S_WT_VOICE
*pWTVoice, S_WT_INT_FRAME *pWTIntFrame)
278
void WT_InterpolateNoLoop (
S_WT_VOICE
*pWTVoice, S_WT_INT_FRAME *pWTIntFrame)
441
void WT_NoiseGenerator (
S_WT_VOICE
*pWTVoice, S_WT_INT_FRAME *pWTIntFrame)
502
void WT_ProcessVoice (
S_WT_VOICE
*pWTVoice, S_WT_INT_FRAME *pWTIntFrame
[
all
...]
eas_dlssynth.c
55
S_WT_VOICE
*pWTVoice;
83
S_WT_VOICE
*pWTVoice;
114
S_WT_VOICE
*pWTVoice;
140
static EAS_I32 DLS_UpdatePhaseInc (
S_WT_VOICE
*pWTVoice, const S_DLS_ARTICULATION *pDLSArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 pitchCents)
185
static EAS_I32 DLS_UpdateGain (
S_WT_VOICE
*pWTVoice, const S_DLS_ARTICULATION *pDLSArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 gain, EAS_U8 velocity)
247
static void DLS_UpdateFilter (S_SYNTH_VOICE *pVoice,
S_WT_VOICE
*pWTVoice, S_WT_INT_FRAME *pIntFrame, S_SYNTH_CHANNEL *pChannel, const S_DLS_ARTICULATION *pDLSArt)
307
S_WT_VOICE
*pWTVoice;
380
S_WT_VOICE
*pWTVoice;
eas_wtsynth.c
59
static EAS_I32 WT_UpdatePhaseInc (
S_WT_VOICE
*pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 pitchCents);
60
static EAS_I32 WT_UpdateGain (S_SYNTH_VOICE *pVoice,
S_WT_VOICE
*pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 gain);
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 *pArt);
169
S_WT_VOICE
*pWTVoice;
250
S_WT_VOICE
*pWTVoice;
313
S_WT_VOICE
*pWTVoice;
460
EAS_BOOL WT_CheckSampleEnd (
S_WT_VOICE
*pWTVoice, S_WT_INT_FRAME *pWTIntFrame, EAS_BOOL update)
531
S_WT_VOICE
*pWTVoice
[
all
...]
ARM-E_interpolate_loop_gnu.s
10
@
S_WT_VOICE
*pWTVoice,
21
@
S_WT_VOICE
*pWTVoice
ARM-E_interpolate_noloop_gnu.s
10
@
S_WT_VOICE
*pWTVoice,
21
@
S_WT_VOICE
*pWTVoice
ARM-E_voice_gain_gnu.s
11
@
S_WT_VOICE
*pWTVoice,
22
@
S_WT_VOICE
*psVoice
eas_synth.h
352
S_WT_VOICE
wtVoices[NUM_WT_VOICES];
Completed in 98 milliseconds