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

Merge branch '3gpp_issue_895_fix_2' into 'main'

Fix for 3GPP issue 895: Bitrate switching quality issue

See merge request !833
parents 72ad0160 9ad2a621
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1817,7 +1817,7 @@ ivas_error core_switching_post_dec_ivas_fx(
                    L_tmp2 = 0;
                    move32();
                    move32();
                    tmp = st_fx->previoussynth_fx[i + delay_comp];
                    tmp = shl( st_fx->previoussynth_fx[i + delay_comp], *Qsynth );
                    L_tmp = L_mac0( L_tmp, div_s( i, tmpDelta ), synth[i + delay_comp] ); /* Qsynth */
                    L_tmp = L_shl( L_tmp, 1 );
                    L_tmp2 = L_mac0( L_tmp2, div_s( sub( tmpDelta, i ), tmpDelta ), tmp ); /* Qsynth */