Lines Matching refs:halfNumCoefs
343 c->halfNumCoefs = RESAMPLE_FIR_NUM_COEF;
381 c->halfNumCoefs = readResampleFirNumCoeff();
383 ALOGV("halfNumCoefs = %d", c->halfNumCoefs);
492 const size_t numCoefs = 2 * c.halfNumCoefs;
496 mImpulse = mState + (c.halfNumCoefs-1)*mChannelCount;
535 const size_t headOffset = c.halfNumCoefs*CHANNELS;
625 const size_t stateSize = (c.halfNumCoefs*2)*CHANNELS;
630 int16_t* head = impulse + c.halfNumCoefs*CHANNELS;
654 const size_t offset = c.halfNumCoefs;