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

git version control git at videolan.org
Thu Jan 14 05:51:06 CET 2010


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Sat Jan  2 03:27:46 2010 -0500| [a48a48aea05315bb8944e7e8f92fa2a6e30006a4] | committer: Jason Garrett-Glaser 

Faster weightp motion search
For blind-weight dupes, copy the motion vector from the main search and qpel-refine instead of doing a full search.
Fix the p8x8 early termination, which had unexpected results when combined with blind weighting.
Overall, marginally reduces compression but should potentially improve speed by over 5%.

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

 common/common.h   |    1 +
 encoder/analyse.c |   75 ++++++++++++++++++++++++++++++++++++++++++----------
 encoder/encoder.c |   11 ++++---
 encoder/me.c      |    5 +++
 encoder/me.h      |    1 +
 5 files changed, 73 insertions(+), 20 deletions(-)

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


More information about the x264-devel mailing list