Commit 05e03673 authored by Vidhya V P's avatar Vidhya V P
Browse files

Made modificatios in macro definitions

[x] SBA_BR_SWITCHING_2 should also be defined if SBA_BR_SWITCHIN_RECONFIG is
defined ,as they are dependent macros.
parent 2a68f39b
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -151,9 +151,15 @@
#define FIX_EFAP_MATH                                   /* fix for EFAP: remove angle quantization and a bug in polygon lookup causing incorrect gains. minor tweak for ALLRAD. non-BE for modes using EFAP */
#define FIX_124_DONT_ALLOC_PLCINFO_IN_IVAS              /* Issue 124: do not allocate unused plc struct in IVAS modes which is only used in EVS mono */
#define FIX_MCT_PLC_RECOVERY                            /* Issue 184: scale the old synthesis part correctly in the first good frame after lost frames in MCT modes - to be activated after previous switch is merged */
#define SBA_BR_SWITCHING_2                              /* Issue 114: Changes for sba bit rate switching with reconfigurations*/
#define SBA_BR_SWITCHING_RECONFIG                       /* Issue 114: Changes for SBA bitrate switching with reconfiguration for bitrates with different number of transport channels*/
#ifdef SBA_BR_SWITCHING_RECONFIG
#define SBA_BR_SWITCHING_2                              /* Issue 114: Changes for SBA bit rate switching with reconfiguration for bitrates with same number of transport channels*/
#endif
#ifndef SBA_BR_SWITCHING_2
#define SBA_BR_SWITCHING_2                              /* Issue 114: Changes for SBA bit rate switching with reconfiguration for bitrates with same number of transport channels*/
#endif
#define SBA_BR_SWITCHING                                /* Issue 114: Changes for sba bit rate switching*/
#define SBA_BR_SWITCHING_RECONFIG                       /* Issue 114: Changes for SBA bitrate switching with reconfiguration for bitrates with different transport channels*/

#define FIX_AGC_WINFUNC_MEMORY                          /* Issue 62: lower agc_com.winFunc memory consumption */
#define FIX_ITD                                         /* Contribution 16: TD renderer ITD improvement and code cleanup */
#define REMOVE_SID_HARM_LEFTOVERS                       /* Issue 192: remove leftovers from the SID bitrate harmonization */