Commit 7f47be12 authored by Manuel Jander's avatar Manuel Jander
Browse files

Ignore EVS extract_l overflow.

parent 08994ff8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -574,7 +574,7 @@ static void envelop_modify_fx(
#ifdef NONBE_FIX_2493_EXTRACT_L_envelop_modify_fx
            tmp = extract_h( Mpy_32_16_1( L_shr( L_tmp, add( 4, sub( Q_exc, exp1 ) ) ), weight_fx ) ); /*Q12 */
#else
#ifdef FIX_2493_CHECK_EXTRACT_L
#ifdef FIX_2493_CHECK_EXTRACT_L_EVS
            tmp = extract_l2( L_shr( L_tmp, add( 4, sub( Q_exc, exp1 ) ) ) ); /*Q12 */
#else
            tmp = extract_l( L_shr( L_tmp, add( 4, sub( Q_exc, exp1 ) ) ) ); /*Q12 */
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ Word16 WB_BWE_gain_pred_fx(
#ifdef NONBE_FIX_2493_EXTRACT_L_WB_BWE_gain_pred_fx
    tmp = extract_h( L_shl_sat( L_tmp, 16 ) );
#else
#ifdef FIX_2493_CHECK_EXTRACT_L
#ifdef FIX_2493_CHECK_EXTRACT_L_EVS
    tmp = extract_l2( L_tmp );
#else
    tmp = extract_l( L_tmp );