Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c911 FLOAT32 gain_adj, gain_adj_2; in ixheaacd_apply_inter_tes() local
956 gain_adj_2 = total_power_high / total_power_high_after; in ixheaacd_apply_inter_tes()
957 gain_adj = (FLOAT32)(sqrt(gain_adj_2)); in ixheaacd_apply_inter_tes()
/external/aac/libSBRdec/src/
Denv_calc.cpp750 FIXP_DBL gain_adj_2 = FL2FX_DBL(0.5f); in apply_inter_tes() local
755 gain_adj_2 = fDivNorm(total_power_high, total_power_high_after, &sf2); in apply_inter_tes()
759 FIXP_DBL gain_adj = sqrtFixp_lookup(gain_adj_2, &gain_adj_2_sf); in apply_inter_tes()