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