]> git.sesse.net Git - x264/commit
Make --weightp 1 a better speed tradeoff
authorAlex Wright <alexw0885@gmail.com>
Wed, 24 Nov 2010 10:19:51 +0000 (02:19 -0800)
committerFiona Glaser <fiona@x264.com>
Thu, 25 Nov 2010 21:46:21 +0000 (13:46 -0800)
commit7e3019a3cef6710378c7d3090fa3d3348b59de6b
treebdc8480b6b281fd3fa0af1f03c88e7b26ed5e2a6
parentaa5a32938309e649f0b0a258312c00719fb498c1
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).
common/common.c
common/macroblock.c
encoder/encoder.c
encoder/ratecontrol.c
encoder/slicetype.c
x264.c
x264.h