index
:
bluez.git
master
Lennart's Copy of bluez
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbc
/
sbc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright information
Marcel Holtmann
2008-02-02
1
-2
/
+1
*
change MUL/MULA semantics
Brad Midgley
2008-01-30
1
-168
/
+171
*
one more .X 32-bitism
Brad Midgley
2008-01-29
1
-1
/
+1
*
revert 16-bit state.X change (bad on arm)
Brad Midgley
2008-01-29
1
-4
/
+4
*
revert arm conditional code
Brad Midgley
2008-01-28
1
-12
/
+1
*
change function signature so the arm optimization will work
Brad Midgley
2008-01-28
1
-1
/
+12
*
remove 16x16 mult optimization--gcc actually generates more costly code
Brad Midgley
2008-01-28
1
-93
/
+93
*
Whitespace cleanup
Johan Hedberg
2008-01-28
1
-1
/
+1
*
avoid an (unlikely) overflow
Brad Midgley
2008-01-27
1
-2
/
+2
*
get 32-bit products whenever we're sure the multiplicands are both 16 bits
Brad Midgley
2008-01-27
1
-95
/
+95
*
shorten the encoder tables to 16 bits, take out mula32/mul32 for now for simp...
Brad Midgley
2008-01-26
1
-67
/
+67
*
pcm input array should be 16 not 32 bits
Brad Midgley
2008-01-26
1
-75
/
+75
*
update copyrights
Brad Midgley
2008-01-19
1
-1
/
+1
*
coding style
Brad Midgley
2008-01-14
1
-7
/
+4
*
comment typo
Brad Midgley
2008-01-14
1
-1
/
+1
*
fix initialization
Brad Midgley
2008-01-14
1
-1
/
+4
*
take out memmove in sbc analyze
Brad Midgley
2008-01-14
1
-21
/
+29
*
tweak to the memmove for 4 subbands
Brad Midgley
2008-01-11
1
-1
/
+1
*
optimizations: use memmove instead of a loop, unroll short loop
Brad Midgley
2008-01-08
1
-11
/
+22
*
smooth out last shift-in-place wrinkle
Brad Midgley
2007-12-14
1
-11
/
+2
*
push in-place-shift optimization up into scalefactors section
Brad Midgley
2007-12-14
1
-7
/
+13
*
shift-in-place opt is back in, with a bugfix for the 4-subband case
Brad Midgley
2007-12-14
1
-7
/
+15
*
coding style on ?:
Brad Midgley
2007-12-14
1
-1
/
+1
*
be more strict about calculating from joint since client may set it to
Brad Midgley
2007-12-14
1
-1
/
+1
*
roll back the shift-in-place bitpack optimization while we figure out if
Brad Midgley
2007-12-14
1
-7
/
+6
*
don't need to memset the data header
Brad Midgley
2007-12-13
1
-8
/
+4
*
combine two conditionals in bit packing
Brad Midgley
2007-11-30
1
-5
/
+1
*
change inner loop bit packing to use shift-in-place instead of complex ops
Brad Midgley
2007-11-30
1
-7
/
+8
*
don't use the audio_sample array inside the frame struct
Brad Midgley
2007-11-29
1
-7
/
+5
*
Remove unnecessary checks for output buffer length and some optimizations.
Luiz Augusto von Dentz
2007-11-29
1
-26
/
+9
*
eliminate another max_bitneed loop, eliminate extraneous loop termination tests
Brad Midgley
2007-11-27
1
-11
/
+11
*
eliminate extra loop for bitneed compute
Brad Midgley
2007-11-27
1
-13
/
+9
*
combine the blk loops inside the joint conditional
Brad Midgley
2007-11-27
1
-10
/
+7
*
rework joint subband test--uses a lot less stack space, simplify multiple
Brad Midgley
2007-11-27
1
-27
/
+31
*
Introduce sbc_get_frame_duration.
Luiz Augusto von Dentz
2007-11-23
1
-2
/
+5
*
Change name of sbc_fill_defaults to sbc_set_defaults.
Luiz Augusto von Dentz
2007-11-13
1
-3
/
+3
*
Add sbc_reinit.
Luiz Augusto von Dentz
2007-11-13
1
-8
/
+30
*
Make sbc codec to write directly in application buffers and so avoiding memcpys.
Luiz Augusto von Dentz
2007-11-12
1
-39
/
+59
*
correction in the 4 subband optimization
Brad Midgley
2007-11-05
1
-4
/
+5
*
More coding style cleanup
Johan Hedberg
2007-11-02
1
-23
/
+25
*
Coding style cleanup
Johan Hedberg
2007-11-01
1
-140
/
+157
*
8-subband encoder had a sign error that made high frequencies noisy
Brad Midgley
2007-10-17
1
-1
/
+1
*
a little more factoring
Brad Midgley
2007-10-06
1
-7
/
+5
*
clean out dead code
Brad Midgley
2007-10-06
1
-132
/
+5
*
fix MUL* macros with ()
Brad Midgley
2007-10-05
1
-12
/
+5
*
enable 4 subband lower half optimizations
Brad Midgley
2007-10-04
1
-32
/
+23
*
fix & enable 8-subband second half optimization
Brad Midgley
2007-10-04
1
-4
/
+5
*
off-by-one problem in 8 subband optimization
Brad Midgley
2007-10-04
1
-2
/
+2
*
a (disabled for now) cpu optimization for the bottom half of the 8 subbands e...
Brad Midgley
2007-10-04
1
-0
/
+37
*
optimizations for 2nd stage of 4-subband encoder
Brad Midgley
2007-10-04
1
-0
/
+23
[next]