#include <inttypes.h>
#include <stdio.h>
#include <tmmintrin.h>
#include <emmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
| static void | volk_16ic_deinterleave_16i_x2_a_ssse3 (int16_t *iBuffer, int16_t *qBuffer, const lv_16sc_t *complexVector, unsigned int num_points) |
| static void | volk_16ic_deinterleave_16i_x2_a_sse2 (int16_t *iBuffer, int16_t *qBuffer, const lv_16sc_t *complexVector, unsigned int num_points) |
| static void | volk_16ic_deinterleave_16i_x2_generic (int16_t *iBuffer, int16_t *qBuffer, const lv_16sc_t *complexVector, unsigned int num_points) |
| static void | volk_16ic_deinterleave_16i_x2_neon (int16_t *iBuffer, int16_t *qBuffer, const lv_16sc_t *complexVector, unsigned int num_points) |
◆ INCLUDED_volk_16ic_deinterleave_16i_x2_u_H
| #define INCLUDED_volk_16ic_deinterleave_16i_x2_u_H |
◆ volk_16ic_deinterleave_16i_x2_a_sse2()
| void volk_16ic_deinterleave_16i_x2_a_sse2 |
( |
int16_t * | iBuffer, |
|
|
int16_t * | qBuffer, |
|
|
const lv_16sc_t * | complexVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_16ic_deinterleave_16i_x2_a_ssse3()
| void volk_16ic_deinterleave_16i_x2_a_ssse3 |
( |
int16_t * | iBuffer, |
|
|
int16_t * | qBuffer, |
|
|
const lv_16sc_t * | complexVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_16ic_deinterleave_16i_x2_generic()
| void volk_16ic_deinterleave_16i_x2_generic |
( |
int16_t * | iBuffer, |
|
|
int16_t * | qBuffer, |
|
|
const lv_16sc_t * | complexVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_16ic_deinterleave_16i_x2_neon()
| void volk_16ic_deinterleave_16i_x2_neon |
( |
int16_t * | iBuffer, |
|
|
int16_t * | qBuffer, |
|
|
const lv_16sc_t * | complexVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |