summaryrefslogtreecommitdiffstats
path: root/sbc/sbc_primitives.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentation to use only tabsJohan Hedberg2009-01-161-15/+15
|
* MMX and ARM NEON optimized versions of analysis filter for SBC encoderSiarhei Siamashka2009-01-161-0/+12
|
* SIMD-friendly variant of SBC encoder analysis filterSiarhei Siamashka2009-01-161-0/+401
Added SIMD-friendly C implementation of SBC analysis filter (the structure of code had to be changed a bit and constants in the tables reordered). This code can be used as a reference for developing platform specific SIMD optimizations. These functions are put into a new file 'sbc_primitives.c', which is going to contain all the basic stuff for SBC codec.