Searched refs:shiftDown (Results 1 – 1 of 1) sorted by relevance
144 const size_t shiftDown = mRingFull - mState - halfNumCoefs*CHANNELS; in readAdvance() local145 memcpy(mState, mState+shiftDown, halfNumCoefs*CHANNELS*2*sizeof(TI)); in readAdvance()146 impulse -= shiftDown; in readAdvance()