Commit 49f12187 authored by vaillancour's avatar vaillancour
Browse files

fix EVS bit exact issue related to cod4t64

parent 50dd9f15
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -578,7 +578,8 @@ void E_ACELP_4tsearchx_fx(
            }

#ifdef REUSE_EVS_BE_ACELP_4T64
            IF( GT_16( alp, ONE_IN_Q14 ) )
            test();
            IF( GT_16( alp, ONE_IN_Q14 ) && ( element_mode > EVS_MONO ) )
            {
                alp = shr( alp, 1 );
                Scale_sig( cor, L_SUBFR, -1 );           /*Q8*/