Commit 0735f93e authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch '3gpp_issue_1373_fix' into 'main'

Fix for 3GPP issue 1373: Decoder crash for stereo at 80kbps JBM decoding to... [allow regression]

See merge request !1269
parents a41631d3 4d1e1c05
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -900,7 +900,7 @@ UWord8 apa_exec_ivas_fx(
    UWord32 statsResetThreshold, statsResetShift;
    Word16 Q_a_out;

    Q_a_out = add( getScaleFactor32_copy( a_in, L_mult0( ps->num_channels, APA_BUF_PER_CHANNEL ) ), Q11 - Q16 );
    Q_a_out = add( getScaleFactor32_copy( a_in, L_mult0( ps->num_channels, APA_BUF_PER_CHANNEL ) ), Q11 - Q16 - Q1 );
    statsResetThreshold = 1637;
    move32();
    statsResetShift = 2;