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

  /sdk/emulator/opengl/shared/emugl/common/
id_to_object_map.cpp 114 mCount(0), mShift(kMinShift) {
115 size_t capacity = 1U << mShift;
124 mShift = 0;
131 size_t slot = probeKeys(mKeys, mShift, key);
143 size_t slot = probeKeys(mKeys, mShift, key);
156 size_t slot = probeKeys(mKeys, mShift, key);
172 size_t slot = probeKeys(mKeys, mShift, key);
184 int ret = capacityCompare(mShift, newSize);
188 size_t oldCapacity = 1U << mShift;
189 size_t newShift = mShift;
    [all...]
id_to_object_map.h 48 inline size_t capacity() const { return 1U << mShift; }
70 size_t mShift;
  /frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.h 31 int mShift;
EchoSuppressor.cpp 51 mShift = shift + 4;
111 mXs[i] = sum >> mShift;
137 ys[i] = sum >> mShift;
  /frameworks/av/services/audioflinger/
AudioResamplerDyn.h 63 mL(0), mShift(0), mHalfNumCoefs(0), mFirCoefs(NULL)
69 int mShift; // right shift to get polyphase index
AudioResamplerDyn.cpp 161 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 7035 milliseconds