Home
last modified time | relevance | path

Searched refs:low_cut (Results 1 – 4 of 4) sorted by relevance

/external/srec/srec/include/
Dfrontpar.h38 int low_cut; member
Dfront.h158 int low_cut; member
/external/srec/srec/cfront/
Dfrontobj.c364 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()
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c379 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.lowcut", &params->low_cut)); in SR_RecognizerGetFrontendLegacyParametersImpl()