NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 11.5.0.*
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
npps_conversion_functions.h
1  /* Copyright 2010-2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2  *
3  * NOTICE TO LICENSEE:
4  *
5  * The source code and/or documentation ("Licensed Deliverables") are
6  * subject to NVIDIA intellectual property rights under U.S. and
7  * international Copyright laws.
8  *
9  * The Licensed Deliverables contained herein are PROPRIETARY and
10  * CONFIDENTIAL to NVIDIA and are being provided under the terms and
11  * conditions of a form of NVIDIA software license agreement by and
12  * between NVIDIA and Licensee ("License Agreement") or electronically
13  * accepted by Licensee. Notwithstanding any terms or conditions to
14  * the contrary in the License Agreement, reproduction or disclosure
15  * of the Licensed Deliverables to any third party without the express
16  * written consent of NVIDIA is prohibited.
17  *
18  * NOTWITHSTANDING ANY TERMS OR CONDITIONS TO THE CONTRARY IN THE
19  * LICENSE AGREEMENT, NVIDIA MAKES NO REPRESENTATION ABOUT THE
20  * SUITABILITY OF THESE LICENSED DELIVERABLES FOR ANY PURPOSE. THEY ARE
21  * PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND.
22  * NVIDIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THESE LICENSED
23  * DELIVERABLES, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY,
24  * NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE.
25  * NOTWITHSTANDING ANY TERMS OR CONDITIONS TO THE CONTRARY IN THE
26  * LICENSE AGREEMENT, IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY
27  * SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY
28  * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
29  * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
30  * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
31  * OF THESE LICENSED DELIVERABLES.
32  *
33  * U.S. Government End Users. These Licensed Deliverables are a
34  * "commercial item" as that term is defined at 48 C.F.R. 2.101 (OCT
35  * 1995), consisting of "commercial computer software" and "commercial
36  * computer software documentation" as such terms are used in 48
37  * C.F.R. 12.212 (SEPT 1995) and are provided to the U.S. Government
38  * only as a commercial end item. Consistent with 48 C.F.R.12.212 and
39  * 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), all
40  * U.S. Government End Users acquire the Licensed Deliverables with
41  * only those rights set forth herein.
42  *
43  * Any use of the Licensed Deliverables in individual and commercial
44  * software must include, in the user documentation and internal
45  * comments to the code, the above Disclaimer and U.S. Government End
46  * Users Notice.
47  */
48 #ifndef NV_NPPS_CONVERSION_FUNCTIONS_H
49 #define NV_NPPS_CONVERSION_FUNCTIONS_H
50 
56 #include "nppdefs.h"
57 
58 
59 #ifdef __cplusplus
60 extern "C" {
61 #endif
62 
63 
84 NppStatus
85 nppsConvert_8s16s_Ctx(const Npp8s * pSrc, Npp16s * pDst, int nLength, NppStreamContext nppStreamCtx);
86 
87 NppStatus
88 nppsConvert_8s16s(const Npp8s * pSrc, Npp16s * pDst, int nLength);
89 
90 NppStatus
91 nppsConvert_8s32f_Ctx(const Npp8s * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
92 
93 NppStatus
94 nppsConvert_8s32f(const Npp8s * pSrc, Npp32f * pDst, int nLength);
95 
96 NppStatus
97 nppsConvert_8u32f_Ctx(const Npp8u * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
98 
99 NppStatus
100 nppsConvert_8u32f(const Npp8u * pSrc, Npp32f * pDst, int nLength);
101 
102 NppStatus
103 nppsConvert_16s8s_Sfs_Ctx(const Npp16s * pSrc, Npp8s * pDst, Npp32u nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx);
104 
105 NppStatus
106 nppsConvert_16s8s_Sfs(const Npp16s * pSrc, Npp8s * pDst, Npp32u nLength, NppRoundMode eRoundMode, int nScaleFactor);
107 
108 NppStatus
109 nppsConvert_16s32s_Ctx(const Npp16s * pSrc, Npp32s * pDst, int nLength, NppStreamContext nppStreamCtx);
110 
111 NppStatus
112 nppsConvert_16s32s(const Npp16s * pSrc, Npp32s * pDst, int nLength);
113 
114 NppStatus
115 nppsConvert_16s32f_Ctx(const Npp16s * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
116 
117 NppStatus
118 nppsConvert_16s32f(const Npp16s * pSrc, Npp32f * pDst, int nLength);
119 
120 NppStatus
121 nppsConvert_16u32f_Ctx(const Npp16u * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
122 
123 NppStatus
124 nppsConvert_16u32f(const Npp16u * pSrc, Npp32f * pDst, int nLength);
125 
126 NppStatus
127 nppsConvert_32s16s_Ctx(const Npp32s * pSrc, Npp16s * pDst, int nLength, NppStreamContext nppStreamCtx);
128 
129 NppStatus
130 nppsConvert_32s16s(const Npp32s * pSrc, Npp16s * pDst, int nLength);
131 
132 NppStatus
133 nppsConvert_32s32f_Ctx(const Npp32s * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
134 
135 NppStatus
136 nppsConvert_32s32f(const Npp32s * pSrc, Npp32f * pDst, int nLength);
137 
138 NppStatus
139 nppsConvert_32s64f_Ctx(const Npp32s * pSrc, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
140 
141 NppStatus
142 nppsConvert_32s64f(const Npp32s * pSrc, Npp64f * pDst, int nLength);
143 
144 NppStatus
145 nppsConvert_32f64f_Ctx(const Npp32f * pSrc, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
146 
147 NppStatus
148 nppsConvert_32f64f(const Npp32f * pSrc, Npp64f * pDst, int nLength);
149 
150 NppStatus
151 nppsConvert_64s64f_Ctx(const Npp64s * pSrc, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
152 
153 NppStatus
154 nppsConvert_64s64f(const Npp64s * pSrc, Npp64f * pDst, int nLength);
155 
156 NppStatus
157 nppsConvert_64f32f_Ctx(const Npp64f * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
158 
159 NppStatus
160 nppsConvert_64f32f(const Npp64f * pSrc, Npp32f * pDst, int nLength);
161 
162 NppStatus
163 nppsConvert_16s32f_Sfs_Ctx(const Npp16s * pSrc, Npp32f * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
164 
165 NppStatus
166 nppsConvert_16s32f_Sfs(const Npp16s * pSrc, Npp32f * pDst, int nLength, int nScaleFactor);
167 
168 NppStatus
169 nppsConvert_16s64f_Sfs_Ctx(const Npp16s * pSrc, Npp64f * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
170 
171 NppStatus
172 nppsConvert_16s64f_Sfs(const Npp16s * pSrc, Npp64f * pDst, int nLength, int nScaleFactor);
173 
174 NppStatus
175 nppsConvert_32s16s_Sfs_Ctx(const Npp32s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
176 
177 NppStatus
178 nppsConvert_32s16s_Sfs(const Npp32s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor);
179 
180 NppStatus
181 nppsConvert_32s32f_Sfs_Ctx(const Npp32s * pSrc, Npp32f * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
182 
183 NppStatus
184 nppsConvert_32s32f_Sfs(const Npp32s * pSrc, Npp32f * pDst, int nLength, int nScaleFactor);
185 
186 NppStatus
187 nppsConvert_32s64f_Sfs_Ctx(const Npp32s * pSrc, Npp64f * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
188 
189 NppStatus
190 nppsConvert_32s64f_Sfs(const Npp32s * pSrc, Npp64f * pDst, int nLength, int nScaleFactor);
191 
192 NppStatus
193 nppsConvert_32f8s_Sfs_Ctx(const Npp32f * pSrc, Npp8s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx);
194 
195 NppStatus
196 nppsConvert_32f8s_Sfs(const Npp32f * pSrc, Npp8s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor);
197 
198 NppStatus
199 nppsConvert_32f8u_Sfs_Ctx(const Npp32f * pSrc, Npp8u * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx);
200 
201 NppStatus
202 nppsConvert_32f8u_Sfs(const Npp32f * pSrc, Npp8u * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor);
203 
204 NppStatus
205 nppsConvert_32f16s_Sfs_Ctx(const Npp32f * pSrc, Npp16s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx);
206 
207 NppStatus
208 nppsConvert_32f16s_Sfs(const Npp32f * pSrc, Npp16s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor);
209 
210 NppStatus
211 nppsConvert_32f16u_Sfs_Ctx(const Npp32f * pSrc, Npp16u * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx);
212 
213 NppStatus
214 nppsConvert_32f16u_Sfs(const Npp32f * pSrc, Npp16u * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor);
215 
216 NppStatus
217 nppsConvert_32f32s_Sfs_Ctx(const Npp32f * pSrc, Npp32s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx);
218 
219 NppStatus
220 nppsConvert_32f32s_Sfs(const Npp32f * pSrc, Npp32s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor);
221 
222 NppStatus
223 nppsConvert_64s32s_Sfs_Ctx(const Npp64s * pSrc, Npp32s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx);
224 
225 NppStatus
226 nppsConvert_64s32s_Sfs(const Npp64s * pSrc, Npp32s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor);
227 
228 NppStatus
229 nppsConvert_64f16s_Sfs_Ctx(const Npp64f * pSrc, Npp16s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx);
230 
231 NppStatus
232 nppsConvert_64f16s_Sfs(const Npp64f * pSrc, Npp16s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor);
233 
234 NppStatus
235 nppsConvert_64f32s_Sfs_Ctx(const Npp64f * pSrc, Npp32s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx);
236 
237 NppStatus
238 nppsConvert_64f32s_Sfs(const Npp64f * pSrc, Npp32s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor);
239 
240 NppStatus
241 nppsConvert_64f64s_Sfs_Ctx(const Npp64f * pSrc, Npp64s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx);
242 
243 NppStatus
244 nppsConvert_64f64s_Sfs(const Npp64f * pSrc, Npp64s * pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor);
245 
273 NppStatus
274 nppsThreshold_16s_Ctx(const Npp16s * pSrc, Npp16s * pDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx);
275 
276 NppStatus
277 nppsThreshold_16s(const Npp16s * pSrc, Npp16s * pDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp);
278 
288 NppStatus
289 nppsThreshold_16s_I_Ctx(Npp16s * pSrcDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx);
290 
291 NppStatus
292 nppsThreshold_16s_I(Npp16s * pSrcDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp);
293 
304 NppStatus
305 nppsThreshold_16sc_Ctx(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx);
306 
307 NppStatus
308 nppsThreshold_16sc(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp);
309 
319 NppStatus
320 nppsThreshold_16sc_I_Ctx(Npp16sc * pSrcDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx);
321 
322 NppStatus
323 nppsThreshold_16sc_I(Npp16sc * pSrcDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp);
324 
335 NppStatus
336 nppsThreshold_32f_Ctx(const Npp32f * pSrc, Npp32f * pDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx);
337 
338 NppStatus
339 nppsThreshold_32f(const Npp32f * pSrc, Npp32f * pDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp);
340 
350 NppStatus
351 nppsThreshold_32f_I_Ctx(Npp32f * pSrcDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx);
352 
353 NppStatus
354 nppsThreshold_32f_I(Npp32f * pSrcDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp);
355 
366 NppStatus
367 nppsThreshold_32fc_Ctx(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx);
368 
369 NppStatus
370 nppsThreshold_32fc(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp);
371 
381 NppStatus
382 nppsThreshold_32fc_I_Ctx(Npp32fc * pSrcDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx);
383 
384 NppStatus
385 nppsThreshold_32fc_I(Npp32fc * pSrcDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp);
386 
397 NppStatus
398 nppsThreshold_64f_Ctx(const Npp64f * pSrc, Npp64f * pDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx);
399 
400 NppStatus
401 nppsThreshold_64f(const Npp64f * pSrc, Npp64f * pDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp);
402 
412 NppStatus
413 nppsThreshold_64f_I_Ctx(Npp64f * pSrcDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx);
414 
415 NppStatus
416 nppsThreshold_64f_I(Npp64f * pSrcDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp);
417 
428 NppStatus
429 nppsThreshold_64fc_Ctx(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx);
430 
431 NppStatus
432 nppsThreshold_64fc(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp);
433 
443 NppStatus
444 nppsThreshold_64fc_I_Ctx(Npp64fc * pSrcDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx);
445 
446 NppStatus
447 nppsThreshold_64fc_I(Npp64fc * pSrcDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp);
448 
458 NppStatus
459 nppsThreshold_LT_16s_Ctx(const Npp16s * pSrc, Npp16s * pDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx);
460 
461 NppStatus
462 nppsThreshold_LT_16s(const Npp16s * pSrc, Npp16s * pDst, int nLength, Npp16s nLevel);
463 
472 NppStatus
473 nppsThreshold_LT_16s_I_Ctx(Npp16s * pSrcDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx);
474 
475 NppStatus
476 nppsThreshold_LT_16s_I(Npp16s * pSrcDst, int nLength, Npp16s nLevel);
477 
487 NppStatus
488 nppsThreshold_LT_16sc_Ctx(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx);
489 
490 NppStatus
491 nppsThreshold_LT_16sc(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, Npp16s nLevel);
492 
501 NppStatus
502 nppsThreshold_LT_16sc_I_Ctx(Npp16sc * pSrcDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx);
503 
504 NppStatus
505 nppsThreshold_LT_16sc_I(Npp16sc * pSrcDst, int nLength, Npp16s nLevel);
506 
516 NppStatus
517 nppsThreshold_LT_32f_Ctx(const Npp32f * pSrc, Npp32f * pDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx);
518 
519 NppStatus
520 nppsThreshold_LT_32f(const Npp32f * pSrc, Npp32f * pDst, int nLength, Npp32f nLevel);
521 
530 NppStatus
531 nppsThreshold_LT_32f_I_Ctx(Npp32f * pSrcDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx);
532 
533 NppStatus
534 nppsThreshold_LT_32f_I(Npp32f * pSrcDst, int nLength, Npp32f nLevel);
535 
545 NppStatus
546 nppsThreshold_LT_32fc_Ctx(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx);
547 
548 NppStatus
549 nppsThreshold_LT_32fc(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, Npp32f nLevel);
550 
559 NppStatus
560 nppsThreshold_LT_32fc_I_Ctx(Npp32fc * pSrcDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx);
561 
562 NppStatus
563 nppsThreshold_LT_32fc_I(Npp32fc * pSrcDst, int nLength, Npp32f nLevel);
564 
574 NppStatus
575 nppsThreshold_LT_64f_Ctx(const Npp64f * pSrc, Npp64f * pDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx);
576 
577 NppStatus
578 nppsThreshold_LT_64f(const Npp64f * pSrc, Npp64f * pDst, int nLength, Npp64f nLevel);
579 
588 NppStatus
589 nppsThreshold_LT_64f_I_Ctx(Npp64f * pSrcDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx);
590 
591 NppStatus
592 nppsThreshold_LT_64f_I(Npp64f * pSrcDst, int nLength, Npp64f nLevel);
593 
603 NppStatus
604 nppsThreshold_LT_64fc_Ctx(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx);
605 
606 NppStatus
607 nppsThreshold_LT_64fc(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, Npp64f nLevel);
608 
617 NppStatus
618 nppsThreshold_LT_64fc_I_Ctx(Npp64fc * pSrcDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx);
619 
620 NppStatus
621 nppsThreshold_LT_64fc_I(Npp64fc * pSrcDst, int nLength, Npp64f nLevel);
622 
632 NppStatus
633 nppsThreshold_GT_16s_Ctx(const Npp16s * pSrc, Npp16s * pDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx);
634 
635 NppStatus
636 nppsThreshold_GT_16s(const Npp16s * pSrc, Npp16s * pDst, int nLength, Npp16s nLevel);
637 
646 NppStatus
647 nppsThreshold_GT_16s_I_Ctx(Npp16s * pSrcDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx);
648 
649 NppStatus
650 nppsThreshold_GT_16s_I(Npp16s * pSrcDst, int nLength, Npp16s nLevel);
651 
661 NppStatus
662 nppsThreshold_GT_16sc_Ctx(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx);
663 
664 NppStatus
665 nppsThreshold_GT_16sc(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, Npp16s nLevel);
666 
675 NppStatus
676 nppsThreshold_GT_16sc_I_Ctx(Npp16sc * pSrcDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx);
677 
678 NppStatus
679 nppsThreshold_GT_16sc_I(Npp16sc * pSrcDst, int nLength, Npp16s nLevel);
680 
690 NppStatus
691 nppsThreshold_GT_32f_Ctx(const Npp32f * pSrc, Npp32f * pDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx);
692 
693 NppStatus
694 nppsThreshold_GT_32f(const Npp32f * pSrc, Npp32f * pDst, int nLength, Npp32f nLevel);
695 
704 NppStatus
705 nppsThreshold_GT_32f_I_Ctx(Npp32f * pSrcDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx);
706 
707 NppStatus
708 nppsThreshold_GT_32f_I(Npp32f * pSrcDst, int nLength, Npp32f nLevel);
709 
719 NppStatus
720 nppsThreshold_GT_32fc_Ctx(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx);
721 
722 NppStatus
723 nppsThreshold_GT_32fc(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, Npp32f nLevel);
724 
733 NppStatus
734 nppsThreshold_GT_32fc_I_Ctx(Npp32fc * pSrcDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx);
735 
736 NppStatus
737 nppsThreshold_GT_32fc_I(Npp32fc * pSrcDst, int nLength, Npp32f nLevel);
738 
748 NppStatus
749 nppsThreshold_GT_64f_Ctx(const Npp64f * pSrc, Npp64f * pDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx);
750 
751 NppStatus
752 nppsThreshold_GT_64f(const Npp64f * pSrc, Npp64f * pDst, int nLength, Npp64f nLevel);
753 
762 NppStatus
763 nppsThreshold_GT_64f_I_Ctx(Npp64f * pSrcDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx);
764 
765 NppStatus
766 nppsThreshold_GT_64f_I(Npp64f * pSrcDst, int nLength, Npp64f nLevel);
767 
777 NppStatus
778 nppsThreshold_GT_64fc_Ctx(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx);
779 
780 NppStatus
781 nppsThreshold_GT_64fc(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, Npp64f nLevel);
782 
791 NppStatus
792 nppsThreshold_GT_64fc_I_Ctx(Npp64fc * pSrcDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx);
793 
794 NppStatus
795 nppsThreshold_GT_64fc_I(Npp64fc * pSrcDst, int nLength, Npp64f nLevel);
796 
807 NppStatus
808 nppsThreshold_LTVal_16s_Ctx(const Npp16s * pSrc, Npp16s * pDst, int nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx);
809 
810 NppStatus
811 nppsThreshold_LTVal_16s(const Npp16s * pSrc, Npp16s * pDst, int nLength, Npp16s nLevel, Npp16s nValue);
812 
822 NppStatus
823 nppsThreshold_LTVal_16s_I_Ctx(Npp16s * pSrcDst, int nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx);
824 
825 NppStatus
826 nppsThreshold_LTVal_16s_I(Npp16s * pSrcDst, int nLength, Npp16s nLevel, Npp16s nValue);
827 
838 NppStatus
839 nppsThreshold_LTVal_16sc_Ctx(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx);
840 
841 NppStatus
842 nppsThreshold_LTVal_16sc(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, Npp16s nLevel, Npp16sc nValue);
843 
853 NppStatus
854 nppsThreshold_LTVal_16sc_I_Ctx(Npp16sc * pSrcDst, int nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx);
855 
856 NppStatus
857 nppsThreshold_LTVal_16sc_I(Npp16sc * pSrcDst, int nLength, Npp16s nLevel, Npp16sc nValue);
858 
869 NppStatus
870 nppsThreshold_LTVal_32f_Ctx(const Npp32f * pSrc, Npp32f * pDst, int nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx);
871 
872 NppStatus
873 nppsThreshold_LTVal_32f(const Npp32f * pSrc, Npp32f * pDst, int nLength, Npp32f nLevel, Npp32f nValue);
874 
884 NppStatus
885 nppsThreshold_LTVal_32f_I_Ctx(Npp32f * pSrcDst, int nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx);
886 
887 NppStatus
888 nppsThreshold_LTVal_32f_I(Npp32f * pSrcDst, int nLength, Npp32f nLevel, Npp32f nValue);
889 
900 NppStatus
901 nppsThreshold_LTVal_32fc_Ctx(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx);
902 
903 NppStatus
904 nppsThreshold_LTVal_32fc(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, Npp32f nLevel, Npp32fc nValue);
905 
915 NppStatus
916 nppsThreshold_LTVal_32fc_I_Ctx(Npp32fc * pSrcDst, int nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx);
917 
918 NppStatus
919 nppsThreshold_LTVal_32fc_I(Npp32fc * pSrcDst, int nLength, Npp32f nLevel, Npp32fc nValue);
920 
931 NppStatus
932 nppsThreshold_LTVal_64f_Ctx(const Npp64f * pSrc, Npp64f * pDst, int nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx);
933 
934 NppStatus
935 nppsThreshold_LTVal_64f(const Npp64f * pSrc, Npp64f * pDst, int nLength, Npp64f nLevel, Npp64f nValue);
936 
946 NppStatus
947 nppsThreshold_LTVal_64f_I_Ctx(Npp64f * pSrcDst, int nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx);
948 
949 NppStatus
950 nppsThreshold_LTVal_64f_I(Npp64f * pSrcDst, int nLength, Npp64f nLevel, Npp64f nValue);
951 
962 NppStatus
963 nppsThreshold_LTVal_64fc_Ctx(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx);
964 
965 NppStatus
966 nppsThreshold_LTVal_64fc(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, Npp64f nLevel, Npp64fc nValue);
967 
977 NppStatus
978 nppsThreshold_LTVal_64fc_I_Ctx(Npp64fc * pSrcDst, int nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx);
979 
980 NppStatus
981 nppsThreshold_LTVal_64fc_I(Npp64fc * pSrcDst, int nLength, Npp64f nLevel, Npp64fc nValue);
982 
993 NppStatus
994 nppsThreshold_GTVal_16s_Ctx(const Npp16s * pSrc, Npp16s * pDst, int nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx);
995 
996 NppStatus
997 nppsThreshold_GTVal_16s(const Npp16s * pSrc, Npp16s * pDst, int nLength, Npp16s nLevel, Npp16s nValue);
998 
1008 NppStatus
1009 nppsThreshold_GTVal_16s_I_Ctx(Npp16s * pSrcDst, int nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx);
1010 
1011 NppStatus
1012 nppsThreshold_GTVal_16s_I(Npp16s * pSrcDst, int nLength, Npp16s nLevel, Npp16s nValue);
1013 
1024 NppStatus
1025 nppsThreshold_GTVal_16sc_Ctx(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx);
1026 
1027 NppStatus
1028 nppsThreshold_GTVal_16sc(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, Npp16s nLevel, Npp16sc nValue);
1029 
1039 NppStatus
1040 nppsThreshold_GTVal_16sc_I_Ctx(Npp16sc * pSrcDst, int nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx);
1041 
1042 NppStatus
1043 nppsThreshold_GTVal_16sc_I(Npp16sc * pSrcDst, int nLength, Npp16s nLevel, Npp16sc nValue);
1044 
1055 NppStatus
1056 nppsThreshold_GTVal_32f_Ctx(const Npp32f * pSrc, Npp32f * pDst, int nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx);
1057 
1058 NppStatus
1059 nppsThreshold_GTVal_32f(const Npp32f * pSrc, Npp32f * pDst, int nLength, Npp32f nLevel, Npp32f nValue);
1060 
1070 NppStatus
1071 nppsThreshold_GTVal_32f_I_Ctx(Npp32f * pSrcDst, int nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx);
1072 
1073 NppStatus
1074 nppsThreshold_GTVal_32f_I(Npp32f * pSrcDst, int nLength, Npp32f nLevel, Npp32f nValue);
1075 
1086 NppStatus
1087 nppsThreshold_GTVal_32fc_Ctx(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx);
1088 
1089 NppStatus
1090 nppsThreshold_GTVal_32fc(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, Npp32f nLevel, Npp32fc nValue);
1091 
1101 NppStatus
1102 nppsThreshold_GTVal_32fc_I_Ctx(Npp32fc * pSrcDst, int nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx);
1103 
1104 NppStatus
1105 nppsThreshold_GTVal_32fc_I(Npp32fc * pSrcDst, int nLength, Npp32f nLevel, Npp32fc nValue);
1106 
1117 NppStatus
1118 nppsThreshold_GTVal_64f_Ctx(const Npp64f * pSrc, Npp64f * pDst, int nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx);
1119 
1120 NppStatus
1121 nppsThreshold_GTVal_64f(const Npp64f * pSrc, Npp64f * pDst, int nLength, Npp64f nLevel, Npp64f nValue);
1122 
1132 NppStatus
1133 nppsThreshold_GTVal_64f_I_Ctx(Npp64f * pSrcDst, int nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx);
1134 
1135 NppStatus
1136 nppsThreshold_GTVal_64f_I(Npp64f * pSrcDst, int nLength, Npp64f nLevel, Npp64f nValue);
1137 
1148 NppStatus
1149 nppsThreshold_GTVal_64fc_Ctx(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx);
1150 
1151 NppStatus
1152 nppsThreshold_GTVal_64fc(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, Npp64f nLevel, Npp64fc nValue);
1153 
1163 NppStatus
1164 nppsThreshold_GTVal_64fc_I_Ctx(Npp64fc * pSrcDst, int nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx);
1165 
1166 NppStatus
1167 nppsThreshold_GTVal_64fc_I(Npp64fc * pSrcDst, int nLength, Npp64f nLevel, Npp64fc nValue);
1168 
1175 #ifdef __cplusplus
1176 } /* extern "C" */
1177 #endif
1178 
1179 #endif /* NV_NPPS_CONVERSION_FUNCTIONS_H */
NppStatus nppsConvert_64f32s_Sfs_Ctx(const Npp64f *pSrc, Npp32s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsConvert_32s64f_Sfs_Ctx(const Npp32s *pSrc, Npp64f *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_GTVal_16s(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, Npp16s nValue)
NppStatus nppsConvert_32f64f(const Npp32f *pSrc, Npp64f *pDst, int nLength)
NppStatus nppsThreshold_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp)
NppStatus nppsConvert_8s16s_Ctx(const Npp8s *pSrc, Npp16s *pDst, int nLength, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_LT_32fc_I(Npp32fc *pSrcDst, int nLength, Npp32f nLevel)
NppStatus nppsThreshold_GTVal_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx)
64-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level...
NppStatus nppsThreshold_GTVal_64f_I(Npp64f *pSrcDst, int nLength, Npp64f nLevel, Npp64f nValue)
NppStatus nppsConvert_32s16s_Sfs(const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsConvert_32s16s_Ctx(const Npp32s *pSrc, Npp16s *pDst, int nLength, NppStreamContext nppStreamCtx)
unsigned char Npp8u
8-bit unsigned chars
Definition: nppdefs.h:270
NppStatus nppsConvert_32f16u_Sfs_Ctx(const Npp32f *pSrc, Npp16u *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsConvert_16s32s_Ctx(const Npp16s *pSrc, Npp32s *pDst, int nLength, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
16-bit signed short complex number signal threshold with constant level.
NppStatus nppsThreshold_GT_64fc_I_Ctx(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
64-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level...
NppStatus nppsThreshold_GTVal_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, Npp64f nValue)
Complex Number This struct represents an unsigned int complex number.
Definition: nppdefs.h:316
NppStatus nppsConvert_32s64f(const Npp32s *pSrc, Npp64f *pDst, int nLength)
NppStatus nppsThreshold_16sc_I_Ctx(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
16-bit in place signed short complex number signal threshold with constant level. ...
NppStatus nppsThreshold_GT_16s_I_Ctx(Npp16s *pSrcDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
16-bit in place signed short signal NPP_CMP_GREATER threshold with constant level.
NppStatus nppsThreshold_LT_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
32-bit floating point signal NPP_CMP_LESS threshold with constant level.
NppStatus nppsConvert_16s64f_Sfs_Ctx(const Npp16s *pSrc, Npp64f *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_GT_16sc(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel)
NppStatus nppsThreshold_LTVal_64f_I_Ctx(Npp64f *pSrcDst, int nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx)
64-bit in place floating point signal NPP_CMP_LESS threshold with constant level. ...
NppStatus nppsThreshold_LT_16s(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel)
NppStatus nppsThreshold_LTVal_32fc_I(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, Npp32fc nValue)
NppStatus
Error Status Codes.
Definition: nppdefs.h:170
NppStatus nppsConvert_16s32s(const Npp16s *pSrc, Npp32s *pDst, int nLength)
NppStatus nppsThreshold_GT_32f_I(Npp32f *pSrcDst, int nLength, Npp32f nLevel)
NppStatus nppsThreshold_LT_64f_I_Ctx(Npp64f *pSrcDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
64-bit in place floating point signal NPP_CMP_LESS threshold with constant level. ...
NppStatus nppsConvert_64f16s_Sfs(const Npp64f *pSrc, Npp16s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)
NppStatus nppsThreshold_GTVal_32f_I(Npp32f *pSrcDst, int nLength, Npp32f nLevel, Npp32f nValue)
NppStatus nppsConvert_32f64f_Ctx(const Npp32f *pSrc, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_LTVal_64fc_I(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, Npp64fc nValue)
Complex Number This struct represents a long long complex number.
Definition: nppdefs.h:346
NppStatus nppsThreshold_GTVal_16sc_I(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, Npp16sc nValue)
NppStatus nppsThreshold_LTVal_16s_I_Ctx(Npp16s *pSrcDst, int nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx)
16-bit in place signed short signal NPP_CMP_LESS threshold with constant level.
NppStatus nppsThreshold_32fc_I(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp)
NppStatus nppsThreshold_LT_32fc_I_Ctx(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
32-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level...
NppStatus nppsThreshold_LT_64fc_I(Npp64fc *pSrcDst, int nLength, Npp64f nLevel)
NppStatus nppsThreshold_LTVal_64f_I(Npp64f *pSrcDst, int nLength, Npp64f nLevel, Npp64f nValue)
NppStatus nppsConvert_8u32f_Ctx(const Npp8u *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_LTVal_64fc_I_Ctx(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx)
64-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level...
NppStatus nppsConvert_32s32f(const Npp32s *pSrc, Npp32f *pDst, int nLength)
NppStatus nppsThreshold_GT_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel)
NppStatus nppsThreshold_32fc_I_Ctx(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
32-bit in place floating point complex number signal threshold with constant level.
NppCmpOp
Definition: nppdefs.h:438
NppStatus nppsThreshold_64fc_I(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp)
NppStatus nppsConvert_64f64s_Sfs(const Npp64f *pSrc, Npp64s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)
NppStatus nppsThreshold_LT_16sc(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel)
NppStatus nppsThreshold_GTVal_32fc_I_Ctx(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx)
32-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level...
NppStatus nppsThreshold_LTVal_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, Npp32fc nValue)
NppStatus nppsThreshold_GTVal_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx)
16-bit signed short signal NPP_CMP_GREATER threshold with constant level.
NppStatus nppsThreshold_GTVal_16s_I(Npp16s *pSrcDst, int nLength, Npp16s nLevel, Npp16s nValue)
NppStatus nppsThreshold_LTVal_32f_I_Ctx(Npp32f *pSrcDst, int nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx)
32-bit in place floating point signal NPP_CMP_LESS threshold with constant level. ...
NppStatus nppsThreshold_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp)
NppStatus nppsThreshold_LTVal_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx)
32-bit floating point signal NPP_CMP_LESS threshold with constant level.
NppStatus nppsThreshold_LTVal_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx)
64-bit floating point complex number signal NPP_CMP_LESS threshold with constant level.
NppStatus nppsThreshold_GT_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
32-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level...
NppStatus nppsThreshold_LT_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
32-bit floating point complex number signal NPP_CMP_LESS threshold with constant level.
NppStatus nppsThreshold_LTVal_32fc_I_Ctx(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx)
32-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level...
NppStatus nppsThreshold_GT_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel)
NppStatus nppsConvert_16s8s_Sfs(const Npp16s *pSrc, Npp8s *pDst, Npp32u nLength, NppRoundMode eRoundMode, int nScaleFactor)
NppStatus nppsConvert_64f64s_Sfs_Ctx(const Npp64f *pSrc, Npp64s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_GTVal_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, Npp32fc nValue)
NppStatus nppsThreshold_LT_64f_I(Npp64f *pSrcDst, int nLength, Npp64f nLevel)
NppStatus nppsConvert_16u32f(const Npp16u *pSrc, Npp32f *pDst, int nLength)
NppStatus nppsThreshold_GTVal_64fc_I_Ctx(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx)
64-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level...
NppStatus nppsConvert_32f32s_Sfs(const Npp32f *pSrc, Npp32s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)
NppStatus nppsThreshold_GTVal_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx)
32-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level...
NppStatus nppsThreshold_GTVal_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, Npp32f nValue)
NppStatus nppsThreshold_16sc(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp)
NppStatus nppsThreshold_GTVal_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, Npp64fc nValue)
NppStatus nppsConvert_32s16s_Sfs_Ctx(const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_64fc_I_Ctx(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
64-bit in place floating point complex number signal threshold with constant level.
NppStatus nppsConvert_64f32s_Sfs(const Npp64f *pSrc, Npp32s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)
NppStatus nppsThreshold_GT_16sc_I(Npp16sc *pSrcDst, int nLength, Npp16s nLevel)
long long Npp64s
64-bit signed integers
Definition: nppdefs.h:277
NppStatus nppsConvert_64f32f_Ctx(const Npp64f *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_LTVal_16s(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, Npp16s nValue)
NppStatus nppsThreshold_LT_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
64-bit floating point complex number signal NPP_CMP_LESS threshold with constant level.
NppStatus nppsThreshold_GTVal_64f_I_Ctx(Npp64f *pSrcDst, int nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx)
64-bit in place floating point signal NPP_CMP_GREATER threshold with constant level.
NppStatus nppsThreshold_16s_I_Ctx(Npp16s *pSrcDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
16-bit in place signed short signal threshold with constant level.
NppStatus nppsThreshold_LTVal_32f_I(Npp32f *pSrcDst, int nLength, Npp32f nLevel, Npp32f nValue)
int Npp32s
32-bit signed integers
Definition: nppdefs.h:275
NppStatus nppsThreshold_LT_32f_I(Npp32f *pSrcDst, int nLength, Npp32f nLevel)
NppStatus nppsConvert_32f8u_Sfs_Ctx(const Npp32f *pSrc, Npp8u *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_GT_32f_I_Ctx(Npp32f *pSrcDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
32-bit in place floating point signal NPP_CMP_GREATER threshold with constant level.
NppStatus nppsThreshold_LT_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel)
NppStatus nppsConvert_16s64f_Sfs(const Npp16s *pSrc, Npp64f *pDst, int nLength, int nScaleFactor)
NppStatus nppsThreshold_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp)
NppStatus nppsConvert_32s32f_Sfs(const Npp32s *pSrc, Npp32f *pDst, int nLength, int nScaleFactor)
NppStatus nppsThreshold_LT_16sc_I_Ctx(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
16-bit in place signed short complex number signal NPP_CMP_LESS threshold with constant level...
NppStatus nppsConvert_64s64f_Ctx(const Npp64s *pSrc, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
NppStatus nppsConvert_32f16u_Sfs(const Npp32f *pSrc, Npp16u *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)
NppStatus nppsThreshold_GT_16s(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel)
NppStatus nppsThreshold_GT_32fc_I(Npp32fc *pSrcDst, int nLength, Npp32f nLevel)
NppStatus nppsThreshold_LTVal_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx)
16-bit signed short complex number signal NPP_CMP_LESS threshold with constant level.
NppStatus nppsConvert_64f16s_Sfs_Ctx(const Npp64f *pSrc, Npp16s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_LT_32f_I_Ctx(Npp32f *pSrcDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
32-bit in place floating point signal NPP_CMP_LESS threshold with constant level. ...
NppStatus nppsThreshold_GT_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
16-bit signed short signal NPP_CMP_GREATER threshold with constant level.
NppStatus nppsThreshold_LTVal_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx)
16-bit signed short signal NPP_CMP_LESS threshold with constant level.
Npp16sc
Definition: nppdefs.h:310
NppStatus nppsThreshold_16sc_I(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp)
NppStatus nppsThreshold_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
64-bit floating point complex number signal threshold with constant level.
NppStatus nppsThreshold_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp)
NppStatus nppsThreshold_LTVal_16sc_I(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, Npp16sc nValue)
unsigned short Npp16u
16-bit unsigned integers
Definition: nppdefs.h:272
NppStatus nppsThreshold_LTVal_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, Npp64f nValue)
NppStatus nppsThreshold_GTVal_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx)
16-bit signed short complex number signal NPP_CMP_GREATER threshold with constant level...
NppStatus nppsConvert_16s32f_Ctx(const Npp16s *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_GT_64fc_I(Npp64fc *pSrcDst, int nLength, Npp64f nLevel)
NppStatus nppsThreshold_LT_16s_I_Ctx(Npp16s *pSrcDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
16-bit in place signed short signal NPP_CMP_LESS threshold with constant level.
NPP stream context structure must be filled in by application.
Definition: nppdefs.h:739
NppRoundMode
Rounding Modes.
Definition: nppdefs.h:460
NppStatus nppsThreshold_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
32-bit floating point complex number signal threshold with constant level.
NppStatus nppsThreshold_LT_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
64-bit floating point signal NPP_CMP_LESS threshold with constant level.
NppStatus nppsConvert_32s32f_Sfs_Ctx(const Npp32s *pSrc, Npp32f *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_GTVal_16sc_I_Ctx(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx)
16-bit in place signed short complex number signal NPP_CMP_GREATER threshold with constant level...
NppStatus nppsThreshold_16s_I(Npp16s *pSrcDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp)
NppStatus nppsConvert_16s32f(const Npp16s *pSrc, Npp32f *pDst, int nLength)
NppStatus nppsThreshold_LT_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel)
NppStatus nppsThreshold_GTVal_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx)
32-bit floating point signal NPP_CMP_GREATER threshold with constant level.
NppStatus nppsThreshold_32f_I_Ctx(Npp32f *pSrcDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
32-bit in place floating point signal threshold with constant level.
NppStatus nppsThreshold_64f_I(Npp64f *pSrcDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp)
NppStatus nppsThreshold_LTVal_16s_I(Npp16s *pSrcDst, int nLength, Npp16s nLevel, Npp16s nValue)
NppStatus nppsConvert_8s32f(const Npp8s *pSrc, Npp32f *pDst, int nLength)
short Npp16s
16-bit signed integers
Definition: nppdefs.h:273
NppStatus nppsConvert_64f32f(const Npp64f *pSrc, Npp32f *pDst, int nLength)
unsigned int Npp32u
32-bit unsigned integers
Definition: nppdefs.h:274
NppStatus nppsThreshold_LTVal_16sc_I_Ctx(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx)
16-bit in place signed short complex number signal NPP_CMP_LESS threshold with constant level...
signed char Npp8s
8-bit signed chars
Definition: nppdefs.h:271
NppStatus nppsThreshold_GT_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel)
NppStatus nppsConvert_32f32s_Sfs_Ctx(const Npp32f *pSrc, Npp32s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsConvert_16s32f_Sfs_Ctx(const Npp16s *pSrc, Npp32f *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
double Npp64f
64-bit floating-point numbers
Definition: nppdefs.h:279
NppStatus nppsConvert_16s32f_Sfs(const Npp16s *pSrc, Npp32f *pDst, int nLength, int nScaleFactor)
NppStatus nppsConvert_32f8u_Sfs(const Npp32f *pSrc, Npp8u *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)
NppStatus nppsThreshold_GTVal_32fc_I(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, Npp32fc nValue)
NppStatus nppsThreshold_GT_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
16-bit signed short complex number signal NPP_CMP_GREATER threshold with constant level...
NppStatus nppsThreshold_LT_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel)
NppStatus nppsThreshold_LTVal_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, Npp64fc nValue)
NppStatus nppsConvert_64s64f(const Npp64s *pSrc, Npp64f *pDst, int nLength)
NppStatus nppsConvert_32s64f_Ctx(const Npp32s *pSrc, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
64-bit floating point signal threshold with constant level.
NppStatus nppsThreshold_LT_16s_I(Npp16s *pSrcDst, int nLength, Npp16s nLevel)
NppStatus nppsThreshold_32f_I(Npp32f *pSrcDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp)
NppStatus nppsConvert_32f8s_Sfs_Ctx(const Npp32f *pSrc, Npp8s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_GTVal_64fc_I(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, Npp64fc nValue)
NppStatus nppsThreshold_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
16-bit signed short signal threshold with constant level.
NppStatus nppsThreshold_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
32-bit floating point signal threshold with constant level.
NppStatus nppsThreshold_GT_16s_I(Npp16s *pSrcDst, int nLength, Npp16s nLevel)
NppStatus nppsThreshold_GTVal_16s_I_Ctx(Npp16s *pSrcDst, int nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx)
16-bit in place signed short signal NPP_CMP_GREATER threshold with constant level.
NppStatus nppsThreshold_LTVal_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx)
32-bit floating point complex number signal NPP_CMP_LESS threshold with constant level.
NppStatus nppsThreshold_GT_64f_I(Npp64f *pSrcDst, int nLength, Npp64f nLevel)
NppStatus nppsThreshold_GTVal_16sc(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, Npp16sc nValue)
NppStatus nppsThreshold_LT_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel)
float Npp32f
32-bit (IEEE) floating-point numbers
Definition: nppdefs.h:278
NppStatus nppsConvert_32s32f_Ctx(const Npp32s *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_GT_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
32-bit floating point signal NPP_CMP_GREATER threshold with constant level.
NppStatus nppsConvert_32s16s(const Npp32s *pSrc, Npp16s *pDst, int nLength)
NppStatus nppsThreshold_LT_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
16-bit signed short complex number signal NPP_CMP_LESS threshold with constant level.
NppStatus nppsThreshold_GT_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel)
NppStatus nppsThreshold_GT_32fc_I_Ctx(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
32-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level...
NppStatus nppsConvert_16s8s_Sfs_Ctx(const Npp16s *pSrc, Npp8s *pDst, Npp32u nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsConvert_32f16s_Sfs_Ctx(const Npp32f *pSrc, Npp16s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsConvert_16u32f_Ctx(const Npp16u *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_GTVal_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx)
64-bit floating point signal NPP_CMP_GREATER threshold with constant level.
NppStatus nppsConvert_8s32f_Ctx(const Npp8s *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_64f_I_Ctx(Npp64f *pSrcDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
64-bit in place floating point signal threshold with constant level.
NppStatus nppsConvert_32f16s_Sfs(const Npp32f *pSrc, Npp16s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)
NppStatus nppsThreshold_LTVal_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, Npp32f nValue)
NppStatus nppsThreshold_GT_16sc_I_Ctx(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
16-bit in place signed short complex number signal NPP_CMP_GREATER threshold with constant level...
NppStatus nppsThreshold_16s(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp)
NppStatus nppsThreshold_LT_16sc_I(Npp16sc *pSrcDst, int nLength, Npp16s nLevel)
NppStatus nppsThreshold_GT_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
64-bit floating point signal NPP_CMP_GREATER threshold with constant level.
NppStatus nppsThreshold_LT_64fc_I_Ctx(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
64-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level...
NppStatus nppsConvert_32f8s_Sfs(const Npp32f *pSrc, Npp8s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)
NppStatus nppsConvert_8s16s(const Npp8s *pSrc, Npp16s *pDst, int nLength)
NppStatus nppsConvert_64s32s_Sfs_Ctx(const Npp64s *pSrc, Npp32s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
NppStatus nppsThreshold_GT_64f_I_Ctx(Npp64f *pSrcDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
64-bit in place floating point signal NPP_CMP_GREATER threshold with constant level.
NppStatus nppsConvert_64s32s_Sfs(const Npp64s *pSrc, Npp32s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)
NppStatus nppsThreshold_GT_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
64-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level...
NppStatus nppsConvert_8u32f(const Npp8u *pSrc, Npp32f *pDst, int nLength)
NppStatus nppsConvert_32s64f_Sfs(const Npp32s *pSrc, Npp64f *pDst, int nLength, int nScaleFactor)
NppStatus nppsThreshold_LTVal_16sc(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, Npp16sc nValue)
NppStatus nppsThreshold_LTVal_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx)
64-bit floating point signal NPP_CMP_LESS threshold with constant level.
NppStatus nppsThreshold_LT_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
16-bit signed short signal NPP_CMP_LESS threshold with constant level.
NppStatus nppsThreshold_GTVal_32f_I_Ctx(Npp32f *pSrcDst, int nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx)
32-bit in place floating point signal NPP_CMP_GREATER threshold with constant level.

Copyright © 2009-2021 NVIDIA CORPORATION AND AFFILIATES