Searched refs:short_out (Results 1 - 1 of 1) sorted by relevance

/external/speex/libspeex/
H A Dspeex.c119 spx_int16_t short_out[MAX_IN_SAMPLES]; local
121 ret = (*((SpeexMode**)state))->dec(state, bits, short_out);
123 out[i] = short_out[i];

Completed in 71 milliseconds