gr-baz Package
volk_typedefs.h
Go to the documentation of this file.
1 
2 
3 /* this file was generated by volk template utils, do not edit! */
4 
5 /*
6  * Copyright 2011-2012 Free Software Foundation, Inc.
7  *
8  * This file is part of GNU Radio
9  *
10  * GNU Radio is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation; either version 3, or (at your option)
13  * any later version.
14  *
15  * GNU Radio is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with GNU Radio; see the file COPYING. If not, write to
22  * the Free Software Foundation, Inc., 51 Franklin Street,
23  * Boston, MA 02110-1301, USA.
24  */
25 
26 #ifndef INCLUDED_VOLK_TYPEDEFS
27 #define INCLUDED_VOLK_TYPEDEFS
28 
29 #include <inttypes.h>
30 #include <volk/volk_complex.h>
31 
32 typedef void (*p_16i_s32f_convert_32f_a)(float*, const int16_t*, const float, unsigned int);
33 typedef void (*p_32f_x2_min_32f_a)(float*, const float*, const float*, unsigned int);
34 typedef void (*p_8ic_deinterleave_16i_x2_a)(int16_t*, int16_t*, const lv_8sc_t*, unsigned int);
35 typedef void (*p_32fc_32f_dot_prod_32fc_a)(lv_32fc_t*, const lv_32fc_t*, const float*, unsigned int);
36 typedef void (*p_32f_s32f_32f_fm_detect_32f_a)(float*, const float*, const float, float*, unsigned int);
37 typedef void (*p_32i_x2_and_32i_a)(int32_t*, const int32_t*, const int32_t*, unsigned int);
38 typedef void (*p_64f_x2_min_64f_a)(double*, const double*, const double*, unsigned int);
39 typedef void (*p_8ic_deinterleave_real_8i_a)(int8_t*, const lv_8sc_t*, unsigned int);
40 typedef void (*p_32fc_x2_dot_prod_32fc_u)(lv_32fc_t*, const lv_32fc_t*, const lv_32fc_t*, unsigned int);
41 typedef void (*p_32fc_deinterleave_64f_x2_a)(double*, double*, const lv_32fc_t*, unsigned int);
42 typedef void (*p_32f_s32f_convert_32i_u)(int32_t*, const float*, const float, unsigned int);
43 typedef void (*p_32fc_x2_square_dist_32f_a)(float*, lv_32fc_t*, lv_32fc_t*, unsigned int);
44 typedef void (*p_32fc_x2_multiply_32fc_a)(lv_32fc_t*, const lv_32fc_t*, const lv_32fc_t*, unsigned int);
45 typedef void (*p_8ic_s32f_deinterleave_real_32f_a)(float*, const lv_8sc_t*, const float, unsigned int);
46 typedef void (*p_32f_x2_s32f_interleave_16ic_a)(lv_16sc_t*, const float*, const float*, const float, unsigned int);
47 typedef void (*p_8i_s32f_convert_32f_a)(float*, const int8_t*, const float, unsigned int);
48 typedef void (*p_64u_byteswap_a)(uint64_t*, unsigned int);
49 typedef void (*p_32fc_magnitude_32f_u)(float*, const lv_32fc_t*, unsigned int);
50 typedef void (*p_16ic_s32f_deinterleave_real_32f_a)(float*, const lv_16sc_t*, const float, unsigned int);
51 typedef void (*p_32fc_s32fc_x2_rotator_32fc_a)(lv_32fc_t*, const lv_32fc_t*, const lv_32fc_t, lv_32fc_t*, unsigned int);
52 typedef void (*p_8i_convert_16i_a)(int16_t*, const int8_t*, unsigned int);
53 typedef void (*p_32u_byteswap_a)(uint32_t*, unsigned int);
54 typedef void (*p_16ic_deinterleave_16i_x2_a)(int16_t*, int16_t*, const lv_16sc_t*, unsigned int);
55 typedef void (*p_16ic_s32f_deinterleave_32f_x2_a)(float*, float*, const lv_16sc_t*, const float, unsigned int);
56 typedef void (*p_32f_s32f_convert_16i_u)(int16_t*, const float*, const float, unsigned int);
57 typedef void (*p_64u_popcnt_a)(uint64_t*, const uint64_t);
58 typedef void (*p_32i_s32f_convert_32f_a)(float*, const int32_t*, const float, unsigned int);
59 typedef void (*p_16ic_deinterleave_real_16i_a)(int16_t*, const lv_16sc_t*, unsigned int);
60 typedef void (*p_32f_s32f_multiply_32f_a)(float*, const float*, const float, unsigned int);
61 typedef void (*p_32f_x2_dot_prod_32f_a)(float*, const float*, const float*, unsigned int);
62 typedef void (*p_8i_convert_16i_u)(int16_t*, const int8_t*, unsigned int);
63 typedef void (*p_32fc_s32f_power_spectrum_32f_a)(float*, const lv_32fc_t*, const float, unsigned int);
64 typedef void (*p_32fc_32f_multiply_32fc_a)(lv_32fc_t*, const lv_32fc_t*, const float*, unsigned int);
65 typedef void (*p_16u_byteswap_a)(uint16_t*, unsigned int);
66 typedef void (*p_32fc_s32f_deinterleave_real_16i_a)(int16_t*, const lv_32fc_t*, const float, unsigned int);
67 typedef void (*p_32f_accumulator_s32f_a)(float*, const float*, unsigned int);
68 typedef void (*p_32fc_deinterleave_32f_x2_a)(float*, float*, const lv_32fc_t*, unsigned int);
69 typedef void (*p_32f_x2_subtract_32f_a)(float*, const float*, const float*, unsigned int);
70 typedef void (*p_16i_max_star_horizontal_16i_a)(int16_t*, int16_t*, unsigned int);
71 typedef void (*p_32f_x2_add_32f_a)(float*, const float*, const float*, unsigned int);
72 typedef void (*p_32fc_s32f_atan2_32f_a)(float*, const lv_32fc_t*, const float, unsigned int);
73 typedef void (*p_16i_x5_add_quad_16i_x4_a)(short*, short*, short*, short*, short*, short*, short*, short*, short*, unsigned int);
74 typedef void (*p_16i_branch_4_state_8_a)(short*, short*, char**, short*, short*, short*);
75 typedef void (*p_16ic_deinterleave_real_8i_a)(int8_t*, const lv_16sc_t*, unsigned int);
76 typedef void (*p_8ic_deinterleave_real_16i_a)(int16_t*, const lv_8sc_t*, unsigned int);
77 typedef void (*p_16ic_s32f_magnitude_32f_a)(float*, const lv_16sc_t*, const float, unsigned int);
78 typedef void (*p_32f_x2_add_32f_u)(float*, const float*, const float*, unsigned int);
79 typedef void (*p_32fc_x2_conjugate_dot_prod_32fc_a)(lv_32fc_t*, const lv_32fc_t*, const lv_32fc_t*, unsigned int);
80 typedef void (*p_32fc_conjugate_32fc_u)(lv_32fc_t*, const lv_32fc_t*, unsigned int);
81 typedef void (*p_32fc_s32fc_multiply_32fc_a)(lv_32fc_t*, const lv_32fc_t*, const lv_32fc_t, unsigned int);
82 typedef void (*p_16i_32fc_dot_prod_32fc_a)(lv_32fc_t*, const short*, const lv_32fc_t*, unsigned int);
83 typedef void (*p_16i_s32f_convert_32f_u)(float*, const int16_t*, const float, unsigned int);
84 typedef void (*p_32fc_deinterleave_imag_32f_a)(float*, const lv_32fc_t*, unsigned int);
85 typedef void (*p_8ic_x2_multiply_conjugate_16ic_a)(lv_16sc_t*, const lv_8sc_t*, const lv_8sc_t*, unsigned int);
86 typedef void (*p_32fc_magnitude_squared_32f_a)(float*, const lv_32fc_t*, unsigned int);
87 typedef void (*p_32f_stddev_and_mean_32f_x2_a)(float*, float*, const float*, unsigned int);
88 typedef void (*p_32f_s32f_normalize_a)(float*, const float, unsigned int);
89 typedef void (*p_32fc_conjugate_32fc_a)(lv_32fc_t*, const lv_32fc_t*, unsigned int);
90 typedef void (*p_32fc_s32fc_multiply_32fc_u)(lv_32fc_t*, const lv_32fc_t*, const lv_32fc_t, unsigned int);
91 typedef void (*p_64u_byteswap_u)(uint64_t*, unsigned int);
92 typedef void (*p_64f_convert_32f_u)(float*, const double*, unsigned int);
93 typedef void (*p_32f_x3_sum_of_poly_32f_a)(float*, float*, float*, float*, unsigned int);
94 typedef void (*p_32fc_deinterleave_real_32f_a)(float*, const lv_32fc_t*, unsigned int);
95 typedef void (*p_32fc_x2_multiply_32fc_u)(lv_32fc_t*, const lv_32fc_t*, const lv_32fc_t*, unsigned int);
96 typedef void (*p_32f_x2_multiply_32f_a)(float*, const float*, const float*, unsigned int);
97 typedef void (*p_32fc_x2_dot_prod_32fc_a)(lv_32fc_t*, const lv_32fc_t*, const lv_32fc_t*, unsigned int);
98 typedef void (*p_32f_index_max_16u_a)(unsigned int*, const float*, unsigned int);
99 typedef void (*p_32f_sqrt_32f_a)(float*, const float*, unsigned int);
100 typedef void (*p_32fc_s32f_power_32fc_a)(lv_32fc_t*, const lv_32fc_t*, const float, unsigned int);
101 typedef void (*p_16i_permute_and_scalar_add_a)(short*, short*, short*, short*, short*, short*, short*, short*, unsigned int);
102 typedef void (*p_32fc_index_max_16u_a)(unsigned int*, lv_32fc_t*, unsigned int);
103 typedef void (*p_32fc_magnitude_squared_32f_u)(float*, const lv_32fc_t*, unsigned int);
104 typedef void (*p_32fc_x2_conjugate_dot_prod_32fc_u)(lv_32fc_t*, const lv_32fc_t*, const lv_32fc_t*, unsigned int);
105 typedef void (*p_32f_convert_64f_a)(double*, const float*, unsigned int);
106 typedef void (*p_32fc_s32fc_rotatorpuppet_32fc_a)(lv_32fc_t*, const lv_32fc_t*, const lv_32fc_t, unsigned int);
107 typedef void (*p_32u_popcnt_a)(uint32_t*, const uint32_t);
108 typedef void (*p_16i_max_star_16i_a)(short*, short*, unsigned int);
109 typedef void (*p_16ic_magnitude_16i_a)(int16_t*, const lv_16sc_t*, unsigned int);
110 typedef void (*p_8ic_s32f_deinterleave_32f_x2_a)(float*, float*, const lv_8sc_t*, const float, unsigned int);
111 typedef void (*p_8ic_x2_s32f_multiply_conjugate_32fc_a)(lv_32fc_t*, const lv_8sc_t*, const lv_8sc_t*, const float, unsigned int);
112 typedef void (*p_32f_x2_max_32f_a)(float*, const float*, const float*, unsigned int);
113 typedef void (*p_32fc_s32f_x2_power_spectral_density_32f_a)(float*, const lv_32fc_t*, const float, const float, unsigned int);
114 typedef void (*p_32fc_magnitude_32f_a)(float*, const lv_32fc_t*, unsigned int);
115 typedef void (*p_32f_x2_divide_32f_a)(float*, const float*, const float*, unsigned int);
116 typedef void (*p_32u_byteswap_u)(uint32_t*, unsigned int);
117 typedef void (*p_32fc_s32f_magnitude_16i_a)(int16_t*, const lv_32fc_t*, const float, unsigned int);
118 typedef void (*p_16i_x4_quad_max_star_16i_a)(short*, short*, short*, short*, short*, unsigned int);
119 typedef void (*p_32f_s32f_stddev_32f_a)(float*, const float*, const float, unsigned int);
120 typedef void (*p_32f_x2_interleave_32fc_a)(lv_32fc_t*, const float*, const float*, unsigned int);
121 typedef void (*p_64f_x2_max_64f_a)(double*, const double*, const double*, unsigned int);
122 typedef void (*p_32f_s32f_convert_8i_u)(int8_t*, const float*, const float, unsigned int);
123 typedef void (*p_32f_s32f_power_32f_a)(float*, const float*, const float, unsigned int);
124 typedef void (*p_32f_s32f_multiply_32f_u)(float*, const float*, const float, unsigned int);
125 typedef void (*p_32i_s32f_convert_32f_u)(float*, const int32_t*, const float, unsigned int);
126 typedef void (*p_32i_x2_or_32i_a)(int32_t*, const int32_t*, const int32_t*, unsigned int);
127 typedef void (*p_32f_convert_64f_u)(double*, const float*, unsigned int);
128 typedef void (*p_32fc_x2_s32f_square_dist_scalar_mult_32f_a)(float*, lv_32fc_t*, lv_32fc_t*, float, unsigned int);
129 typedef void (*p_32fc_x2_multiply_conjugate_32fc_u)(lv_32fc_t*, const lv_32fc_t*, const lv_32fc_t*, unsigned int);
130 typedef void (*p_32fc_x2_multiply_conjugate_32fc_a)(lv_32fc_t*, const lv_32fc_t*, const lv_32fc_t*, unsigned int);
131 typedef void (*p_32f_s32f_convert_32i_a)(int32_t*, const float*, const float, unsigned int);
132 typedef void (*p_32fc_deinterleave_real_64f_a)(double*, const lv_32fc_t*, unsigned int);
133 typedef void (*p_32f_x2_dot_prod_32f_u)(float*, const float*, const float*, unsigned int);
134 typedef void (*p_16u_byteswap_u)(uint16_t*, unsigned int);
135 typedef void (*p_8i_s32f_convert_32f_u)(float*, const int8_t*, const float, unsigned int);
136 typedef void (*p_32f_s32f_convert_16i_a)(int16_t*, const float*, const float, unsigned int);
137 typedef void (*p_16i_convert_8i_a)(int8_t*, const int16_t*, unsigned int);
138 typedef void (*p_32f_x2_multiply_32f_u)(float*, const float*, const float*, unsigned int);
139 typedef void (*p_32f_s32f_calc_spectral_noise_floor_32f_a)(float*, const float*, const float, const unsigned int);
140 typedef void (*p_16i_convert_8i_u)(int8_t*, const int16_t*, unsigned int);
141 typedef void (*p_32f_s32f_convert_8i_a)(int8_t*, const float*, const float, unsigned int);
142 typedef void (*p_64f_convert_32f_a)(float*, const double*, unsigned int);
143 typedef void (*p_32f_x2_dot_prod_16i_a)(int16_t*, const float*, const float*, unsigned int);
144 
145 #endif /*INCLUDED_VOLK_TYPEDEFS*/