[x264-devel] commit: Make --weightp 1 a better speed tradeoff (Alex Wright )
git at videolan.org
git at videolan.org
Fri Nov 26 00:57:15 CET 2010
x264 | branch: master | Alex Wright <alexw0885 at gmail.com> | Wed Nov 24 02:19:51 2010 -0800| [e440dc0f7909c67cdca148fc8a9ea413521e0e5b] | committer: Jason Garrett-Glaser
Make --weightp 1 a better speed tradeoff
Since fade analysis is now so fast, weightp 1 now does fade analysis but no reference duplication.
This is the opposite of what it used to do (reference duplication but no fade analysis).
This also gives weightp's better fade quality to faster presets (up to superfast).
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=e440dc0f7909c67cdca148fc8a9ea413521e0e5b
---
common/common.c | 7 ++++---
common/macroblock.c | 8 +++-----
encoder/encoder.c | 23 ++++++++---------------
encoder/ratecontrol.c | 4 ++--
encoder/slicetype.c | 5 ++---
x264.c | 9 +++++----
x264.h | 4 ++--
7 files changed, 26 insertions(+), 34 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=e440dc0f7909c67cdca148fc8a9ea413521e0e5b
More information about the x264-devel
mailing list