summaryrefslogtreecommitdiff
path: root/libavcodec/sbcdsp.h
Commit message (Collapse)AuthorAge
* sbcenc: add armv6 and neon asm optimizationsAurelien Jacobs2018-03-07
| | | | This was originally based on libsbc, and was fully integrated into ffmpeg.
* sbcenc: add MMX optimizationsAurelien Jacobs2018-03-07
| | | | | | | | This was originally based on libsbc, and was fully integrated into ffmpeg. Rough speed test: C version: speed= 592x MMX version: speed= 785x
* sbc: implement SBC encoder (low-complexity subband codec)Aurelien Jacobs2018-03-07
This was originally based on libsbc, and was fully integrated into ffmpeg.