mirror of
https://github.com/xiph/opus.git
synced 2025-06-06 15:30:48 +00:00
Stereo decoding working again (fixed a few issues in the encoder at the same
time)
This commit is contained in:
parent
021478e252
commit
a4833ffada
4 changed files with 100 additions and 60 deletions
|
@ -77,9 +77,9 @@ const int pbank1[PBANDS128+2] = {0, 2, 4, 6, 8, 12, 20, 28, PITCH_END128, 128};
|
|||
#define NBANDS256 15
|
||||
#define PBANDS256 8
|
||||
#define PITCH_END256 88
|
||||
const int qbank3[NBANDS256+2] = {0, 4, 8, 12, 16, 24, 32, 40, 48, 56, 72, 88, 104, 126, 168, 232, 256};
|
||||
const int qbank3[NBANDS256+2] = {0, 4, 8, 12, 16, 24, 32, 40, 48, 56, 72, 88, 104, 136, 168, 232, 256};
|
||||
//const int pbank3[PBANDS256+2] = {0, 8, 16, 24, 40, PITCH_END256, 256};
|
||||
const int pbank3[PBANDS256+2] = {0, 4, 8, 12, 16, 24, 40, 56, PITCH_END128, 128};
|
||||
const int pbank3[PBANDS256+2] = {0, 4, 8, 12, 16, 24, 40, 56, PITCH_END256, 256};
|
||||
|
||||
const CELTMode mode0 = {
|
||||
128, /**< overlap */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue