Go to file
Siarhei Siamashka eb2d4570d3 sbc: ARMv6 optimized version of analysis filter for SBC encoder
The optimized filter gets enabled when the code is compiled
with -mcpu=/-march options set to target the processors which
support ARMv6 instructions. This code is also disabled when
NEON is used (which is a lot better alternative). For additional
safety ARM EABI is required and thumb mode should not be used.

Benchmarks from ARM11:

== 8 subbands ==

$ time ./sbcenc -b53 -s8 -j test.au > /dev/null

real    0m 35.65s
user    0m 34.17s
sys     0m 1.28s

$ time ./sbcenc.armv6 -b53 -s8 -j test.au > /dev/null

real    0m 17.29s
user    0m 15.47s
sys     0m 0.67s

== 4 subbands ==

$ time ./sbcenc -b53 -s4 -j test.au > /dev/null

real    0m 25.28s
user    0m 23.76s
sys     0m 1.32s

$ time ./sbcenc.armv6 -b53 -s4 -j test.au > /dev/null

real    0m 18.64s
user    0m 15.78s
sys     0m 2.22s
2010-07-02 16:02:12 -03:00
audio Fix the ALSA plugin to match the updated libsbc API 2010-06-30 11:57:39 +03:00
compat Remove extra spaces at end of line in compat dir 2010-05-07 01:47:50 +03:00
cups Update copyright information 2010-01-01 17:08:17 -08:00
doc Add new "Blocked" property to device objects 2010-05-17 17:32:26 +02:00
gdbus Fix parent path introspection data invalidation for multiple levels 2010-04-30 01:23:45 +03:00
input Fix redundant null check on calling free() 2010-06-08 15:57:25 +08:00
lib Fix sdp_get_supp_feat function 2010-06-18 11:12:36 +03:00
network Remove redundant information that is already present in DBG 2010-06-29 10:29:10 +03:00
plugins hciops: fix not checking all possible errors 2010-07-01 12:37:46 +03:00
sbc sbc: ARMv6 optimized version of analysis filter for SBC encoder 2010-07-02 16:02:12 -03:00
scripts Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
serial Move debug() to DBG() 2010-05-21 18:21:48 +02:00
src Fix the return value of read_device_alias 2010-07-02 13:22:07 -03:00
test Fix the output of the list command of test-device 2010-07-02 13:22:07 -03:00
tools hciattach: Fix the timeout handling code 2010-06-30 17:38:07 +03:00
tracer Add manual log to hcitrace 2010-05-21 10:44:29 +02:00
.gitignore Add udev scripts to .gitignore 2010-06-30 21:51:56 +03:00
acinclude.m4 Fix compilation when --enable-test is passed 2010-03-08 16:34:10 -08:00
AUTHORS Add missing author credits 2010-04-29 00:20:20 +02:00
bluez.pc.in Improve build system 2007-12-08 21:46:12 +00:00
bootstrap Add --automake option 2006-08-18 19:41:53 +00:00
bootstrap-configure Update configure checks for libcap-ng and libnl 2010-02-03 14:33:13 -08:00
ChangeLog Release 4.66 2010-06-12 21:20:59 +02:00
configure.ac Release 4.66 2010-06-12 21:20:59 +02:00
COPYING Remove new page characters 2008-08-14 22:56:25 +02:00
COPYING.LIB Remove new page characters 2008-08-14 22:56:25 +02:00
INSTALL Big cleanup of CVS relics 2005-10-29 19:25:42 +00:00
Makefile.am sbc: ARMv6 optimized version of analysis filter for SBC encoder 2010-07-02 16:02:12 -03:00
Makefile.tools Add manual log to hcitrace 2010-05-21 10:44:29 +02:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Update copyright information 2010-01-01 17:08:17 -08:00

BlueZ - Bluetooth protocol stack for Linux
******************************************

Copyright (C) 2000-2001  Qualcomm Incorporated
Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com>
Copyright (C) 2002-2010  Marcel Holtmann <marcel@holtmann.org>


Compilation and installation
============================

In order to compile Bluetooth utilities you need following software packages:
	- Linux Bluetooth protocol stack (BlueZ)
	- GCC compiler
	- D-Bus library
	- GLib library
	- USB library (optional)
	- Lexical Analyzer (flex, lex)
	- YACC (yacc, bison, byacc)

To configure run:
	./configure --prefix=/usr --mandir=/usr/share/man \
		--sysconfdir=/etc --localstatedir=/var --libexecdir=/lib

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install


Information
===========

Mailing lists:
	linux-bluetooth@vger.kernel.org

For additional information about the project visit BlueZ web site:
	http://www.bluez.org