Commit b63cb1a1 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

EVS BE fix

parent 4515e871
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ ivas_error amr_wb_dec_fx(
    Copy( syn_fx_tmp2, syn_fx, L_FRAME );

    /* TCX=Q-1, ACELP2 Q0 */
    Copy_Scale_sig( syn_fx + shr( L_FRAME, 2 ), hTcxDec->old_syn_Overl, shr( L_FRAME, 2 ), sub( -1, st_fx->Q_syn ) ); /*Q_syn*/
    Copy_Scale_sig( syn_fx + shr( L_FRAME, 1 ), hTcxDec->old_syn_Overl, shr( L_FRAME, 1 ), sub( -1, st_fx->Q_syn ) ); /*Q_syn*/
    Copy_Scale_sig( syn_fx + sub( L_FRAME, add( M, 1 ) ), st_fx->syn, add( M, 1 ), sub( 0, st_fx->Q_syn ) );          /*Q0*/

    /*------------------------------------------------------------------*
+1 −1
Original line number Diff line number Diff line
@@ -414,7 +414,7 @@ void open_decoder_LPD_fx(

            /*PLC*/
#ifndef NEW_IVAS_OPEN_DEC
            IF( EQ_16( st->prev_bfi, 0 ) )
            IF( NE_16( st->prev_bfi, 0 ) )
            {
                PWord16 const *w;
                Word16 W1, W2, nz, delay_comp;