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

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.h83 uint32_t cMask; member in struct:android::AudioResamplerSinc::Constants
H A DAudioResamplerSinc.cpp91 c->cMask = ((1<< c->coefsBits)-1) << c->cShift;
128 c->cMask = ((1<<c->coefsBits)-1) << c->cShift;
404 const int32_t ONE = c.cMask | c.pMask;
405 uint32_t indexP = ( phase & c.cMask) >> c.cShift;
407 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift;

Completed in 67 milliseconds