Home
last modified time | relevance | path

Searched refs:cng_rndnum (Results 1 – 14 of 14) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/spandsp/private/
H A Decho.h84 int cng_rndnum; member
/dports/comms/spandsp/spandsp-284fe91/src/spandsp/private/
H A Decho.h84 int cng_rndnum; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/misc/echo/
H A Decho.c479 ec->cng_rndnum = in oslec_update()
480 1664525U * ec->cng_rndnum + 1013904223U; in oslec_update()
482 ((ec->cng_rndnum & 0xFFFF) - 32768 + in oslec_update()
H A Decho.h168 int cng_rndnum; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/misc/echo/
H A Decho.c479 ec->cng_rndnum = in oslec_update()
480 1664525U * ec->cng_rndnum + 1013904223U; in oslec_update()
482 ((ec->cng_rndnum & 0xFFFF) - 32768 + in oslec_update()
H A Decho.h168 int cng_rndnum; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/misc/echo/
H A Decho.c479 ec->cng_rndnum = in oslec_update()
480 1664525U * ec->cng_rndnum + 1013904223U; in oslec_update()
482 ((ec->cng_rndnum & 0xFFFF) - 32768 + in oslec_update()
H A Decho.h168 int cng_rndnum; member
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/spandsp/
H A Decho.h163 int cng_rndnum; member
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/
H A Decho.c517 ec->cng_rndnum = 1664525U*ec->cng_rndnum + 1013904223U;
518 ec->cng_filter = ((ec->cng_rndnum & 0xFFFF) - 32768 + 5*ec->cng_filter) >> 3;
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Decho.c584 ec->cng_rndnum = 1664525U*ec->cng_rndnum + 1013904223U;
585 ec->cng_filter = ((ec->cng_rndnum & 0xFFFF) - 32768 + 5*ec->cng_filter) >> 3;
/dports/comms/spandsp/spandsp-284fe91/src/
H A Decho.c584 ec->cng_rndnum = 1664525U*ec->cng_rndnum + 1013904223U;
585 ec->cng_filter = ((ec->cng_rndnum & 0xFFFF) - 32768 + 5*ec->cng_filter) >> 3;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/asterisk/
H A Dcelliax_spandsp.c501 ec->cng_rndnum = 1664525U * ec->cng_rndnum + 1013904223U;
502 ec->cng_filter = ((ec->cng_rndnum & 0xFFFF) - 32768 + 5 * ec->cng_filter) >> 3;
H A Dcelliax_spandsp.h703 int cng_rndnum;