Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c103 FLOAT32 *nrg_ref = scratch_buff + 192; in ixheaacd_sbr_env_calc() local
625 nrg_ref[c] = sfb_nrg[m]; in ixheaacd_sbr_env_calc()
631 nrg_gain[c] = (FLOAT32)sqrt(nrg_ref[c] * tmp / (nrg_est[c] + 1)); in ixheaacd_sbr_env_calc()
635 ? sqrt(nrg_ref[c] * tmp / in ixheaacd_sbr_env_calc()
640 nrg_gain[c] = (FLOAT32)sqrt(nrg_ref[c] / (nrg_est[c] + 1)); in ixheaacd_sbr_env_calc()
643 nrg_ref[c] * tmp / in ixheaacd_sbr_env_calc()
647 noise_level[c] = (FLOAT32)sqrt(nrg_ref[c] * tmp); in ixheaacd_sbr_env_calc()
657 p_ref += nrg_ref[k]; in ixheaacd_sbr_env_calc()