Home | History | Annotate | Download | only in libspeex

Lines Matching refs:max_gain

239    float  max_gain;          /**< Maximum gain allowed */
518 st->max_gain = 30;
590 if (st->init_max < st->max_gain && st->nb_adapt > 20)
603 if (target_gain > st->max_gain)
604 target_gain = st->max_gain;
1093 st->max_gain = exp(0.11513f * (*(spx_int32_t*)ptr));
1096 (*(spx_int32_t*)ptr) = floor(.5+8.6858*log(st->max_gain));