#include <inttypes.h>
#include <stdio.h>
#include <emmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
static void | volk_16i_convert_8i_u_sse2 (int8_t *outputVector, const int16_t *inputVector, unsigned int num_points) |
|
static void | volk_16i_convert_8i_generic (int8_t *outputVector, const int16_t *inputVector, unsigned int num_points) |
|
static void | volk_16i_convert_8i_a_sse2 (int8_t *outputVector, const int16_t *inputVector, unsigned int num_points) |
|
static void | volk_16i_convert_8i_neon (int8_t *outputVector, const int16_t *inputVector, unsigned int num_points) |
|
static void | volk_16i_convert_8i_a_generic (int8_t *outputVector, const int16_t *inputVector, unsigned int num_points) |
|
◆ INCLUDED_volk_16i_convert_8i_a_H
#define INCLUDED_volk_16i_convert_8i_a_H |
◆ volk_16i_convert_8i_a_generic()
static void volk_16i_convert_8i_a_generic |
( |
int8_t * |
outputVector, |
|
|
const int16_t * |
inputVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16i_convert_8i_a_sse2()
static void volk_16i_convert_8i_a_sse2 |
( |
int8_t * |
outputVector, |
|
|
const int16_t * |
inputVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16i_convert_8i_generic()
static void volk_16i_convert_8i_generic |
( |
int8_t * |
outputVector, |
|
|
const int16_t * |
inputVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16i_convert_8i_neon()
static void volk_16i_convert_8i_neon |
( |
int8_t * |
outputVector, |
|
|
const int16_t * |
inputVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16i_convert_8i_u_sse2()
static void volk_16i_convert_8i_u_sse2 |
( |
int8_t * |
outputVector, |
|
|
const int16_t * |
inputVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |