Home
last modified time | relevance | path

Searched refs:NUM_PHASE_FRAC_BITS (Results 1 – 6 of 6) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_math.h97 #define NUM_PHASE_FRAC_BITS 15 macro
99 #define PHASE_FRAC_MASK (uint32_t) ((0x1L << NUM_PHASE_FRAC_BITS) -1)
101 #define GET_PHASE_INT_PART(x) (uint32_t)((uint32_t)(x) >> NUM_PHASE_FRAC_BITS)
118 #define PHASE_ONE (int32_t) (0x1L << NUM_PHASE_FRAC_BITS)
131 >> NUM_PHASE_FRAC_BITS \
Deas_wtengine.c225 acc0 = samp1 + (acc0 >> NUM_PHASE_FRAC_BITS); in WT_Interpolate()
234 acc0 = phaseFrac >> NUM_PHASE_FRAC_BITS; in WT_Interpolate()
325 acc0 = samp1 + (acc0 >> NUM_PHASE_FRAC_BITS); in WT_InterpolateNoLoop()
334 nextSamplePhaseInc = phaseFrac >> NUM_PHASE_FRAC_BITS; in WT_InterpolateNoLoop()
645 pCurrentPhaseInt += (tmp2 >> NUM_PHASE_FRAC_BITS); in WT_InterpolateMono()
DARM_synth_constants_gnu.inc62 .equ NUM_PHASE_FRAC_BITS, 15
DARM-E_interpolate_noloop_gnu.s111 ADD pPhaseAccum, pPhaseAccum, tmp2, LSR #(NUM_PHASE_FRAC_BITS - NEXT_INPUT_PCM_SHIFT)
DARM-E_interpolate_loop_gnu.s119 ADD pPhaseAccum, pPhaseAccum, tmp2, LSR #(NUM_PHASE_FRAC_BITS - NEXT_INPUT_PCM_SHIFT)
Deas_wtsynth.c485 numSamples = (numSamples << NUM_PHASE_FRAC_BITS) - (EAS_I32) pWTVoice->phaseFrac; in WT_CheckSampleEnd()
586 temp = temp << NUM_PHASE_FRAC_BITS; in WT_UpdateVoice()