Loading lib_com/options.h +5 −1 Original line number Diff line number Diff line Loading @@ -134,10 +134,14 @@ /* #################### End DEBUGGING switches ############################ */ /* keep as part of options.h */ #define BASOP_NOGLOB /* Disable global symbols in BASOPs, Overflow/Carry in BASOPs disabled, additional BASOPs in case of Overflow */ /* ################# Start BE DEVELOPMENT switches ######################## */ /* only BE switches wrt operation points tested in selection */ #define BASOP_NOGLOB /* Disable global symbols in BASOPs, Overflow/Carry in BASOPs disabled, additional BASOPs in case of Overflow */ /*#define FIX_I4_OL_PITCH*/ /* fix open-loop pitch used for EVS core switching */ Loading Loading
lib_com/options.h +5 −1 Original line number Diff line number Diff line Loading @@ -134,10 +134,14 @@ /* #################### End DEBUGGING switches ############################ */ /* keep as part of options.h */ #define BASOP_NOGLOB /* Disable global symbols in BASOPs, Overflow/Carry in BASOPs disabled, additional BASOPs in case of Overflow */ /* ################# Start BE DEVELOPMENT switches ######################## */ /* only BE switches wrt operation points tested in selection */ #define BASOP_NOGLOB /* Disable global symbols in BASOPs, Overflow/Carry in BASOPs disabled, additional BASOPs in case of Overflow */ /*#define FIX_I4_OL_PITCH*/ /* fix open-loop pitch used for EVS core switching */ Loading