summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64/h264cmc_neon.S
Commit message (Collapse)AuthorAge
* Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'James Almer2017-03-21
|\ | | | | | | | | | | | | * commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c': h264chroma: Change type of stride parameters to ptrdiff_t Merged-by: James Almer <jamrial@gmail.com>
| * h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-29
| | | | | | | | | | This avoids SIMD-optimized functions having to sign-extend their stride argument manually to be able to do pointer arithmetic.
* | avcodec: fix vc1dsp dependenciesXiaolei Yu2016-09-25
| |
* | Merge commit 'f23d26a6864128001b03876b0b92fffe131f2060'Michael Niedermayer2014-06-23
|\| | | | | | | | | | | | | * commit 'f23d26a6864128001b03876b0b92fffe131f2060': h264: avoid using uninitialized memory in NEON chroma mc Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h264: avoid using uninitialized memory in NEON chroma mcJanne Grunau2014-06-23
| | | | | | | | | | Adapt commit 982b596ea6640bfe218a31f6c3fc542d9fe61c31 for the arm and aarch64 NEON asm. 5-10% faster on Cortex-A9.
* | Merge commit '71617884a2a673908bd5c0f73d4f91fdca3da82a'Michael Niedermayer2014-01-15
|/ | | | | | | * commit '71617884a2a673908bd5c0f73d4f91fdca3da82a': aarch64: h264 chroma motion compensation NEON optimizations Merged-by: Michael Niedermayer <michaelni@gmx.at>
* aarch64: h264 chroma motion compensation NEON optimizationsJanne Grunau2014-01-15
Since RV40 and VC-1 use almost the same algorithm so optimizations for those two decoders are easy to do and included.