Commit 0e936801 authored by malenov's avatar malenov
Browse files

cleanup

parent 7383fe13
Loading
Loading
Loading
Loading
Loading
+8 −11
Original line number Diff line number Diff line
@@ -36,26 +36,23 @@

#ifndef OPTIONS_H
#define OPTIONS_H
//#define DEBUGGING /*allows message printed out during run time */
#ifdef DEBUGGING
#include "debug.h"
#endif

/* clang-format off */
  /* ################### Start compiler switches ######################## */

#define SUPPORT_JBM_TRACEFILE                   /* support for JBM tracefile, which is needed for 3GPP objective/subjective testing, but not relevant for real-world implementations */
/* ################### Start DEBUGGING switches ######################## */

/* #################### End compiler switches ######################### */

/* ################### Start compiler switches ######################## */
/*                                                                         */
#ifdef _MSC_VER
#pragma warning(disable:4310)     /* cast truncates constant value this affects mainly constants tables*/
#endif

/*#define WMOPS */                              /* Activate complexity and memory counters */
/*#define DEBUGGING*/                             /* Allows debugging message to be printed out during runtime */
#ifdef DEBUGGING
#include "debug.h"
#endif

#define SUPPORT_JBM_TRACEFILE                   /* Support for JBM tracefile, which is needed for 3GPP objective/subjective testing, but not relevant for real-world implementations */

/*#define WMOPS*/                                   /* Activate complexity and memory counters */
#ifdef WMOPS
/*#define WMOPS_PER_FRAME*/                     /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */
/*#define WMOPS_DETAIL*/                        /* Output detailed complexity printout for every function. Increases runtime overhead */