Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioResamplerSinc.cpp95 c->cMask = ((1<< c->coefsBits)-1) << c->cShift; in init_routine()
132 c->cMask = ((1<<c->coefsBits)-1) << c->cShift; in init_routine()
411 const int32_t ONE = c.cMask | c.pMask; in filterCoefficient()
412 uint32_t indexP = ( phase & c.cMask) >> c.cShift; in filterCoefficient()
414 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift; in filterCoefficient()
DAudioResamplerSinc.h83 uint32_t cMask; member