Home
last modified time | relevance | path

Searched refs:phaseIncrement (Results 1 – 7 of 7) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
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
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
Deas_wtsynth.c469 …endPhaseFrac = pWTVoice->phaseFrac + (pWTIntFrame->frame.phaseIncrement << SYNTH_UPDATE_PERIOD_IN_… in WT_CheckSampleEnd()
486 if (pWTIntFrame->frame.phaseIncrement) { in WT_CheckSampleEnd()
487 pWTIntFrame->numSamples = 1 + (numSamples / pWTIntFrame->frame.phaseIncrement); in WT_CheckSampleEnd()
577 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp); in WT_UpdateVoice()
584 if (intFrame.frame.phaseIncrement > temp) { in WT_UpdateVoice()
585 ALOGW("%p phaseIncrement=%d", pWTVoice, (int)intFrame.frame.phaseIncrement); in WT_UpdateVoice()
586 intFrame.frame.phaseIncrement %= temp; in WT_UpdateVoice()
Deas_wtengine.c204 phaseInc = pWTIntFrame->frame.phaseIncrement; in WT_Interpolate()
298 phaseInc = pWTIntFrame->frame.phaseIncrement; in WT_InterpolateNoLoop()
458 phaseInc = pWTIntFrame->frame.phaseIncrement; in WT_NoiseGenerator()
615 phaseInc = pWTIntFrame->phaseIncrement; in WT_InterpolateMono()
Deas_wt_IPC_frame.h52 EAS_I32 phaseIncrement; member
Deas_dlssynth.c411 intFrame.frame.phaseIncrement = DLS_UpdatePhaseInc(pWTVoice, pDLSArt, pChannel, temp); in DLS_UpdateVoice()
/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dsles.cpp285 double phaseIncrement = pSles->frequency1 / pSles->sampleRate; in playerCallback() local
293 pSles->bufferTestPhase1 += twoPi * phaseIncrement; in playerCallback()
296 pSles->bufferTestPhase1 += twoPi * phaseIncrement; in playerCallback()