/* 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. */
IF(EQ_16(st_fx->element_mode,EVS_MONO))
{
/* Note, that the code below comes from the legacy EVS decoder but it leads to saturation issues in L_shl(). Thus, it's been fixed by adding _sat to L_shl() and round_fx() functions. However, this might break the bit-exactness with EVS for some corner case-signals. */