Searched refs:imx (Results 1 – 2 of 2) sorted by relevance
483 int imx; /* biased magnitude of id */ in _tandem_adjust_alaw() local495 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() local539 imx = id ^ 8; in _tandem_adjust_ulaw()540 if (imx > im) { /* sp adjusted to next lower value */ in _tandem_adjust_ulaw()
485 int imx; /* biased magnitude of id */ in _tandem_adjust_alaw() local496 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() local540 imx = id ^ 4; in _tandem_adjust_ulaw()543 if (imx > im) { /* sp adjusted to next lower value */ in _tandem_adjust_ulaw()