We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
file:NE10_rotate.c function: ne10_img_rotate_get_quad_rangle_subpix_rgba_c line:141 p0 =NE10_F2|16_SROUND(ptr[1]*a1+ptr[1]*a); should be: p0 =NE10_F2|16_SROUND(ptr[1]*a1+ptr[4+1]*a);
p0 =NE10_F2|16_SROUND(ptr[1]*a1+ptr[1]*a);
p0 =NE10_F2|16_SROUND(ptr[1]*a1+ptr[4+1]*a);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
file:NE10_rotate.c
function: ne10_img_rotate_get_quad_rangle_subpix_rgba_c
line:141
p0 =NE10_F2|16_SROUND(ptr[1]*a1+ptr[1]*a);
should be:
p0 =NE10_F2|16_SROUND(ptr[1]*a1+ptr[4+1]*a);
The text was updated successfully, but these errors were encountered: