Searched defs:indexN (Results 1 – 2 of 2) sorted by relevance
390 uint32_t indexN = (phaseWrapLimit - phase) >> coefShift; in fir() local403 uint32_t indexN = (phaseWrapLimit - phase - 1) >> coefShift; // one's complement. in fir() local
414 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift; in filterCoefficient() local