Home | History | Annotate | Download | only in common

Lines Matching refs:fCutoffY

1103         double fCutoffY;
1106 fCutoffY = xscaleFract / 4096.0;
1110 if (fCutoffY < MIN_CUTOFF_FREQ)
1111 fCutoffY = MIN_CUTOFF_FREQ;
1112 if (fCutoffY > MAX_CUTOFF_FREQ)
1113 fCutoffY = MAX_CUTOFF_FREQ;
1119 updateCoeff(N_HORIZ_Y_TAPS, fCutoffY, true, true, xcoeffY);