Home
last modified time | relevance | path

Searched refs:EAS_PCM (Results 1 – 25 of 62) sorted by relevance

123

/external/sonivox/arm-hybrid-22k/lib_src/
Deas_reverbdata.h189 EAS_PCM m_zLpf; // actual state variable, not a length
275 EAS_PCM *m_pOutputBuffer;
276 EAS_PCM *m_pInputBuffer;
283 EAS_PCM *m_pNextInputSample;
289EAS_PCM m_nRevOutFbkR; // combine feedback reverb right out with dry left…
295EAS_PCM m_nRevOutFbkL; // combine feedback reverb left out with dry right…
306 EAS_PCM m_zLpf0; // actual state variable, not a length
312 EAS_PCM m_zLpf1; // actual state variable, not a length
357EAS_PCM m_nDelayLine[REVERB_BUFFER_SIZE_IN_SAMPLES]; // one large delay line for al…
450 …verb(S_REVERB_OBJECT* pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInp…
Deas_chorus.c42 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples…
252 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples) in ChorusProcess()
260 EAS_PCM tapL; in ChorusProcess()
261 EAS_PCM tapR; in ChorusProcess()
263 EAS_PCM nInputSample; in ChorusProcess()
265 EAS_PCM *pIn; in ChorusProcess()
266 EAS_PCM *pOut; in ChorusProcess()
276 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM)); in ChorusProcess()
Deas_reverb.c47 static void ReverbProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples…
275 static void ReverbProcess(EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples) in ReverbProcess()
286 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM)); in ReverbProcess()
525 …verb(S_REVERB_OBJECT *pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInp… in Reverb()
569 pReverbData->m_nDelayLine[nAddr] = (EAS_PCM) nTemp1; in Reverb()
573 pReverbData->m_nDelayLine[nAddr] = (EAS_PCM) nApOut; in Reverb()
597 pReverbData->m_nDelayLine[nAddr] = (EAS_PCM) nTemp1; in Reverb()
601 pReverbData->m_nDelayLine[nAddr] = (EAS_PCM) nApOut; in Reverb()
630 pReverbData->m_zLpf0 = (EAS_PCM) SATURATE(nTemp1 + nTemp2); in Reverb()
659 pReverbData->m_zLpf1 = (EAS_PCM)SATURATE(nTemp1 + nTemp2); in Reverb()
[all …]
Deas_fmengine.c51 void FM_SynthMixVoice (S_FM_ENG_VOICE *p, EAS_U16 gainTarget, EAS_I32 numSamplesToAdd, EAS_PCM *pI…
275 EAS_PCM *pBuffer, in FM_Operator()
276 EAS_PCM *pModBuffer, in FM_Operator()
387 EAS_PCM *pBuffer, in FM_NoiseOperator()
550 EAS_PCM *pTempBuffer, in FM_ProcessVoice()
551 EAS_PCM *pBuffer, in FM_ProcessVoice()
556 EAS_PCM *pOutBuf; in FM_ProcessVoice()
557 EAS_PCM *pMod; in FM_ProcessVoice()
737 void FM_SynthMixVoice(S_FM_ENG_VOICE *p, EAS_U16 nGainTarget, EAS_I32 numSamplesToAdd, EAS_PCM *pI… in FM_SynthMixVoice()
Deas_synth.h344 EAS_PCM voiceBuffer[SYNTH_UPDATE_PERIOD_IN_SAMPLES];
347 EAS_PCM operMixBuffer[SYNTH_UPDATE_PERIOD_IN_SAMPLES];
356 EAS_PCM reverbSendBuffer[NUM_OUTPUT_CHANNELS * SYNTH_UPDATE_PERIOD_IN_SAMPLES];
360 EAS_PCM chorusSendBuffer[NUM_OUTPUT_CHANNELS * SYNTH_UPDATE_PERIOD_IN_SAMPLES];
Deas_mixer.h43 extern void SynthMasterGain( long *pInputBuffer, EAS_PCM *pOutputBuffer, EAS_U16 nGain, EAS_U16 nNu…
133 void EAS_MixStream (EAS_PCM *pInputBuffer, EAS_I32 *pMixBuffer, EAS_I32 numSamples, EAS_I32 gainLef…
Deas_wtengine.c77 EAS_PCM *pInputBuffer; in WT_VoiceGain()
173 EAS_PCM *pOutputBuffer; in WT_Interpolate()
267 EAS_PCM *pOutputBuffer; in WT_InterpolateNoLoop()
354 EAS_PCM *pAudioBuffer; in WT_VoiceFilter()
420 EAS_PCM *pOutputBuffer; in WT_NoiseGenerator()
442 *pOutputBuffer++ = (EAS_PCM) nInterpolatedSample; in WT_NoiseGenerator()
Deas_effects.h38 void (*pfProcess)(EAS_VOID_PTR pInstData, EAS_PCM *in, EAS_PCM *out, EAS_I32 numSamples);
Deas_chorusdata.h90 EAS_PCM chorusDelayL[CHORUS_L_SIZE];
91 EAS_PCM chorusDelayR[CHORUS_R_SIZE];
/external/sonivox/arm-wt-22k/lib_src/
Deas_reverbdata.h189 EAS_PCM m_zLpf; // actual state variable, not a length
275 EAS_PCM *m_pOutputBuffer;
276 EAS_PCM *m_pInputBuffer;
283 EAS_PCM *m_pNextInputSample;
289EAS_PCM m_nRevOutFbkR; // combine feedback reverb right out with dry left…
295EAS_PCM m_nRevOutFbkL; // combine feedback reverb left out with dry right…
306 EAS_PCM m_zLpf0; // actual state variable, not a length
312 EAS_PCM m_zLpf1; // actual state variable, not a length
357EAS_PCM m_nDelayLine[REVERB_BUFFER_SIZE_IN_SAMPLES]; // one large delay line for al…
450 …verb(S_REVERB_OBJECT* pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInp…
Deas_chorus.c42 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples…
252 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples) in ChorusProcess()
260 EAS_PCM tapL; in ChorusProcess()
261 EAS_PCM tapR; in ChorusProcess()
263 EAS_PCM nInputSample; in ChorusProcess()
265 EAS_PCM *pIn; in ChorusProcess()
266 EAS_PCM *pOut; in ChorusProcess()
276 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM)); in ChorusProcess()
Deas_reverb.c47 static void ReverbProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples…
275 static void ReverbProcess(EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples) in ReverbProcess()
286 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM)); in ReverbProcess()
525 …verb(S_REVERB_OBJECT *pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInp… in Reverb()
569 pReverbData->m_nDelayLine[nAddr] = (EAS_PCM) nTemp1; in Reverb()
573 pReverbData->m_nDelayLine[nAddr] = (EAS_PCM) nApOut; in Reverb()
597 pReverbData->m_nDelayLine[nAddr] = (EAS_PCM) nTemp1; in Reverb()
601 pReverbData->m_nDelayLine[nAddr] = (EAS_PCM) nApOut; in Reverb()
630 pReverbData->m_zLpf0 = (EAS_PCM) SATURATE(nTemp1 + nTemp2); in Reverb()
659 pReverbData->m_zLpf1 = (EAS_PCM)SATURATE(nTemp1 + nTemp2); in Reverb()
[all …]
Deas_synth.h344 EAS_PCM voiceBuffer[SYNTH_UPDATE_PERIOD_IN_SAMPLES];
347 EAS_PCM operMixBuffer[SYNTH_UPDATE_PERIOD_IN_SAMPLES];
356 EAS_PCM reverbSendBuffer[NUM_OUTPUT_CHANNELS * SYNTH_UPDATE_PERIOD_IN_SAMPLES];
360 EAS_PCM chorusSendBuffer[NUM_OUTPUT_CHANNELS * SYNTH_UPDATE_PERIOD_IN_SAMPLES];
Deas_mixer.h43 extern void SynthMasterGain( long *pInputBuffer, EAS_PCM *pOutputBuffer, EAS_U16 nGain, EAS_U16 nNu…
133 void EAS_MixStream (EAS_PCM *pInputBuffer, EAS_I32 *pMixBuffer, EAS_I32 numSamples, EAS_I32 gainLef…
Deas_effects.h38 void (*pfProcess)(EAS_VOID_PTR pInstData, EAS_PCM *in, EAS_PCM *out, EAS_I32 numSamples);
Deas_chorusdata.h90 EAS_PCM chorusDelayL[CHORUS_L_SIZE];
91 EAS_PCM chorusDelayR[CHORUS_R_SIZE];
Deas_wtengine.c80 EAS_PCM *pInputBuffer; in WT_VoiceGain()
181 EAS_PCM *pOutputBuffer; in WT_Interpolate()
280 EAS_PCM *pOutputBuffer; in WT_InterpolateNoLoop()
372 EAS_PCM *pAudioBuffer; in WT_VoiceFilter()
443 EAS_PCM *pOutputBuffer; in WT_NoiseGenerator()
470 *pOutputBuffer++ = (EAS_PCM) nInterpolatedSample; in WT_NoiseGenerator()
/external/sonivox/arm-fm-22k/lib_src/
Deas_reverbdata.h189 EAS_PCM m_zLpf; // actual state variable, not a length
275 EAS_PCM *m_pOutputBuffer;
276 EAS_PCM *m_pInputBuffer;
283 EAS_PCM *m_pNextInputSample;
289EAS_PCM m_nRevOutFbkR; // combine feedback reverb right out with dry left…
295EAS_PCM m_nRevOutFbkL; // combine feedback reverb left out with dry right…
306 EAS_PCM m_zLpf0; // actual state variable, not a length
312 EAS_PCM m_zLpf1; // actual state variable, not a length
357EAS_PCM m_nDelayLine[REVERB_BUFFER_SIZE_IN_SAMPLES]; // one large delay line for al…
450 …verb(S_REVERB_OBJECT* pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInp…
Deas_chorus.c42 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples…
252 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples) in ChorusProcess()
260 EAS_PCM tapL; in ChorusProcess()
261 EAS_PCM tapR; in ChorusProcess()
263 EAS_PCM nInputSample; in ChorusProcess()
265 EAS_PCM *pIn; in ChorusProcess()
266 EAS_PCM *pOut; in ChorusProcess()
276 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM)); in ChorusProcess()
Deas_reverb.c47 static void ReverbProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples…
275 static void ReverbProcess(EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples) in ReverbProcess()
286 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM)); in ReverbProcess()
525 …verb(S_REVERB_OBJECT *pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInp… in Reverb()
569 pReverbData->m_nDelayLine[nAddr] = (EAS_PCM) nTemp1; in Reverb()
573 pReverbData->m_nDelayLine[nAddr] = (EAS_PCM) nApOut; in Reverb()
597 pReverbData->m_nDelayLine[nAddr] = (EAS_PCM) nTemp1; in Reverb()
601 pReverbData->m_nDelayLine[nAddr] = (EAS_PCM) nApOut; in Reverb()
630 pReverbData->m_zLpf0 = (EAS_PCM) SATURATE(nTemp1 + nTemp2); in Reverb()
659 pReverbData->m_zLpf1 = (EAS_PCM)SATURATE(nTemp1 + nTemp2); in Reverb()
[all …]
Deas_fmengine.c51 void FM_SynthMixVoice (S_FM_ENG_VOICE *p, EAS_U16 gainTarget, EAS_I32 numSamplesToAdd, EAS_PCM *pI…
275 EAS_PCM *pBuffer, in FM_Operator()
276 EAS_PCM *pModBuffer, in FM_Operator()
387 EAS_PCM *pBuffer, in FM_NoiseOperator()
550 EAS_PCM *pTempBuffer, in FM_ProcessVoice()
551 EAS_PCM *pBuffer, in FM_ProcessVoice()
556 EAS_PCM *pOutBuf; in FM_ProcessVoice()
557 EAS_PCM *pMod; in FM_ProcessVoice()
737 void FM_SynthMixVoice(S_FM_ENG_VOICE *p, EAS_U16 nGainTarget, EAS_I32 numSamplesToAdd, EAS_PCM *pI… in FM_SynthMixVoice()
Deas_synth.h344 EAS_PCM voiceBuffer[SYNTH_UPDATE_PERIOD_IN_SAMPLES];
347 EAS_PCM operMixBuffer[SYNTH_UPDATE_PERIOD_IN_SAMPLES];
356 EAS_PCM reverbSendBuffer[NUM_OUTPUT_CHANNELS * SYNTH_UPDATE_PERIOD_IN_SAMPLES];
360 EAS_PCM chorusSendBuffer[NUM_OUTPUT_CHANNELS * SYNTH_UPDATE_PERIOD_IN_SAMPLES];
Deas_mixer.h43 extern void SynthMasterGain( long *pInputBuffer, EAS_PCM *pOutputBuffer, EAS_U16 nGain, EAS_U16 nNu…
133 void EAS_MixStream (EAS_PCM *pInputBuffer, EAS_I32 *pMixBuffer, EAS_I32 numSamples, EAS_I32 gainLef…
Deas_effects.h38 void (*pfProcess)(EAS_VOID_PTR pInstData, EAS_PCM *in, EAS_PCM *out, EAS_I32 numSamples);
Deas_chorusdata.h90 EAS_PCM chorusDelayL[CHORUS_L_SIZE];
91 EAS_PCM chorusDelayR[CHORUS_R_SIZE];

123