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

  /external/speex/libspeexdsp/
filterbank.h 52 FilterBank *filterbank_new(int banks, spx_word32_t sampling, int len, int type);
filterbank.c 54 FilterBank *filterbank_new(int banks, spx_word32_t sampling, int len, int type) function
preprocess.c 442 st->bank = filterbank_new(M, sampling_rate, N, 1);
    [all...]

Completed in 56 milliseconds