summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Buethe <jbuethe@amazon.de>2022-10-25 12:17:35 +0000
committerJan Buethe <jbuethe@amazon.de>2022-10-25 12:17:35 +0000
commit7421acc7e86f884133076c8e0f8a95956cea645e (patch)
treea249a36318eb316eae98b727ca23078b273c5310
parent6f734c3de0da8b6b73518ae0068ec2a079549603 (diff)
downloadopus-7421acc7e86f884133076c8e0f8a95956cea645e.tar.gz
added some prototypes to header file
-rw-r--r--celt/laplace.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/celt/laplace.h b/celt/laplace.h
index 46c14b5d..464db5f4 100644
--- a/celt/laplace.h
+++ b/celt/laplace.h
@@ -46,3 +46,7 @@ void ec_laplace_encode(ec_enc *enc, int *value, unsigned fs, int decay);
@return Value decoded
*/
int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay);
+
+
+int ec_laplace_decode_p0(ec_dec *dec, opus_uint16 p0, opus_uint16 decay);
+void ec_laplace_encode_p0(ec_enc *enc, int value, opus_uint16 p0, opus_uint16 decay); \ No newline at end of file