#include <inttypes.h>
#include <emmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
| static void | volk_8i_x2_add_saturated_8i_generic (int8_t *outVector, const int8_t *inVectorA, const int8_t *inVectorB, unsigned int num_points) |
| static void | volk_8i_x2_add_saturated_8i_u_sse2 (int8_t *outVector, const int8_t *inVectorA, const int8_t *inVectorB, unsigned int num_points) |
| static void | volk_8i_x2_add_saturated_8i_a_sse2 (int8_t *outVector, const int8_t *inVectorA, const int8_t *inVectorB, unsigned int num_points) |
| static void | volk_8i_x2_add_saturated_8i_neon (int8_t *outVector, const int8_t *inVectorA, const int8_t *inVectorB, unsigned int num_points) |
◆ INCLUDED_volk_8i_x2_add_saturated_8i_a_H
| #define INCLUDED_volk_8i_x2_add_saturated_8i_a_H |
◆ volk_8i_x2_add_saturated_8i_a_sse2()
| void volk_8i_x2_add_saturated_8i_a_sse2 |
( |
int8_t * | outVector, |
|
|
const int8_t * | inVectorA, |
|
|
const int8_t * | inVectorB, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_8i_x2_add_saturated_8i_generic()
| void volk_8i_x2_add_saturated_8i_generic |
( |
int8_t * | outVector, |
|
|
const int8_t * | inVectorA, |
|
|
const int8_t * | inVectorB, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_8i_x2_add_saturated_8i_neon()
| void volk_8i_x2_add_saturated_8i_neon |
( |
int8_t * | outVector, |
|
|
const int8_t * | inVectorA, |
|
|
const int8_t * | inVectorB, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_8i_x2_add_saturated_8i_u_sse2()
| void volk_8i_x2_add_saturated_8i_u_sse2 |
( |
int8_t * | outVector, |
|
|
const int8_t * | inVectorA, |
|
|
const int8_t * | inVectorB, |
|
|
unsigned int | num_points ) |
|
inlinestatic |