Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEON Conversion skips up to 7 pixels #6

Open
mailmindlin opened this issue Feb 7, 2016 · 0 comments
Open

NEON Conversion skips up to 7 pixels #6

mailmindlin opened this issue Feb 7, 2016 · 0 comments
Assignees

Comments

@mailmindlin
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant