[x264-devel] commit: Faster weightp analysis (Jason Garrett-Glaser )

git version control git at videolan.org
Mon Nov 23 15:17:19 CET 2009


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Mon Nov 16 15:23:58 2009 -0800| [c0215c8a83aa9b543dd6930185d589d0ed835816] | committer: Jason Garrett-Glaser 

Faster weightp analysis
Modify pixel_var slightly to return the necessary information and use it for weight analysis instead of sad/ssd.
Various minor cosmetics.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=c0215c8a83aa9b543dd6930185d589d0ed835816
---

 common/arm/pixel-a.S   |    5 -----
 common/arm/pixel.h     |    4 ++--
 common/pixel.c         |   13 ++++++-------
 common/pixel.h         |    2 +-
 common/ppc/pixel.c     |   10 ++++------
 common/x86/pixel-a.asm |   21 +++++++++++----------
 common/x86/pixel.h     |    4 ++--
 encoder/ratecontrol.c  |   31 +++++++++++++++++++------------
 encoder/slicetype.c    |   41 +++++++++++++++++++----------------------
 tools/checkasm.c       |   14 ++++++++++----
 10 files changed, 74 insertions(+), 71 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=c0215c8a83aa9b543dd6930185d589d0ed835816


More information about the x264-devel mailing list