Commit dd49640f authored by Manuel Jander's avatar Manuel Jander
Browse files

clang format

parent ab3cf5be
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;

@@ -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();
+2 −2

File changed.

Contains only whitespace changes.