Loading lib_dec/dec_tcx_fx.c +3 −3 Original line number Diff line number Diff line Loading @@ -2635,8 +2635,7 @@ static void IMDCT_ivas_fx_rescale( Word16 *old_out_fx, Word16 *Q_old_out_fx, Word16 q_win, const Word16 FB_flag ) const Word16 FB_flag ) { Word16 oldLength; Loading @@ -2655,7 +2654,8 @@ static void IMDCT_ivas_fx_rescale( Scale_sig( syn_Overl, oldLength / 2, sub( q_win, *Q_syn_Overl ) ); // st->hTcxDec->Q_syn_Overl -> q_win *Q_syn_Overl = q_win; move16(); if ( FB_flag == 0 ) { if ( FB_flag == 0 ) { Scale_sig( old_syn_Overl, oldLength / 2, sub( q_win, *Q_old_syn_Overl ) ); // Q(-1 - st->Q_syn) -> q_win *Q_old_syn_Overl = q_win; move16(); Loading lib_dec/ivas_mdct_core_dec_fx.c +2 −2 File changed.Contains only whitespace changes. Show changes Loading
lib_dec/dec_tcx_fx.c +3 −3 Original line number Diff line number Diff line Loading @@ -2635,8 +2635,7 @@ static void IMDCT_ivas_fx_rescale( Word16 *old_out_fx, Word16 *Q_old_out_fx, Word16 q_win, const Word16 FB_flag ) const Word16 FB_flag ) { Word16 oldLength; Loading @@ -2655,7 +2654,8 @@ static void IMDCT_ivas_fx_rescale( Scale_sig( syn_Overl, oldLength / 2, sub( q_win, *Q_syn_Overl ) ); // st->hTcxDec->Q_syn_Overl -> q_win *Q_syn_Overl = q_win; move16(); if ( FB_flag == 0 ) { if ( FB_flag == 0 ) { Scale_sig( old_syn_Overl, oldLength / 2, sub( q_win, *Q_old_syn_Overl ) ); // Q(-1 - st->Q_syn) -> q_win *Q_old_syn_Overl = q_win; move16(); Loading