mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 13:14:14 +08:00
98ebaa9932
A2DP spec allow bitpool changes midstream which is why sbc configuration has a range of values for bitpool that the encoder can use and decoder must support. Bitpool changes do not affect the state of encoder/decoder so they don't need to be reinitialize when this happens, so the impact is fairly small, what it does change is the frame length so encoders may change the bitpool to use the link more efficiently. |
||
---|---|---|
.. | ||
formats.h | ||
sbc_math.h | ||
sbc_primitives_armv6.c | ||
sbc_primitives_armv6.h | ||
sbc_primitives_iwmmxt.c | ||
sbc_primitives_iwmmxt.h | ||
sbc_primitives_mmx.c | ||
sbc_primitives_mmx.h | ||
sbc_primitives_neon.c | ||
sbc_primitives_neon.h | ||
sbc_primitives.c | ||
sbc_primitives.h | ||
sbc_tables.h | ||
sbc.c | ||
sbc.h | ||
sbcdec.c | ||
sbcenc.c | ||
sbcinfo.c | ||
sbctester.c |