From e6d7c08464dcbec30be26a4196a3bc0b1288a711 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Fri, 19 Nov 2010 14:43:05 -0500 Subject: [PATCH] Minor tuning to the last band --- libcelt/modes.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libcelt/modes.c b/libcelt/modes.c index f2af6f2a..c9902b35 100644 --- a/libcelt/modes.c +++ b/libcelt/modes.c @@ -76,10 +76,10 @@ static const unsigned char band_allocation[] = { 118,110,103, 93, 86, 80, 75, 70, 65, 59, 53, 47, 40, 31, 23, 15, 4, 0, 0, 0, 0, 126,119,112,104, 95, 89, 83, 78, 72, 66, 60, 54, 47, 39, 32, 25, 17, 12, 1, 0, 0, 134,127,120,114,103, 97, 91, 85, 78, 72, 66, 60, 54, 47, 41, 35, 29, 23, 16, 10, 1, -144,137,130,124,113,107,101, 95, 88, 82, 76, 70, 64, 57, 51, 45, 39, 33, 26, 20, 2, -152,145,138,132,123,117,111,105, 98, 92, 86, 80, 74, 67, 61, 55, 49, 43, 36, 30, 4, -172,165,158,152,143,137,131,125,118,112,106,100, 94, 87, 81, 75, 69, 63, 56, 50, 12, -200,200,200,200,200,200,200,200,198,193,188,183,178,173,168,163,158,153,148,143,138, +144,137,130,124,113,107,101, 95, 88, 82, 76, 70, 64, 57, 51, 45, 39, 33, 26, 20, 1, +152,145,138,132,123,117,111,105, 98, 92, 86, 80, 74, 67, 61, 55, 49, 43, 36, 30, 1, +172,165,158,152,143,137,131,125,118,112,106,100, 94, 87, 81, 75, 69, 63, 56, 50, 15, +200,200,200,200,200,200,200,200,198,193,188,183,178,173,168,163,158,153,148,143,120, }; #endif