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

  /external/speex/include/speex/
speex_preprocess.h 77 int speex_preprocess_run(SpeexPreprocessState *st, spx_int16_t *x);
79 /** Preprocess a frame (deprecated, use speex_preprocess_run() instead)*/
  /external/speex/libspeex/
preprocess.c 723 return speex_preprocess_run(st, x);
726 EXPORT int speex_preprocess_run(SpeexPreprocessState *st, spx_int16_t *x) function
    [all...]

Completed in 28 milliseconds