- reference source code for EVS codec

This commit is contained in:
2018-11-30 13:09:22 +02:00
parent 8c16c048dc
commit 94465da48e
422 changed files with 288315 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
/*====================================================================================
EVS Codec 3GPP TS26.442 Apr 03, 2018. Version 12.11.0 / 13.6.0 / 14.2.0
====================================================================================*/
#ifndef OPTIONS_H
#define OPTIONS_H
#include "stl.h"
/* ################### Start compiler switches ######################## */
/* */
#ifdef _MSC_VER
#pragma warning(disable:4310) /* cast truncates constant value this affects mainly constants tables*/
#endif
#define SUPPORT_JBM_TRACEFILE /* support for JBM tracefile, which is needed for 3GPP objective/subjective testing, but not relevant for real-world implementations */
/* */
/* ##################### End compiler switches ######################## */
#endif /* OPTIONS_H */