Searched refs:halfNumCoefs (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/audioflinger/
H A DAudioResamplerSinc.h82 static const unsigned int halfNumCoefs = RESAMPLE_FIR_NUM_COEF; member in class:android::AudioResamplerSinc
H A DAudioResamplerSinc.cpp156 const size_t numCoefs = 2*halfNumCoefs;
160 mImpulse = mState + (halfNumCoefs-1)*inChannelCount;
231 int16_t* head = impulse + halfNumCoefs*CHANNELS;
293 const size_t stateSize = (halfNumCoefs*2)*CHANNELS;
297 int16_t* head = impulse + halfNumCoefs*CHANNELS;
323 for (unsigned int i=0 ; i<halfNumCoefs/4 ; i++) {

Completed in 265 milliseconds