ref: 4aa1b8df26d36867c87ddb7c35f84adb83721780
parent: 20639c416c76d9213559bf1f681ec57b817c08a4
author: Jean-Marc Valin <[email protected]>
date: Wed May 19 18:02:02 EDT 2010
Most 5ms bands now have even width
--- a/libcelt/modes.c
+++ b/libcelt/modes.c
@@ -114,7 +114,7 @@
};
#endif
-static const celt_int16 eband5ms[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 17, 20, 23, 27, 33, 40, 48, 60, 78, 100};
+static const celt_int16 eband5ms[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 16, 20, 24, 28, 34, 40, 48, 60, 78, 100};
static celt_int16 *compute_ebands(celt_int32 Fs, int frame_size, int res, int *nbEBands)
{