Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_wtengine.c598 const EAS_I8 *pCurrentPhaseInt; in WT_InterpolateMono() local
623 pCurrentPhaseInt = pWTVoice->pPhaseAccum; in WT_InterpolateMono()
631 tmp0 = (EAS_I32)(pCurrentPhaseInt - pLoopEnd); in WT_InterpolateMono()
633 pCurrentPhaseInt = pLoopStart + tmp0; in WT_InterpolateMono()
635 tmp0 = *pCurrentPhaseInt; in WT_InterpolateMono()
636 tmp1 = *(pCurrentPhaseInt + 1); in WT_InterpolateMono()
645 pCurrentPhaseInt += (tmp2 >> NUM_PHASE_FRAC_BITS); in WT_InterpolateMono()
661 pWTVoice->pPhaseAccum = pCurrentPhaseInt; in WT_InterpolateMono()