summaryrefslogtreecommitdiff
path: root/sbc/sbc_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbc/sbc_tables.h')
-rw-r--r--sbc/sbc_tables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbc/sbc_tables.h b/sbc/sbc_tables.h
index 3fd80e1..24a8bff 100644
--- a/sbc/sbc_tables.h
+++ b/sbc/sbc_tables.h
@@ -136,8 +136,6 @@ static const int32_t synmatrix8[16][8] = {
SN8(0xfb8e3130), SN8(0xf8275a10), SN8(0xfe70747c), SN8(0x06a6d988) }
};
-/* #define SBC_HIGH_PRECISION */
-
#ifdef SBC_HIGH_PRECISION
#define FIXED_A int64_t /* data type for fixed point accumulator */
#define FIXED_T int32_t /* data type for fixed point constants */