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/core/platform/audio/
FFTFrame.cpp 92 double phaseAccum = 0.0;
161 phaseAccum += deltaPhaseBlend;
164 if (phaseAccum > piDouble)
165 phaseAccum -= 2.0 * piDouble;
166 if (phaseAccum < -piDouble)
167 phaseAccum += 2.0 * piDouble;
169 Complex c = complexFromMagnitudePhase(mag, phaseAccum);

Completed in 59 milliseconds