Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-12-15 00:54:07 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-03-06 03:00:01 +0400
commit3e4afc6fd2b03616db34098d5131f7f1bd3c0e32 (patch)
tree7edf577714b071f2d08a29ffb7c128bdb35a6c80 /silk/define.h
parent9cca20aaafe487acc2da1912f77b35de70358640 (diff)
Removes a number of macro definitions which are used nowhere in the codebase.
Diffstat (limited to 'silk/define.h')
-rw-r--r--silk/define.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/silk/define.h b/silk/define.h
index 3dc35959..fbcc6a55 100644
--- a/silk/define.h
+++ b/silk/define.h
@@ -179,11 +179,6 @@ extern "C"
# define NSQ_LPC_BUF_LENGTH DECISION_DELAY
#endif
-/***********************/
-/* High pass filtering */
-/***********************/
-#define HIGH_PASS_INPUT 1
-
/***************************/
/* Voice activity detector */
/***************************/