Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioResamplerFirProcess.h389 uint32_t indexP = phase >> coefShift; in fir() local
402 uint32_t indexP = phase >> coefShift; in fir() local
DAudioResamplerSinc.cpp412 uint32_t indexP = ( phase & c.cMask) >> c.cShift; in filterCoefficient() local