aboutsummaryrefslogtreecommitdiff
path: root/silk/control.h
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2024-03-12 17:24:49 +0000
committerSadaf Ebrahimi <sadafebrahimi@google.com>2024-03-12 17:39:01 +0000
commit15c162f4666fec92509f7c8ea62308e2234a6067 (patch)
tree9f47d34cae17b90863bad0b94e6c9b3edd7b2b39 /silk/control.h
parente42fff9d341bc5cc34c7d9dfa1950fd97f7ff77b (diff)
parent23d4b31de15a723716f9fde5ec736773f2e1aa2e (diff)
downloadlibopus-15c162f4666fec92509f7c8ea62308e2234a6067.tar.gz
Upgrade libopus to v1.5
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/libopus For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I5e8ccb33e729bd87984107ac9fc99987d8ff79f4
Diffstat (limited to 'silk/control.h')
-rw-r--r--silk/control.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/silk/control.h b/silk/control.h
index b76ec33c..f5633e62 100644
--- a/silk/control.h
+++ b/silk/control.h
@@ -77,6 +77,9 @@ typedef struct {
/* I: Flag to enable in-band Forward Error Correction (FEC); 0/1 */
opus_int useInBandFEC;
+ /* I: Flag to enable in-band Deep REDundancy (DRED); 0/1 */
+ opus_int useDRED;
+
/* I: Flag to actually code in-band Forward Error Correction (FEC) in the current packet; 0/1 */
opus_int LBRR_coded;
@@ -141,6 +144,14 @@ typedef struct {
/* O: Pitch lag of previous frame (0 if unvoiced), measured in samples at 48 kHz */
opus_int prevPitchLag;
+
+ /* I: Enable Deep PLC */
+ opus_int enable_deep_plc;
+
+#ifdef ENABLE_OSCE
+ /* I: OSCE method */
+ opus_int osce_method;
+#endif
} silk_DecControlStruct;
#ifdef __cplusplus