[x264-devel] commit: SSE versions of some high-bit-depth DCT functions (Daniel Kang )
git at videolan.org
git at videolan.org
Fri Nov 26 00:57:15 CET 2010
x264 | branch: master | Daniel Kang <daniel.d.kang at gmail.com> | Tue Nov 23 20:29:37 2010 -0500| [61d72032d9d5e78c99d75e30a36f2e63f3268222] | committer: Jason Garrett-Glaser
SSE versions of some high-bit-depth DCT functions
Our first Google Code-In patch!
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=61d72032d9d5e78c99d75e30a36f2e63f3268222
---
common/dct.c | 6 ++
common/x86/const-a.asm | 1 +
common/x86/dct-32.asm | 36 ++++++------
common/x86/dct-64.asm | 38 ++++++------
common/x86/dct-a.asm | 123 ++++++++++++++++++++++++++++++++--------
common/x86/dct.h | 3 +
common/x86/mc-a2.asm | 1 -
common/x86/pixel-a.asm | 20 +++----
common/x86/x86util.asm | 148 ++++++++++++++++++++++++-----------------------
9 files changed, 230 insertions(+), 146 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=61d72032d9d5e78c99d75e30a36f2e63f3268222
More information about the x264-devel
mailing list