Searched refs:low_cut (Results 1 – 4 of 4) sorted by relevance
38 int low_cut; member
158 int low_cut; member
364 freqobj->low_cut = parameters->low_cut; in setup_freq_object()410 freqobj->cut_off_below = (int)(((long)freqobj->low_cut * freqobj->np) / (2.0 * bandwidth)); in setup_freq_object()413 freqobj->fc[-1] = (fftdata) freqobj->low_cut; /* 1st channel at cutoff */ in setup_freq_object()414 i = ((int)freqobj->low_cut + 50) / 100 + 1; /* other channels at x00Hz */ in setup_freq_object()
379 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.lowcut", ¶ms->low_cut)); in SR_RecognizerGetFrontendLegacyParametersImpl()