Home | History | Annotate | Download | only in lib_src

Lines Matching refs:tmp0

80     EAS_I32 tmp0;
109 tmp0 = *pInputBuffer++;
115 tmp2 *= tmp0;
127 tmp0 = tmp2 * gainLeft;
129 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS;
130 tmp1 += tmp0;
137 tmp0 = tmp2 * gainRight;
139 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS;
140 tmp1 += tmp0;
422 EAS_I32 tmp0;
434 tmp0 = (EAS_I32) (pWTVoice->phaseAccum) >> 18;
440 nInterpolatedSample = MULT_AUDIO_COEF( tmp0, (PHASE_ONE - pWTVoice->phaseFrac));
447 tmp0 = tmp1;
566 EAS_I32 tmp0;
588 tmp0 = (EAS_I32)(pCurrentPhaseInt - pLoopEnd);
589 if (tmp0 >= 0)
590 pCurrentPhaseInt = pLoopStart + tmp0;
592 tmp0 = *pCurrentPhaseInt;
597 tmp1 = tmp1 - tmp0;
600 tmp1 = tmp0 + (tmp1 >> NUM_EG1_FRAC_BITS);
608 tmp0 = *pMixBuffer;
611 tmp0 = tmp2 + tmp0;
612 *pMixBuffer++ = tmp0;