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

  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wt_IPC_frame.h 71 EAS_U32 phaseAccum; /* current sample, integer portion of phase */
eas_wtengine.h 129 EAS_U32 phaseAccum; /* current sample, integer portion of phase */
  /external/sonivox/arm-wt-22k/lib_src/
eas_wt_IPC_frame.h 71 EAS_U32 phaseAccum; /* current sample, integer portion of phase */
eas_wtengine.h 129 EAS_U32 phaseAccum; /* current sample, integer portion of phase */
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.cpp 94 double phaseAccum = 0.0;
163 phaseAccum += deltaPhaseBlend;
166 if (phaseAccum > piDouble)
167 phaseAccum -= twoPiDouble;
168 if (phaseAccum < -piDouble)
169 phaseAccum += twoPiDouble;
171 Complex c = complexFromMagnitudePhase(mag, phaseAccum);

Completed in 70 milliseconds