Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright information | Marcel Holtmann | 2008-02-02 | 1 | -1/+1 |
| | |||||
* | arm assembly version of MULA | Brad Midgley | 2008-01-30 | 1 | -0/+10 |
| | |||||
* | change MUL/MULA semantics | Brad Midgley | 2008-01-30 | 1 | -2/+2 |
| | |||||
* | remove unused macros | Brad Midgley | 2008-01-30 | 1 | -3/+0 |
| | |||||
* | revert arm conditional code | Brad Midgley | 2008-01-28 | 1 | -8/+0 |
| | |||||
* | arm-assembly from cidoca for MULA | Brad Midgley | 2008-01-28 | 1 | -1/+9 |
| | |||||
* | remove 16x16 mult optimization--gcc actually generates more costly code | Brad Midgley | 2008-01-28 | 1 | -6/+4 |
| | |||||
* | get 32-bit products whenever we're sure the multiplicands are both 16 bits | Brad Midgley | 2008-01-27 | 1 | -0/+2 |
| | |||||
* | shorten the encoder tables to 16 bits, take out mula32/mul32 for now for ↵ | Brad Midgley | 2008-01-26 | 1 | -6/+4 |
| | | | | simplicity | ||||
* | update copyrights | Brad Midgley | 2008-01-19 | 1 | -1/+1 |
| | |||||
* | codec has been using 32-bit (MUL) and 64-bit (MULA) multiplies | Brad Midgley | 2008-01-17 | 1 | -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 fixes | Johan Hedberg | 2007-11-01 | 1 | -4/+4 |
| | |||||
* | fix MUL* macros with () | Brad Midgley | 2007-10-05 | 1 | -2/+2 |
| | | | | factor more multiplies in 4-subband encoder | ||||
* | Update copyright information | Marcel Holtmann | 2007-08-25 | 1 | -1/+1 |
| | |||||
* | update the sbc encoder from the working fixed-point code in the sbc project | Brad Midgley | 2007-03-17 | 1 | -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 includes | Marcel Holtmann | 2007-02-21 | 1 | -0/+65 |