Lines Matching full:impulse
299 int16_t* impulse = mImpulse;
319 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
322 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
328 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
336 int16_t* head = impulse + headOffset;
343 filterCoefficient<CHANNELS>(&out[outputIndex], phaseFraction, impulse, vRL);
353 read<CHANNELS>(impulse, phaseFraction, in, inputIndex);
365 mImpulse = impulse;
380 int16_t*& impulse, uint32_t& phaseFraction,
383 impulse += CHANNELS;
387 if (CC_UNLIKELY(impulse >= mRingFull)) {
390 impulse -= stateSize;
393 int16_t* head = impulse + c.halfNumCoefs*CHANNELS;