/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_reverbdata.h | 113 #define REVERB_XFADE_PHASE_INCREMENT (EAS_I16)(65536 / ((EAS_I16)REVERB_XFADE_PERIOD_IN_SAMPLES/… 179 EAS_I16 m_nApGain; // gain for ap 191 EAS_I16 m_nLpfFwd; // lpf forward gain 193 EAS_I16 m_nLpfFbk; // lpf feedback gain 197 EAS_I16 m_nGain[REVERB_MAX_NUM_REFLECTIONS]; // gain for ap 204 EAS_I16 m_nLpfFbk; 205 EAS_I16 m_nLpfFwd; 207 EAS_I16 m_nEarly; 208 EAS_I16 m_nWet; 209 EAS_I16 m_nDry; [all …]
|
D | eas_sndlib.h | 56 typedef EAS_I16 EAS_SAMPLE; 108 EAS_I16 attackTime; 109 EAS_I16 decayTime; 110 EAS_I16 sustainLevel; 111 EAS_I16 releaseTime; 120 EAS_I16 delayTime; 121 EAS_I16 attackTime; 122 EAS_I16 holdTime; 123 EAS_I16 decayTime; 124 EAS_I16 sustainLevel; [all …]
|
D | eas_chorusdata.h | 64 EAS_I16 m_nRate; 65 EAS_I16 m_nDepth; 66 EAS_I16 m_nLevel; 81 EAS_I16 chorusIndexL; 82 EAS_I16 chorusIndexR; 85 EAS_I16 m_nRate; 86 EAS_I16 m_nDepth; 87 EAS_I16 m_nLevel; 96 EAS_I16 m_nCurrentChorus; // preset number for current Chorus 97 EAS_I16 m_nNextChorus; // preset number for next Chorus [all …]
|
D | eas_chorus.c | 61 static const EAS_I16 EAS_chorusShape[CHORUS_SHAPE_SIZE] = { 124 pChorusData->m_nRate = (EAS_I16) in ChorusInit() 131 pChorusData->m_nDepth = (EAS_I16) in ChorusInit() 157 pChorusData->chorusTapPosition = (EAS_I16)((CHORUS_DELAY_MS * _OUTPUT_SAMPLE_RATE)/1000); in ChorusInit() 166 pChorusData->m_nRate = (EAS_I16) in ChorusInit() 170 pChorusData->m_nDepth = (EAS_I16) in ChorusInit() 197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_… in WeightedTap() 199 EAS_I16 index; in WeightedTap() 200 EAS_I16 fraction; in WeightedTap() 201 EAS_I16 val1; in WeightedTap() [all …]
|
D | eas_wtengine.h | 78 EAS_I16 z1; /* 1 sample delay state variable */ 79 EAS_I16 z2; /* 2 sample delay state variable */ 89 EAS_I16 lfoValue; /* LFO current output value */ 90 EAS_I16 lfoPhase; /* LFO current phase */ 133 EAS_I16 gainLeft; /* current gain, left ch */ 134 EAS_I16 gainRight; /* current gain, right ch */ 148 EAS_I16 eg1Value; 149 EAS_I16 eg2Value; 150 EAS_I16 eg1Increment; 151 EAS_I16 eg2Increment;
|
D | eas_pcmdata.h | 105 EAS_I16 volume; /* volume for stream */ 106 EAS_I16 pitch; /* relative pitch in cents - zero is unity playback */ 107 EAS_I16 gainLeft; /* requested gain */ 108 EAS_I16 gainRight; /* requested gain */ 109 EAS_I16 currentGainLeft; /* current gain for anti-zipper filter */ 110 EAS_I16 currentGainRight; /* current gain for anti-zipper filter */
|
D | eas_pcm.h | 52 EAS_I16 volume; 181 …arams (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16 gainLeft, EAS_I16 g… 221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume); 236 EAS_RESULT EAS_PEUpdatePitch (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch);
|
D | eas_fmengine.c | 41 extern const EAS_I16 sineTable[]; 96 EAS_INLINE EAS_I16 FM_Saturate (EAS_I32 nValue) in FM_Saturate() 112 return (EAS_I16) nValue; in FM_Saturate() 129 EAS_INLINE EAS_I16 FM_Noise (EAS_U32 *pnSeed) in FM_Noise() 132 return (EAS_I16) ((*pnSeed >> 15) & 0xffff); in FM_Noise() 208 static void FM_CalculatePan (EAS_I16 pan, EAS_U16 *pGainLeft, EAS_U16 *pGainRight) in FM_CalculatePan() 279 EAS_I16 pitch, in FM_Operator() 281 EAS_I16 *pLastOutput) in FM_Operator() 352 *pBuffer++ = (EAS_I16) temp2; in FM_Operator() 365 *pLastOutput = (EAS_I16) temp; in FM_Operator() [all …]
|
D | eas_fmsynth.h | 53 EAS_I16 pitch; /* operator pitch in cents */ 55 EAS_I16 baseGain; /* patch gain (inc. vel & key scale) */ 66 EAS_I16 voiceGain; /* LFO + channel parameters */ 68 EAS_I16 lfoValue; /* LFO current value */
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_reverbdata.h | 113 #define REVERB_XFADE_PHASE_INCREMENT (EAS_I16)(65536 / ((EAS_I16)REVERB_XFADE_PERIOD_IN_SAMPLES/… 179 EAS_I16 m_nApGain; // gain for ap 191 EAS_I16 m_nLpfFwd; // lpf forward gain 193 EAS_I16 m_nLpfFbk; // lpf feedback gain 197 EAS_I16 m_nGain[REVERB_MAX_NUM_REFLECTIONS]; // gain for ap 204 EAS_I16 m_nLpfFbk; 205 EAS_I16 m_nLpfFwd; 207 EAS_I16 m_nEarly; 208 EAS_I16 m_nWet; 209 EAS_I16 m_nDry; [all …]
|
D | eas_sndlib.h | 56 typedef EAS_I16 EAS_SAMPLE; 108 EAS_I16 attackTime; 109 EAS_I16 decayTime; 110 EAS_I16 sustainLevel; 111 EAS_I16 releaseTime; 120 EAS_I16 delayTime; 121 EAS_I16 attackTime; 122 EAS_I16 holdTime; 123 EAS_I16 decayTime; 124 EAS_I16 sustainLevel; [all …]
|
D | eas_chorusdata.h | 64 EAS_I16 m_nRate; 65 EAS_I16 m_nDepth; 66 EAS_I16 m_nLevel; 81 EAS_I16 chorusIndexL; 82 EAS_I16 chorusIndexR; 85 EAS_I16 m_nRate; 86 EAS_I16 m_nDepth; 87 EAS_I16 m_nLevel; 96 EAS_I16 m_nCurrentChorus; // preset number for current Chorus 97 EAS_I16 m_nNextChorus; // preset number for next Chorus [all …]
|
D | eas_chorus.c | 61 static const EAS_I16 EAS_chorusShape[CHORUS_SHAPE_SIZE] = { 124 pChorusData->m_nRate = (EAS_I16) in ChorusInit() 131 pChorusData->m_nDepth = (EAS_I16) in ChorusInit() 157 pChorusData->chorusTapPosition = (EAS_I16)((CHORUS_DELAY_MS * _OUTPUT_SAMPLE_RATE)/1000); in ChorusInit() 166 pChorusData->m_nRate = (EAS_I16) in ChorusInit() 170 pChorusData->m_nDepth = (EAS_I16) in ChorusInit() 197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_… in WeightedTap() 199 EAS_I16 index; in WeightedTap() 200 EAS_I16 fraction; in WeightedTap() 201 EAS_I16 val1; in WeightedTap() [all …]
|
D | eas_wtengine.h | 78 EAS_I16 z1; /* 1 sample delay state variable */ 79 EAS_I16 z2; /* 2 sample delay state variable */ 89 EAS_I16 lfoValue; /* LFO current output value */ 90 EAS_I16 lfoPhase; /* LFO current phase */ 133 EAS_I16 gainLeft; /* current gain, left ch */ 134 EAS_I16 gainRight; /* current gain, right ch */ 148 EAS_I16 eg1Value; 149 EAS_I16 eg2Value; 150 EAS_I16 eg1Increment; 151 EAS_I16 eg2Increment;
|
D | eas_pcmdata.h | 105 EAS_I16 volume; /* volume for stream */ 106 EAS_I16 pitch; /* relative pitch in cents - zero is unity playback */ 107 EAS_I16 gainLeft; /* requested gain */ 108 EAS_I16 gainRight; /* requested gain */ 109 EAS_I16 currentGainLeft; /* current gain for anti-zipper filter */ 110 EAS_I16 currentGainRight; /* current gain for anti-zipper filter */
|
D | eas_pcm.h | 52 EAS_I16 volume; 181 …arams (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16 gainLeft, EAS_I16 g… 221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume); 236 EAS_RESULT EAS_PEUpdatePitch (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch);
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_reverbdata.h | 113 #define REVERB_XFADE_PHASE_INCREMENT (EAS_I16)(65536 / ((EAS_I16)REVERB_XFADE_PERIOD_IN_SAMPLES/… 179 EAS_I16 m_nApGain; // gain for ap 191 EAS_I16 m_nLpfFwd; // lpf forward gain 193 EAS_I16 m_nLpfFbk; // lpf feedback gain 197 EAS_I16 m_nGain[REVERB_MAX_NUM_REFLECTIONS]; // gain for ap 204 EAS_I16 m_nLpfFbk; 205 EAS_I16 m_nLpfFwd; 207 EAS_I16 m_nEarly; 208 EAS_I16 m_nWet; 209 EAS_I16 m_nDry; [all …]
|
D | eas_sndlib.h | 56 typedef EAS_I16 EAS_SAMPLE; 108 EAS_I16 attackTime; 109 EAS_I16 decayTime; 110 EAS_I16 sustainLevel; 111 EAS_I16 releaseTime; 120 EAS_I16 delayTime; 121 EAS_I16 attackTime; 122 EAS_I16 holdTime; 123 EAS_I16 decayTime; 124 EAS_I16 sustainLevel; [all …]
|
D | eas_chorusdata.h | 64 EAS_I16 m_nRate; 65 EAS_I16 m_nDepth; 66 EAS_I16 m_nLevel; 81 EAS_I16 chorusIndexL; 82 EAS_I16 chorusIndexR; 85 EAS_I16 m_nRate; 86 EAS_I16 m_nDepth; 87 EAS_I16 m_nLevel; 96 EAS_I16 m_nCurrentChorus; // preset number for current Chorus 97 EAS_I16 m_nNextChorus; // preset number for next Chorus [all …]
|
D | eas_chorus.c | 61 static const EAS_I16 EAS_chorusShape[CHORUS_SHAPE_SIZE] = { 124 pChorusData->m_nRate = (EAS_I16) in ChorusInit() 131 pChorusData->m_nDepth = (EAS_I16) in ChorusInit() 157 pChorusData->chorusTapPosition = (EAS_I16)((CHORUS_DELAY_MS * _OUTPUT_SAMPLE_RATE)/1000); in ChorusInit() 166 pChorusData->m_nRate = (EAS_I16) in ChorusInit() 170 pChorusData->m_nDepth = (EAS_I16) in ChorusInit() 197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_… in WeightedTap() 199 EAS_I16 index; in WeightedTap() 200 EAS_I16 fraction; in WeightedTap() 201 EAS_I16 val1; in WeightedTap() [all …]
|
D | eas_pcmdata.h | 105 EAS_I16 volume; /* volume for stream */ 106 EAS_I16 pitch; /* relative pitch in cents - zero is unity playback */ 107 EAS_I16 gainLeft; /* requested gain */ 108 EAS_I16 gainRight; /* requested gain */ 109 EAS_I16 currentGainLeft; /* current gain for anti-zipper filter */ 110 EAS_I16 currentGainRight; /* current gain for anti-zipper filter */
|
D | eas_pcm.h | 52 EAS_I16 volume; 181 …arams (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16 gainLeft, EAS_I16 g… 221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume); 236 EAS_RESULT EAS_PEUpdatePitch (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch);
|
D | eas_fmengine.c | 41 extern const EAS_I16 sineTable[]; 96 EAS_INLINE EAS_I16 FM_Saturate (EAS_I32 nValue) in FM_Saturate() 112 return (EAS_I16) nValue; in FM_Saturate() 129 EAS_INLINE EAS_I16 FM_Noise (EAS_U32 *pnSeed) in FM_Noise() 132 return (EAS_I16) ((*pnSeed >> 15) & 0xffff); in FM_Noise() 208 static void FM_CalculatePan (EAS_I16 pan, EAS_U16 *pGainLeft, EAS_U16 *pGainRight) in FM_CalculatePan() 279 EAS_I16 pitch, in FM_Operator() 281 EAS_I16 *pLastOutput) in FM_Operator() 352 *pBuffer++ = (EAS_I16) temp2; in FM_Operator() 365 *pLastOutput = (EAS_I16) temp; in FM_Operator() [all …]
|
D | eas_fmsynth.h | 53 EAS_I16 pitch; /* operator pitch in cents */ 55 EAS_I16 baseGain; /* patch gain (inc. vel & key scale) */ 66 EAS_I16 voiceGain; /* LFO + channel parameters */ 68 EAS_I16 lfoValue; /* LFO current value */
|
D | eas_pan.c | 61 void EAS_CalcPanControl (EAS_INT pan, EAS_I16 *pGainLeft, EAS_I16 *pGainRight) in EAS_CalcPanControl() 86 *pGainRight = (EAS_I16) temp; in EAS_CalcPanControl() 96 *pGainLeft = (EAS_I16) temp; in EAS_CalcPanControl()
|