Home
last modified time | relevance | path

Searched refs:reverb_estimate (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
H A Dpreprocess.c208 spx_word32_t *reverb_estimate; /**< Estimate of reverb energy */ member
452 st->reverb_estimate = (spx_word32_t*)speex_alloc((N+M)*sizeof(spx_word32_t)); in speex_preprocess_state_init()
484 st->reverb_estimate[i]=0; in speex_preprocess_state_init()
538 speex_free(st->reverb_estimate); in speex_preprocess_state_destroy()
793 spx_word32_t tot_noise = ADD32(ADD32(ADD32(EXTEND32(1), PSHR32(st->noise[i],NOISE_SHIFT)) , st->echo_noise[i]) , st->reverb_estimate[i]); in speex_preprocess_run()
910 /*st->reverb_estimate[i] = st->reverb_decay*st->reverb_estimate[i] + st->reverb_decay*st->reverb_level*st->gain[i]*st->gain[i]*st->ps[i];*/ in speex_preprocess_run()
1040 st->reverb_estimate[i] = MULT16_32_Q15(st->reverb_decay, st->reverb_estimate[i]); in speex_preprocess_estimate_update()
1106 st->reverb_estimate[ in speex_preprocess_ctl()
[all...]
/third_party/pulseaudio/speex/tmv/
H A Dpreprocess_tm.h661 register spx_word32_t * restrict reverb = st->reverb_estimate; in preprocess_compute_SNR()

Completed in 4 milliseconds