Commit 5be236c8 authored by Stephane Ragot's avatar Stephane Ragot
Browse files

fixing second basop according to suggestions in issue 1848

parent 094db0ff
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ void gauss_L2_fx(
    FOR( i = 0; i < L_SUBFR; i++ )
    {
        tmp32 = L_mac0_sat( tmp32, y11[i], y11[i] ); /* Q18 */
        tmp32_2 = L_mac0( tmp32_2, y11[i], y2[i] );  /* Q18 */
        tmp32_2 = L_mac0_sat( tmp32_2, y11[i], y2[i] );  /* Q18 */
    }

    tmp16 = norm_l( tmp32 );