Home | History | Annotate | Download | only in lib_src

Lines Matching refs:phaseFrac

140         pVoiceMgr->wtVoices[i].phaseFrac = DEFAULT_PHASE_FRAC;
469 endPhaseFrac = pWTVoice->phaseFrac + (pWTIntFrame->frame.phaseIncrement << SYNTH_UPDATE_PERIOD_IN_BITS);
485 numSamples = (EAS_I32) ((numSamples << NUM_PHASE_FRAC_BITS) - pWTVoice->phaseFrac);
504 pWTVoice->phaseFrac = endPhaseFrac;