Searched refs:total_power_high_after_sf (Results 1 – 1 of 1) sorted by relevance
679 int total_power_high_after_sf = 1 - DFRACT_BITS; in apply_inter_tes() local737 if (new_summand_sf > total_power_high_after_sf) { in apply_inter_tes()739 fMin(DFRACT_BITS - 1, new_summand_sf - total_power_high_after_sf); in apply_inter_tes()740 total_power_high_after_sf = new_summand_sf; in apply_inter_tes()741 } else if (new_summand_sf < total_power_high_after_sf) { in apply_inter_tes()742 subsample_power_high[i] >>= total_power_high_after_sf - new_summand_sf; in apply_inter_tes()747 total_power_high_after_sf += preShift2; in apply_inter_tes()756 gain_adj_2_sf = total_power_high_sf - total_power_high_after_sf + sf2; in apply_inter_tes()