Searched refs:total_power_low (Results 1 – 2 of 2) sorted by relevance
909 FLOAT32 total_power_low = 0.0f, total_power_high_after = 1.0e-6f; in ixheaacd_apply_inter_tes() local934 total_power_low += subsample_power_low[i]; in ixheaacd_apply_inter_tes()940 (total_power_low + 1.0e-6f))); in ixheaacd_apply_inter_tes()
516 FIXP_DBL total_power_low = (FIXP_DBL)0; in apply_inter_tes() local626 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()