update sbc stuff

This commit is contained in:
Lennart Poettering 2009-02-02 01:44:37 +01:00
parent 537424a9a9
commit a41d72bb2e
11 changed files with 1692 additions and 309 deletions

View file

@ -29,8 +29,6 @@
#define ASR(val, bits) ((-2 >> 1 == -1) ? \
((int32_t)(val)) >> (bits) : ((int32_t) (val)) / (1 << (bits)))
#define SCALE_OUT_BITS 15
#define SCALE_SPROTO4_TBL 12
#define SCALE_SPROTO8_TBL 14
#define SCALE_NPROTO4_TBL 11