Home | History | Annotate | Download | only in lib_src

Lines Matching refs:tmp1

81     EAS_I32 tmp1;
124 tmp1 = *pMixBuffer;
130 tmp1 += tmp0;
131 *pMixBuffer++ = tmp1;
134 tmp1 = *pMixBuffer;
140 tmp1 += tmp0;
141 *pMixBuffer++ = tmp1;
147 tmp1 = *pMixBuffer;
150 tmp1 += tmp2;
151 *pMixBuffer++ = tmp1;
423 EAS_I32 tmp1;
436 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
441 nInterpolatedSample += MULT_AUDIO_COEF( tmp1, pWTVoice->phaseFrac);
447 tmp0 = tmp1;
450 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
567 EAS_I32 tmp1;
593 tmp1 = *(pCurrentPhaseInt + 1);
597 tmp1 = tmp1 - tmp0;
598 tmp1 = tmp1 * currentPhaseFrac;
600 tmp1 = tmp0 + (tmp1 >> NUM_EG1_FRAC_BITS);
609 tmp2 = tmp1 * tmp2;