Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dspeex.c92 spx_int16_t short_in[MAX_IN_SAMPLES]; in speex_encode() local
97 short_in[i] = 32767; in speex_encode()
99 short_in[i] = -32768; in speex_encode()
101 short_in[i] = (spx_int16_t)floor(.5+in[i]); in speex_encode()
103 return (*((SpeexMode**)state))->enc(state, short_in, bits); in speex_encode()