]> git.sesse.net Git - x264/commit
Fix bugs/typos in motion compensation and cache_load
authorAnton Mitrofanov <BugMaster@narod.ru>
Wed, 3 Dec 2014 19:36:12 +0000 (22:36 +0300)
committerHenrik Gramner <henrik@gramner.com>
Fri, 12 Dec 2014 23:34:15 +0000 (00:34 +0100)
commit30140b34b879605cf70cab0634a4a8faef5b6e60
treef6f6442645bdd4a90151c3045fae5b7c22eecabe
parenta46820e00ad3c86b80f5830ed92553de474b7d5c
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.
common/aarch64/mc-c.c
common/arm/mc-c.c
common/macroblock.c
common/mc.c
common/mc.h
common/ppc/mc.c
common/x86/mc-c.c