shithub: opus

Download patch

ref: ae319fe66bd70718336abcba8eb051e9d5a19d03
parent: eea914cb888209811e6d8f4b58f4f1224f913594
author: Jean-Marc Valin <[email protected]>
date: Mon Sep 13 05:46:54 EDT 2010

Using 6 steps in allocation interpolation

--- a/libcelt/rate.c
+++ b/libcelt/rate.c
@@ -135,7 +135,7 @@
 #endif /* !STATIC_MODES */
 
 
-#define ALLOC_STEPS 3
+#define ALLOC_STEPS 6
 
 static inline void interp_bits2pulses(const CELTMode *m, int start, int end, int *bits1, int *bits2, int total, int *bits, int *ebits, int *fine_priority, int len, int _C, int LM)
 {