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()
576 TI* impulse = mInBuffer.getImpulse(); in resample() local
621 impulse, c.mHalfNumCoefs, in resample()
632 impulse, c.mHalfNumCoefs, in resample()
661 impulse, volumeSimd); in resample()
670 mInBuffer.template readAdvance<CHANNELS>(impulse, halfNumCoefs, in, inputIndex); in resample()
694 mInBuffer.setImpulse(impulse); in resample()