Commit 0f671b92 authored by Stephane Ragot's avatar Stephane Ragot
Browse files

Merge branch '1848-BASOP-Assertion-in-StereoDmxEvs-encoding' into 'main'

Resolve "basop assertion in stereoDmxEvs encoding" in MR pipeline

Closes #1848

See merge request !2008
parents 823e34a4 334d6cfb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -71,8 +71,8 @@ void gauss_L2_fx(

    FOR( i = 0; i < L_SUBFR; i++ )
    {
        tmp32 = L_mac0( tmp32, y11[i], y11[i] );    /* Q18 */
        tmp32_2 = L_mac0( tmp32_2, y11[i], y2[i] ); /* Q18 */
        tmp32 = L_mac0_sat( tmp32, y11[i], y11[i] );    /* Q18 */
        tmp32_2 = L_mac0_sat( tmp32_2, y11[i], y2[i] ); /* Q18 */
    }

    tmp16 = norm_l( tmp32 );