Project Ne10
An open, optimized software library for the ARM architecture.
Functions
NE10_rotate.c File Reference
#include "NE10.h"

Go to the source code of this file.

Functions

void ne10_img_rotate_get_quad_rangle_subpix_rgba_c (ne10_uint8_t *dst, ne10_uint8_t *src, ne10_int32_t srcw, ne10_int32_t srch, ne10_int32_t dstw, ne10_int32_t dsth, ne10_float32_t *matrix)
 
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)
 Specific implementation of ne10_img_rotate_rgba using plain C. More...
 
void ne10_img_rotate_get_quad_rangle_subpix_rgba_neon (ne10_uint8_t *dst, ne10_uint8_t *src, ne10_int32_t srcw, ne10_int32_t srch, ne10_int32_t dstw, ne10_int32_t dsth, ne10_float32_t *matrix) asm("ne10_img_rotate_get_quad_rangle_subpix_rgba_neon")
 
void ne10_img_rotate_rgba_neon (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)
 Specific implementation of ne10_img_rotate_rgba using NEON SIMD capabilities. More...
 

Function Documentation

void ne10_img_rotate_get_quad_rangle_subpix_rgba_c ( ne10_uint8_t dst,
ne10_uint8_t src,
ne10_int32_t  srcw,
ne10_int32_t  srch,
ne10_int32_t  dstw,
ne10_int32_t  dsth,
ne10_float32_t matrix 
)

Definition at line 92 of file NE10_rotate.c.

void ne10_img_rotate_get_quad_rangle_subpix_rgba_neon ( ne10_uint8_t dst,
ne10_uint8_t src,
ne10_int32_t  srcw,
ne10_int32_t  srch,
ne10_int32_t  dstw,
ne10_int32_t  dsth,
ne10_float32_t matrix 
)