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

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.h77 static const int pLerpBits = 15; member in class:android::AudioResamplerSinc
78 static const int pShift = kNumPhaseBits - coefsBits - pLerpBits; // 11
79 static const uint32_t pMask = ((1<<pLerpBits)-1) << pShift; // 0x7fff << 11

Completed in 4271 milliseconds