bluez/sbc
Luiz Augusto von Dentz 98ebaa9932 sbc: detect when bitpool has changed
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.
2010-12-23 00:43:22 +02:00
..
formats.h Update copyright information 2010-01-01 17:08:17 -08:00
sbc_math.h Update Nokia copyrights 2010-01-07 01:11:05 -08:00
sbc_primitives_armv6.c sbc: ARMv6 optimized version of analysis filter for SBC encoder 2010-07-02 16:02:12 -03:00
sbc_primitives_armv6.h sbc: ARMv6 optimized version of analysis filter for SBC encoder 2010-07-02 16:02:12 -03:00
sbc_primitives_iwmmxt.c Add iwmmxt optimization for sbc for pxa series cpu 2010-11-18 18:50:20 +02:00
sbc_primitives_iwmmxt.h Add iwmmxt optimization for sbc for pxa series cpu 2010-11-18 18:50:20 +02:00
sbc_primitives_mmx.c sbc: added "cc" to the clobber list of mmx inline assembly 2010-11-11 15:06:41 +02:00
sbc_primitives_mmx.h Update Nokia copyrights 2010-01-07 01:11:05 -08:00
sbc_primitives_neon.c sbc: slightly faster 'sbc_calc_scalefactors_neon' 2010-07-02 16:02:07 -03:00
sbc_primitives_neon.h Update Nokia copyrights 2010-01-07 01:11:05 -08:00
sbc_primitives.c Add iwmmxt optimization for sbc for pxa series cpu 2010-11-18 18:50:20 +02:00
sbc_primitives.h sbc: new 'sbc_calc_scalefactors_j' function added to sbc primitives 2010-06-30 10:30:08 +03:00
sbc_tables.h Update Nokia copyrights 2010-01-07 01:11:05 -08:00
sbc.c sbc: detect when bitpool has changed 2010-12-23 00:43:22 +02:00
sbc.h Fix signedness of libsbc parameters 2010-06-30 11:57:25 +03:00
sbcdec.c sbc: Fix redundant null check on calling free() 2010-06-08 15:57:22 +08:00
sbcenc.c Fix signedness of libsbc parameters 2010-06-30 11:57:25 +03:00
sbcinfo.c Update Nokia copyrights 2010-01-07 01:11:05 -08:00
sbctester.c Update Nokia copyrights 2010-01-07 01:11:05 -08:00