Home
last modified time | relevance | path

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

/external/oboe/src/flowgraph/resampler/
DMultiChannelResampler.cpp166 float gainCorrection = 1.0 / gain; // normalize the gain in generateCoefficients() local
168 mCoefficients.at(gainCursor + tap) *= gainCorrection; in generateCoefficients()