Lines Matching refs:impulse
133 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAgain(TI*& impulse, const int halfNumCoefs, in readAgain() argument
136 TI* head = impulse + halfNumCoefs*CHANNELS; in readAgain()
145 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAdvance(TI*& impulse, const int halfNumCoefs, in readAdvance() argument
148 impulse += CHANNELS; in readAdvance()
150 if (CC_UNLIKELY(impulse >= mRingFull)) { in readAdvance()
153 impulse -= shiftDown; in readAdvance()
155 readAgain<CHANNELS>(impulse, halfNumCoefs, in, inputIndex); in readAdvance()
630 TI* impulse = mInBuffer.getImpulse(); in resample() local
675 impulse, c.mHalfNumCoefs, in resample()
686 impulse, c.mHalfNumCoefs, in resample()
715 impulse, volumeSimd); in resample()
724 mInBuffer.template readAdvance<CHANNELS>(impulse, halfNumCoefs, in, inputIndex); in resample()
748 mInBuffer.setImpulse(impulse); in resample()