- work on evs decoder

This commit is contained in:
2020-06-15 15:40:54 +03:00
parent 9ec2f734d8
commit 46c355e29a
661 changed files with 173606 additions and 252743 deletions

16
src/libs/libevs/lib_com/options.h Executable file → Normal file
View File

@@ -1,22 +1,16 @@
/*====================================================================================
EVS Codec 3GPP TS26.442 Apr 03, 2018. Version 12.11.0 / 13.6.0 / 14.2.0
EVS Codec 3GPP TS26.443 Nov 13, 2018. Version 12.11.0 / 13.7.0 / 14.3.0 / 15.1.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 ######################## */
/* */
/* #################### End compiler switches ######################### */
#endif /* OPTIONS_H */
#endif