HomeSort by relevance Sort by last modified time
    Searched refs:EAS_U16 (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/sonivox/arm-fm-22k/lib_src/
eas_fmtables.c 63 const EAS_U16 fmRateTable[128] =
83 const EAS_U16 fmAttackTable[15] =
eas_fmsynth.h 54 EAS_U16 envGain; /* envelope target */
56 EAS_U16 outputGain; /* current output gain */
57 EAS_U16 envRate; /* calculated envelope rate */
67 EAS_U16 lfoPhase; /* LFO current phase */
69 EAS_U16 lfoDelay; /* keeps track of elapsed delay time */
eas_fmengine.h 67 EAS_U16 gain; /* current internal gain */
68 EAS_U16 outputGain; /* current output gain */
76 EAS_U16 voiceGain; /* LFO + channel parameters */
78 EAS_U16 gainLeft; /* left gain multiplier */
79 EAS_U16 gainRight; /* right gain multiplier */
87 EAS_U16 gain[4]; /* initial operator gain value */
88 EAS_U16 outputGain[4]; /* initial operator output gain value */
89 EAS_U16 voiceGain; /* initial voice gain */
99 EAS_U16 gain[4]; /* new operator gain value */
101 EAS_U16 voiceGain; /* new voice gain *
    [all...]
eas_reverbdata.h 177 EAS_U16 m_zApOut; // delay offset for ap out
181 EAS_U16 m_zApIn; // delay offset for ap in
195 EAS_U16 m_zDelay[REVERB_MAX_NUM_REFLECTIONS]; // delay offset for ap out
236 EAS_U16 m_nMaxExcursion; //28
271 EAS_U16 m_nMinSamplesToAdd; /* ComputeReverb() generates this many samples */
278 EAS_U16 m_nNumSamplesInOutputBuffer;
279 EAS_U16 m_nNumSamplesInInputBuffer;
281 EAS_U16 m_nNumInputSamplesRead; // if m_nNumInputSamplesRead >= NumSamplesInInputBuffer
285 EAS_U16 m_nBaseIndex; // base index for circular buffer
293 EAS_U16 m_zD0In; // delay offset for delay line D0 i
    [all...]
eas_mixer.h 43 extern void SynthMasterGain( long *pInputBuffer, EAS_PCM *pOutputBuffer, EAS_U16 nGain, EAS_U16 nNumLoopSamples);
eas_sndlib.h 83 EAS_U16 keyGroupAndFlags;
198 EAS_U16 pad;
231 EAS_U16 waveIndex;
232 EAS_U16 artIndex;
294 EAS_U16 regionIndex;
310 EAS_U16 locale;
311 EAS_U16 regionIndex[NUM_PROGRAMS_IN_BANK];
354 EAS_U16 numDLSPrograms;
355 EAS_U16 numDLSRegions;
356 EAS_U16 numDLSArticulations
    [all...]
eas_synth.h 201 EAS_U16 regionIndex; /* index of first region in program */
203 EAS_U16 bankNum; /* play programs from this bank */
277 EAS_U16 regionIndex; /* index to wave and playback params */
279 EAS_U16 age; /* large value means old note */
280 EAS_U16 nextRegionIndex; /* index to wave and playback params */
322 EAS_U16 maxPolyphony;
323 EAS_U16 numActiveVoices;
324 EAS_U16 masterVolume;
375 EAS_U16 maxPolyphonyPrimary;
376 EAS_U16 maxPolyphonySecondary
    [all...]
eas_math.c 118 EAS_U16 EAS_LogToLinear16 (EAS_I32 nGain)
121 EAS_U16 nTemp;
138 nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >> nExp);
eas_miditypes.h 108 EAS_U16 numStreams; /* actual number of streams */
109 EAS_U16 tickConv; /* current MIDI tick to msec conversion */
110 EAS_U16 ppqn; /* ticks per quarter note */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmtables.c 63 const EAS_U16 fmRateTable[128] =
83 const EAS_U16 fmAttackTable[15] =
eas_fmsynth.h 54 EAS_U16 envGain; /* envelope target */
56 EAS_U16 outputGain; /* current output gain */
57 EAS_U16 envRate; /* calculated envelope rate */
67 EAS_U16 lfoPhase; /* LFO current phase */
69 EAS_U16 lfoDelay; /* keeps track of elapsed delay time */
eas_fmengine.h 67 EAS_U16 gain; /* current internal gain */
68 EAS_U16 outputGain; /* current output gain */
76 EAS_U16 voiceGain; /* LFO + channel parameters */
78 EAS_U16 gainLeft; /* left gain multiplier */
79 EAS_U16 gainRight; /* right gain multiplier */
87 EAS_U16 gain[4]; /* initial operator gain value */
88 EAS_U16 outputGain[4]; /* initial operator output gain value */
89 EAS_U16 voiceGain; /* initial voice gain */
99 EAS_U16 gain[4]; /* new operator gain value */
101 EAS_U16 voiceGain; /* new voice gain *
    [all...]
eas_reverbdata.h 177 EAS_U16 m_zApOut; // delay offset for ap out
181 EAS_U16 m_zApIn; // delay offset for ap in
195 EAS_U16 m_zDelay[REVERB_MAX_NUM_REFLECTIONS]; // delay offset for ap out
236 EAS_U16 m_nMaxExcursion; //28
271 EAS_U16 m_nMinSamplesToAdd; /* ComputeReverb() generates this many samples */
278 EAS_U16 m_nNumSamplesInOutputBuffer;
279 EAS_U16 m_nNumSamplesInInputBuffer;
281 EAS_U16 m_nNumInputSamplesRead; // if m_nNumInputSamplesRead >= NumSamplesInInputBuffer
285 EAS_U16 m_nBaseIndex; // base index for circular buffer
293 EAS_U16 m_zD0In; // delay offset for delay line D0 i
    [all...]
