Searched refs:indexN (Results 1 – 2 of 2) sorted by relevance
390 uint32_t indexN = (phaseWrapLimit - phase) >> coefShift; in fir() local392 const TC* coefsN = coefs + indexN*halfNumCoefs; in fir()403 uint32_t indexN = (phaseWrapLimit - phase - 1) >> coefShift; // one's complement. in fir() local405 const TC* coefsN = coefs + indexN*halfNumCoefs; in fir()
414 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift; in filterCoefficient() local419 indexN *= offset; in filterCoefficient()422 int32_t const* coefsN = mFirCoefs + indexN; in filterCoefficient()