Searched refs:GET_PHASE_INT_PART (Results 1 - 7 of 7) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_math.h100 #define GET_PHASE_INT_PART(x) (EAS_U32)((EAS_U32)(x) >> NUM_PHASE_FRAC_BITS) macro
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_math.h100 #define GET_PHASE_INT_PART(x) (EAS_U32)((EAS_U32)(x) >> NUM_PHASE_FRAC_BITS) macro
H A Deas_wtengine.c446 if (GET_PHASE_INT_PART(pWTVoice->phaseFrac)) {
H A Deas_wtsynth.c456 endPhaseAccum = pWTVoice->phaseAccum + GET_PHASE_INT_PART(endPhaseFrac);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_math.h100 #define GET_PHASE_INT_PART(x) (EAS_U32)((EAS_U32)(x) >> NUM_PHASE_FRAC_BITS) macro
H A Deas_wtengine.c446 if (GET_PHASE_INT_PART(pWTVoice->phaseFrac)) {
H A Deas_wtsynth.c456 endPhaseAccum = pWTVoice->phaseAccum + GET_PHASE_INT_PART(endPhaseFrac);

Completed in 1195 milliseconds