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

  /external/speex/libspeex/
preprocess.c 321 static void compute_gain_floor(int noise_suppress, int effective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_t *gain_floor, int len) function
380 static void compute_gain_floor(int noise_suppress, int effective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_t *gain_floor, int len) function
829 compute_gain_floor(st->noise_suppress, effective_echo_suppress, st->noise+N, st->echo_noise+N, st->gain_floor+N, M);
    [all...]

Completed in 310 milliseconds