Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp536 int total_power_low_sf = 1 - DFRACT_BITS; in apply_inter_tes() local
624 if (new_summand_sf > total_power_low_sf) { in apply_inter_tes()
625 int diff = fMin(DFRACT_BITS - 1, new_summand_sf - total_power_low_sf); in apply_inter_tes()
627 total_power_low_sf = new_summand_sf; in apply_inter_tes()
628 } else if (new_summand_sf < total_power_low_sf) { in apply_inter_tes()
630 fMin(DFRACT_BITS - 1, total_power_low_sf - new_summand_sf); in apply_inter_tes()
649 total_power_low_sf += preShift2; in apply_inter_tes()
661 gain_sf[i] = mult_sf - total_power_low_sf + sf2; in apply_inter_tes()