Searched refs:kMaxCoefficients (Results 1 – 3 of 3) sorted by relevance
27 mNumRows = kMaxCoefficients / getNumTaps(); // no guard row needed in SincResampler()
245 static constexpr int kMaxCoefficients = 8 * 1024; variable
88 bool usePolyphase = (getNumTaps() * ratio.getDenominator()) <= kMaxCoefficients; in build()