Commit 6e08f145 authored by vaillancour's avatar vaillancour
Browse files

Revert "fix ism4, issue was related to old code no more into the the main"

This reverts commit 2c5a674d.
parent 3e393e81
Loading
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -1151,7 +1151,14 @@ void E_ACELP_4tsearch_fx( Word16 dn[] /*Qdn*/, const Word16 cn[] /*Q_xn*/, const
        scale = -2;
        move16();
    }

#ifdef REUSE_EVS_BE_ACELP_4T64 /* To be verified if it affects BE on 26.444, if yes, just a condition for IVAS here*/
    test();
    if ( EQ_16( val, 32767 ) && element_mode > EVS_MONO )
    {
        scale = -3;
        move16();
    }
#endif
    Copy_Scale_sig( H, h, L_SUBFR, scale ); /*Q12+scale*/

    E_ACELP_vec_neg_fx( h, h_inv, L_SUBFR );