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...]