Lines Matching refs:impulse
126 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAgain(TI*& impulse, const int halfNumCoefs, in readAgain() argument
129 TI* head = impulse + halfNumCoefs*CHANNELS; in readAgain()
138 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAdvance(TI*& impulse, const int halfNumCoefs, in readAdvance() argument
141 impulse += CHANNELS; in readAdvance()
143 if (CC_UNLIKELY(impulse >= mRingFull)) { in readAdvance()
146 impulse -= shiftDown; in readAdvance()
148 readAgain<CHANNELS>(impulse, halfNumCoefs, in, inputIndex); in readAdvance()
494 TI* impulse = mInBuffer.getImpulse(); in resample() local
536 impulse, c.mHalfNumCoefs, in resample()
547 impulse, c.mHalfNumCoefs, in resample()
576 impulse, volumeSimd); in resample()
585 mInBuffer.template readAdvance<CHANNELS>(impulse, halfNumCoefs, in, inputIndex); in resample()
609 mInBuffer.setImpulse(impulse); in resample()