Searched refs:new_summand_sf (Results 1 – 1 of 1) sorted by relevance
624 int new_summand_sf = subsample_power_low_sf[i]; 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()639 new_summand_sf = subsample_power_high_sf[i]; in apply_inter_tes()640 if (new_summand_sf > total_power_high_sf) { in apply_inter_tes()642 fMin(DFRACT_BITS - 1, new_summand_sf - total_power_high_sf); in apply_inter_tes()643 total_power_high_sf = new_summand_sf; in apply_inter_tes()[all …]