mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
update sbc stuff
This commit is contained in:
parent
537424a9a9
commit
a41d72bb2e
11 changed files with 1692 additions and 309 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue