Lines Matching refs:phaseFrac
183 EAS_I32 phaseFrac;
203 phaseFrac = pWTVoice->phaseFrac;
221 acc0 = acc0 * phaseFrac;
230 phaseFrac += phaseInc;
232 acc0 = phaseFrac >> NUM_PHASE_FRAC_BITS;
239 phaseFrac = (EAS_I32)((EAS_U32)phaseFrac & PHASE_FRAC_MASK);
261 pWTVoice->phaseFrac = (EAS_U32) phaseFrac;
282 EAS_I32 phaseFrac;
300 phaseFrac = (EAS_I32)pWTVoice->phaseFrac;
318 acc0 = acc0 * phaseFrac;
327 phaseFrac += phaseInc;
329 acc0 = phaseFrac >> NUM_PHASE_FRAC_BITS;
336 phaseFrac = (EAS_I32)((EAS_U32)phaseFrac & PHASE_FRAC_MASK);
353 pWTVoice->phaseFrac = (EAS_U32) phaseFrac;
468 nInterpolatedSample = MULT_AUDIO_COEF( tmp0, (PHASE_ONE - pWTVoice->phaseFrac));
469 nInterpolatedSample += MULT_AUDIO_COEF( tmp1, pWTVoice->phaseFrac);
473 pWTVoice->phaseFrac += (EAS_U32) phaseInc;
474 if (GET_PHASE_INT_PART(pWTVoice->phaseFrac)) {
479 pWTVoice->phaseFrac = GET_PHASE_FRAC_PART(pWTVoice->phaseFrac);
614 currentPhaseFrac = pWTVoice->phaseFrac;
652 pWTVoice->phaseFrac = currentPhaseFrac;