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
*
Fix SBC to compile cleanly with -Wsign-compare
Marcel Holtmann
2009-01-30
1
-4
/
+7
*
Fix for SBC encoding with block sizes other than 16
Siarhei Siamashka
2009-01-29
1
-6
/
+13
*
SBC encoder scale factors calculation optimized with __builtin_clz
Siarhei Siamashka
2009-01-29
1
-16
/
+5
*
Performance optimizations for input data processing in SBC encoder
Siarhei Siamashka
2009-01-28
1
-26
/
+29
*
Use of -funroll-loops option to improve SBC encoder performance
Siarhei Siamashka
2009-01-23
1
-16
/
+33
*
Coding style fixes
Siarhei Siamashka
2009-01-18
1
-21
/
+32
*
SBC arrays and constant tables aligned at 16 byte boundary for SIMD
Siarhei Siamashka
2009-01-16
1
-10
/
+16
*
SIMD-friendly variant of SBC encoder analysis filter
Siarhei Siamashka
2009-01-16
1
-153
/
+2
*
Fix for big endian problems in SBC codec
Siarhei Siamashka
2009-01-07
1
-12
/
+0
*
Fixed correct handling of frame sizes in the encoder
Christian Hoene
2009-01-06
1
-3
/
+3
*
Use of constant shift in SBC quantization code to make it faster
Siarhei Siamashka
2009-01-06
1
-10
/
+13
*
Update copyright information
Marcel Holtmann
2009-01-01
1
-1
/
+1
*
Added possibility to analyze 4 blocks at once in SBC encoder
Siarhei Siamashka
2009-01-01
1
-49
/
+82
*
New SBC analysis filter function to replace current broken code
Siarhei Siamashka
2008-12-29
1
-198
/
+108
*
Fixed subbands selection for joint-stereo in SBC encoder
Siarhei Siamashka
2008-12-29
1
-4
/
+4
*
Don't decode a frame if it is too small
Marcel Holtmann
2008-12-23
1
-0
/
+3
*
Remove unnecessary code and fix a coding style.
Luiz Augusto von Dentz
2008-12-18
1
-14
/
+11
*
Fix for overflow bug in SBC quantization code
Siarhei Siamashka
2008-12-18
1
-1
/
+1
*
Bitstream writing optimization for SBC encoder
Siarhei Siamashka
2008-12-18
1
-28
/
+37
*
Fix SBC gain mismatch
Marcel Holtmann
2008-10-31
1
-2
/
+2
*
Avoid direct inclusion of malloc.h
Marcel Holtmann
2008-06-11
1
-1
/
+0
*
Cidorvan found another place where the spec had us saving a bunch of values
Brad Midgley
2008-03-08
1
-24
/
+13
*
decoder optimization, now using nested multiply calls
Brad Midgley
2008-03-06
1
-48
/
+51
*
Cidorvan's 4-subband overflow fixes
Brad Midgley
2008-02-29
1
-1
/
+1
*
Replace 64bits multiplies by 32bits to further optimize the code
Johan Hedberg
2008-02-22
1
-6
/
+4
*
Introduce sbc new API.
Luiz Augusto von Dentz
2008-02-19
1
-153
/
+157
*
fix for decoder noise at high bitpools
Brad Midgley
2008-02-15
1
-10
/
+2
*
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
[next]