summaryrefslogtreecommitdiff
path: root/silk/main.h
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-09-28 15:44:53 -0400
committerGregory Maxwell <greg@xiph.org>2011-09-28 16:28:18 -0400
commit59647fdb655bf6dc363c155b23bc817d195dc17d (patch)
tree38ba24728a3b3d35ad6fcb46203282c9a6d49a1d /silk/main.h
parentafc8d53b1b1d4a740551b3bbf8c2ac45061786ed (diff)
downloadopus-59647fdb655bf6dc363c155b23bc817d195dc17d.tar.gz
Misc. silk/ cleanups: static inline things which are only used in one file.
Diffstat (limited to 'silk/main.h')
-rw-r--r--silk/main.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/silk/main.h b/silk/main.h
index c3178ba4..c30c63ff 100644
--- a/silk/main.h
+++ b/silk/main.h
@@ -268,12 +268,6 @@ opus_int silk_VAD_Init( /* O Return value, 0 if
silk_VAD_state *psSilk_VAD /* I/O Pointer to Silk VAD state */
);
-/* Silk VAD noise level estimation */
-void silk_VAD_GetNoiseLevels(
- const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies */
- silk_VAD_state *psSilk_VAD /* I/O Pointer to Silk VAD state */
-);
-
/* Get speech activity level in Q8 */
opus_int silk_VAD_GetSA_Q8( /* O Return value, 0 if success */
silk_encoder_state *psEncC, /* I/O Encoder state */