Commit 818a3b00 authored by multrus's avatar multrus
Browse files

[cleanup] accept REVERT_ZERO_FLUSH_TRESH

parent 7d05445e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -169,7 +169,6 @@
/* any switch which is non-be wrt selection floating point code */
/* all switches in this category should start with "NONBE_" */

#define REVERT_ZERO_FLUSH_TRESH                               /* FhG: issue 1069: revert threshold value introduced with !1518 due to significant complexity increase*/ 
#define NONBE_FIX_1097_SBA_DTX_BRATE_SWITCHING_ENC            /* FhG: fix out-of-bound errors when switching from SID frame to active frame*/
#define NONBE_FIX_1110_STEREO_DTX_BRATE_SWITCHING             /* VA: issue 1110: fix encoder crash in the stereo DTX bitrate switching condition */
#define NONBE_1131_ACELP_OOB                                  /* VA: issue 1131: fix division-by-zero in acelp gain decoding caused by wrong length of buffer update when switching from HQ core to ACELP core */
+0 −4
Original line number Diff line number Diff line
@@ -51,11 +51,7 @@
#define SVD_MINIMUM_VALUE     1e-32f   /* minimum value                                                   */
#define CONVERGENCE_FACTOR    1.0e-04f /* factor for SVD convergence                                      */
#define SVD_MAX_NUM_ITERATION 75       /* maximum number of interations before exiting the SVD            */
#ifdef REVERT_ZERO_FLUSH_TRESH
#define SVD_ZERO_FLUSH_THRESHOLD 1.0e-20f
#else
#define SVD_ZERO_FLUSH_THRESHOLD 0.0f
#endif


/*-----------------------------------------------------------------------*