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

Fix for 3GPP issue 852

[x] Fixes missing synthesis when switching to CNG (stereo 13.2kbps)
parent 372787f8
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2623,6 +2623,8 @@ void perform_noise_estimation_dec_ivas_fx(
                IF( LT_16( e_temp, 0 ) )
                {
                    temp = L_shr( temp, abs_s( e_temp ) );
                    e_temp = 0;
                    move16();
                }

                ftemp = rand_gauss( &hFdCngDec->cna_seed );