Commit 35a68179 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch '1010-complexity-high-complexity-overhead-for-parammc-decoding' into 'main'

Issue #1010 : Add output normalization and x==0 handling to BASOP_Util_Inv32... [allow regression]

See merge request !811
parents 326b0ee0 eebf398b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -128,4 +128,10 @@
#define FIX_ISSUE_1209                          /* Ittiam: Fix for issue 1209: Assertion exit in BASOP encoder (stereo_dmx_evs)*/
#define IVAS_ISSUE_1188_EVS_CRASH               /* Ittiam: Fix for issue 1188: Issue due to ASAN */
#define FIX_ISSUE_1155                          /* Ittiam: Fix for issue 1155: Encoder crash for Stereo at 32kbps in PostShortTerm_ivas_enc_fx()*/
#define FIX_1010_OPT_DIV                        /* FhG: SVD complexity optimizations (non-be) */
#define FIX_1010_OPT_SINGLE_RESCALE             /* FhG: SVD complexity optimizations (non-be) */
#define FIX_1010_OPT_GIVENS                     /* FhG: SVD complexity optimizations (non-be) */
#define FIX_1010_OPT_GIVENS_INV                 /* FhG: SVD complexity optimizations (non-be) */
#define FIX_1010_OPT_NORM_NOSAT                 /* FhG: SVD complexity optimizations (non-be) */
#define FIX_1010_OPT_SEC_SINGLE_RESCALE         /* FhG: SVD complexity optimizations (non-be) */
#endif
+445 −30

File changed.

Preview size limit exceeded, changes collapsed.