index
:
~jprvita/bluez
fixes
master
Bluetooth protocol stack for Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbc
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-11
Avoid direct inclusion of malloc.h
Marcel Holtmann
1
-1
/
+0
2008-03-08
rollback an unintended commit on Makefile.am
Brad Midgley
1
-1
/
+2
2008-03-08
Cidorvan found another place where the spec had us saving a bunch of values
Brad Midgley
2
-26
/
+14
2008-03-06
decoder optimization, now using nested multiply calls
Brad Midgley
1
-48
/
+51
2008-03-05
Enable gcc -O3 optimizations for SBC
Marcel Holtmann
1
-0
/
+2
2008-02-29
Cidorvan's 4-subband overflow fixes
Brad Midgley
2
-7
/
+7
2008-02-22
Replace 64bits multiplies by 32bits to further optimize the code
Johan Hedberg
2
-35
/
+29
2008-02-19
Introduce sbc new API.
Luiz Augusto von Dentz
4
-171
/
+247
2008-02-15
fix for decoder noise at high bitpools
Brad Midgley
2
-18
/
+10
2008-02-02
Update copyright information
Marcel Holtmann
8
-14
/
+13
2008-01-30
arm assembly version of MULA
Brad Midgley
1
-0
/
+10
2008-01-30
change MUL/MULA semantics
Brad Midgley
2
-156
/
+159
2008-01-30
remove unused macros
Brad Midgley
1
-3
/
+0
2008-01-30
fix off-by-one in sbcdec
Brad Midgley
1
-2
/
+2
2008-01-29
one more .X 32-bitism
Brad Midgley
1
-1
/
+1
2008-01-29
revert 16-bit state.X change (bad on arm)
Brad Midgley
1
-4
/
+4
2008-01-28
revert arm conditional code
Brad Midgley
2
-20
/
+1
2008-01-28
change function signature so the arm optimization will work
Brad Midgley
1
-1
/
+12
2008-01-28
arm-assembly from cidoca for MULA
Brad Midgley
1
-1
/
+9
2008-01-28
remove 16x16 mult optimization--gcc actually generates more costly code
Brad Midgley
3
-103
/
+101
2008-01-28
Whitespace cleanup
Johan Hedberg
1
-1
/
+1
2008-01-27
avoid an (unlikely) overflow
Brad Midgley
1
-2
/
+2
2008-01-27
get 32-bit products whenever we're sure the multiplicands are both 16 bits
Brad Midgley
2
-95
/
+97
2008-01-26
shorten the encoder tables to 16 bits, take out mula32/mul32 for now for simp...
Brad Midgley
3
-77
/
+75
2008-01-26
pcm input array should be 16 not 32 bits
Brad Midgley
1
-75
/
+75
2008-01-19
update copyrights
Brad Midgley
2
-2
/
+2
2008-01-17
codec has been using 32-bit (MUL) and 64-bit (MULA) multiplies
Brad Midgley
1
-1
/
+3
2008-01-14
coding style
Brad Midgley
1
-7
/
+4
2008-01-14
comment typo
Brad Midgley
1
-1
/
+1
2008-01-14
fix initialization
Brad Midgley
1
-1
/
+4
2008-01-14
take out memmove in sbc analyze
Brad Midgley
1
-20
/
+28
2008-01-11
tweak to the memmove for 4 subbands
Brad Midgley
1
-1
/
+1
2008-01-08
optimizations: use memmove instead of a loop, unroll short loop
Brad Midgley
1
-11
/
+22
2007-12-14
smooth out last shift-in-place wrinkle
Brad Midgley
1
-11
/
+2
2007-12-14
push in-place-shift optimization up into scalefactors section
Brad Midgley
1
-7
/
+13
2007-12-14
shift-in-place opt is back in, with a bugfix for the 4-subband case
Brad Midgley
1
-7
/
+15
2007-12-14
coding style on ?:
Brad Midgley
1
-1
/
+1
2007-12-14
be more strict about calculating from joint since client may set it to
Brad Midgley
1
-1
/
+1
2007-12-14
roll back the shift-in-place bitpack optimization while we figure out if
Brad Midgley
1
-7
/
+6
2007-12-13
don't need to memset the data header
Brad Midgley
1
-8
/
+4
2007-11-30
combine two conditionals in bit packing
Brad Midgley
1
-5
/
+1
2007-11-30
change inner loop bit packing to use shift-in-place instead of complex ops
Brad Midgley
1
-7
/
+8
2007-11-29
don't use the audio_sample array inside the frame struct
Brad Midgley
1
-7
/
+5
2007-11-29
Remove unnecessary checks for output buffer length and some optimizations.
Luiz Augusto von Dentz
1
-26
/
+9
2007-11-27
eliminate another max_bitneed loop, eliminate extraneous loop termination tests
Brad Midgley
1
-11
/
+11
2007-11-27
eliminate extra loop for bitneed compute
Brad Midgley
1
-13
/
+9
2007-11-27
combine the blk loops inside the joint conditional
Brad Midgley
1
-10
/
+7
2007-11-27
rework joint subband test--uses a lot less stack space, simplify multiple
Brad Midgley
1
-27
/
+31
2007-11-23
Introduce sbc_get_frame_duration.
Luiz Augusto von Dentz
2
-4
/
+6
2007-11-13
Change name of sbc_fill_defaults to sbc_set_defaults.
Luiz Augusto von Dentz
1
-3
/
+3
[next]