aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2015-11-08 23:34:56 +0300
committerDaniil Cherednik <dan.cherednik@gmail.com>2015-11-08 23:34:56 +0300
commit45ece99ceb29fd349cb86dfe19c3ce51818cf8d6 (patch)
treeba482c99a79a685f7b08bf3f8bef10981d662fa3
parentfce9ed7a4921b43c32ab012e17a18d67dcb23829 (diff)
downloadatracdenc-45ece99ceb29fd349cb86dfe19c3ce51818cf8d6.tar.gz
probably a bit more correct fixed alloc table
-rw-r--r--src/atrac/atrac1_bitalloc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/atrac/atrac1_bitalloc.cpp b/src/atrac/atrac1_bitalloc.cpp
index 740e0c4..d43d9ef 100644
--- a/src/atrac/atrac1_bitalloc.cpp
+++ b/src/atrac/atrac1_bitalloc.cpp
@@ -10,9 +10,9 @@ using std::cerr;
using std::endl;
static const uint32_t FixedBitAllocTableLong[MAX_BFUS] = {
- 6, 7, 7, 6, 6, 6, 6, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6,
- 6, 6, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 4, 4, 5,
- 5, 4, 4, 3, 3, 3, 3, 2, 0, 0, 0, 0, 0, 0, 0
+ 7, 7, 7, 6, 6, 6, 6, 6, 6, 6, 6, 5, 5, 5, 5, 5, 5, 5, 5, 6,
+ 6, 6, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4,
+ 4, 4, 3, 3, 3, 3, 3, 3, 2, 2, 2, 1, 1, 0, 0, 0
};
//returns 1 for tone-like, 0 - noise-like