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

  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c     [all...]
eas_math.h 125 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
eas_wtengine.c 440 nInterpolatedSample = MULT_AUDIO_COEF( tmp0, (PHASE_ONE - pWTVoice->phaseFrac));
441 nInterpolatedSample += MULT_AUDIO_COEF( tmp1, pWTVoice->phaseFrac);
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c     [all...]
eas_math.h 125 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
eas_wtengine.c 440 nInterpolatedSample = MULT_AUDIO_COEF( tmp0, (PHASE_ONE - pWTVoice->phaseFrac));
441 nInterpolatedSample += MULT_AUDIO_COEF( tmp1, pWTVoice->phaseFrac);
  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 125 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.h 116 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \

Completed in 652 milliseconds