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

  /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/media/libaudioprocessing/
AudioResamplerCubic.cpp 61 uint32_t phaseIncrement = mPhaseIncrement;
87 phaseFraction += phaseIncrement;
128 uint32_t phaseIncrement = mPhaseIncrement;
155 phaseFraction += phaseIncrement;
AudioResamplerDyn.cpp 507 const uint32_t phaseIncrement = mPhaseIncrement;
511 size_t inFrameCount = (phaseIncrement * (uint64_t)outFrameCount + phaseFraction)
517 // " phaseIncrement:%u phaseFraction:%u phaseWrapLimit:%u",
518 // inFrameCount, outFrameCount, phaseIncrement, phaseFraction, phaseWrapLimit);
593 phaseFraction += phaseIncrement;
AudioResamplerSinc.cpp 303 uint32_t phaseIncrement = mPhaseIncrement;
346 phaseFraction += phaseIncrement;

Completed in 595 milliseconds