Skip to content

Fix stride and vector width calculations.

Compare
Choose a tag to compare
@adworacz adworacz released this 27 Apr 19:08
· 54 commits to master since this release

As Selur and Julek identified in #1, my filter calculations were off when processing non-mod 32 video (like 720x480).

This should be fixed in all filters now. I also found a bug in my vector (SIMD) calculations which should be fixed as well.