Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
Dpreprocess.c205 spx_word16_t *gain_floor; /**< Minimum gain allowed */ member
317 …ffective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_t *gain_floor, int len) in compute_gain_floor() argument
329 gain_floor[i] = MULT16_16_Q15(noise_gain, in compute_gain_floor()
339 gain_floor[i] = MULT16_16_Q15(echo_gain, in compute_gain_floor()
376 …ffective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_t *gain_floor, int len) in compute_gain_floor() argument
387gain_floor[i] = FRAC_SCALING*sqrt(noise_floor*PSHR32(noise[i],NOISE_SHIFT) + echo_floor*echo[i])/s… in compute_gain_floor()
458 st->gain_floor = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t)); in speex_preprocess_state_init()
535 speex_free(st->gain_floor); in speex_preprocess_state_destroy()
825 …r(st->noise_suppress, effective_echo_suppress, st->noise+N, st->echo_noise+N, st->gain_floor+N, M); in speex_preprocess_run()
874 filterbank_compute_psd16(st->bank,st->gain_floor+N, st->gain_floor); in speex_preprocess_run()
[all …]