Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c908 FLOAT32 total_power_high = 0.0f; in ixheaacd_apply_inter_tes() local
935 total_power_high += subsample_power_high[i]; in ixheaacd_apply_inter_tes()
956 gain_adj_2 = total_power_high / total_power_high_after; in ixheaacd_apply_inter_tes()
/external/aac/libSBRdec/src/
Denv_calc.cpp515 FIXP_DBL total_power_high = (FIXP_DBL)0; in apply_inter_tes() local
638 total_power_high >>= in apply_inter_tes()
646 total_power_high += (new_summand >> preShift2); in apply_inter_tes()
753 if ((total_power_high != (FIXP_DBL)0) && in apply_inter_tes()
755 gain_adj_2 = fDivNorm(total_power_high, total_power_high_after, &sf2); in apply_inter_tes()