Lines Matching full:phasefrac
175 EAS_I32 phaseFrac;
190 phaseFrac = pWTVoice->phaseFrac;
208 acc0 = acc0 * phaseFrac;
217 phaseFrac += phaseInc;
219 acc0 = phaseFrac >> NUM_PHASE_FRAC_BITS;
226 phaseFrac = (EAS_I32)((EAS_U32)phaseFrac & PHASE_FRAC_MASK);
248 pWTVoice->phaseFrac = (EAS_U32) phaseFrac;
269 EAS_I32 phaseFrac;
282 phaseFrac = (EAS_I32)pWTVoice->phaseFrac;
300 acc0 = acc0 * phaseFrac;
309 phaseFrac += phaseInc;
311 acc0 = phaseFrac >> NUM_PHASE_FRAC_BITS;
318 phaseFrac = (EAS_I32)((EAS_U32)phaseFrac & PHASE_FRAC_MASK);
335 pWTVoice->phaseFrac = (EAS_U32) phaseFrac;
440 nInterpolatedSample = MULT_AUDIO_COEF( tmp0, (PHASE_ONE - pWTVoice->phaseFrac));
441 nInterpolatedSample += MULT_AUDIO_COEF( tmp1, pWTVoice->phaseFrac);
445 pWTVoice->phaseFrac += (EAS_U32) phaseInc;
446 if (GET_PHASE_INT_PART(pWTVoice->phaseFrac)) {
451 pWTVoice->phaseFrac = GET_PHASE_FRAC_PART(pWTVoice->phaseFrac);
581 currentPhaseFrac = pWTVoice->phaseFrac;
619 pWTVoice->phaseFrac = currentPhaseFrac;