Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_math.h101 #define GET_PHASE_INT_PART(x) (uint32_t)((uint32_t)(x) >> NUM_PHASE_FRAC_BITS) macro
Deas_wtengine.c474 if (GET_PHASE_INT_PART(pWTVoice->phaseFrac)) { in WT_NoiseGenerator()
Deas_wtsynth.c471 endPhaseAccum = pWTVoice->phaseAccum + GET_PHASE_INT_PART(endPhaseFrac); in WT_CheckSampleEnd()