[x264-devel] Optimize predict_8x8_filter and incidentally remove a valgrind false-positive
Loren Merritt
git at videolan.org
Wed Aug 24 22:40:20 CEST 2011
x264 | branch: master | Loren Merritt <pengvado at akuvian.org> | Thu Aug 11 15:03:12 2011 +0000| [0c2ddc1748f582333b9afcf097b9eb0cd99c8dff] | committer: Jason Garrett-Glaser
Optimize predict_8x8_filter and incidentally remove a valgrind false-positive
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=0c2ddc1748f582333b9afcf097b9eb0cd99c8dff
---
common/arm/predict-c.c | 4 +-
common/macroblock.c | 3 +-
common/pixel.c | 2 +-
common/pixel.h | 6 +-
common/ppc/pixel.c | 2 +-
common/predict.c | 26 +++++-----
common/predict.h | 10 ++--
common/x86/predict-a.asm | 116 +++++++++++++++++++++++++---------------------
common/x86/predict-c.c | 70 ++++++++++++++--------------
common/x86/sad-a.asm | 2 +-
encoder/analyse.c | 2 +-
encoder/macroblock.c | 4 +-
encoder/macroblock.h | 2 +-
encoder/slicetype.c | 2 +-
tools/checkasm.c | 20 +++++---
15 files changed, 143 insertions(+), 128 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=0c2ddc1748f582333b9afcf097b9eb0cd99c8dff
More information about the x264-devel
mailing list