Searched refs:mHalfNumCoefs (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerDyn.cpp | 178 mHalfNumCoefs = halfNumCoefs; in set() 247 const double tbw = firKaiserTbw(c.mHalfNumCoefs, stopBandAtten); in createKaiserFir() 263 const double tbw = firKaiserTbw(c.mHalfNumCoefs, stopBandAtten); in createKaiserFir() 265 const int halfLength = c.mHalfNumCoefs; in createKaiserFir() 298 c.mL, c.mHalfNumCoefs, stopBandAtten, fcr, attenuation, tbw); in createKaiserFir() 310 testFir(coefs, c.mL, c.mHalfNumCoefs, fp, fs, passSteps, passSteps * c.mL /*stopSteps*/, in createKaiserFir() 525 mInBuffer.resize(mChannelCount, c.mHalfNumCoefs); in setSampleRate() 547 int stride = ((c.mHalfNumCoefs & 7) == 0) ? 16 : 2; in setSampleRate() 610 stride, useS32 ? "S32" : "S16", 2*c.mHalfNumCoefs, c.mShift); in setSampleRate() 675 impulse, c.mHalfNumCoefs, in resample() [all …]
|
D | AudioResamplerDyn.h | 65 return mConstants.mHalfNumCoefs; in getHalfLength() 101 mL(0), mShift(0), mHalfNumCoefs(0), mFirCoefs(NULL) in Constants() 108 unsigned int mHalfNumCoefs; // filter half #coefs variable
|