You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the NEON-optimized conversion processes 8 macropixels (16 regular pixels) at a time, it skips the first 0 - 7 macropixels at the beginning, (length % 8).
To fix this, a single-macropixel conversion has to be added at the beginning to process these.
The text was updated successfully, but these errors were encountered:
Because the NEON-optimized conversion processes 8 macropixels (16 regular pixels) at a time, it skips the first 0 - 7 macropixels at the beginning, (
length % 8
).To fix this, a single-macropixel conversion has to be added at the beginning to process these.
The text was updated successfully, but these errors were encountered: