![]() |
Project Ne10
An Open Optimized Software Library Project for the ARM Architecture
|
Functions | |
| void | ne10_img_rotate_rgba_c (ne10_uint8_t *dst, ne10_uint32_t *dst_width, ne10_uint32_t *dst_height, ne10_uint8_t *src, ne10_uint32_t src_width, ne10_uint32_t src_height, ne10_int32_t angle) |
| image resize of 8-bit data. More... | |
| void ne10_img_rotate_rgba_c | ( | ne10_uint8_t * | dst, |
| ne10_uint32_t * | dst_width, | ||
| ne10_uint32_t * | dst_height, | ||
| ne10_uint8_t * | src, | ||
| ne10_uint32_t | src_width, | ||
| ne10_uint32_t | src_height, | ||
| ne10_int32_t | angle | ||
| ) |
image resize of 8-bit data.
image rotate of 8-bit data.
| [out] | *dst | point to the destination image |
| [out] | *dst_width | width of destination image |
| [out] | *dst_height | height of destination image |
| [in] | *src | point to the source image |
| [in] | src_width | width of source image |
| [in] | src_height | height of source image |
| [in] | angle | angle of rotate |
Definition at line 231 of file NE10_rotate.c.