Home
last modified time | relevance | path

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

/external/webrtc/webrtc/tools/agc/
Dtest_utils.cc33 float smoothed_gain = last_gain; in ApplyGainLinear() local
36 smoothed_gain += gain_step; in ApplyGainLinear()
37 float sample = std::floor(frame->data_[i] * smoothed_gain + 0.5); in ApplyGainLinear()
/external/libxaac/decoder/
Dixheaacd_env_dec.h45 WORD16 *smoothed_gain, WORD16 *smoothed_noise,
53 WORD16 *smoothed_gain, WORD16 *smoothed_noise,
Dixheaacd_env_calc.c1693 WORD16 *smoothed_gain, WORD16 *smoothed_noise, in ixheaacd_harm_idx_zerotwo() argument
1705 signal_real = ixheaacd_mult32x16in32(*ptr_real_buf, smoothed_gain[0]); in ixheaacd_harm_idx_zerotwo()
1706 sig_imag = ixheaacd_mult32x16in32(*ptr_imag, smoothed_gain[0]); in ixheaacd_harm_idx_zerotwo()
1752 smoothed_gain += 2; in ixheaacd_harm_idx_zerotwo()
1761 WORD16 *smoothed_gain, WORD16 *smoothed_noise, in ixheaacd_harm_idx_onethree() argument
1776 signal_real = ixheaacd_mult32x16in32(*ptr_real_buf, smoothed_gain[0]); in ixheaacd_harm_idx_onethree()
1777 sig_imag = ixheaacd_mult32x16in32(*ptr_imag, smoothed_gain[0]); in ixheaacd_harm_idx_onethree()
1825 smoothed_gain += 2; in ixheaacd_harm_idx_onethree()