Commit 30aea1c8 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for 3GPP issue 895: Bitrate switching quality issue

parent 47e354cc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1832,7 +1832,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 */