Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c901 FLOAT32 total_power_low = 0.0f, total_power_high_after = 1.0e-6f; in ixheaacd_apply_inter_tes() local
945 total_power_high_after += subsample_power_high[i]; in ixheaacd_apply_inter_tes()
948 gain_adj_2 = total_power_high / total_power_high_after; in ixheaacd_apply_inter_tes()
/external/aac/libSBRdec/src/
Denv_calc.cpp676 FIXP_DBL total_power_high_after = (FIXP_DBL)0; in apply_inter_tes() local
736 total_power_high_after >>= in apply_inter_tes()
742 total_power_high_after += subsample_power_high[i] >> preShift2; in apply_inter_tes()
752 (total_power_high_after != (FIXP_DBL)0)) { in apply_inter_tes()
753 gain_adj_2 = fDivNorm(total_power_high, total_power_high_after, &sf2); in apply_inter_tes()