[x264-devel] commit: Rewrite avg/avg_weight to take two source pointers ( Jason Garrett-Glaser )
git version control
git at videolan.org
Sat Sep 20 10:39:30 CEST 2008
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Wed Sep 17 21:25:05 2008 -0700| [b4cb6ef372d451d231bf884f551670577f3195d4] | committer: Jason Garrett-Glaser
Rewrite avg/avg_weight to take two source pointers
This allows the use of get_ref instead of mc_luma almost everywhere for bipred
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=b4cb6ef372d451d231bf884f551670577f3195d4
---
common/macroblock.c | 64 +++++++++++++++++++++++--------------
common/mc.c | 25 +++++++++------
common/mc.h | 4 +-
common/x86/mc-a.asm | 81 +++++++++++++++++++++++++----------------------
common/x86/mc-c.c | 47 +++++++++++++--------------
encoder/analyse.c | 88 +++++++++++++++++++++------------------------------
encoder/me.c | 16 ++++++---
encoder/slicetype.c | 14 ++++----
tools/checkasm.c | 14 ++++----
9 files changed, 182 insertions(+), 171 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=b4cb6ef372d451d231bf884f551670577f3195d4
More information about the x264-devel
mailing list