Home
last modified time | relevance | path

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

/external/oboe/src/flowgraph/resampler/
DMultiChannelResampler.cpp88 bool usePolyphase = (getNumTaps() * ratio.getDenominator()) <= kMaxCoefficients; in build() local
89 if (usePolyphase) { in build()