HomeSort by relevance Sort by last modified time
    Searched full:float_out (Results 1 - 3 of 3) 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]);
  /system/bt/embdrv/sbc/decoder/srce/
synthesis-dct8.c 299 float float_out[8]; local
300 float_dct2_8(float_out, in);
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
opt.h 532 int av_opt_eval_float (void *obj, const AVOption *o, const char *val, float *float_out);

Completed in 194 milliseconds