Home
last modified time | relevance | path

Searched refs:nInterpolatedSample (Results 1 – 1 of 1) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_wtengine.c457 EAS_I32 nInterpolatedSample; in WT_NoiseGenerator() local
478 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()