Commit b9cdafd5 authored by Arthur Tritthart's avatar Arthur Tritthart
Browse files

correct macro setting, was inactive

parent 01863bfd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@ Word16 WB_BWE_gain_pred_fx(

    enerL = L_deposit_l( enerL_16 );
    enerL = L_shl( enerL, 6 ); /*Q6 */
#ifdef FIX_ISSUE_1795_Q3_OVERFLOW_not
#ifdef FIX_ISSUE_1795_Q3_OVERFLOW
    /* Here, we first square WB_fenv into Q6 format, then it is taken 3x */
    L_tmp = L_mult0( WB_fenv[0], WB_fenv[0] );     /* Q6 */
    L_tmp = L_add( L_tmp, L_add( L_tmp, L_tmp ) ); /* Q6 */