]> git.sesse.net Git - x264/commit
aarch64: deblocking NEON asm
authorJanne Grunau <janne-x264@jannau.net>
Fri, 18 Jul 2014 13:49:10 +0000 (14:49 +0100)
committerFiona Glaser <fiona@x264.com>
Tue, 26 Aug 2014 16:19:23 +0000 (09:19 -0700)
commit1343db872b1d7d43dc7fb431a8207efb5ca31e2e
tree60d1980f96740745dce627e3d6347b2cd7ccadeb
parent3c1fa5d9b2ea62f05473080313c543b7e795b307
aarch64: deblocking NEON asm

Deblock chroma/luma are based on libav's h264 aarch64 NEON deblocking
filter which was ported by me from the existing ARM NEON asm. No
additional persons to ask for a relicense.
Makefile
common/aarch64/asm.S
common/aarch64/deblock-a.S [new file with mode: 0644]
common/deblock.c