HomeSort by relevance Sort by last modified time
    Searched refs:phaseIncrement (Results 1 - 15 of 15) 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/
AudioResamplerCubic.cpp 60 uint32_t phaseIncrement = mPhaseIncrement;
87 phaseFraction += phaseIncrement;
128 uint32_t phaseIncrement = mPhaseIncrement;
155 phaseFraction += phaseIncrement;
AudioResampler.cpp 64 uint32_t &phaseFraction, uint32_t phaseIncrement);
67 uint32_t &phaseFraction, uint32_t phaseIncrement);
360 uint32_t phaseIncrement = mPhaseIncrement;
365 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d",
366 // outFrameCount, inputIndex, phaseFraction, phaseIncrement);
396 Advance(&inputIndex, &phaseFraction, phaseIncrement);
413 phaseFraction, phaseIncrement);
422 Advance(&inputIndex, &phaseFraction, phaseIncrement);
458 uint32_t phaseIncrement = mPhaseIncrement;
463 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d"
    [all...]
AudioResamplerDyn.cpp 498 const uint32_t phaseIncrement = mPhaseIncrement;
502 size_t inFrameCount = (phaseIncrement * (uint64_t)outFrameCount + phaseFraction)
508 // " phaseIncrement:%u phaseFraction:%u phaseWrapLimit:%u",
509 // inFrameCount, outFrameCount, phaseIncrement, phaseFraction, phaseWrapLimit);
582 phaseFraction += phaseIncrement;
AudioResamplerSinc.cpp     [all...]

Completed in 251 milliseconds