#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 */
//#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 */
@@ -153,3 +153,7 @@
#define FIX_881_HILBERT_FILTER /* VA: improve the precision of the Hilbert filter to remove 2kHz unwanted tone */
#endif
#define FIX_MINOR_SVD_WMOPS_MR1010X /* FhG: Minor WMOPS tuning, bit-exact to previous version, saves about 8.2 WMOPS for MR1010 */
#define FIX_1072_SPEEDUP_gainpanning /* FhG: WMOPS tuning, in development*/