Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c90 p_adj, boost_gain, sb_gain, sb_noise, in ixheaacd_sbr_env_calc() local
379 boost_gain = (FLOAT32)sqrt((p_ref + EPS) / (p_adj + EPS)); in ixheaacd_sbr_env_calc()
380 boost_gain = boost_gain > 1.584893192f ? 1.584893192f : boost_gain; in ixheaacd_sbr_env_calc()
384 nrg_gain_pvc[k][t] *= boost_gain; in ixheaacd_sbr_env_calc()
385 noise_level_pvc[k][t] *= boost_gain; in ixheaacd_sbr_env_calc()
386 nrg_tone_pvc[k][t] *= boost_gain; in ixheaacd_sbr_env_calc()
492 boost_gain = (FLOAT32)sqrt((p_ref + EPS) / (p_adj + EPS)); in ixheaacd_sbr_env_calc()
493 boost_gain = boost_gain > 1.584893192f ? 1.584893192f : boost_gain; in ixheaacd_sbr_env_calc()
497 nrg_gain_pvc[k][t] *= boost_gain; in ixheaacd_sbr_env_calc()
498 noise_level_pvc[k][t] *= boost_gain; in ixheaacd_sbr_env_calc()
[all …]