Commit c1c1eb51 authored by Arthur Tritthart's avatar Arthur Tritthart
Browse files

encapsulated changes in two macros: FIX_ISSUE_19666_PHASE_DIFF andf FIX_ISSUE_1966_F0_32BIT

parent c95b6c7b
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -133,8 +133,11 @@
#define FIX_1521_SBA_LOUDNESS_STEREO                    /* FhG: issue 1521: Fix loudness for SBA to stereo rendering */
#define FIX_1559                                        /* Eri/FhG: fix for Issue 1559 in FD CNG with bitrate/bw switching */

/*#define FIX_ISSUE_1966*/                              /* FhG: Basop issue 1966: shift phase range to [-2PI..+2PI[, handle 4 quadrants */
                                                        /* FhG: Basop issue 1966: use 32-bit variables for F0 and thresholdModification */
/* Macros for issue 1966 are independent, phase diff is always BE for EVS_MONO */
/* The changes for F0+thdModification are mainly for IVAS better float compatibility, */
/* for EVS_MONO, all is kept BE. */
#define FIX_ISSUE_1966_PHASE_DIFF                       /* FhG: Basop issue 1966: shift phase range to [-2PI..+2PI[, handle 4 quadrants */
#define FIX_ISSUE_1966_F0_32BIT                         /* FhG: Basop issue 1966: use 32-bit variables for F0 and thresholdModification */
/* ##################### End NON-BE switches ########################### */

/* ################## End MAINTENANCE switches ######################### */
+238 −42

File changed.File mode changed from 100644 to 100755.

Preview size limit exceeded, changes collapsed.

+35 −2

File changed.File mode changed from 100644 to 100755.

Preview size limit exceeded, changes collapsed.