Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dpreprocess.c327 spx_word16_t noise_gain, gain_ratio; in compute_gain_floor() local
328noise_gain = EXTRACT16(MIN32(Q15_ONE,SHR32(spx_exp(MULT16_16(QCONST16(0.11513,11),noise_suppress))… in compute_gain_floor()
333 gain_floor[i] = MULT16_16_Q15(noise_gain, in compute_gain_floor()
Dnb_celp.c1028 spx_word16_t noise_gain; in nb_decode_lost() local
1052noise_gain = MULT16_16_Q15(innov_gain, MULT16_16_Q15(fact, SUB16(Q15ONE,MULT16_16_Q15(pitch_gain,p… in nb_decode_lost()
1065 speex_rand(noise_gain, &st->seed); in nb_decode_lost()