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

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirProcess.h390 uint32_t indexN = (phaseWrapLimit - phase) >> coefShift; local
392 const TC* coefsN = coefs + indexN*halfNumCoefs;
403 uint32_t indexN = (phaseWrapLimit - phase - 1) >> coefShift; // one's complement. local
405 const TC* coefsN = coefs + indexN*halfNumCoefs;
H A DAudioResamplerSinc.cpp414 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift; local
419 indexN *= offset;
422 int32_t const* coefsN = mFirCoefs + indexN;

Completed in 57 milliseconds