]> git.sesse.net Git - x264/commit
GSOC merge part 3: ARM NEON pixel assembly functions
authorDavid Conrad <lessen42@gmail.com>
Sun, 23 Aug 2009 06:55:29 +0000 (23:55 -0700)
committerFiona Glaser <fiona@x264.com>
Mon, 24 Aug 2009 13:00:19 +0000 (06:00 -0700)
commit52f9719b4c3e58aaa6cbd6d83950444e022aefea
tree7509d3104fecf9b468a384660fee6dc9d0316a41
parentca7da1aecdfdccaa4f7669e915348f6d31f85827
GSOC merge part 3: ARM NEON pixel assembly functions
SAD, SADX3/X4, SSD, SATD, SA8D, Hadamard_AC, VAR, VAR2, SSIM
Makefile
common/arm/asm.S [new file with mode: 0644]
common/arm/cpu-a.S [new file with mode: 0644]
common/arm/pixel-a.S [new file with mode: 0644]
common/arm/pixel.h [new file with mode: 0644]
common/pixel.c