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/av/services/audioflinger/
AudioResampler.cpp 64 uint32_t &phaseFraction, uint32_t phaseIncrement);
67 uint32_t &phaseFraction, uint32_t phaseIncrement);
204 uint32_t phaseIncrement = mPhaseIncrement;
209 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d",
210 // outFrameCount, inputIndex, phaseFraction, phaseIncrement);
240 Advance(&inputIndex, &phaseFraction, phaseIncrement);
256 phaseFraction, phaseIncrement);
265 Advance(&inputIndex, &phaseFraction, phaseIncrement);
301 uint32_t phaseIncrement = mPhaseIncrement;
306 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d"
    [all...]
AudioResamplerCubic.cpp 60 uint32_t phaseIncrement = mPhaseIncrement;
86 phaseFraction += phaseIncrement;
126 uint32_t phaseIncrement = mPhaseIncrement;
152 phaseFraction += phaseIncrement;
AudioResamplerSinc.cpp 197 uint32_t phaseIncrement = mPhaseIncrement;
243 phaseFraction += phaseIncrement;

Completed in 158 milliseconds