summaryrefslogtreecommitdiffstats
path: root/sbc/sbc_math.h
Commit message (Collapse)AuthorAgeFilesLines
* shorten the encoder tables to 16 bits, take out mula32/mul32 for now for ↵Brad Midgley2008-01-261-6/+4
| | | | simplicity
* update copyrightsBrad Midgley2008-01-191-1/+1
|
* codec has been using 32-bit (MUL) and 64-bit (MULA) multipliesBrad Midgley2008-01-171-1/+3
| | | | | straighten things out so MUL/MULA are both 64 bit create MUL32/MULA32 for anyone who really needs a 32-bit product
* Some more whitespace fixesJohan Hedberg2007-11-011-4/+4
|
* fix MUL* macros with ()Brad Midgley2007-10-051-2/+2
| | | | factor more multiplies in 4-subband encoder
* Update copyright informationMarcel Holtmann2007-08-251-1/+1
|
* update the sbc encoder from the working fixed-point code in the sbc projectBrad Midgley2007-03-171-20/+24
| | | | | I also tagged the sbc project with "copied-to-bluez-utils" at the same time. We will do sbc work under bluez and sync it with the old sbc project if necessary.
* Add SBC helper includesMarcel Holtmann2007-02-211-0/+65