summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbisdsp.c
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: NEON vorbis_inverse_couplingJanne Grunau2014-04-221-0/+2
| | | | | From the ARMv7 NEON version. 16 times faster as the C version, overall more than 12% faster vorbis decoding on Apple's A7.
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-291-4/+4
|
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
|
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-191-0/+33
Conveniently (together with Justin's earlier patches), this makes our vorbis decoder entirely independent of dsputil.
OpenPOWER on IntegriCloud