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
373 boost_gain = (FLOAT32)sqrt((p_ref + EPS) / (p_adj + EPS)); in ixheaacd_sbr_env_calc()
374 boost_gain = boost_gain > 1.584893192f ? 1.584893192f : boost_gain; in ixheaacd_sbr_env_calc()
378 nrg_gain_pvc[k][t] *= boost_gain; in ixheaacd_sbr_env_calc()
379 noise_level_pvc[k][t] *= boost_gain; in ixheaacd_sbr_env_calc()
380 nrg_tone_pvc[k][t] *= boost_gain; in ixheaacd_sbr_env_calc()
485 boost_gain = (FLOAT32)sqrt((p_ref + EPS) / (p_adj + EPS)); in ixheaacd_sbr_env_calc()
486 boost_gain = boost_gain > 1.584893192f ? 1.584893192f : boost_gain; in ixheaacd_sbr_env_calc()
490 nrg_gain_pvc[k][t] *= boost_gain; in ixheaacd_sbr_env_calc()
491 noise_level_pvc[k][t] *= boost_gain; in ixheaacd_sbr_env_calc()
[all …]