Commit 0c572264 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_1543_MID_LSF_BITS

parent 0ea98b95
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -102,7 +102,6 @@
/* any switch which is non-be wrt. TS 26.251 V3.0 */

#define FIX_BASOP_2486_HQ_FINE_GAIN_ALIGNMENT           /* Eri: Basop issue 2486: IVAS BASOP used calculations with truncation, EVS BASOP used rounding. This aligns the use of a table lookup. */
#define FIX_1543_MID_LSF_BITS                           /* VA: float issue 1543: Resolve "MSAN: use-of-uninitialized-value in lib_enc/lsf_enc.c:262:5 for EVS encoder" */
#define FIX_2488_PREVENT_NEG_PITCH                      /* VA: Fix for 2488, use saturation to prevent possible wrap-around, thus negative pitch values */
#define FIX_1547_ISMDTX_HANDLE                          /* VA: float issue 1547: fix use of 'hISMDTX' handle */
#define FIX_1540_EXPOSE_PT_IN_RTP_HEADER_API            /* Expose Payload Type setting in RTP Header */
+0 −2
Original line number Diff line number Diff line
@@ -549,10 +549,8 @@ ivas_error acelp_core_enc_fx(
        move16();
        uc_two_stage_flag = 0;
        move16();
#ifdef FIX_1543_MID_LSF_BITS
        st->acelp_cfg.mid_lsf_bits = -1;
        move16();
#endif

        test();
        IF( !nelp_mode && !ppp_mode )