mirror of
https://github.com/xiph/opus.git
synced 2025-06-06 07:21:03 +00:00
oops, trying not to overflow the 64-bit max allocation.
This commit is contained in:
parent
f8dda66a8e
commit
43e224817c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ const int qpulses1[NBANDS128] = {7, 5, 5, 5, 4, 5, 4, 5, 5, 4, 2, 0, 0, 0,
|
|||
const int qpulses2[NBANDS128] = {28,24,20,16,24,20, 18, 12, 10, 10,-7, -4, 0, 0, 0};
|
||||
const int qpulses2s[NBANDS128] ={38,30,24,20,24,20, 18, 16, 14, 20,-20,-14, -8, -8, -5};
|
||||
|
||||
const int qpulses4s[NBANDS128] ={38,35,32,28,25,23, 21, 19, 20, 18,19,20, 20, 20, 18, 16, 16, 16};
|
||||
const int qpulses4s[NBANDS128] ={38,35,32,28,25,23, 21, 19, 20, 18,19,20, 20, 22, 16, 12, 10, 8};
|
||||
|
||||
//const int qpulses4s[NBANDS128] ={38,35,30,27,24,22, 21, 20, 22, 20,20,20, 20, 20, 14, 12, 12, 12};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue