summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64/vp9itxfm_neon.S
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Implement stack spilling in a consistent way.Reimar Döffinger2022-10-111-14/+14
* aarch64: Use ret x<n> instead of br x<n> where possibleJonathan Wright2021-11-161-13/+13
* aarch64: vp9: Fix assembling with Xcode 6.2 and olderMemphiz2017-06-211-1/+1
* arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö2017-03-191-18/+18
* arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö2017-03-191-1/+2
* aarch64: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-03-111-6/+6
* aarch64: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-03-111-62/+62
* aarch64: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-03-111-67/+43
* aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö2017-03-111-18/+36
* aarch64: vp9itxfm: Fix incorrect vertical alignmentMartin Storsjö2017-03-111-3/+3
* aarch64: vp9itxfm: Update a comment to refer to a register with a different nameMartin Storsjö2017-03-111-2/+2
* aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readabilityMartin Storsjö2017-03-111-8/+8
* aarch64: vp9itxfm: Use a single lane ld1 instead of ld1r where possibleMartin Storsjö2017-03-111-8/+8
* aarch64: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 func...Martin Storsjö2017-03-111-2/+1
* aarch64: vp9itxfm: Do separate functions for half/quarter idct16 and idct32Martin Storsjö2017-03-111-59/+466
* aarch64: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 f...Martin Storsjö2017-03-111-45/+45
* aarch64: vp9itxfm: Make the larger core transforms standalone functionsMartin Storsjö2017-03-111-17/+25
* aarch64: vp9itxfm: Restructure the idct32 store macrosMartin Storsjö2017-03-111-40/+40
* aarch64: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and...Martin Storsjö2017-01-141-5/+56
* aarch64: vp9itxfm: Don't repeatedly set x9 when nothing overwrites itMartin Storsjö2017-01-141-11/+15
* arm/aarch64: vp9itxfm: Fix indentation of macro argumentsMartin Storsjö2017-01-141-8/+8
* aarch64: vp9itxfm: Use w3 instead of x3 for the int eob parameterMartin Storsjö2017-01-141-4/+4
* aarch64: vp9: Add NEON itxfm routinesMartin Storsjö2016-11-151-0/+1116