[x264-devel] More 4:2:2 asm functions
Ilia
git at videolan.org
Mon Jan 16 02:11:55 CET 2012
x264 | branch: master | Ilia <zakne0ne at gmail.com> | Mon Nov 28 05:20:09 2011 -0800| [658a3585b74f77fd8f78588f3f39e0abefb104c4] | committer: Jason Garrett-Glaser
More 4:2:2 asm functions
High bit depth version of deblock_h_chroma_422.
Regular and high bit depth versions of deblock_h_chroma_intra_422.
High bit depth pixel_vsad.
SSE2 high bit depth and MMX 8-bit predict_8x8_vl.
Our first GCI patch this year!
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=658a3585b74f77fd8f78588f3f39e0abefb104c4
---
common/dct.c | 3 +
common/deblock.c | 6 ++-
common/pixel.c | 8 +++-
common/x86/dct-a.asm | 74 +++++++++++++++++++++++++++++++++++
common/x86/dct.h | 5 +-
common/x86/deblock-a.asm | 96 ++++++++++++++++++++++++++++++++++++++-------
common/x86/pixel.h | 2 +
common/x86/predict-a.asm | 45 +++++++++++++++++++++
common/x86/predict-c.c | 4 ++
common/x86/predict.h | 6 ++-
common/x86/sad16-a.asm | 51 ++++++++++++++++++++++++
tools/checkasm.c | 24 ++++++++----
12 files changed, 293 insertions(+), 31 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=658a3585b74f77fd8f78588f3f39e0abefb104c4
More information about the x264-devel
mailing list