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

[cleanup] accept FIX_1483_PEAQ_VQ_ENC_MSAN_ERROR

parent f9b319b6
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -40,10 +40,8 @@ Word16 hvq_pvq_bitalloc_fx(
    UWord16 lsb;
    Word16 num_sfm;

#ifdef FIX_1483_PEAQ_VQ_ENC_MSAN_ERROR
    *n_sel_bands = 0;
    move16();
#endif

    IF( EQ_16( bwidth_fx, FB ) )
    {
@@ -112,10 +110,6 @@ Word16 hvq_pvq_bitalloc_fx(
        return 0;
    }

#ifndef FIX_1483_PEAQ_VQ_ENC_MSAN_ERROR
    *n_sel_bands = 0;
    move16();
#endif
    envSum = 0;
    move16();
    E_max = L_deposit_l( 0 );
+0 −1
Original line number Diff line number Diff line
@@ -86,7 +86,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_1483_PEAQ_VQ_ENC_MSAN_ERROR                 /* Eri: When no PVQ bands are selected in peaq_vq_enc, the number of bands is not initialized. */
#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 */