Commit 2c5a674d authored by vaillancour's avatar vaillancour
Browse files

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

parent 1bb7b042
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -1151,14 +1151,7 @@ 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 );