Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/audio/utilities/
H A Dg721.c607 short *short_ptr; in g721_encode() local
626 short_ptr = (short *)in_buf; in g721_encode()
645 sl = *short_ptr++ >> 2; in g721_encode()
H A Dg723.c660 short *short_ptr; in g723_encode() local
688 short_ptr = (short *)in_buf; in g723_encode()
702 i = _encoder(*short_ptr++ >> 2, state_ptr); in g723_encode()