Home
last modified time | relevance | path

Searched refs:float_out (Results 1 – 1 of 1) sorted by relevance

/external/speex/libspeex/
Dspeex.c161 float float_out[MAX_IN_SAMPLES]; in speex_decode_int() local
164 ret = (*((SpeexMode**)state))->dec(state, bits, float_out); in speex_decode_int()
167 if (float_out[i]>32767.f) in speex_decode_int()
169 else if (float_out[i]<-32768.f) in speex_decode_int()
172 out[i] = (spx_int16_t)floor(.5+float_out[i]); in speex_decode_int()