Commit 1ef260bd authored by Fabian Bauer's avatar Fabian Bauer
Browse files

activate critical code in swb_bwe_com_fx

parent 219882ad
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -605,7 +605,7 @@ Word32 calc_tilt_bwe_fx( /* o : Tilt in Q24
            tmp1 = mult_ro( *ptr++, 8192 /*0.25 in Q15 */, &Overflow ); /* Divide by 4 */
            L_ener = L_mac0_o( L_ener, tmp1, tmp1, &Overflow );
        }
#ifdef ISSUE_1799_replace_L_shr_o__
#ifdef ISSUE_1799_replace_L_shr_o
        /*Overflow will never happen because exp2 is always positive*/
        L_ener = L_shr( L_ener, exp2 );
#else