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:
authorJan Buethe <jbuethe@amazon.de>2023-11-08 16:03:39 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-12-20 11:42:44 +0300
commit7d328f5bfaa321d823ff4d11b62d5357c99e0693 (patch)
tree873593e93c87a7b9b1de7f710696502737f1922b /silk/main.h
parent591c8bad70d8aa414729d1a243a6d930f64d6316 (diff)
Merge LACE/NoLACE under OSCE frameworkopus-ng-lace-integration5
Diffstat (limited to 'silk/main.h')
-rw-r--r--silk/main.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/silk/main.h b/silk/main.h
index c67775ef..cd576d8c 100644
--- a/silk/main.h
+++ b/silk/main.h
@@ -389,6 +389,10 @@ void silk_NLSF_decode(
/****************************************************/
/* Decoder Functions */
/****************************************************/
+opus_int silk_reset_decoder(
+ silk_decoder_state *psDec /* I/O Decoder state pointer */
+);
+
opus_int silk_init_decoder(
silk_decoder_state *psDec /* I/O Decoder state pointer */
);
@@ -413,6 +417,9 @@ opus_int silk_decode_frame(
#ifdef ENABLE_DEEP_PLC
LPCNetPLCState *lpcnet,
#endif
+#ifdef ENABLE_OSCE
+ OSCEModel *osce_model,
+#endif
int arch /* I Run-time architecture */
);