]> granicus.if.org Git - libvpx/commit
Fix bug in bicubic filter in warped_motion.c
authorDavid Barker <david.barker@argondesign.com>
Mon, 7 Nov 2016 13:47:13 +0000 (13:47 +0000)
committerDavid Barker <david.barker@argondesign.com>
Mon, 7 Nov 2016 13:47:13 +0000 (13:47 +0000)
commitf23bdca6a824e6326fe90d48ab623d9e671d06a0
treefe4bb74117090ba777a20dc7b4ccfb03ca8bb5e6
parent92447f34df54ac153e486fcc5c667484d74f8a7b
Fix bug in bicubic filter in warped_motion.c

Previously, do_cubic_filter would return results with the
wrong precision if the sample point was exactly aligned to
a pixel.

Change-Id: I40139f9a6701a8e72e691f37bb352f7814a7f306
av1/common/warped_motion.c