Commit 4b118fbb authored by Gregory Pallone's avatar Gregory Pallone
Browse files

wrapping MINUS_ONE_IN_Q31

parent 689e0beb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -49,6 +49,9 @@
#define SVD_ZERO_FLUSH_THRESHOLD_FX ( 0 )
#define CONVERGENCE_FACTOR_FX       214748 /* factor for SVD convergence (as per latest float code: 1.0e-04f) */

#ifndef FIX_1548_HARMONIZE_NON_DIEGETIC_PANNING_LAW
#define MINUS_ONE_IN_Q31 ( -2147483647 - 1 )
#endif

/*-----------------------------------------------------------------------*
 * Local function prototypes