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

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

Completed in 2385 milliseconds