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.c909 FLOAT32 total_power_low = 0.0f, total_power_high_after = 1.0e-6f; in ixheaacd_apply_inter_tes() local
953 total_power_high_after += 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.cpp678 FIXP_DBL total_power_high_after = (FIXP_DBL)0; in apply_inter_tes() local
738 total_power_high_after >>= in apply_inter_tes()
744 total_power_high_after += subsample_power_high[i] >> preShift2; in apply_inter_tes()
754 (total_power_high_after != (FIXP_DBL)0)) { in apply_inter_tes()
755 gain_adj_2 = fDivNorm(total_power_high, total_power_high_after, &sf2); in apply_inter_tes()