summaryrefslogtreecommitdiffstats
path: root/sbc/sbc_primitives_neon.c
Commit message (Collapse)AuthorAgeFilesLines
* sbc: provide implementation info as a readable stringMarc-André Lureau2009-02-171-0/+1
| | | | This is mainly useful for logging and debugging.
* Performance optimizations for input data processing in SBC encoderSiarhei Siamashka2009-01-281-56/+2
| | | | | | | | 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 tabsJohan Hedberg2009-01-161-16/+16
|
* MMX and ARM NEON optimized versions of analysis filter for SBC encoderSiarhei Siamashka2009-01-161-0/+299