Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg721.c483 int imx; /* biased magnitude of id */ in _tandem_adjust_alaw() local
495 imx = id ^ 8; in _tandem_adjust_alaw()
497 if (imx > im) { /* sp adjusted to next lower value */ in _tandem_adjust_alaw()
528 int imx; /* biased magnitude of id */ in _tandem_adjust_ulaw() local
539 imx = id ^ 8; in _tandem_adjust_ulaw()
540 if (imx > im) { /* sp adjusted to next lower value */ in _tandem_adjust_ulaw()
H A Dg723.c483 int imx; /* biased magnitude of id */ in _tandem_adjust_alaw() local
494 imx = id ^ 4; in _tandem_adjust_alaw()
496 if (imx > im) { /* sp adjusted to next lower value */ in _tandem_adjust_alaw()
527 int imx; /* biased magnitude of id */ in _tandem_adjust_ulaw() local
538 imx = id ^ 4; in _tandem_adjust_ulaw()
541 if (imx > im) { /* sp adjusted to next lower value */ in _tandem_adjust_ulaw()