Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:fmin

526     double fmax, fmin;
531 fmin = fmax = trf;
541 else if (trf<fmin) {
542 fmin = trf;
549 firMin = fmin * norm;
597 double fmin, fmax;
598 testFir(coef, L, halfNumCoef, 0., fp, passSteps, fmin, fmax);
599 double d1 = (fmax - fmin)/2.;
600 passMin = fmin;
603 testFir(coef, L, halfNumCoef, fs, 0.5, stopSteps, fmin, fmax);
604 // fmin is really not important for the stopband.