Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg721.c743 short *linear_out; in g721_decode() local
748 linear_out = (short *)out_buf; in g721_decode()
787 *linear_out++ = ((sr <= -0x2000) ? -0x8000 : in g721_decode()