#define SUPPORT_JBM_TRACEFILE /* support for JBM tracefile, which is needed for 3GPP objective/subjective testing, but not relevant for real-world implementations */
#define RAM_COUNTING_TOOL /* tool to automatically count the dynamically alocated static memory consumption */
#define RAM_ANALYSIS
/* #################### End compiler switches ######################### */
@@ -56,6 +55,7 @@
/*#define WMOPS_PER_FRAME*//* Output complexity in WMOPS per frame to the file "res/wmops" (one float value per frame) */
/*#define WMOPS_DETAIL*//* Activate complexity detail printout for every function. Increases runtime overhead */
/*#define WMOPS_WC_FRAME_ANALYSIS*//* Output WMOPS analysis for worst case frame */
/*#define RAM_ANALYSIS*//* Output memory allocated with count_malloc each frame. Can be parsed and plotted with scripts/mem_analysis.m */