#include <inttypes.h>
#include <stdio.h>
#include <volk/volk_common.h>
#include <xmmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
static void | volk_16ic_s32f_deinterleave_32f_x2_a_sse (float *iBuffer, float *qBuffer, const lv_16sc_t *complexVector, const float scalar, unsigned int num_points) |
|
static void | volk_16ic_s32f_deinterleave_32f_x2_generic (float *iBuffer, float *qBuffer, const lv_16sc_t *complexVector, const float scalar, unsigned int num_points) |
|
static void | volk_16ic_s32f_deinterleave_32f_x2_neon (float *iBuffer, float *qBuffer, const lv_16sc_t *complexVector, const float scalar, unsigned int num_points) |
|
◆ INCLUDED_volk_16ic_s32f_deinterleave_32f_x2_u_H
#define INCLUDED_volk_16ic_s32f_deinterleave_32f_x2_u_H |
◆ volk_16ic_s32f_deinterleave_32f_x2_a_sse()
static void volk_16ic_s32f_deinterleave_32f_x2_a_sse |
( |
float * |
iBuffer, |
|
|
float * |
qBuffer, |
|
|
const lv_16sc_t * |
complexVector, |
|
|
const float |
scalar, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16ic_s32f_deinterleave_32f_x2_generic()
static void volk_16ic_s32f_deinterleave_32f_x2_generic |
( |
float * |
iBuffer, |
|
|
float * |
qBuffer, |
|
|
const lv_16sc_t * |
complexVector, |
|
|
const float |
scalar, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16ic_s32f_deinterleave_32f_x2_neon()
static void volk_16ic_s32f_deinterleave_32f_x2_neon |
( |
float * |
iBuffer, |
|
|
float * |
qBuffer, |
|
|
const lv_16sc_t * |
complexVector, |
|
|
const float |
scalar, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |