Home
last modified time | relevance | path

Searched refs:kMaxCoefficients (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DSincResampler.cpp26 mNumRows = kMaxCoefficients / getNumTaps(); // no guard row needed in SincResampler()
DMultiChannelResampler.h245 static constexpr int kMaxCoefficients = 8 * 1024; variable
DMultiChannelResampler.cpp88 bool usePolyphase = (getNumTaps() * ratio.getDenominator()) <= kMaxCoefficients; in build()