Searched refs:total_power_high_after_sf (Results 1 – 1 of 1) sorted by relevance
677 int total_power_high_after_sf = 1 - DFRACT_BITS; in apply_inter_tes() local735 if (new_summand_sf > total_power_high_after_sf) { in apply_inter_tes()737 fMin(DFRACT_BITS - 1, new_summand_sf - total_power_high_after_sf); in apply_inter_tes()738 total_power_high_after_sf = new_summand_sf; in apply_inter_tes()739 } else if (new_summand_sf < total_power_high_after_sf) { in apply_inter_tes()740 subsample_power_high[i] >>= total_power_high_after_sf - new_summand_sf; in apply_inter_tes()745 total_power_high_after_sf += preShift2; in apply_inter_tes()754 gain_adj_2_sf = total_power_high_sf - total_power_high_after_sf + sf2; in apply_inter_tes()