Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c89 FLOAT32 *ptr_real_buf, *ptr_imag_buf, nrg = 0, p_ref, p_est, avg_gain, g_max, in ixheaacd_sbr_env_calc() local
346 p_ref = p_est = 0.0f; in ixheaacd_sbr_env_calc()
351 p_est += nrg_est_pvc[k][t]; in ixheaacd_sbr_env_calc()
353 avg_gain = (FLOAT32)sqrt((p_ref + EPS) / (p_est + EPS)); in ixheaacd_sbr_env_calc()
456 p_ref = p_est = 0.0f; in ixheaacd_sbr_env_calc()
461 p_est += nrg_est_pvc[k][t]; in ixheaacd_sbr_env_calc()
463 avg_gain = (FLOAT32)sqrt((p_ref + EPS) / (p_est + EPS)); in ixheaacd_sbr_env_calc()
645 p_ref = p_est = 0; in ixheaacd_sbr_env_calc()
649 p_est += nrg_est[k]; in ixheaacd_sbr_env_calc()
651 avg_gain = (FLOAT32)sqrt((p_ref + EPS) / (p_est + EPS)); in ixheaacd_sbr_env_calc()