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

  /external/sonivox/arm-hybrid-22k/lib_src/
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_wt_IPC_frame.h 52 EAS_I32 phaseIncrement;
  /external/sonivox/arm-wt-22k/lib_src/
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_wt_IPC_frame.h 52 EAS_I32 phaseIncrement;
  /frameworks/av/services/audioflinger/
AudioResamplerCubic.cpp 60 uint32_t phaseIncrement = mPhaseIncrement;
87 phaseFraction += phaseIncrement;
128 uint32_t phaseIncrement = mPhaseIncrement;
155 phaseFraction += phaseIncrement;
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 575 milliseconds