#include <inttypes.h>
#include <emmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
| static void | volk_16i_x2_add_saturated_16i_generic (int16_t *outVector, const int16_t *inVectorA, const int16_t *inVectorB, unsigned int num_points) |
| |
| static void | volk_16i_x2_add_saturated_16i_u_sse2 (int16_t *outVector, const int16_t *inVectorA, const int16_t *inVectorB, unsigned int num_points) |
| |
| static void | volk_16i_x2_add_saturated_16i_a_sse2 (int16_t *outVector, const int16_t *inVectorA, const int16_t *inVectorB, unsigned int num_points) |
| |
| static void | volk_16i_x2_add_saturated_16i_neon (int16_t *outVector, const int16_t *inVectorA, const int16_t *inVectorB, unsigned int num_points) |
| |
◆ INCLUDED_volk_16i_x2_add_saturated_16i_a_H
| #define INCLUDED_volk_16i_x2_add_saturated_16i_a_H |
◆ volk_16i_x2_add_saturated_16i_a_sse2()
| static void volk_16i_x2_add_saturated_16i_a_sse2 |
( |
int16_t * |
outVector, |
|
|
const int16_t * |
inVectorA, |
|
|
const int16_t * |
inVectorB, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16i_x2_add_saturated_16i_generic()
| static void volk_16i_x2_add_saturated_16i_generic |
( |
int16_t * |
outVector, |
|
|
const int16_t * |
inVectorA, |
|
|
const int16_t * |
inVectorB, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16i_x2_add_saturated_16i_neon()
| static void volk_16i_x2_add_saturated_16i_neon |
( |
int16_t * |
outVector, |
|
|
const int16_t * |
inVectorA, |
|
|
const int16_t * |
inVectorB, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16i_x2_add_saturated_16i_u_sse2()
| static void volk_16i_x2_add_saturated_16i_u_sse2 |
( |
int16_t * |
outVector, |
|
|
const int16_t * |
inVectorA, |
|
|
const int16_t * |
inVectorB, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |