[x264-devel] Fix bugs/typos in motion compensation and cache_load

Anton Mitrofanov git at videolan.org
Sat Dec 20 21:10:42 CET 2014


x264 | branch: master | Anton Mitrofanov <BugMaster at narod.ru> | Wed Dec  3 22:36:12 2014 +0300| [30140b34b879605cf70cab0634a4a8faef5b6e60] | committer: Henrik Gramner

Fix bugs/typos in motion compensation and cache_load

Didn't affect output due to the incorrect values either not being used in the
code path or producing equal results compared to the correct values.

Also deduplicate hpel_ref arrays.

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

 common/aarch64/mc-c.c |   11 ++++-------
 common/arm/mc-c.c     |   11 ++++-------
 common/macroblock.c   |    2 +-
 common/mc.c           |   12 ++++++------
 common/mc.h           |    2 ++
 common/ppc/mc.c       |   15 +++++----------
 common/x86/mc-c.c     |   11 ++++-------
 7 files changed, 26 insertions(+), 38 deletions(-)

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


More information about the x264-devel mailing list