summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/silk/API.h
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2019-01-04 02:01:18 -0600
committerSolomon Peachy <pizza@shaftnet.org>2021-04-23 14:23:04 +0000
commit14c6bb798d6bebc80f07e863236adbaf8d156a9c (patch)
tree551a4b641906c2626af844fa3239c1b2b1ff0ad3 /lib/rbcodec/codecs/libopus/silk/API.h
parent75d93937965ec4df70d37df6d4feea04577c996b (diff)
downloadrockbox-14c6bb798d6bebc80f07e863236adbaf8d156a9c.tar.gz
rockbox-14c6bb798d6bebc80f07e863236adbaf8d156a9c.zip
Sync opus codec to upstream git
Change-Id: I0cfcc0005c4ad7bfbb1aaf454188ce70fb043dc1
Diffstat (limited to 'lib/rbcodec/codecs/libopus/silk/API.h')
-rw-r--r--lib/rbcodec/codecs/libopus/silk/API.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/rbcodec/codecs/libopus/silk/API.h b/lib/rbcodec/codecs/libopus/silk/API.h
index f0601bcf6b..4d90ff9aa3 100644
--- a/lib/rbcodec/codecs/libopus/silk/API.h
+++ b/lib/rbcodec/codecs/libopus/silk/API.h
@@ -80,7 +80,8 @@ opus_int silk_Encode( /* O Returns error co
80 opus_int nSamplesIn, /* I Number of samples in input vector */ 80 opus_int nSamplesIn, /* I Number of samples in input vector */
81 ec_enc *psRangeEnc, /* I/O Compressor data structure */ 81 ec_enc *psRangeEnc, /* I/O Compressor data structure */
82 opus_int32 *nBytesOut, /* I/O Number of bytes in payload (input: Max bytes) */ 82 opus_int32 *nBytesOut, /* I/O Number of bytes in payload (input: Max bytes) */
83 const opus_int prefillFlag /* I Flag to indicate prefilling buffers no coding */ 83 const opus_int prefillFlag, /* I Flag to indicate prefilling buffers no coding */
84 int activity /* I Decision of Opus voice activity detector */
84); 85);
85 86
86/****************************************/ 87/****************************************/
@@ -111,7 +112,8 @@ opus_int silk_Decode( /* O Returns error co
111 opus_int newPacketFlag, /* I Indicates first decoder call for this packet */ 112 opus_int newPacketFlag, /* I Indicates first decoder call for this packet */
112 ec_dec *psRangeDec, /* I/O Compressor data structure */ 113 ec_dec *psRangeDec, /* I/O Compressor data structure */
113 opus_int16 *samplesOut, /* O Decoded output speech vector */ 114 opus_int16 *samplesOut, /* O Decoded output speech vector */
114 opus_int32 *nSamplesOut /* O Number of samples decoded */ 115 opus_int32 *nSamplesOut, /* O Number of samples decoded */
116 int arch /* I Run-time architecture */
115); 117);
116 118
117#if 0 119#if 0