Home
last modified time | relevance | path

Searched refs:imx (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/audio/utilities/
H A Dg721.c485 int imx; /* biased magnitude of id */ in _tandem_adjust_alaw() local
497 imx = id ^ 8; in _tandem_adjust_alaw()
499 if (imx > im) { /* sp adjusted to next lower value */ in _tandem_adjust_alaw()
530 int imx; /* biased magnitude of id */ in _tandem_adjust_ulaw() local
541 imx = id ^ 8; in _tandem_adjust_ulaw()
542 if (imx > im) { /* sp adjusted to next lower value */ in _tandem_adjust_ulaw()
H A Dg723.c485 int imx; /* biased magnitude of id */ in _tandem_adjust_alaw() local
496 imx = id ^ 4; in _tandem_adjust_alaw()
498 if (imx > im) { /* sp adjusted to next lower value */ in _tandem_adjust_alaw()
529 int imx; /* biased magnitude of id */ in _tandem_adjust_ulaw() local
540 imx = id ^ 4; in _tandem_adjust_ulaw()
543 if (imx > im) { /* sp adjusted to next lower value */ in _tandem_adjust_ulaw()