Home
last modified time | relevance | path

Searched refs:total_power_high_after_sf (Results 1 – 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
Denv_calc.cpp682 int total_power_high_after_sf = 1 - DFRACT_BITS; in apply_inter_tes() local
726 if (new_summand_sf > total_power_high_after_sf) { in apply_inter_tes()
728 fMin(DFRACT_BITS - 1, new_summand_sf - total_power_high_after_sf); in apply_inter_tes()
729 total_power_high_after_sf = new_summand_sf; in apply_inter_tes()
730 } else if (new_summand_sf < total_power_high_after_sf) { in apply_inter_tes()
732 fMin(DFRACT_BITS - 1, total_power_high_after_sf - new_summand_sf); in apply_inter_tes()
737 total_power_high_after_sf += preShift2; in apply_inter_tes()
746 gain_adj_2_sf = total_power_high_sf - total_power_high_after_sf + sf2; in apply_inter_tes()