Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_dtmf.c126 s32 result[NCOEFF], tresh, treshl; in dsp_dtmf_goertzel_decode() local
210 tresh = 0; in dsp_dtmf_goertzel_decode()
215 if (result[i] > tresh) in dsp_dtmf_goertzel_decode()
216 tresh = result[i]; in dsp_dtmf_goertzel_decode()
220 if (tresh == 0) { in dsp_dtmf_goertzel_decode()
226 s32 tresh_100 = tresh/100; in dsp_dtmf_goertzel_decode()
232 tresh); in dsp_dtmf_goertzel_decode()
238 result[6] / 10000, result[7] / 10000, tresh / 10000, in dsp_dtmf_goertzel_decode()
248 treshl = tresh >> 3; /* tones which are not on, must be below 9 dB */ in dsp_dtmf_goertzel_decode()
249 tresh = tresh >> 2; /* touchtones must match within 6 dB */ in dsp_dtmf_goertzel_decode()
[all …]
/openbmc/qemu/hw/display/
H A Domap_dss.c70 uint32_t tresh; member
166 s->dispc.l[0].tresh = 0; in omap_dss_reset()
327 return s->dispc.l[0].tresh; in omap_disc_read()
538 s->dispc.l[0].tresh = value & 0x01ff01ff; in omap_disc_write()
/openbmc/qemu/hw/arm/
H A Dpxa2xx.c1823 static const int tresh[4] = { 8, 16, 32, 0 }; in pxa2xx_fir_update() local
1826 s->rx_len >= tresh[s->control[2] & 3]) /* TRIG */ in pxa2xx_fir_update()