Lines Matching refs:stopBandAtten
243 double stopBandAtten, int inSampleRate, int outSampleRate, double tbwCheat) in createKaiserFir() argument
246 const double tbw = firKaiserTbw(c.mHalfNumCoefs, stopBandAtten); in createKaiserFir()
255 createKaiserFir(c, stopBandAtten, fcr); in createKaiserFir()
260 double stopBandAtten, double fcr) { in createKaiserFir() argument
262 const double tbw = firKaiserTbw(c.mHalfNumCoefs, stopBandAtten); in createKaiserFir()
279 computeWindowedSincMinimumPassbandValue(stopBandAtten); in createKaiserFir()
283 firKaiserGen(coefs, phases, halfLength, stopBandAtten, fcr, attenuation); in createKaiserFir()
289 mStopbandAttenuationDb = stopBandAtten; in createKaiserFir()
290 mPassbandRippleDb = computeWindowedSincPassbandRippleDb(stopBandAtten); in createKaiserFir()
297 c.mL, c.mHalfNumCoefs, stopBandAtten, fcr, attenuation, tbw); in createKaiserFir()
363 double stopBandAtten; in setSampleRate() local
381 stopBandAtten = mPropertyStopbandAttenuation; in setSampleRate()
406 stopBandAtten = 98.; in setSampleRate()
421 stopBandAtten = 84.; in setSampleRate()
427 stopBandAtten = 80.; in setSampleRate()
449 stopBandAtten = 84.; in setSampleRate()
477 stopBandAtten, fcr); in setSampleRate()
482 stopBandAtten, tbwCheat); in setSampleRate()
515 createKaiserFir(mConstants, stopBandAtten, fcr); in setSampleRate()
517 createKaiserFir(mConstants, stopBandAtten, in setSampleRate()