summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbisdsp.h
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: NEON vorbis_inverse_couplingJanne Grunau2014-04-221-0/+1
| | | | | From the ARMv7 NEON version. 16 times faster as the C version, overall more than 12% faster vorbis decoding on Apple's A7.
* vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-201-1/+4
| | | | This saves one instruction in the x86-64 assembly.
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-191-0/+34
Conveniently (together with Justin's earlier patches), this makes our vorbis decoder entirely independent of dsputil.
OpenPOWER on IntegriCloud