#include <inttypes.h>
#include <limits.h>
#include <stdio.h>
#include <volk/volk_common.h>
#include <immintrin.h>
#include <xmmintrin.h>
#include <arm_neon.h>
#include <float.h>
Go to the source code of this file.
|
| static void | volk_32f_index_max_16u_a_avx (uint16_t *target, const float *src0, uint32_t num_points) |
| static void | volk_32f_index_max_16u_a_sse (uint16_t *target, const float *src0, uint32_t num_points) |
| static void | volk_32f_index_max_16u_neon (uint16_t *target, const float *src0, uint32_t num_points) |
| static void | volk_32f_index_max_16u_generic (uint16_t *target, const float *src0, uint32_t num_points) |
| static void | volk_32f_index_max_16u_u_avx (uint16_t *target, const float *src0, uint32_t num_points) |
◆ INCLUDED_volk_32f_index_max_16u_u_H
| #define INCLUDED_volk_32f_index_max_16u_u_H |
◆ volk_32f_index_max_16u_a_avx()
| void volk_32f_index_max_16u_a_avx |
( |
uint16_t * | target, |
|
|
const float * | src0, |
|
|
uint32_t | num_points ) |
|
inlinestatic |
◆ volk_32f_index_max_16u_a_sse()
| void volk_32f_index_max_16u_a_sse |
( |
uint16_t * | target, |
|
|
const float * | src0, |
|
|
uint32_t | num_points ) |
|
inlinestatic |
◆ volk_32f_index_max_16u_generic()
| void volk_32f_index_max_16u_generic |
( |
uint16_t * | target, |
|
|
const float * | src0, |
|
|
uint32_t | num_points ) |
|
inlinestatic |
◆ volk_32f_index_max_16u_neon()
| void volk_32f_index_max_16u_neon |
( |
uint16_t * | target, |
|
|
const float * | src0, |
|
|
uint32_t | num_points ) |
|
inlinestatic |
◆ volk_32f_index_max_16u_u_avx()
| void volk_32f_index_max_16u_u_avx |
( |
uint16_t * | target, |
|
|
const float * | src0, |
|
|
uint32_t | num_points ) |
|
inlinestatic |