Commit a8316e76 authored by Nicolas Roussin's avatar Nicolas Roussin
Browse files

Fix q_out.

parent 297ef631
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4032,7 +4032,7 @@ static void matrixTransp1Mul_fx(
            move32();
        }
    }
    *q_out = add( add( add( q_A, q_B ), 1 ), common_lsh );
    *q_out = sub( add( add( add( q_A, q_B ), 1 ), common_lsh ), 32 );
    move16();
#else
    Word16 q_tmp_outRe_fx[BINAURAL_CHANNELS][BINAURAL_CHANNELS];