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

Find bug in func: ne10_img_rotate_get_quad_rangle_subpix_rgba_c #295

Open
hejin0402 opened this issue May 17, 2024 · 0 comments
Open

Find bug in func: ne10_img_rotate_get_quad_rangle_subpix_rgba_c #295

hejin0402 opened this issue May 17, 2024 · 0 comments

Comments

@hejin0402
Copy link

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);

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

No branches or pull requests

1 participant