Skip to content
Commit 9f81cdd3 authored by Dmitry Kazakov's avatar Dmitry Kazakov
Browse files

Fixed FFTW convolution worker to work properly in wraparound mode

It had at least two problems:
1) Some memory offset problems causing random pixels accessed
2) Wrapped line iterators working incorrectly when the access rect
   was larger than the wrap rect. The rect iterator still has this
   problem, but at least tells the user that the result is undefined.

BUG:318454
parent c4150a6c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment