Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make check_mmx_support() a proper C function | Lennart Poettering | 2009-02-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | Performance optimizations for input data processing in SBC encoder | Siarhei Siamashka | 2009-01-28 | 1 | -58/+4 |
| | | | | | | | | Channels deinterleaving, endian conversion and samples reordering is done in one pass, avoiding the use of intermediate buffer. Also this code is implemented as a new "performance primitive", which allows further platform specific optimizations (ARMv6 and ARM NEON should gain quite a lot from assembly optimizations here). | ||||
* | Fix indentation to use only tabs | Johan Hedberg | 2009-01-16 | 1 | -6/+6 |
| | |||||
* | MMX and ARM NEON optimized versions of analysis filter for SBC encoder | Siarhei Siamashka | 2009-01-16 | 1 | -0/+373 |