[x264-devel] commit: Psychovisually optimized rate-distortion optimization and trellis ( Jason Garrett-Glaser )
git version control
git at videolan.org
Mon Sep 15 09:57:29 CEST 2008
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Sun Sep 14 21:36:45 2008 -0700| [abe641635e9dc1209af4e201f9308edd33fe3096] | 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=abe641635e9dc1209af4e201f9308edd33fe3096
---
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 | 4 +-
10 files changed, 240 insertions(+), 39 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=abe641635e9dc1209af4e201f9308edd33fe3096
More information about the x264-devel
mailing list