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

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.h86 unsigned int halfNumCoefs; member in struct:android::AudioResamplerSinc::Constants
H A DAudioResamplerSinc.cpp86 c->halfNumCoefs = RESAMPLE_FIR_NUM_COEF;
122 c->halfNumCoefs = readResampleFirNumCoeff();
123 ALOGV("halfNumCoefs = %d", c->halfNumCoefs);
240 const size_t numCoefs = 2*c->halfNumCoefs;
244 mImpulse = mState + (c->halfNumCoefs-1)*mChannelCount;
320 int16_t* head = impulse + c->halfNumCoefs*CHANNELS;
383 const size_t stateSize = (c->halfNumCoefs*2)*CHANNELS;
387 int16_t* head = impulse + c->halfNumCoefs*CHANNELS;
415 for (unsigned int i=0 ; i < c->halfNumCoefs/
[all...]

Completed in 41 milliseconds