Commit 368bc9b7 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Fix basop issue 2354 by initializing diffusenesss Q-value to Q30.

parent 187213dc
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@
#define FIX_2330_CLANG_18_WARNINGS_REND                 /* FhG: Fix renderer warnings */
#define FIX_BASOP_2350_HARM_0B_BWE                      /* VA: basop issue 2350: harmonization of the 0b BWE */
#define FIX_2349_HARM_FIND_UV                           /* VA: basop issue 2349: harmonization of find_uv() function */
#define FIX_BASOP_2354_MSAN_DIFF_Q_VALUE                /* Nokia: Initialize Q value of diffuseness in rendering to Q30 */

/* #################### End BE switches ################################## */

+4 −0
Original line number Diff line number Diff line
@@ -253,6 +253,10 @@ ivas_error ivas_spat_hSpatParamRendCom_config_fx(
        move16();
        hSpatParamRendCom->numIsmDirections = 0;
        move16();
#ifdef FIX_2354_MSAN_DIFF_Q_VALUE
        hSpatParamRendCom->q_diffuseness_vector = Q30;
        move16();
#endif
    }

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