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 <koenvos@users.noreply.github.com>2016-06-01 08:14:32 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-07-19 23:11:09 +0300
commitf06774c64072e09936e262a1bfbad54b9a15e42f (patch)
tree35b4987df71d511c9ef7a9f612f1b72cc798ab88 /silk/main.h
parent07691f15d428ce56b4f7ddb4fcf6df2d703cb83f (diff)
more conservative scaling of LTP corrs; remove assert that checks for negative residual energy; discard CB entries leading to such negative energies
Diffstat (limited to 'silk/main.h')
-rw-r--r--silk/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/main.h b/silk/main.h
index 14229b04..94315b47 100644
--- a/silk/main.h
+++ b/silk/main.h
@@ -210,7 +210,7 @@ void silk_quant_LTP_gains(
opus_int8 *periodicity_index, /* O Periodicity Index */
opus_int *pred_gain_dB_Q7, /* O LTP prediction gain */
const opus_int32 XX_Q17[ MAX_NB_SUBFR*LTP_ORDER*LTP_ORDER ], /* I Correlation matrix in Q18 */
- const opus_int32 xX_Q17[ MAX_NB_SUBFR*LTP_ORDER*LTP_ORDER ], /* I Correlation vector in Q18 */
+ const opus_int32 xX_Q17[ MAX_NB_SUBFR*LTP_ORDER ], /* I Correlation vector in Q18 */
const opus_int subfr_len, /* I Number of samples per subframe */
const opus_int nb_subfr, /* I Number of subframes */
int arch /* I Run-time architecture */