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

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirProcess.h355 * The filter polyphase index is given by indexP = phase >> coefShift. Due to
389 uint32_t indexP = phase >> coefShift; local
391 const TC* coefsP = coefs + indexP*halfNumCoefs;
402 uint32_t indexP = phase >> coefShift; local
404 const TC* coefsP = coefs + indexP*halfNumCoefs;
H A DAudioResamplerSinc.cpp412 uint32_t indexP = ( phase & c.cMask) >> c.cShift; local
418 indexP *= offset;
421 int32_t const* coefsP = mFirCoefs + indexP;

Completed in 152 milliseconds