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

  /external/speex/libspeex/
speex.c 145 float float_in[MAX_IN_SAMPLES]; local
148 float_in[i] = in[i];
149 return (*((SpeexMode**)state))->enc(state, float_in, bits);

Completed in 28 milliseconds