Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.cpp178 mHalfNumCoefs = halfNumCoefs; in set()
245 const double tbw = firKaiserTbw(c.mHalfNumCoefs, stopBandAtten); in createKaiserFir()
261 const double tbw = firKaiserTbw(c.mHalfNumCoefs, stopBandAtten); in createKaiserFir()
263 const int halfLength = c.mHalfNumCoefs; in createKaiserFir()
296 c.mL, c.mHalfNumCoefs, stopBandAtten, fcr, attenuation, tbw); in createKaiserFir()
308 testFir(coefs, c.mL, c.mHalfNumCoefs, fp, fs, passSteps, passSteps * c.ML /*stopSteps*/, in createKaiserFir()
471 mInBuffer.resize(mChannelCount, c.mHalfNumCoefs); in setSampleRate()
493 int stride = ((c.mHalfNumCoefs & 7) == 0) ? 16 : 2; in setSampleRate()
556 stride, useS32 ? "S32" : "S16", 2*c.mHalfNumCoefs, c.mShift); in setSampleRate()
621 impulse, c.mHalfNumCoefs, in resample()
[all …]
DAudioResamplerDyn.h60 return mConstants.mHalfNumCoefs; in getHalfLength()
96 mL(0), mShift(0), mHalfNumCoefs(0), mFirCoefs(NULL) in Constants()
103 unsigned int mHalfNumCoefs; // filter half #coefs variable