Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dpreprocess.c209 spx_word16_t *gain_floor; /**< Minimum gain allowed */ member
321 …ffective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_t *gain_floor, int len) in compute_gain_floor() argument
333 gain_floor[i] = MULT16_16_Q15(noise_gain, in compute_gain_floor()
343 gain_floor[i] = MULT16_16_Q15(echo_gain, in compute_gain_floor()
380 …ffective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_t *gain_floor, int len) in compute_gain_floor() argument
391gain_floor[i] = FRAC_SCALING*sqrt(noise_floor*PSHR32(noise[i],NOISE_SHIFT) + echo_floor*echo[i])/s… in compute_gain_floor()
462 st->gain_floor = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t)); in speex_preprocess_state_init()
539 speex_free(st->gain_floor); in speex_preprocess_state_destroy()
829 …r(st->noise_suppress, effective_echo_suppress, st->noise+N, st->echo_noise+N, st->gain_floor+N, M); in speex_preprocess_run()
878 filterbank_compute_psd16(st->bank,st->gain_floor+N, st->gain_floor); in speex_preprocess_run()
[all …]