Lines Matching refs:impulse
132 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAgain(TI*& impulse, const int halfNumCoefs, in readAgain() argument
135 TI* head = impulse + halfNumCoefs*CHANNELS; in readAgain()
144 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAdvance(TI*& impulse, const int halfNumCoefs, in readAdvance() argument
147 impulse += CHANNELS; in readAdvance()
149 if (CC_UNLIKELY(impulse >= mRingFull)) { in readAdvance()
152 impulse -= shiftDown; in readAdvance()
154 readAgain<CHANNELS>(impulse, halfNumCoefs, in, inputIndex); in readAdvance()
641 TI* impulse = mInBuffer.getImpulse(); in resample() local
686 impulse, c.mHalfNumCoefs, in resample()
697 impulse, c.mHalfNumCoefs, in resample()
726 impulse, volumeSimd); in resample()
735 mInBuffer.template readAdvance<CHANNELS>(impulse, halfNumCoefs, in, inputIndex); in resample()
759 mInBuffer.setImpulse(impulse); in resample()