Searched refs:mOverlapSize (Results 1 – 2 of 2) sorted by relevance
153 mOverlapSize = std::min(overlapSize, mBlockSize/2); in configure()159 mChannelBuffers[ch].initBuffers(mBlockSize, mOverlapSize, mHalfFFTSize, in configure()164 mBlocksPerSecond = (float)mSamplingRate / (mBlockSize - mOverlapSize); in configure()166 fill_window(mVWindow, RDSP_WINDOW_HANNING_FLAT_TOP, mBlockSize, mOverlapSize); in configure()428 size_t processFrames = mBlockSize - mOverlapSize; in processChannelBuffers()446 pCb->input[mOverlapSize + k] = pCb->cBInput.read(); in processChannelBuffers()463 for (unsigned int k = 0; k < mOverlapSize; k++) { in processChannelBuffers()
143 size_t mOverlapSize; variable