Searched refs:nInterpolatedSample (Results 1 – 1 of 1) sorted by relevance
457 EAS_I32 nInterpolatedSample; in WT_NoiseGenerator() local478 nInterpolatedSample = MULT_AUDIO_COEF( tmp0, (PHASE_ONE - pWTVoice->phaseFrac)); in WT_NoiseGenerator()479 nInterpolatedSample += MULT_AUDIO_COEF( tmp1, pWTVoice->phaseFrac); in WT_NoiseGenerator()480 *pOutputBuffer++ = (EAS_PCM) nInterpolatedSample; in WT_NoiseGenerator()