/* Note, that the code below is identical for both EVS and IVAS codecs. The only difference is the addition of _sat in IVAS functions to avoid the saturation problem. Thus, it's BE for EVS test sequences and legacy implementations. */
/* Note, that the code below is identical for both EVS and IVAS codecs. The only differences are the replacement of i_mult_sat() which has precision issues and the addition of _sat in IVAS functions to avoid the saturation problem. Thus, it's BE for EVS test sequences and legacy implementations. */
#else
/*
code for EVS and IVAS are basically identical with the exception of i_mult_sat() which has precision issues
thus is was replaced for IVAS and kept for EVS, in order to keep EVS BE to test sequences and legacy implementations