Home
last modified time | relevance | path

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

/dports/audio/fdk-aac/fdk-aac-2.0.2/libSBRdec/src/
H A Denv_calc.cpp623 FIXP_DBL new_summand = subsample_power_low[i]; in apply_inter_tes() local
632 new_summand >>= in apply_inter_tes()
636 total_power_low += (new_summand >> preShift2); in apply_inter_tes()
638 new_summand = subsample_power_high[i]; in apply_inter_tes()
645 new_summand >>= in apply_inter_tes()
649 total_power_high += (new_summand >> preShift2); in apply_inter_tes()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSBRdec/src/
H A 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()