summaryrefslogtreecommitdiffstats
path: root/sbc/sbc_primitives.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.