-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path__kiss__fft__guts_8h_source.html
252 lines (250 loc) · 30 KB
/
__kiss__fft__guts_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Point Cloud Library (PCL): pcl/common/fft/_kiss_fft_guts.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Point Cloud Library (PCL)
 <span id="projectnumber">1.14.1-dev</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_39ef148c3cf3468c290ae8c03b3c03af.html">pcl</a></li><li class="navelem"><a class="el" href="dir_474708a720ff06817ce2c12e28baf137.html">common</a></li><li class="navelem"><a class="el" href="dir_cb072a00f4d7b49e220c71da1299fc89.html">fft</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">_kiss_fft_guts.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">Copyright (c) 2003-2010, Mark Borgerding</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"></span> </div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">All rights reserved.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span> </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"></span> </div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * Neither the author nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission.</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"></span> </div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">*/</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>  </div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">/* kiss_fft.h</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> defines kiss_fft_scalar as either short or a float type</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> and defines</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> struct kiss_fft_cpx { kiss_fft_scalar r; kiss_fft_scalar i; }; */</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#include "kiss_fft.h"</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#include <limits.h></span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  </div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#define MAXFACTORS 32</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment">/* e.g. an fft of length 128 has 4 factors </span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> as far as kissfft is concerned</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> 4*4*4*2</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div>
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="structkiss__fft__state.html"> 28</a></span> <span class="keyword">struct </span><a class="code" href="structkiss__fft__state.html">kiss_fft_state</a>{</div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="structkiss__fft__state.html#aa7446bded329a40e13aef0826e349791"> 29</a></span>  <span class="keywordtype">int</span> <a class="code" href="structkiss__fft__state.html#aa7446bded329a40e13aef0826e349791">nfft</a>;</div>
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="structkiss__fft__state.html#a8faed935610ffb08bf7ad9ea8d6c81d2"> 30</a></span>  <span class="keywordtype">int</span> <a class="code" href="structkiss__fft__state.html#a8faed935610ffb08bf7ad9ea8d6c81d2">inverse</a>;</div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="structkiss__fft__state.html#a2d5d0897276dbac0674fae556f951d18"> 31</a></span>  <span class="keywordtype">int</span> <a class="code" href="structkiss__fft__state.html#a2d5d0897276dbac0674fae556f951d18">factors</a>[2*MAXFACTORS];</div>
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="structkiss__fft__state.html#aa7d1cab86ec03a8ecddfe0d91ef0bd20"> 32</a></span>  <a class="code" href="structkiss__fft__cpx.html">kiss_fft_cpx</a> <a class="code" href="structkiss__fft__state.html#aa7d1cab86ec03a8ecddfe0d91ef0bd20">twiddles</a>[1];</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> };</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  </div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="comment">/*</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="comment"> Explanation of macros dealing with complex math:</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="comment"></span> </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="comment"> C_MUL(m,a,b) : m = a*b</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="comment"> C_FIXDIV( c , div ) : if a fixed point impl., c /= div. noop otherwise</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="comment"> C_SUB( res, a,b) : res = a - b</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="comment"> C_SUBFROM( res , a) : res -= a</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="comment"> C_ADDTO( res , a) : res += a</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="comment"> * */</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor">#ifdef FIXED_POINT</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor">#if (FIXED_POINT==32)</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="preprocessor"># define FRACBITS 31</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="preprocessor"># define SAMPPROD int64_t</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor">#define SAMP_MAX 2147483647</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="preprocessor">#else</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor"># define FRACBITS 15</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor"># define SAMPPROD int32_t </span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor">#define SAMP_MAX 32767</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  </div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="preprocessor">#define SAMP_MIN -SAMP_MAX</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor">#if defined(CHECK_OVERFLOW)</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="preprocessor"># define CHECK_OVERFLOW_OP(a,op,b) \</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="preprocessor"> if ( (SAMPPROD)(a) op (SAMPPROD)(b) > SAMP_MAX || (SAMPPROD)(a) op (SAMPPROD)(b) < SAMP_MIN ) { \</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="preprocessor"> fprintf(stderr,"WARNING:overflow @ "</span> __FILE__ "(%d): (%d " #op" %d) = %ld\n",__LINE__,(a),(b),(SAMPPROD)(a) op (SAMPPROD)(b) ); }</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  </div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  </div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="preprocessor"># define smul(a,b) ( (SAMPPROD)(a)*(b) )</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="preprocessor"># define sround( x ) (kiss_fft_scalar)( ( (x) + (1<<(FRACBITS-1)) ) >> FRACBITS )</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  </div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="preprocessor"># define S_MUL(a,b) sround( smul(a,b) )</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  </div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor"># define C_MUL(m,a,b) \</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="preprocessor"> do{ (m).r = sround( smul((a).r,(b).r) - smul((a).i,(b).i) ); \</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="preprocessor"> (m).i = sround( smul((a).r,(b).i) + smul((a).i,(b).r) ); }while(0)</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="preprocessor"># define DIVSCALAR(x,k) \</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="preprocessor"> (x) = sround( smul( x, SAMP_MAX/k ) )</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="preprocessor"># define C_FIXDIV(c,div) \</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="preprocessor"> do { DIVSCALAR( (c).r , div); \</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="preprocessor"> DIVSCALAR( (c).i , div); }while (0)</span></div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  </div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="preprocessor"># define C_MULBYSCALAR( c, s ) \</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="preprocessor"> do{ (c).r = sround( smul( (c).r , s ) ) ;\</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="preprocessor"> (c).i = sround( smul( (c).i , s ) ) ; }while(0)</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  </div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="preprocessor">#else </span><span class="comment">/* not FIXED_POINT*/</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  </div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="preprocessor"># define S_MUL(a,b) ( (a)*(b) )</span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="preprocessor">#define C_MUL(m,a,b) \</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="preprocessor"> do{ (m).r = (a).r*(b).r - (a).i*(b).i;\</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="preprocessor"> (m).i = (a).r*(b).i + (a).i*(b).r; }while(0)</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="preprocessor"># define C_FIXDIV(c,div) </span><span class="comment">/* NOOP */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> <span class="preprocessor"># define C_MULBYSCALAR( c, s ) \</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="preprocessor"> do{ (c).r *= (s);\</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="preprocessor"> (c).i *= (s); }while(0)</span></div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  </div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="preprocessor">#ifndef CHECK_OVERFLOW_OP</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> <span class="preprocessor"># define CHECK_OVERFLOW_OP(a,op,b) </span><span class="comment">/* noop */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  </div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> <span class="preprocessor">#define C_ADD( res, a,b)\</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span> <span class="preprocessor"> do { \</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> <span class="preprocessor"> CHECK_OVERFLOW_OP((a).r,+,(b).r)\</span></div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> <span class="preprocessor"> CHECK_OVERFLOW_OP((a).i,+,(b).i)\</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="preprocessor"> (res).r=(a).r+(b).r; (res).i=(a).i+(b).i; \</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="preprocessor"> }while(0)</span></div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> <span class="preprocessor">#define C_SUB( res, a,b)\</span></div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> <span class="preprocessor"> do { \</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> <span class="preprocessor"> CHECK_OVERFLOW_OP((a).r,-,(b).r)\</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <span class="preprocessor"> CHECK_OVERFLOW_OP((a).i,-,(b).i)\</span></div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="preprocessor"> (res).r=(a).r-(b).r; (res).i=(a).i-(b).i; \</span></div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span> <span class="preprocessor"> }while(0)</span></div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span> <span class="preprocessor">#define C_ADDTO( res , a)\</span></div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span> <span class="preprocessor"> do { \</span></div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span> <span class="preprocessor"> CHECK_OVERFLOW_OP((res).r,+,(a).r)\</span></div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> <span class="preprocessor"> CHECK_OVERFLOW_OP((res).i,+,(a).i)\</span></div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="preprocessor"> (res).r += (a).r; (res).i += (a).i;\</span></div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span> <span class="preprocessor"> }while(0)</span></div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  </div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span> <span class="preprocessor">#define C_SUBFROM( res , a)\</span></div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> <span class="preprocessor"> do {\</span></div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span> <span class="preprocessor"> CHECK_OVERFLOW_OP((res).r,-,(a).r)\</span></div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span> <span class="preprocessor"> CHECK_OVERFLOW_OP((res).i,-,(a).i)\</span></div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span> <span class="preprocessor"> (res).r -= (a).r; (res).i -= (a).i; \</span></div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span> <span class="preprocessor"> }while(0)</span></div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  </div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  </div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <span class="preprocessor">#ifdef FIXED_POINT</span></div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span> <span class="preprocessor"># define KISS_FFT_COS(phase) floor(.5+SAMP_MAX * cos (phase))</span></div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span> <span class="preprocessor"># define KISS_FFT_SIN(phase) floor(.5+SAMP_MAX * sin (phase))</span></div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span> <span class="preprocessor"># define HALF_OF(x) ((x)>>1)</span></div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span> <span class="preprocessor">#elif defined(USE_SIMD)</span></div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span> <span class="preprocessor"># define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) )</span></div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span> <span class="preprocessor"># define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) )</span></div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span> <span class="preprocessor"># define HALF_OF(x) ((x)*_mm_set1_ps(.5))</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span> <span class="preprocessor">#else</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span> <span class="preprocessor"># define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase)</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span> <span class="preprocessor"># define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase)</span></div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span> <span class="preprocessor"># define HALF_OF(x) ((x)*.5)</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  </div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span> <span class="preprocessor">#define kf_cexp(x,phase) \</span></div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span> <span class="preprocessor"> do{ \</span></div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span> <span class="preprocessor"> (x)->r = KISS_FFT_COS(phase);\</span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="preprocessor"> (x)->i = KISS_FFT_SIN(phase);\</span></div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span> <span class="preprocessor"> }while(0)</span></div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  </div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  </div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span> <span class="comment">/* a debugging function */</span></div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span> <span class="preprocessor">#define pcpx(c)\</span></div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span> <span class="preprocessor"> fprintf(stderr,"%g + %gi\n"</span>,(double)((c)->r),(double)((c)->i) )</div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  </div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  </div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span> <span class="preprocessor">#ifdef KISS_FFT_USE_ALLOCA</span></div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span> <span class="comment">// define this to allow use of alloca instead of malloc for temporary buffers</span></div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span> <span class="comment">// Temporary buffers are used in two case: </span></div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span> <span class="comment">// 1. FFT sizes that have "bad" factors. i.e. not 2,3 and 5</span></div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span> <span class="comment">// 2. "in-place" FFTs. Notice the quotes, since kissfft does not really do an in-place transform.</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span> <span class="preprocessor">#include <alloca.h></span></div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span> <span class="preprocessor">#define KISS_FFT_TMP_ALLOC(nbytes) alloca(nbytes)</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span> <span class="preprocessor">#define KISS_FFT_TMP_FREE(ptr) </span></div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span> <span class="preprocessor">#else</span></div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span> <span class="preprocessor">#define KISS_FFT_TMP_ALLOC(nbytes) KISS_FFT_MALLOC(nbytes)</span></div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span> <span class="preprocessor">#define KISS_FFT_TMP_FREE(ptr) KISS_FFT_FREE(ptr)</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span> <span class="preprocessor">#endif</span></div>
<div class="ttc" id="astructkiss__fft__cpx_html"><div class="ttname"><a href="structkiss__fft__cpx.html">kiss_fft_cpx</a></div><div class="ttdef"><b>Definition:</b> <a href="kiss__fft_8h_source.html#l00052">kiss_fft.h:52</a></div></div>
<div class="ttc" id="astructkiss__fft__state_html"><div class="ttname"><a href="structkiss__fft__state.html">kiss_fft_state</a></div><div class="ttdef"><b>Definition:</b> <a href="__kiss__fft__guts_8h_source.html#l00028">_kiss_fft_guts.h:28</a></div></div>
<div class="ttc" id="astructkiss__fft__state_html_a2d5d0897276dbac0674fae556f951d18"><div class="ttname"><a href="structkiss__fft__state.html#a2d5d0897276dbac0674fae556f951d18">kiss_fft_state::factors</a></div><div class="ttdeci">int factors[2 *MAXFACTORS]</div><div class="ttdef"><b>Definition:</b> <a href="__kiss__fft__guts_8h_source.html#l00031">_kiss_fft_guts.h:31</a></div></div>
<div class="ttc" id="astructkiss__fft__state_html_a8faed935610ffb08bf7ad9ea8d6c81d2"><div class="ttname"><a href="structkiss__fft__state.html#a8faed935610ffb08bf7ad9ea8d6c81d2">kiss_fft_state::inverse</a></div><div class="ttdeci">int inverse</div><div class="ttdef"><b>Definition:</b> <a href="__kiss__fft__guts_8h_source.html#l00030">_kiss_fft_guts.h:30</a></div></div>
<div class="ttc" id="astructkiss__fft__state_html_aa7446bded329a40e13aef0826e349791"><div class="ttname"><a href="structkiss__fft__state.html#aa7446bded329a40e13aef0826e349791">kiss_fft_state::nfft</a></div><div class="ttdeci">int nfft</div><div class="ttdef"><b>Definition:</b> <a href="__kiss__fft__guts_8h_source.html#l00029">_kiss_fft_guts.h:29</a></div></div>
<div class="ttc" id="astructkiss__fft__state_html_aa7d1cab86ec03a8ecddfe0d91ef0bd20"><div class="ttname"><a href="structkiss__fft__state.html#aa7d1cab86ec03a8ecddfe0d91ef0bd20">kiss_fft_state::twiddles</a></div><div class="ttdeci">kiss_fft_cpx twiddles[1]</div><div class="ttdef"><b>Definition:</b> <a href="__kiss__fft__guts_8h_source.html#l00032">_kiss_fft_guts.h:32</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<hr>
<div id="footer">
<p>
Except where otherwise noted, the PointClouds.org web pages are licensed under <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a>.
</p>
<p>Pages generated on Tue Jan 7 2025 14:17:37</p>
</div> <!-- #footer -->
</body>
</html>