Searched refs:nInterpolatedSample (Results 1 – 1 of 1) sorted by relevance
447 EAS_I32 nInterpolatedSample; in WT_NoiseGenerator() local468 nInterpolatedSample = MULT_AUDIO_COEF( tmp0, (PHASE_ONE - pWTVoice->phaseFrac)); in WT_NoiseGenerator()469 nInterpolatedSample += MULT_AUDIO_COEF( tmp1, pWTVoice->phaseFrac); in WT_NoiseGenerator()470 *pOutputBuffer++ = (EAS_PCM) nInterpolatedSample; in WT_NoiseGenerator()