From bad42a7d056a1e3d62942f9e1d15284ad68634b8 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Wed, 1 Dec 2010 14:54:10 -0500 Subject: [PATCH] Better tuning for 5 ms frames --- libcelt/rate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcelt/rate.c b/libcelt/rate.c index 5e0d7645..8d587cda 100644 --- a/libcelt/rate.c +++ b/libcelt/rate.c @@ -289,7 +289,7 @@ int compute_allocation(const CELTMode *m, int start, int end, int *offsets, int thresh[j] = 2*(C*(m->eBands[j+1]-m->eBands[j])<>3; /* Tilt of the allocation curve */ for (j=start;jeBands[j+1]-m->eBands[j])*(alloc_trim-2-2*LM)*(m->nbEBands-j-1) + trim_offset[j] = C*(m->eBands[j+1]-m->eBands[j])*(alloc_trim-5-LM)*(m->nbEBands-j-1) <<(LM+BITRES)>>6; lo = 0;