HomeSort by relevance Sort by last modified time
    Searched refs:indexN (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 390 uint32_t indexN = (phaseWrapLimit - phase) >> coefShift;
392 const TC* coefsN = coefs + indexN*halfNumCoefs;
403 uint32_t indexN = (phaseWrapLimit - phase - 1) >> coefShift; // one's complement.
405 const TC* coefsN = coefs + indexN*halfNumCoefs;
AudioResamplerSinc.cpp 414 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift;
419 indexN *= offset;
422 int32_t const* coefsN = mFirCoefs + indexN;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
btDantzigLCP.cpp     [all...]

Completed in 228 milliseconds