Commit 31e11f74 authored by Manuel Jander's avatar Manuel Jander
Browse files

Merge remote-tracking branch 'origin' into...

Merge remote-tracking branch 'origin' into 2206-assert-in-stereo_switching_enc_fx-for-omasa-rate-switching-input-new-stv
parents 9e3b8772 0795f2db
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -106,9 +106,11 @@
#define FIX_2268_OOB_INDEXING_IN_IFFT                   /* VA: Fix for issue 2268, to silence clang18 */
#define FIX_2271_OOB_INDEXING_IN_PIT_OL2                /* VA: Fix for issue 2271, to silence clang18 */
#define FIX_2273_OOB_INDEXING_IN_PIT_FR4                /* VA: Fix to silence clang on ptr init */
#define FIX_1480_CLANG18_MSAN_UNINIT_VARIABLE           /* Eri: Initializes a variables in HQ decoder. It is not used, but is passed uninitialized to a function which is caught by clang-18 */
#define FIX_1449_RENDERER_FRAME_SIZE_UNCLEAR_IN_ISAR    /* Dolby: Fix for issue 1449: renderer frame size unclear in ISAR */
#define FIX_1872_REMOVE_UNUSED_PSNOISEGEN_ISAR              /* Dolby: Remove unused psNoiseGen from ISAR */
#define FIX_1478_UNINIT_ON_BFI                          /* VA: Fix issue 1478 where a vector is partly un-initialized during bfi */
#define FIX_1487_ACCESS_OF_UNINIT_VAL_FROM_ARR_ISM_DTX  /* FhG/VA: init nb_bits_metadata to zero */

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

+4 −1
Original line number Diff line number Diff line
@@ -166,7 +166,10 @@ void ivas_hq_hr_dec_fx(
    Word16 csw_flag1, csw_flag2;

    HQ_DEC_HANDLE hHQ_core = st_fx->hHQ_core;

#ifdef FIX_1480_CLANG18_MSAN_UNINIT_VARIABLE
    hq_generic_offset = 0;
    move16();
#endif
    move16();
    move16();

+6 −0
Original line number Diff line number Diff line
@@ -126,6 +126,12 @@ void ivas_ism_dtx_dec_fx(
            move16();
        }
    }
#ifdef FIX_1487_ACCESS_OF_UNINIT_VAL_FROM_ARR_ISM_DTX
    ELSE
    {
        set16_fx( nb_bits_metadata, 0, st_ivas->nchan_transport );
    }
#endif

    IF( !st_ivas->bfi )
    {