Home
last modified time | relevance | path

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

/third_party/pulseaudio/speex/libspeexdsp/
H A Dpreprocess.c239 float init_max; /**< Current gain limit during initialisation */ member
518 st->init_max = 1; in speex_preprocess_state_init()
586 if (st->init_max < st->max_gain && st->nb_adapt > 20) in speex_compute_agc()
587 st->init_max *= 1.f + .1f*Pframe*Pframe; in speex_compute_agc()
601 if (target_gain > st->init_max) in speex_compute_agc()
602 target_gain = st->init_max; in speex_compute_agc()

Completed in 4 milliseconds