Searched refs:mShift (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/voip/src/jni/rtp/
H A DEchoSuppressor.h31 int mShift; member in class:EchoSuppressor
H A DEchoSuppressor.cpp51 mShift = shift + 4;
111 mXs[i] = sum >> mShift;
137 ys[i] = sum >> mShift;
/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.h63 mL(0), mShift(0), mHalfNumCoefs(0), mFirCoefs(NULL)
69 int mShift; // right shift to get polyphase index member in class:android::AudioResamplerDyn::Constants
H A DAudioResamplerDyn.cpp161 mShift = kNumPhaseBits - bits;
286 uint32_t oldPhaseWrapLimit = mConstants.mL << mConstants.mShift;
391 const uint32_t phaseWrapLimit = c.mL << c.mShift;
401 int locked = (mPhaseIncrement << (sizeof(mPhaseIncrement)*8 - c.mShift)) == 0;
403 mPhaseFraction = mPhaseFraction >> c.mShift << c.mShift; // remove fractional phase
475 stride, useS32 ? "S32" : "S16", 2*c.mHalfNumCoefs, c.mShift);
501 const uint32_t phaseWrapLimit = c.mL << c.mShift;
558 const int coefShift = c.mShift;

Completed in 128 milliseconds