Searched refs:phaseInc (Results 1 – 4 of 4) sorted by relevance
182 EAS_I32 phaseInc; in WT_Interpolate() local204 phaseInc = pWTIntFrame->frame.phaseIncrement; in WT_Interpolate()230 phaseFrac += phaseInc; in WT_Interpolate()281 EAS_I32 phaseInc; in WT_InterpolateNoLoop() local298 phaseInc = pWTIntFrame->frame.phaseIncrement; in WT_InterpolateNoLoop()327 phaseFrac += phaseInc; in WT_InterpolateNoLoop()444 EAS_I32 phaseInc; in WT_NoiseGenerator() local458 phaseInc = pWTIntFrame->frame.phaseIncrement; in WT_NoiseGenerator()473 pWTVoice->phaseFrac += (EAS_U32) phaseInc; in WT_NoiseGenerator()593 EAS_I32 phaseInc; in WT_InterpolateMono() local[all …]
976 EAS_U32 phaseInc; in RenderPCMStream() local1121 phaseInc = pState->basefreq; in RenderPCMStream()1127 phaseInc = FMUL_15x15(phaseInc, temp); in RenderPCMStream()1129 phaseInc = phaseInc << pState->rateShift; in RenderPCMStream()1180 pState->phase += phaseInc; in RenderPCMStream()
58 void WT_UpdateLFO (S_LFO_CONTROL *pLFO, EAS_I16 phaseInc);
979 void WT_UpdateLFO (S_LFO_CONTROL *pLFO, EAS_I16 phaseInc) in WT_UpdateLFO() argument1000 pLFO->lfoPhase = (pLFO->lfoPhase + phaseInc) & 0x7fff; in WT_UpdateLFO()