Loading lib_com/env_stab.c +3 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,9 @@ #include "prot.h" #include "rom_com.h" #include "wmc_auto.h" #ifdef FIX_594_STL_INCLUDE #include "stl.h" #endif #ifdef DEBUGGING #include "assert.h" #endif Loading lib_com/options.h +1 −2 Original line number Diff line number Diff line Loading @@ -197,8 +197,8 @@ #define TD_TDREND_FIX_NULLPTR_ACCESS /* FhG: avoid nullptr access in ivas_rend_TDObjRendOpen */ #define TD_REND_FIX_DIV_BY_ZERO /* FhG: avoid division by zero in sincResample fn */ #define RENAME_GWLPR /* FhG: Rename clashing symbol */ #define SPLIT_REND_WITH_HEAD_ROT /* Dlb,FhG: Split Rendering contributions 21 and 35 */ #define FIX_594_STL_INCLUDE /* FhG: issue 594: Missing include of stl.h */ #define FIX_619_ADD_UNDEF_VAL_FOR_CONCEALMENT_MODE /* FhG: fix usan error */ #define FIX_622_SILENCE_USAN_WARNING /* FhG: silenceusan warning in ifft code */ Loading @@ -211,7 +211,6 @@ /* all switches in this category should start with "CR_" */ #define CR_FIX_585_MASA_2TC_DTX_EXT /* Nokia: issue 585: fixes transition artifacts in MASA 2TC DTX by applying correct condition */ /* ##################### End NON-BE CR switches ########################### */ Loading Loading
lib_com/env_stab.c +3 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,9 @@ #include "prot.h" #include "rom_com.h" #include "wmc_auto.h" #ifdef FIX_594_STL_INCLUDE #include "stl.h" #endif #ifdef DEBUGGING #include "assert.h" #endif Loading
lib_com/options.h +1 −2 Original line number Diff line number Diff line Loading @@ -197,8 +197,8 @@ #define TD_TDREND_FIX_NULLPTR_ACCESS /* FhG: avoid nullptr access in ivas_rend_TDObjRendOpen */ #define TD_REND_FIX_DIV_BY_ZERO /* FhG: avoid division by zero in sincResample fn */ #define RENAME_GWLPR /* FhG: Rename clashing symbol */ #define SPLIT_REND_WITH_HEAD_ROT /* Dlb,FhG: Split Rendering contributions 21 and 35 */ #define FIX_594_STL_INCLUDE /* FhG: issue 594: Missing include of stl.h */ #define FIX_619_ADD_UNDEF_VAL_FOR_CONCEALMENT_MODE /* FhG: fix usan error */ #define FIX_622_SILENCE_USAN_WARNING /* FhG: silenceusan warning in ifft code */ Loading @@ -211,7 +211,6 @@ /* all switches in this category should start with "CR_" */ #define CR_FIX_585_MASA_2TC_DTX_EXT /* Nokia: issue 585: fixes transition artifacts in MASA 2TC DTX by applying correct condition */ /* ##################### End NON-BE CR switches ########################### */ Loading