Commit d3ce351c authored by Manuel Jander's avatar Manuel Jander
Browse files

Undo

parent e23f7a29
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -1364,10 +1364,6 @@ static void init_sig_buffers_ivas_fx( Encoder_State *st, const Word16 L_frame_ol
                if ( st->exp_buf_speech_enc_pe >= st->exp_old_inp_12k8 )
                {
                    Copy_Scale_sig( st->old_inp_12k8_fx, st->buf_speech_enc_pe + st->L_frame - L_INP_MEM, L_INP_MEM, sub( st->exp_old_inp_12k8, st->exp_buf_speech_enc_pe ) ); // Scaling to common Q
#ifdef NONBE_FIX_ISSUE_2206
                    st->exp_buf_speech_enc_pe = st->exp_old_inp_12k8;
                    move16();
#endif
                    // st->buf_speech_enc_pe is in st->exp_buf_speech_enc_pe
                }
                else
@@ -1385,10 +1381,6 @@ static void init_sig_buffers_ivas_fx( Encoder_State *st, const Word16 L_frame_ol
                if ( st->exp_buf_speech_enc_pe >= st->exp_old_inp_16k )
                {
                    Copy_Scale_sig( st->old_inp_16k_fx, st->buf_speech_enc_pe + st->L_frame - L_INP_MEM, L_INP_MEM, sub( st->exp_old_inp_16k, st->exp_buf_speech_enc_pe ) ); // Scaling to common Q
#ifdef NONBE_FIX_ISSUE_2206
                    st->exp_buf_speech_enc_pe = st->exp_old_inp_16k;
                    move16();
#endif
                    // st->buf_speech_enc_pe is in st->exp_buf_speech_enc_pe
                }
                else