Home
last modified time | relevance | path

Searched refs:shiftDown (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioResamplerDyn.cpp144 const size_t shiftDown = mRingFull - mState - halfNumCoefs*CHANNELS; in readAdvance() local
145 memcpy(mState, mState+shiftDown, halfNumCoefs*CHANNELS*2*sizeof(TI)); in readAdvance()
146 impulse -= shiftDown; in readAdvance()