Searched refs:getNumTaps (Results 1 – 7 of 7) sorted by relevance
31 : mNumTaps(builder.getNumTaps()) in MultiChannelResampler()33 * static_cast<size_t>(builder.getNumTaps()) * 2) in MultiChannelResampler()83 if (getNumTaps() == 2) { in build()89 bool usePolyphase = (getNumTaps() * ratio.getDenominator()) <= kMaxCoefficients; in build()112 mCursor = getNumTaps() - 1; in writeFrame()115 int offset = getNumTaps() * getChannelCount(); in writeFrame()134 mCoefficients.resize(static_cast<size_t>(getNumTaps()) * static_cast<size_t>(numRows)); in generateCoefficients()141 const int numTapsHalf = getNumTaps() / 2; // numTaps must be even. in generateCoefficients()147 for (int tap = 0; tap < getNumTaps(); tap++) { in generateCoefficients()167 for (int tap = 0; tap < getNumTaps(); tap++) { in generateCoefficients()
26 assert((getNumTaps() % 4) == 0); // Required for loop unrolling. in SincResampler()27 mNumRows = kMaxCoefficients / getNumTaps(); // includes guard row in SincResampler()49 * static_cast<size_t>(getNumTaps())]; in readFrame()51 * static_cast<size_t>(getNumTaps())]; in readFrame()
34 mCursor = getNumTaps() - 1; in writeFrame()58 * static_cast<size_t>(getNumTaps())]; in readFrame()61 * static_cast<size_t>(getNumTaps())]; in readFrame()
125 int32_t getNumTaps() const { in getNumTaps() function193 int getNumTaps() const { in getNumTaps() function
32 mCursor = getNumTaps() - 1; in writeFrame()
27 assert((getNumTaps() % 4) == 0); // Required for loop unrolling. in PolyphaseResampler()