summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64/mpegaudiodsp_neon.S
Commit message (Collapse)AuthorAge
* aarch64: add ',' between assembler macro arguments where missingJanne Grunau2014-08-04
| | | | | | | llvm's integrated assembler does not accept spaces as macro argument delimiter when targeting darwin. Using a explicit delimiter is a good idea in principle since it makes case like 'macro 4 -2' vs 'macro 4 - 2' clear.
* aarch64: NEON fixed/floating point MPADSP apply_windowJanne Grunau2014-04-22
30%/25% (fixed/float) faster mp3 decoding on Apple's A7. The floating point decoder is approximately 7% faster.