HomeSort by relevance Sort by last modified time
    Searched full:short_out (Results 1 - 1 of 1) sorted by null

  /external/speex/libspeex/
speex.c 119 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 1106 milliseconds