Home
last modified time | relevance | path

Searched refs:treshold (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/isdn/mISDN/
Ddsp.h122 int treshold; /* above this is dtmf (square of) */ member
Ddsp_dtmf.c214 if (result[i] > dsp->dtmf.treshold) { in dsp_dtmf_goertzel_decode()
Ddsp_core.c311 dsp->dtmf.treshold = (*(int *)data) * 10000; in dsp_control_req()
1099 ndsp->dtmf.treshold = dtmfthreshold * 10000; in dspcreate()