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 >>= in apply_inter_tes()
633 total_power_low += (new_summand >> preShift2); in apply_inter_tes()
635 new_summand = subsample_power_high[i]; in apply_inter_tes()
642 new_summand >>= in apply_inter_tes()
646 total_power_high += (new_summand >> preShift2); in apply_inter_tes()