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

/frameworks/av/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

Completed in 281 milliseconds