[x264-devel] commit: Add merged SAD for i16x16 analysis (Jason Garrett-Glaser )
git version control
git at videolan.org
Fri Sep 5 22:13:23 CEST 2008
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Wed Sep 3 15:32:16 2008 -0700| [b0c599be2502bbb97266a5e7a971d7dc485e2596] | committer: Jason Garrett-Glaser
Add merged SAD for i16x16 analysis
Roughly 30% faster i16x16 analysis under subme=1
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=b0c599be2502bbb97266a5e7a971d7dc485e2596
---
common/pixel.c | 4 ++-
common/pixel.h | 12 ++++---
common/x86/pixel.h | 23 +++++++-----
common/x86/sad-a.asm | 92 ++++++++++++++++++++++++++++++++++++++++++++++++
common/x86/x86util.asm | 17 +++++++++
encoder/analyse.c | 4 +-
encoder/encoder.c | 1 +
tools/checkasm.c | 18 +++++----
8 files changed, 145 insertions(+), 26 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=b0c599be2502bbb97266a5e7a971d7dc485e2596
More information about the x264-devel
mailing list