Searched refs:usePolyphase (Results 1 – 1 of 1) sorted by relevance
88 bool usePolyphase = (getNumTaps() * ratio.getDenominator()) <= kMaxCoefficients; in build() local89 if (usePolyphase) { in build()