HomeSort by relevance Sort by last modified time
    Searched defs:phaseIncrement (Results 1 - 8 of 8) 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;
86 phaseFraction += phaseIncrement;
126 uint32_t phaseIncrement = mPhaseIncrement;
152 phaseFraction += phaseIncrement;
AudioResamplerSinc.cpp     [all...]

Completed in 156 milliseconds