Lines Matching refs:impulse
536 int16_t* impulse = mImpulse;
557 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
560 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
566 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
574 int16_t* head = impulse + headOffset;
581 filterCoefficient<CHANNELS>(&out[outputIndex], phaseFraction, impulse, vRL);
591 read<CHANNELS>(impulse, phaseFraction, in, inputIndex);
603 mImpulse = impulse;
617 int16_t*& impulse, uint32_t& phaseFraction,
620 impulse += CHANNELS;
624 if (CC_UNLIKELY(impulse >= mRingFull)) {
627 impulse -= stateSize;
630 int16_t* head = impulse + c.halfNumCoefs*CHANNELS;