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:
authorKoen Vos <koen.vos@skype.net>2011-10-06 21:38:26 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2011-10-06 21:38:26 +0400
commit888756691836ca8ce419a870a768f910330fb9d1 (patch)
tree9cf2a47be95f56c4c71dc49cdf7da7fdd9cb6bb9 /silk/main.h
parent480ba7034810fec56625dcd9ceeeb01d75c8d755 (diff)
SILK update
Simplifies mono/stereo switching in SILK Fixes a quantization mismatch between encoder and decoder Constrains the pitch lags in the same way in the encoder and decoder
Diffstat (limited to 'silk/main.h')
-rw-r--r--silk/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/silk/main.h b/silk/main.h
index c30c63ff..d7ed22ce 100644
--- a/silk/main.h
+++ b/silk/main.h
@@ -54,6 +54,7 @@ void silk_stereo_LR_to_MS(
opus_int32 mid_side_rates_bps[], /* O Bitrates for mid and side signals */
opus_int32 total_rate_bps, /* I Total bitrate */
opus_int prev_speech_act_Q8, /* I Speech activity level in previous frame */
+ opus_int toMono, /* I Last frame before a stereo->mono transition */
opus_int fs_kHz, /* I Sample rate (kHz) */
opus_int frame_length /* I Number of samples */
);