Loading lib_dec/amr_wb_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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*/ /*------------------------------------------------------------------* Loading lib_dec/core_dec_init_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
lib_dec/amr_wb_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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*/ /*------------------------------------------------------------------* Loading
lib_dec/core_dec_init_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading