#define SUPPORT_JBM_TRACEFILE /* support for JBM tracefile, which is needed for 3GPP objective/subjective testing, but not relevant for real-world implementations */
#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 */