Commit b4663527 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_1532_MSAN_ERR_AMR_FIRST_FRAME_IS_SID

parent b0b17095
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -161,7 +161,6 @@
/*#define FIX_I4_OL_PITCH*/                             /* fix open-loop pitch used for EVS core switching */
#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_1532_MSAN_ERR_AMR_FIRST_FRAME_IS_SID        /* FhG: fix msan complaint in AMR-WB when first frame is an SID */
#define FIX_FLOAT_1535_ARI_RES_Q_CLEANUP                /* FhG: remove dead code from tcx_ari_res_Q_spec() */

/* #################### End BE switches ################################## */
+0 −2
Original line number Diff line number Diff line
@@ -441,7 +441,6 @@ void hf_synth_amr_wb(
            HF_corr_gain[i] = 2 * HP_gain[hf_gain[i]];
        }
    }
#ifdef FIX_1532_MSAN_ERR_AMR_FIRST_FRAME_IS_SID
    else
    {
        /* Initialize to fix clang-18 sanitizer complaint */
@@ -450,7 +449,6 @@ void hf_synth_amr_wb(
            HF_corr_gain[i] = 1.0f;
        }
    }
#endif

    /* inverse DCT transform of HF excitation */
    set_f( exc16k, 0.0f, L_FRAME16k );