eas_mixer.h 43 extern void SynthMasterGain( long *pInputBuffer, EAS_PCM *pOutputBuffer, EAS_U16 nGain, EAS_U16 nNumLoopSamples);
eas_sndlib.h 83 EAS_U16 keyGroupAndFlags;
198 EAS_U16 pad;
231 EAS_U16 waveIndex;
232 EAS_U16 artIndex;
294 EAS_U16 regionIndex;
310 EAS_U16 locale;
311 EAS_U16 regionIndex[NUM_PROGRAMS_IN_BANK];
354 EAS_U16 numDLSPrograms;
355 EAS_U16 numDLSRegions;
356 EAS_U16 numDLSArticulations
    [all...]
eas_synth.h 201 EAS_U16 regionIndex; /* index of first region in program */
203 EAS_U16 bankNum; /* play programs from this bank */
277 EAS_U16 regionIndex; /* index to wave and playback params */
279 EAS_U16 age; /* large value means old note */
280 EAS_U16 nextRegionIndex; /* index to wave and playback params */
322 EAS_U16 maxPolyphony;
323 EAS_U16 numActiveVoices;
324 EAS_U16 masterVolume;
375 EAS_U16 maxPolyphonyPrimary;
376 EAS_U16 maxPolyphonySecondary
    [all...]
eas_math.c 118 EAS_U16 EAS_LogToLinear16 (EAS_I32 nGain)
121 EAS_U16 nTemp;
138 nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >> nExp);
eas_miditypes.h 108 EAS_U16 numStreams; /* actual number of streams */
109 EAS_U16 tickConv; /* current MIDI tick to msec conversion */
110 EAS_U16 ppqn; /* ticks per quarter note */
  /external/sonivox/arm-fm-22k/host_src/
eas_wave.h 39 EAS_U16 wFormatTag;
40 EAS_U16 nChannels;
43 EAS_U16 nBlockAlign;
44 EAS_U16 wBitsPerSample;
  /external/sonivox/arm-hybrid-22k/host_src/
eas_wave.h 39 EAS_U16 wFormatTag;
40 EAS_U16 nChannels;
43 EAS_U16 nBlockAlign;
44 EAS_U16 wBitsPerSample;
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.h 39 EAS_U16 wFormatTag;
40 EAS_U16 nChannels;
43 EAS_U16 nBlockAlign;
44 EAS_U16 wBitsPerSample;
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverbdata.h 177 EAS_U16 m_zApOut; // delay offset for ap out
181 EAS_U16 m_zApIn; // delay offset for ap in
195 EAS_U16 m_zDelay[REVERB_MAX_NUM_REFLECTIONS]; // delay offset for ap out
236 EAS_U16 m_nMaxExcursion; //28
271 EAS_U16 m_nMinSamplesToAdd; /* ComputeReverb() generates this many samples */
278 EAS_U16 m_nNumSamplesInOutputBuffer;
279 EAS_U16 m_nNumSamplesInInputBuffer;
281 EAS_U16 m_nNumInputSamplesRead; // if m_nNumInputSamplesRead >= NumSamplesInInputBuffer
285 EAS_U16 m_nBaseIndex; // base index for circular buffer
293 EAS_U16 m_zD0In; // delay offset for delay line D0 i
    [all...]
eas_mixer.h 43 extern void SynthMasterGain( long *pInputBuffer, EAS_PCM *pOutputBuffer, EAS_U16 nGain, EAS_U16 nNumLoopSamples);
eas_sndlib.h 83 EAS_U16 keyGroupAndFlags;
198 EAS_U16 pad;
231 EAS_U16 waveIndex;
232 EAS_U16 artIndex;
294 EAS_U16 regionIndex;
310 EAS_U16 locale;
311 EAS_U16 regionIndex[NUM_PROGRAMS_IN_BANK];
354 EAS_U16 numDLSPrograms;
355 EAS_U16 numDLSRegions;
356 EAS_U16 numDLSArticulations
    [all...]
eas_synth.h 201 EAS_U16 regionIndex; /* index of first region in program */
203 EAS_U16 bankNum; /* play programs from this bank */
277 EAS_U16 regionIndex; /* index to wave and playback params */
279 EAS_U16 age; /* large value means old note */
280 EAS_U16 nextRegionIndex; /* index to wave and playback params */
322 EAS_U16 maxPolyphony;
323 EAS_U16 numActiveVoices;
324 EAS_U16 masterVolume;
375 EAS_U16 maxPolyphonyPrimary;
376 EAS_U16 maxPolyphonySecondary
    [all...]

Completed in 118 milliseconds

1 2 3 4