Commit 1d13a199 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_FLOAT_1522_LTV_MSAN_QMETADATA_ENC_EC3

parent 60609d7d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -83,7 +83,6 @@
#define FIX_1990_SANITIZER_IN_REVERB_LOAD               /* Nokia: Fix issue part of issue 1990 by introducing missing free of structure - keep until #2059 is addressed */
#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_FLOAT_1522_LTV_MSAN_QMETADATA_ENC_EC3       /* Nokia: float issue 1522: fix uninit MSAN in EC3 of qmetadata encoding */
#define OPT_2416_ACELP_FAST                             /* VA: basop issue 2426, optimisation of acelp_fast_fx ( reduc. compl. by 0.35 wmops ) */
#define FIX_2410_HARM_MODIF_FS                          /* VA: basop issue 2410: Remove duplicated modif_Fs */
#define FIX_2425_REMOVE_RC_DUPLICATES                   /* VA: basop issue 2425: Remove duplicated RC encoder functions */
+0 −2
Original line number Diff line number Diff line
@@ -2096,12 +2096,10 @@ static Word16 GR_bits_azimuth_context_fx(
    Word16 no_symb_local[MAX_PARAM_SPATIAL_SUBFRAMES];
    Word16 no_data = 0;
    move16();
#ifdef FIX_FLOAT_1522_LTV_MSAN_QMETADATA_ENC_EC3

    *real_GR_ord = GR_order; /* Init to avoid sanitizer warnings */
    move16();

#endif
    FOR( i = 0; i < no_data_in; i++ )
    {
        IF( LT_32( data_in[i], MASA_NO_INDEX ) )