Home
last modified time | relevance | path

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

/external/oboe/src/flowgraph/resampler/
DMultiChannelResampler.h115 Builder *setNormalizedCutoff(float normalizedCutoff) { in setNormalizedCutoff() argument
116 mNormalizedCutoff = normalizedCutoff; in setNormalizedCutoff()
238 float normalizedCutoff);
DMultiChannelResampler.cpp132 float normalizedCutoff) { in generateCoefficients() argument
137 const float cutoffScaler = normalizedCutoff * in generateCoefficients()