Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
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 …DD32(EXTEND32(1), PSHR32(st->noise[i],NOISE_SHIFT)) , st->echo_noise[i]) , st->reverb_estimate[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[i]=0; in speex_preprocess_ctl()