Commit 8cdb71cc authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch 'ltv_encoder_crash_fix_1' into 'main'

Fix for LTV crash observed for encoder in CI [allow regression]

See merge request !1868
parents 8e892511 1a983c58
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ Word16 inov_encode_ivas_fx(
    set16_fx( y2, 0, L_SUBFR );

    Qh2 = sub( 14, norm_s( h2[0] ) );
    scale_sig( h2, L_SUBFR, sub( Q12, Qh2 ) );
    Scale_sig( h2, L_SUBFR, sub( Q12, Qh2 ) );

    IF( !Opt_AMR_WB )
    {