Home
last modified time | relevance | path

Searched defs:indexN (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioResamplerFirProcess.h390 uint32_t indexN = (phaseWrapLimit - phase) >> coefShift; in fir() local
403 uint32_t indexN = (phaseWrapLimit - phase - 1) >> coefShift; // one's complement. in fir() local
DAudioResamplerSinc.cpp414 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift; in filterCoefficient() local