Commit a3e36adf authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch 'complextiy_stereodownmix_crash_fix' into 'main'

Fix for crash observed in complexity pipeline for stereo downmix

See merge request !1784
parents 07f95b5e ba44162e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -557,7 +557,7 @@ void con_acelp_fx(
    tmp_32 = Mpy_32_16_1( st->Mode2_lp_gainc /*Q16*/, alpha /*Q14*/ ); /*Q31-16 = Q15*/
    s_32 = norm_l( tmp_32 );
    tmp_32 = L_shl( tmp_32, s_32 );
    tmp_16 = round_fx( tmp_32 );
    tmp_16 = round_fx_sat( tmp_32 );
    s_16 = negate( s_32 );
    s_16 = sub( s_16, -1 - 15 ); /*->Q15*/