Searched refs:phaseIncrement (Results 1 – 7 of 7) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_interpolate_noloop_gnu.s | 44 phaseIncrement .req r4 label 69 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement] 84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
D | ARM-E_interpolate_loop_gnu.s | 42 phaseIncrement .req r3 label 71 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement] 92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
D | eas_wtsynth.c | 469 …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()
|
D | eas_wtengine.c | 204 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()
|
D | eas_wt_IPC_frame.h | 52 EAS_I32 phaseIncrement; member
|
D | eas_dlssynth.c | 411 intFrame.frame.phaseIncrement = DLS_UpdatePhaseInc(pWTVoice, pDLSArt, pChannel, temp); in DLS_UpdateVoice()
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | sles.cpp | 285 double phaseIncrement = pSles->frequency1 / pSles->sampleRate; in playerCallback() local 293 pSles->bufferTestPhase1 += twoPi * phaseIncrement; in playerCallback() 296 pSles->bufferTestPhase1 += twoPi * phaseIncrement; in playerCallback()
|