Home | History | Annotate | Download | only in lib_src

Lines Matching refs:EAS_I32

79     EAS_I32 *pMixBuffer;
81 EAS_I32 gain;
82 EAS_I32 gainIncrement;
83 EAS_I32 tmp0;
84 EAS_I32 tmp1;
85 EAS_I32 tmp2;
86 EAS_I32 numSamples;
89 EAS_I32 gainLeft, gainRight;
182 EAS_I32 phaseInc;
183 EAS_I32 phaseFrac;
184 EAS_I32 acc0;
187 EAS_I32 samp1;
188 EAS_I32 samp2;
189 EAS_I32 numSamples;
239 phaseFrac = (EAS_I32)((EAS_U32)phaseFrac & PHASE_FRAC_MASK);
242 acc0 = (EAS_I32) (pSamples - loopEnd);
281 EAS_I32 phaseInc;
282 EAS_I32 phaseFrac;
283 EAS_I32 acc0;
285 EAS_I32 samp1;
286 EAS_I32 samp2;
287 EAS_I32 numSamples;
300 phaseFrac = (EAS_I32)pWTVoice->phaseFrac;
336 phaseFrac = (EAS_I32)((EAS_U32)phaseFrac & PHASE_FRAC_MASK);
373 EAS_I32 k;
374 EAS_I32 b1;
375 EAS_I32 b2;
376 EAS_I32 z1;
377 EAS_I32 z2;
378 EAS_I32 acc0;
379 EAS_I32 acc1;
380 EAS_I32 numSamples;
444 EAS_I32 phaseInc;
445 EAS_I32 tmp0;
446 EAS_I32 tmp1;
447 EAS_I32 nInterpolatedSample;
448 EAS_I32 numSamples;
462 tmp0 = (EAS_I32) (pWTVoice->phaseAccum) >> 18;
464 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
478 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
527 EAS_I32 gainLeft, gainIncLeft;
530 EAS_I32 gainRight, gainIncRight;
586 EAS_I32 *pMixBuffer;
589 EAS_I32 numSamples;
590 EAS_I32 gain;
591 EAS_I32 gainIncrement;
592 EAS_I32 currentPhaseFrac;
593 EAS_I32 phaseInc;
594 EAS_I32 tmp0;
595 EAS_I32 tmp1;
596 EAS_I32 tmp2;
621 tmp0 = (EAS_I32)(pCurrentPhaseInt - pLoopEnd);