Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcelt/vq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcelt/vq.c b/libcelt/vq.c
index 2a65628..22aa03b 100644
--- a/libcelt/vq.c
+++ b/libcelt/vq.c
@@ -68,7 +68,7 @@ static void exp_rotation1(celt_norm *X, int len, int stride, celt_word16 c, celt
static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread)
{
- static const int SPREAD_FACTOR[3]={5,10,15};
+ static const int SPREAD_FACTOR[3]={15,10,5};
int i;
celt_word16 c, s;
celt_word16 gain, theta;