Searched refs:phaseIncrement (Results 1 - 6 of 6) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wt_IPC_frame.h52 EAS_I32 phaseIncrement; member in struct:s_wt_frame_tag
H A DARM-E_interpolate_loop_gnu.s42 phaseIncrement .req r3 label
71 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement]
92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
H A DARM-E_interpolate_noloop_gnu.s44 phaseIncrement .req r4 label
69 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement]
84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
H A Deas_wtengine.c204 phaseInc = pWTIntFrame->frame.phaseIncrement;
298 phaseInc = pWTIntFrame->frame.phaseIncrement;
458 phaseInc = pWTIntFrame->frame.phaseIncrement;
615 phaseInc = pWTIntFrame->phaseIncrement;
H A Deas_wtsynth.c459 endPhaseFrac = pWTVoice->phaseFrac + (pWTIntFrame->frame.phaseIncrement << SYNTH_UPDATE_PERIOD_IN_BITS);
469 if (pWTIntFrame->frame.phaseIncrement) {
470 pWTIntFrame->numSamples = 1 + (numSamples / pWTIntFrame->frame.phaseIncrement);
560 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp);
564 if (intFrame.frame.phaseIncrement > temp) {
565 ALOGW("%p phaseIncrement=%d", pWTVoice, (int)intFrame.frame.phaseIncrement);
566 intFrame.frame.phaseIncrement %= temp;
H A Deas_dlssynth.c411 intFrame.frame.phaseIncrement = DLS_UpdatePhaseInc(pWTVoice, pDLSArt, pChannel, temp);

Completed in 113 milliseconds