[x264-devel] commit: Psychovisually optimized rate-distortion optimization and trellis ( Jason Garrett-Glaser )

git version control git at videolan.org
Mon Sep 15 09:55:46 CEST 2008


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Sun Sep 14 21:36:45 2008 -0700| [05477eb7c1ac7dd7a29543df823cfa5eff6b318a] | committer: Jason Garrett-Glaser 

Psychovisually optimized rate-distortion optimization and trellis
The latter, psy-trellis, is disabled by default and is reserved as experimental; your mileage may vary.
Default subme is raised to 6 so that psy RD is on by default.

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

 common/common.c      |   20 +++++++++-
 common/common.h      |   12 ++++++
 common/dct.h         |   11 +++++
 encoder/analyse.c    |   74 ++++++++++++++++++++++++++++++++---
 encoder/encoder.c    |   21 ++++++++++
 encoder/macroblock.c |   22 +++++-----
 encoder/macroblock.h |    4 +-
 encoder/rdo.c        |  106 +++++++++++++++++++++++++++++++++++++++++--------
 x264.c               |    5 ++
 x264.h               |    2 +
 10 files changed, 239 insertions(+), 38 deletions(-)

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


More information about the x264-devel mailing list