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.c588 const EAS_I8 *pCurrentPhaseInt; in WT_InterpolateMono() local
613 pCurrentPhaseInt = pWTVoice->pPhaseAccum; in WT_InterpolateMono()
621 tmp0 = (EAS_I32)(pCurrentPhaseInt - pLoopEnd); in WT_InterpolateMono()
623 pCurrentPhaseInt = pLoopStart + tmp0; in WT_InterpolateMono()
625 tmp0 = *pCurrentPhaseInt; in WT_InterpolateMono()
626 tmp1 = *(pCurrentPhaseInt + 1); in WT_InterpolateMono()
635 pCurrentPhaseInt += (tmp2 >> NUM_PHASE_FRAC_BITS); in WT_InterpolateMono()
651 pWTVoice->pPhaseAccum = pCurrentPhaseInt; in WT_InterpolateMono()