Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp620 FIXP_DBL new_summand = subsample_power_low[i]; in apply_inter_tes() local
629 new_summand >>= total_power_low_sf - new_summand_sf; in apply_inter_tes()
632 total_power_low += (new_summand >> preShift2); in apply_inter_tes()
634 new_summand = subsample_power_high[i]; in apply_inter_tes()
641 new_summand >>= total_power_high_sf - new_summand_sf; in apply_inter_tes()
644 total_power_high += (new_summand >> preShift2); in apply_inter_tes()