Home
last modified time | relevance | path

Searched defs:coefsP (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioResamplerFirProcess.h182 const TC* coefsP, in ProcessBase()
253 const TC* coefsP, in ProcessL()
299 const TC* coefsP, in Process()
391 const TC* coefsP = coefs + indexP*halfNumCoefs; in fir() local
404 const TC* coefsP = coefs + indexP*halfNumCoefs; in fir() local
DAudioResamplerFirProcessNeon.h76 const int16_t* coefsP, in ProcessNeonIntrinsic()
184 const int32_t* coefsP, in ProcessNeonIntrinsic()
359 const float* coefsP, in ProcessNeonIntrinsic()
DAudioResamplerSinc.cpp421 int32_t const* coefsP = mFirCoefs + indexP; in filterCoefficient() local