[x264-devel] commit: GSOC merge part 3: ARM NEON pixel assembly functions (David Conrad )
git version control
git at videolan.org
Tue Aug 25 05:54:52 CEST 2009
x264 | branch: master | David Conrad <lessen42 at gmail.com> | Sat Aug 22 23:55:29 2009 -0700| [8a84fd9d367b7660a34ba575eec17636b2b6a85a] | committer: Jason Garrett-Glaser
GSOC merge part 3: ARM NEON pixel assembly functions
SAD, SADX3/X4, SSD, SATD, SA8D, Hadamard_AC, VAR, VAR2, SSIM
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=8a84fd9d367b7660a34ba575eec17636b2b6a85a
---
Makefile | 2 +-
common/arm/asm.S | 92 ++++
common/arm/cpu-a.S | 106 +++++
common/arm/pixel-a.S | 1250 ++++++++++++++++++++++++++++++++++++++++++++++++++
common/arm/pixel.h | 69 +++
common/pixel.c | 48 ++
6 files changed, 1566 insertions(+), 1 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=8a84fd9d367b7660a34ba575eec17636b2b6a85a
More information about the x264-devel
mailing list