Commit 28bfdb96 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_2391_INIT_HQ_GENERIC_OFFSET

parent 0ffa6c6d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@
#define TMP_1342_WORKAROUND_DEC_FLUSH_BROKEN_IN_SR      /* FhG: Temporary workaround for incorrect implementation of decoder flush with split rendering */
#define NONBE_1122_KEEP_EVS_MODE_UNCHANGED              /* FhG: Disables fix for issue 1122 in EVS mode to keep BE tests green. This switch should be removed once the 1122 fix is added to EVS via a CR.  */
#define FIX_1904_HARM_GSC_ENC                           /* VA: #1904 Harmonization of EVS and IVAS GSC code */
#define FIX_2391_INIT_HQ_GENERIC_OFFSET                 /* FhG/Eri: basop issue 2391: make sure hq_generic_offset is initialized inside hq_hr_dec_fx() */
#define FIX_2397_COPY_AQ_MDCT_CORE_BFI                  /* FhG: prevent copying of uninit memory in MDCT stereo core if bfi is set */
#define HARMONIZE_TBE                                   /* VA: harmonize core-coder TBE function duplications */

+0 −2
Original line number Diff line number Diff line
@@ -435,10 +435,8 @@ void hq_hr_dec_fx(
    move16();

    HQ_DEC_HANDLE hHQ_core = st_fx->hHQ_core;
#ifdef FIX_2391_INIT_HQ_GENERIC_OFFSET
    hq_generic_offset = 0;
    move16();
#endif
    move16();

    Q_audio = 0; /* to avoid compilation warnings */