Commit 09a68043 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

Merge branch 'main' of forge.3gpp.org:ivas-codec-pc/ivas-codec into FhG/rend_cfg_lfe

parents 422e9480 e9c2f3c6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@
#define FIX_245_RANGE_CODER_VOIP_MSAN                   /* Issue 245: fix use-of-uninitialized-value in range coder in VoIP mode */
#define REND_CFG_LFE                                    /* Issue 110: Configurable LFE handling for external renderer */
#define FIX_235                                         /* Issue 235: Deallocation of HR filter memory separately for lib_rend (ROM) and lib_util (from file) */
/*#define ENV_STAB_FIX*/                                    /* Contribution 23: HQ envelope stability memory fix */
#define ENV_STAB_FIX                                    /* Contribution 23: HQ envelope stability memory fix */
#define STABILIZE_GIPD                                  /* FhG: Contribution 22: gIPD stabilization */

/* ################## End DEVELOPMENT switches ######################### */
+5 −0
Original line number Diff line number Diff line
@@ -449,6 +449,11 @@ ivas_error core_switching_pre_dec(
            st->hHQ_core->prev_ni_ratio = 0.5f;
            set_f( st->hHQ_core->prev_En_sb, 0.0f, NB_SWB_SUBBANDS );
        }
        else
        {
            set_f( st->hHQ_core->old_out, 0, output_frame );
            set_f( st->hHQ_core->old_outLB, 0, L_FRAME16k );
        }
#else
        set_f( st->hHQ_core->old_out, 0, output_frame );
        set_f( st->hHQ_core->old_outLB, 0, L_FRAME16k );