Searched refs:total_power_low_sf (Results 1 – 1 of 1) sorted by relevance
539 int total_power_low_sf = 1 - DFRACT_BITS; in apply_inter_tes() local627 if (new_summand_sf > total_power_low_sf) { in apply_inter_tes()628 int diff = fMin(DFRACT_BITS - 1, new_summand_sf - total_power_low_sf); in apply_inter_tes()630 total_power_low_sf = new_summand_sf; in apply_inter_tes()631 } else if (new_summand_sf < total_power_low_sf) { in apply_inter_tes()633 fMin(DFRACT_BITS - 1, total_power_low_sf - new_summand_sf); in apply_inter_tes()652 total_power_low_sf += preShift2; in apply_inter_tes()664 gain_sf[i] = mult_sf - total_power_low_sf + sf2; in apply_inter_tes()