Commit 448b4fb2 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_BASOP_2354_MSAN_DIFF_Q_VALUE

parent 121f96ae
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_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 */
#define FIX_2383_INIT_Q_A_ITF                           /* FhG: Initialize Q_A_itf, to avoid reading of uninitialized memory in case ITF is not triggered */
+0 −2
Original line number Diff line number Diff line
@@ -253,10 +253,8 @@ ivas_error ivas_spat_hSpatParamRendCom_config_fx(
        move16();
        hSpatParamRendCom->numIsmDirections = 0;
        move16();
#ifdef FIX_BASOP_2354_MSAN_DIFF_Q_VALUE
        hSpatParamRendCom->q_diffuseness_vector = Q30;
        move16();
#endif
    }

    /*-----------------------------------------------------------------*