commit | cff43bb20f040d1a7bb25b7ff30e351ed3c59ac8 | [log] [tgz] |
---|---|---|
author | David Barker <david.barker@argondesign.com> | Wed Mar 08 13:15:17 2017 +0000 |
committer | David Barker <david.barker@argondesign.com> | Wed Mar 08 13:15:17 2017 +0000 |
tree | 13a3af6ef5c7bb598e6cc3860be123ac922e0446 | |
parent | 5765fad52cd39f1e84294d766ec0cebeece4295e [diff] |
Fix a bug in the C selfguided filter Patch https://aomedia-review.googlesource.com/c/8321/ introduced a bug in the C version of the self-guided filter in the case where w = 384 and h > 368 or w > 368 and h = 384. This was due to forgetting to adjust the offset between A and B in the C code. This patch sets the offset correctly, resolving this bug. Change-Id: I6bdf11aa76c37d0ecae02788b262e7a2e0a11a6e