Searched refs:cShift (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/audioflinger/
H A DAudioResamplerSinc.h72 static const int cShift = kNumPhaseBits - coefsBits; // 26 member in class:android::AudioResamplerSinc
73 static const uint32_t cMask = ((1<<coefsBits)-1) << cShift; // 0xf<<26 = 3c00 0000
H A DAudioResamplerSinc.cpp309 uint32_t indexP = (phase & cMask) >> cShift;
311 uint32_t indexN = (-phase & cMask) >> cShift;
314 indexN = cMask >> cShift;

Completed in 52 milliseconds