Searched refs:high_cut (Results 1 – 4 of 4) sorted by relevance
352 int fmax, i, j, high_cut, bandwidth; in setup_freq_object() local365 freqobj->high_cut = parameters->high_cut; in setup_freq_object()375 if (freqobj->high_cut > 0) in setup_freq_object()376 high_cut = freqobj->high_cut; in setup_freq_object()378 high_cut = parameters->samplerate / 2; in setup_freq_object()411 freqobj->cut_off_above = (int)(((long)high_cut * freqobj->np) / (2.0 * bandwidth)); in setup_freq_object()417 for (f = 1000.; f <= high_cut; freqobj->nf++) in setup_freq_object()424 if ((freqobj->fc[freqobj->nf] + freqobj->fc[freqobj->nf-1]) / 2. > high_cut) in setup_freq_object()426 freqobj->fc[freqobj->nf] = (fftdata) high_cut; in setup_freq_object()427 freqobj->fc[freqobj->nf+1] = (fftdata) high_cut; in setup_freq_object()[all …]
39 int high_cut; member
159 int high_cut; member
380 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.highcut", ¶ms->high_cut)); in SR_RecognizerGetFrontendLegacyParametersImpl()