Commit 6fbcdd3d authored by vaillancour's avatar vaillancour
Browse files

fix for 862

parent cc43b322
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1801,7 +1801,7 @@ void ivas_swb_tbe_dec_fx(
    /* rescale the TBE post proc memory */
    FOR( i = 0; i < LPC_SHB_ORDER; i++ )
    {
        hBWE_TD->mem_stp_swb_fx[i] = shl( hBWE_TD->mem_stp_swb_fx[i], sub( Q_bwe_exc, st->prev_Q_bwe_syn ) );
        hBWE_TD->mem_stp_swb_fx[i] = shl_sat( hBWE_TD->mem_stp_swb_fx[i], sub( Q_bwe_exc, st->prev_Q_bwe_syn ) );
        move16();
    }
#endif