Commit 180cf369 authored by vaclav's avatar vaclav
Browse files

- Merge remote-tracking branch 'remotes/origin/main' into...

- Merge remote-tracking branch 'remotes/origin/main' into 2206-assert-in-stereo_switching_enc_fx-for-omasa-rate-switching-input-new-stv_revVE
parents 7644dee5 496d928d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -96,6 +96,8 @@ ivas_error evs_enc_fx(
    move16();
    st->hBWE_FD->old_fdbwe_speech_q = -Q1;
    move16();
    st->hBWE_FD->old_input_q = 0;
    move16();
#endif

    /*------------------------------------------------------------------*
+4 −0
Original line number Diff line number Diff line
@@ -3126,6 +3126,10 @@ void fd_bwe_enc_init_fx(
    hBWE_FD->Q_new_input_hp = 0;
    move16();
    set16_fx( hBWE_FD->old_input_fx, 0, NS2SA( 48000, DELAY_FD_BWE_ENC_12k8_NS + DELAY_FIR_RESAMPL_NS ) );
#ifdef NONBE_FIX_ISSUE_2206
    hBWE_FD->old_input_q = Q15;
    move16();
#endif
    set16_fx( hBWE_FD->old_input_wb_fx, 0, NS2SA( 16000, DELAY_FD_BWE_ENC_12k8_NS ) );
    set16_fx( hBWE_FD->old_input_lp_fx, 0, NS2SA( 16000, ACELP_LOOK_NS + DELAY_FD_BWE_ENC_NS ) );
    set16_fx( hBWE_FD->old_syn_12k8_16k_fx, 0, NS2SA( 16000, DELAY_FD_BWE_ENC_NS ) );
+1 −1

File changed.

Contains only whitespace changes.