Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dpreprocess.c243 float init_max; /**< Current gain limit during initialisation */ member
522 st->init_max = 1; in speex_preprocess_state_init()
590 if (st->init_max < st->max_gain && st->nb_adapt > 20) in speex_compute_agc()
591 st->init_max *= 1.f + .1f*Pframe*Pframe; in speex_compute_agc()
605 if (target_gain > st->init_max) in speex_compute_agc()
606 target_gain = st->init_max; in speex_compute_agc()