Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg721.c605 short *short_ptr; in g721_encode() local
624 short_ptr = (short *)in_buf; in g721_encode()
643 sl = *short_ptr++ >> 2; in g721_encode()
H A Dg723.c658 short *short_ptr; in g723_encode() local
686 short_ptr = (short *)in_buf; in g723_encode()
700 i = _encoder(*short_ptr++ >> 2, state_ptr); in g723_encode()