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

  /external/speex/libspeex/
speex.c 161 float float_out[MAX_IN_SAMPLES]; local
164 ret = (*((SpeexMode**)state))->dec(state, bits, float_out);
167 if (float_out[i]>32767.f)
169 else if (float_out[i]<-32768.f)
172 out[i] = (spx_int16_t)floor(.5+float_out[i]);
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
synthesis-dct8.c 299 float float_out[8]; local
300 float_dct2_8(float_out, in);

Completed in 69 milliseconds