Skip to content
Snippets Groups Projects
Commit 4aa1b8df authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Most 5ms bands now have even width

parent 20639c41
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ static const unsigned char band_allocation[BARK_BANDS*BITALLOC_SIZE] =
};
#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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment