Searched refs:phaseInc (Results 1 – 11 of 11) sorted by relevance
174 EAS_I32 phaseInc; in WT_Interpolate() local191 phaseInc = pWTIntFrame->frame.phaseIncrement; in WT_Interpolate()217 phaseFrac += phaseInc; in WT_Interpolate()268 EAS_I32 phaseInc; in WT_InterpolateNoLoop() local280 phaseInc = pWTIntFrame->frame.phaseIncrement; in WT_InterpolateNoLoop()309 phaseFrac += phaseInc; in WT_InterpolateNoLoop()421 EAS_I32 phaseInc; in WT_NoiseGenerator() local430 phaseInc = pWTIntFrame->frame.phaseIncrement; in WT_NoiseGenerator()445 pWTVoice->phaseFrac += (EAS_U32) phaseInc; in WT_NoiseGenerator()565 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);
959 void WT_UpdateLFO (S_LFO_CONTROL *pLFO, EAS_I16 phaseInc) in WT_UpdateLFO() argument980 pLFO->lfoPhase = (pLFO->lfoPhase + phaseInc) & 0x7fff; in WT_UpdateLFO()
286 EAS_U32 phaseInc; in FM_Operator() local302 phaseInc = (EAS_U32) FM_PhaseInc(pitch); in FM_Operator()335 phase += phaseInc; in FM_Operator()
953 void WT_UpdateLFO (S_LFO_CONTROL *pLFO, EAS_I16 phaseInc) in WT_UpdateLFO() argument974 pLFO->lfoPhase = (pLFO->lfoPhase + phaseInc) & 0x7fff; in WT_UpdateLFO()