Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dltp_bfin.h311 spx_word16_t max_gain in pitch_gain_search_3tap_vq() argument
407 : "a" (gain_cdbk), "a" (C16), "a" (gain_cdbk_size), "a" (max_gain), in pitch_gain_search_3tap_vq()
Dltp.c315 spx_word16_t max_gain in pitch_gain_search_3tap_vq() argument
337 if (sum>best_sum && gain_sum<=max_gain) { in pitch_gain_search_3tap_vq()
378 spx_word16_t max_gain=128; in pitch_gain_search_3tap() local
385 max_gain = 31; in pitch_gain_search_3tap()
484 best_cdbk = pitch_gain_search_3tap_vq(gain_cdbk, gain_cdbk_size, C16, max_gain); in pitch_gain_search_3tap()
Dpreprocess.c239 float max_gain; /**< Maximum gain allowed */ member
518 st->max_gain = 30; in speex_preprocess_state_init()
590 if (st->init_max < st->max_gain && st->nb_adapt > 20) in speex_compute_agc()
603 if (target_gain > st->max_gain) in speex_compute_agc()
604 target_gain = st->max_gain; in speex_compute_agc()
1093 st->max_gain = exp(0.11513f * (*(spx_int32_t*)ptr)); in speex_preprocess_ctl()
1096 (*(spx_int32_t*)ptr) = floor(.5+8.6858*log(st->max_gain)); in speex_preprocess_ctl()