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

  /external/chromium_org/third_party/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];
  /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 185 milliseconds