Commit cd6e0986 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_BASOP_2324_MISSING_SET_TO_ZERO

parent 689a8e68
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -87,7 +87,6 @@
#define FIX_2255_ISAR_RENDER_POSES                      /* VA: issue 2255: fix missing check in isar_render_poses() */
#define FIX_1904_HARM_GSC_ENC                           /* VA: #1904 Harmonization of EVS and IVAS GSC code */
#define FIX_1478_UNINIT_ON_BFI                          /* VA: Fix issue 1478 where a vector is partly un-initialized during bfi */
#define FIX_BASOP_2324_MISSING_SET_TO_ZERO              /* Nokia: basop issue 2324: Fix issue by setting the exponent to zero where it should be */
#define FIX_BASOP_2326_WRONG_SIG_LENGTH                 /* Nokia: basop issue 2326: Fix issue by using correct signal length in multiple places */
#define FIX_BASOP_2327_WRONG_LOOP_END                   /* Nokia: basop inssue 2327: Correct loop end to solve MSAN error */
#define FIX_BASOP_2328_MSAN_WRONG_ASSIGNMENT            /* Nokia: basop issue 2328: Fix MSAN error by correcting the variable assignment */
+0 −2
Original line number Diff line number Diff line
@@ -1021,14 +1021,12 @@ void ivas_mcmasa_param_est_enc_fx(
            move32();
            hMcMasa->direction_vector_m_fx[2][block_m_idx][band_m_idx] = 0;
            move32();
#ifdef FIX_BASOP_2324_MISSING_SET_TO_ZERO
            hMcMasa->direction_vector_e[0][block_m_idx][band_m_idx] = 0;
            move16();
            hMcMasa->direction_vector_e[1][block_m_idx][band_m_idx] = 0;
            move16();
            hMcMasa->direction_vector_e[2][block_m_idx][band_m_idx] = 0;
            move16();
#endif
        }

        /* Reset variable */