Commit 526d6f05 authored by Manuel Jander's avatar Manuel Jander
Browse files

Fix issue 1378 (invalid read access)

parent 8b28a8da
Loading
Loading
Loading
Loading

diff

0 → 100644
+1068 −0

File added.

Preview size limit exceeded, changes collapsed.

+3 −0
Original line number Diff line number Diff line
@@ -69,6 +69,9 @@

#define FIX_867_CLDFB_NRG_SCALE


#define FIX_1378_ACELP_OUT_OF_BOUNDS

/* Note: each compile switch (FIX_1101_...) is independent from the other ones */
#define FIX_1101_IVAS_SPAR_DEC_UPMIXER_SF_USE_MADD_ADD_WEIGHTS  /* FhG: Defines 1.0f-weight variables, uses Madd operation instead of L_add_sat */
#define FIX_1101_IVAS_SPAR_DEC_UPMIXER_SF_SPLIT_LOOPS           /* FhG: Splits single loop with IF-statements into two low-complex loops */