HomeSort by relevance Sort by last modified time
    Searched refs:nInterpolatedSample (Results 1 - 2 of 2) sorted by null

  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 424 EAS_I32 nInterpolatedSample;
440 nInterpolatedSample = MULT_AUDIO_COEF( tmp0, (PHASE_ONE - pWTVoice->phaseFrac));
441 nInterpolatedSample += MULT_AUDIO_COEF( tmp1, pWTVoice->phaseFrac);
442 *pOutputBuffer++ = (EAS_PCM) nInterpolatedSample;
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 424 EAS_I32 nInterpolatedSample;
440 nInterpolatedSample = MULT_AUDIO_COEF( tmp0, (PHASE_ONE - pWTVoice->phaseFrac));
441 nInterpolatedSample += MULT_AUDIO_COEF( tmp1, pWTVoice->phaseFrac);
442 *pOutputBuffer++ = (EAS_PCM) nInterpolatedSample;

Completed in 1190 milliseconds