Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioResamplerFirProcess.h389 uint32_t indexP = phase >> coefShift; in fir() local
391 const TC* coefsP = coefs + indexP*halfNumCoefs; in fir()
402 uint32_t indexP = phase >> coefShift; in fir() local
404 const TC* coefsP = coefs + indexP*halfNumCoefs; in fir()
DAudioResamplerSinc.cpp412 uint32_t indexP = ( phase & c.cMask) >> c.cShift; in filterCoefficient() local
418 indexP *= offset; in filterCoefficient()
421 int32_t const* coefsP = mFirCoefs + indexP; in filterCoefficient()