Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/flowgraph/resampler/
DSincResampler.cpp48 float *coefficientsLow = &mCoefficients[static_cast<size_t>(indexLow) in readFrame() local
55 const float coefficientLow = *coefficientsLow++; in readFrame()