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

  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 100 #define GET_PHASE_INT_PART(x) (EAS_U32)((EAS_U32)(x) >> NUM_PHASE_FRAC_BITS)
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h 100 #define GET_PHASE_INT_PART(x) (EAS_U32)((EAS_U32)(x) >> NUM_PHASE_FRAC_BITS)
eas_wtengine.c 446 if (GET_PHASE_INT_PART(pWTVoice->phaseFrac)) {
eas_wtsynth.c 456 endPhaseAccum = pWTVoice->phaseAccum + GET_PHASE_INT_PART(endPhaseFrac);
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 100 #define GET_PHASE_INT_PART(x) (EAS_U32)((EAS_U32)(x) >> NUM_PHASE_FRAC_BITS)
eas_wtengine.c 446 if (GET_PHASE_INT_PART(pWTVoice->phaseFrac)) {
eas_wtsynth.c 456 endPhaseAccum = pWTVoice->phaseAccum + GET_PHASE_INT_PART(endPhaseFrac);
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.h 91 #define GET_PHASE_INT_PART(x) (uint32_t)((uint32_t)(x) >> NUM_PHASE_FRAC_BITS)

Completed in 751 milliseconds