Commit 121f96ae authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_BASOP_2357_OBJECT_EDIT_MSAN

parent 06f9fd19
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_BASOP_2357_OBJECT_EDIT_MSAN                 /* Nokia: basop issue 2357: initialize missing exponents in object edit */
#define FIX_BASOP_2354_MSAN_DIFF_Q_VALUE                /* Nokia: Initialize Q value of diffuseness in rendering to Q30 */
#define FIX_2371_REMOVE_UNUSED_ISAR_FCNS                /* Dolby: basop issue 2371: remove unused ISAR-related functions */      
#define FIX_2384_INIT_DEQUANT_COV                       /* FhG: basop issue 2384: only read initialized values from Cy_buf_e[k] in ivas_param_mc_dequantize_cov_fx() during renormalization */
+0 −4
Original line number Diff line number Diff line
@@ -344,16 +344,12 @@ ivas_error ivas_omasa_data_open_fx(
        move16();
        hMasaIsmData->preprocEneTarget_fx[band_idx] = 0;
        move32();
#ifdef FIX_BASOP_2357_OBJECT_EDIT_MSAN
        hMasaIsmData->preprocEneTarget_e[band_idx] = 0;
        move16();
#endif
        hMasaIsmData->preprocEneRealized_fx[band_idx] = 0;
        move32();
#ifdef FIX_BASOP_2357_OBJECT_EDIT_MSAN
        hMasaIsmData->preprocEneRealized_e[band_idx] = 0;
        move16();
#endif
    }

    hMasaIsmData->objectsEdited = 0;