Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c909 FLOAT32 total_power_low = 0.0f, total_power_high_after = 1.0e-6f; in ixheaacd_apply_inter_tes() local
934 total_power_low += subsample_power_low[i]; in ixheaacd_apply_inter_tes()
940 (total_power_low + 1.0e-6f))); in ixheaacd_apply_inter_tes()
/external/aac/libSBRdec/src/
Denv_calc.cpp516 FIXP_DBL total_power_low = (FIXP_DBL)0; in apply_inter_tes() local
626 total_power_low >>= diff; in apply_inter_tes()
633 total_power_low += (new_summand >> preShift2); in apply_inter_tes()
659 if (total_power_low != FIXP_DBL(0)) { in apply_inter_tes()
660 gain[i] = fDivNorm(mult, total_power_low, &sf2); in apply_inter_tes()