projectNe10 / Ne10

An open optimized software library project for the ARM® Architecture
Other
1.46k stars 408 forks source link

Find bug in func: ne10_img_rotate_get_quad_rangle_subpix_rgba_c #295

Open hejin0402 opened 6 months ago

hejin0402 commented 6 months ago

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