Commit b2ceb7b6 authored by Jan Kiene's avatar Jan Kiene
Browse files

Accept FIX_BASOP_2559_Q_SYNTH_HISTORY_RESET

parent 9037cc59
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -100,7 +100,6 @@

#define FIX_1576_LCLD_CRASH_DIFFERENT_CODEC_ISAR_FRAME_SIZE  /* Dolby: float issue 1576: fix for crash in LCLD mode when codec frame size is less than isar frame size */
#define NONBE_FIX_ISSUE_2206_MDCT_STEREO_FIX_2549       /* FhG: Correct scale inconsistency of old_inp_16k_fx buffer scale. */
#define FIX_BASOP_2559_Q_SYNTH_HISTORY_RESET            /* FhG: BASOP issue 2559: reset hTcxDec->q_synth_history_fx in allocate_CoreCoder_TCX_fx() */
#define FIX_FLOAT_1578_OMASA_REND_SPIKES                /* Nokia: Float issue 1578: Fix spikes and collapsed perception in OMASA/MASA rendering to FOA/HOA */
#define FIX_1521_SBA_LOUDNESS_STEREO                    /* FhG: issue 1521: Fix loudness for SBA to stereo rendering */
#define FIX_1559                                        /* Eri/FhG: fix for Issue 1559 in FD CNG with bitrate/bw switching */
+0 −2
Original line number Diff line number Diff line
@@ -82,10 +82,8 @@ static ivas_error allocate_CoreCoder_TCX_fx(
        st->hTcxDec->q_old_synth = 0;
        move16();
        set16_fx( st->hTcxDec->synth_history_fx, 0, L_PROT48k + L_FRAME48k );
#ifdef FIX_BASOP_2559_Q_SYNTH_HISTORY_RESET
        st->hTcxDec->q_synth_history_fx = 0;
        move16();
#endif
    }

    IF( st->hTcxCfg == NULL )