Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
Dpreprocess.c323 spx_word16_t noise_gain, gain_ratio; in compute_gain_floor() local
324noise_gain = EXTRACT16(MIN32(Q15_ONE,SHR32(spx_exp(MULT16_16(QCONST16(0.11513,11),noise_suppress))… in compute_gain_floor()
329 gain_floor[i] = MULT16_16_Q15(noise_gain, in compute_gain_floor()
/external/libaom/libaom/aom_dsp/
Dnoise_model.c867 const double noise_gain = noise_model->latest_state[c].ar_gain; in add_noise_std_observations() local
910 const double adjusted_strength = uncorr_std / noise_gain; in add_noise_std_observations()