HomeSort by relevance Sort by last modified time
    Searched refs:phaseIncrement (Results 1 - 14 of 14) sorted by null

  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wt_IPC_frame.h 52 EAS_I32 phaseIncrement;
ARM-E_interpolate_loop_gnu.s 42 phaseIncrement .req r3
71 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement]
92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
ARM-E_interpolate_noloop_gnu.s 44 phaseIncrement .req r4
69 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement]
84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
eas_wtengine.c 191 phaseInc = pWTIntFrame->frame.phaseIncrement;
280 phaseInc = pWTIntFrame->frame.phaseIncrement;
430 phaseInc = pWTIntFrame->frame.phaseIncrement;
582 phaseInc = pWTIntFrame->phaseIncrement;
eas_wtsynth.c 455 endPhaseFrac = pWTVoice->phaseFrac + (pWTIntFrame->frame.phaseIncrement << SYNTH_UPDATE_PERIOD_IN_BITS);
465 pWTIntFrame->numSamples = 1 + (numSamples / pWTIntFrame->frame.phaseIncrement);
547 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp);
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wt_IPC_frame.h 52 EAS_I32 phaseIncrement;
ARM-E_interpolate_loop_gnu.s 42 phaseIncrement .req r3
71 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement]
92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
ARM-E_interpolate_noloop_gnu.s 44 phaseIncrement .req r4
69 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement]
84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
eas_wtengine.c 191 phaseInc = pWTIntFrame->frame.phaseIncrement;
280 phaseInc = pWTIntFrame->frame.phaseIncrement;
430 phaseInc = pWTIntFrame->frame.phaseIncrement;
582 phaseInc = pWTIntFrame->phaseIncrement;
eas_wtsynth.c 455 endPhaseFrac = pWTVoice->phaseFrac + (pWTIntFrame->frame.phaseIncrement << SYNTH_UPDATE_PERIOD_IN_BITS);
465 if (pWTIntFrame->frame.phaseIncrement) {
466 pWTIntFrame->numSamples = 1 + (numSamples / pWTIntFrame->frame.phaseIncrement);
551 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp);
    [all...]
eas_dlssynth.c 411 intFrame.frame.phaseIncrement = DLS_UpdatePhaseInc(pWTVoice, pDLSArt, pChannel, temp);
  /frameworks/base/services/audioflinger/
AudioResampler.cpp 58 uint32_t &phaseFraction, uint32_t phaseIncrement);
61 uint32_t &phaseFraction, uint32_t phaseIncrement);
178 uint32_t phaseIncrement = mPhaseIncrement;
183 // LOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d\n",
184 // outFrameCount, inputIndex, phaseFraction, phaseIncrement);
213 Advance(&inputIndex, &phaseFraction, phaseIncrement);
229 phaseFraction, phaseIncrement);
238 Advance(&inputIndex, &phaseFraction, phaseIncrement);
274 uint32_t phaseIncrement = mPhaseIncrement;
279 // LOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d\n"
    [all...]
AudioResamplerCubic.cpp 60 uint32_t phaseIncrement = mPhaseIncrement;
86 phaseFraction += phaseIncrement;
125 uint32_t phaseIncrement = mPhaseIncrement;
151 phaseFraction += phaseIncrement;
AudioResamplerSinc.cpp 197 uint32_t phaseIncrement = mPhaseIncrement;
243 phaseFraction += phaseIncrement;

Completed in 581 milliseconds