#include <volk/volk_common.h>
#include <inttypes.h>
#include <stdio.h>
#include <emmintrin.h>
#include <tmmintrin.h>
#include <xmmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
◆ volk_16i_max_star_horizontal_16i_a_ssse3()
static void volk_16i_max_star_horizontal_16i_a_ssse3 |
( |
int16_t * |
target, |
|
|
int16_t * |
src0, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16i_max_star_horizontal_16i_generic()
static void volk_16i_max_star_horizontal_16i_generic |
( |
int16_t * |
target, |
|
|
int16_t * |
src0, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16i_max_star_horizontal_16i_neon()
static void volk_16i_max_star_horizontal_16i_neon |
( |
int16_t * |
target, |
|
|
int16_t * |
src0, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |