NVIDIA Performance Primitives (NPP)  Version 10.0
nppi_threshold_and_compare_operations.h
1  /* Copyright 2009-2017 NVIDIA Corporation. 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_NPPI_THRESHOLD_AND_COMPARE_OPERATIONS_H
49 #define NV_NPPI_THRESHOLD_AND_COMPARE_OPERATIONS_H
50 
56 #include "nppdefs.h"
57 
58 
59 #ifdef __cplusplus
60 extern "C" {
61 #endif
62 
63 
115 NppStatus nppiThreshold_8u_C1R(const Npp8u * pSrc, int nSrcStep,
116  Npp8u * pDst, int nDstStep,
117  NppiSize oSizeROI,
118  const Npp8u nThreshold, NppCmpOp eComparisonOperation);
119 
128 NppStatus nppiThreshold_8u_C1IR(Npp8u * pSrcDst, int nSrcDstStep,
129  NppiSize oSizeROI,
130  const Npp8u nThreshold, NppCmpOp eComparisonOperation);
131 
140 NppStatus nppiThreshold_16u_C1R(const Npp16u * pSrc, int nSrcStep,
141  Npp16u * pDst, int nDstStep,
142  NppiSize oSizeROI,
143  const Npp16u nThreshold, NppCmpOp eComparisonOperation);
144 
153 NppStatus nppiThreshold_16u_C1IR(Npp16u * pSrcDst, int nSrcDstStep,
154  NppiSize oSizeROI,
155  const Npp16u nThreshold, NppCmpOp eComparisonOperation);
156 
165 NppStatus nppiThreshold_16s_C1R(const Npp16s * pSrc, int nSrcStep,
166  Npp16s * pDst, int nDstStep,
167  NppiSize oSizeROI,
168  const Npp16s nThreshold, NppCmpOp eComparisonOperation);
169 
178 NppStatus nppiThreshold_16s_C1IR(Npp16s * pSrcDst, int nSrcDstStep,
179  NppiSize oSizeROI,
180  const Npp16s nThreshold, NppCmpOp eComparisonOperation);
181 
190 NppStatus nppiThreshold_32f_C1R(const Npp32f * pSrc, int nSrcStep,
191  Npp32f * pDst, int nDstStep,
192  NppiSize oSizeROI,
193  const Npp32f nThreshold, NppCmpOp eComparisonOperation);
194 
203 NppStatus nppiThreshold_32f_C1IR(Npp32f * pSrcDst, int nSrcDstStep,
204  NppiSize oSizeROI,
205  const Npp32f nThreshold, NppCmpOp eComparisonOperation);
206 
215 NppStatus nppiThreshold_8u_C3R(const Npp8u * pSrc, int nSrcStep,
216  Npp8u * pDst, int nDstStep,
217  NppiSize oSizeROI,
218  const Npp8u rThresholds[3], NppCmpOp eComparisonOperation);
219 
228 NppStatus nppiThreshold_8u_C3IR(Npp8u * pSrcDst, int nSrcDstStep,
229  NppiSize oSizeROI,
230  const Npp8u rThresholds[3], NppCmpOp eComparisonOperation);
231 
240 NppStatus nppiThreshold_16u_C3R(const Npp16u * pSrc, int nSrcStep,
241  Npp16u * pDst, int nDstStep,
242  NppiSize oSizeROI,
243  const Npp16u rThresholds[3], NppCmpOp eComparisonOperation);
244 
253 NppStatus nppiThreshold_16u_C3IR(Npp16u * pSrcDst, int nSrcDstStep,
254  NppiSize oSizeROI,
255  const Npp16u rThresholds[3], NppCmpOp eComparisonOperation);
256 
265 NppStatus nppiThreshold_16s_C3R(const Npp16s * pSrc, int nSrcStep,
266  Npp16s * pDst, int nDstStep,
267  NppiSize oSizeROI,
268  const Npp16s rThresholds[3], NppCmpOp eComparisonOperation);
269 
278 NppStatus nppiThreshold_16s_C3IR(Npp16s * pSrcDst, int nSrcDstStep,
279  NppiSize oSizeROI,
280  const Npp16s rThresholds[3], NppCmpOp eComparisonOperation);
281 
290 NppStatus nppiThreshold_32f_C3R(const Npp32f * pSrc, int nSrcStep,
291  Npp32f * pDst, int nDstStep,
292  NppiSize oSizeROI,
293  const Npp32f rThresholds[3], NppCmpOp eComparisonOperation);
294 
303 NppStatus nppiThreshold_32f_C3IR(Npp32f * pSrcDst, int nSrcDstStep,
304  NppiSize oSizeROI,
305  const Npp32f rThresholds[3], NppCmpOp eComparisonOperation);
306 
307 
316 NppStatus nppiThreshold_8u_AC4R(const Npp8u * pSrc, int nSrcStep,
317  Npp8u * pDst, int nDstStep,
318  NppiSize oSizeROI,
319  const Npp8u rThresholds[3], NppCmpOp eComparisonOperation);
320 
329 NppStatus nppiThreshold_8u_AC4IR(Npp8u * pSrcDst, int nSrcDstStep,
330  NppiSize oSizeROI,
331  const Npp8u rThresholds[3], NppCmpOp eComparisonOperation);
332 
341 NppStatus nppiThreshold_16u_AC4R(const Npp16u * pSrc, int nSrcStep,
342  Npp16u * pDst, int nDstStep,
343  NppiSize oSizeROI,
344  const Npp16u rThresholds[3], NppCmpOp eComparisonOperation);
345 
354 NppStatus nppiThreshold_16u_AC4IR(Npp16u * pSrcDst, int nSrcDstStep,
355  NppiSize oSizeROI,
356  const Npp16u rThresholds[3], NppCmpOp eComparisonOperation);
357 
366 NppStatus nppiThreshold_16s_AC4R(const Npp16s * pSrc, int nSrcStep,
367  Npp16s * pDst, int nDstStep,
368  NppiSize oSizeROI,
369  const Npp16s rThresholds[3], NppCmpOp eComparisonOperation);
370 
379 NppStatus nppiThreshold_16s_AC4IR(Npp16s * pSrcDst, int nSrcDstStep,
380  NppiSize oSizeROI,
381  const Npp16s rThresholds[3], NppCmpOp eComparisonOperation);
382 
391 NppStatus nppiThreshold_32f_AC4R(const Npp32f * pSrc, int nSrcStep,
392  Npp32f * pDst, int nDstStep,
393  NppiSize oSizeROI,
394  const Npp32f rThresholds[3], NppCmpOp eComparisonOperation);
395 
404 NppStatus nppiThreshold_32f_AC4IR(Npp32f * pSrcDst, int nSrcDstStep,
405  NppiSize oSizeROI,
406  const Npp32f rThresholds[3], NppCmpOp eComparisonOperation);
407 
438 NppStatus nppiThreshold_GT_8u_C1R(const Npp8u * pSrc, int nSrcStep,
439  Npp8u * pDst, int nDstStep,
440  NppiSize oSizeROI,
441  const Npp8u nThreshold);
442 
451 NppStatus nppiThreshold_GT_8u_C1IR(Npp8u * pSrcDst, int nSrcDstStep,
452  NppiSize oSizeROI,
453  const Npp8u nThreshold);
454 
463 NppStatus nppiThreshold_GT_16u_C1R(const Npp16u * pSrc, int nSrcStep,
464  Npp16u * pDst, int nDstStep,
465  NppiSize oSizeROI,
466  const Npp16u nThreshold);
467 
476 NppStatus nppiThreshold_GT_16u_C1IR(Npp16u * pSrcDst, int nSrcDstStep,
477  NppiSize oSizeROI,
478  const Npp16u nThreshold);
479 
488 NppStatus nppiThreshold_GT_16s_C1R(const Npp16s * pSrc, int nSrcStep,
489  Npp16s * pDst, int nDstStep,
490  NppiSize oSizeROI,
491  const Npp16s nThreshold);
492 
501 NppStatus nppiThreshold_GT_16s_C1IR(Npp16s * pSrcDst, int nSrcDstStep,
502  NppiSize oSizeROI,
503  const Npp16s nThreshold);
504 
513 NppStatus nppiThreshold_GT_32f_C1R(const Npp32f * pSrc, int nSrcStep,
514  Npp32f * pDst, int nDstStep,
515  NppiSize oSizeROI,
516  const Npp32f nThreshold);
517 
526 NppStatus nppiThreshold_GT_32f_C1IR(Npp32f * pSrcDst, int nSrcDstStep,
527  NppiSize oSizeROI,
528  const Npp32f nThreshold);
529 
538 NppStatus nppiThreshold_GT_8u_C3R(const Npp8u * pSrc, int nSrcStep,
539  Npp8u * pDst, int nDstStep,
540  NppiSize oSizeROI,
541  const Npp8u rThresholds[3]);
542 
551 NppStatus nppiThreshold_GT_8u_C3IR(Npp8u * pSrcDst, int nSrcDstStep,
552  NppiSize oSizeROI,
553  const Npp8u rThresholds[3]);
554 
563 NppStatus nppiThreshold_GT_16u_C3R(const Npp16u * pSrc, int nSrcStep,
564  Npp16u * pDst, int nDstStep,
565  NppiSize oSizeROI,
566  const Npp16u rThresholds[3]);
567 
576 NppStatus nppiThreshold_GT_16u_C3IR(Npp16u * pSrcDst, int nSrcDstStep,
577  NppiSize oSizeROI,
578  const Npp16u rThresholds[3]);
579 
588 NppStatus nppiThreshold_GT_16s_C3R(const Npp16s * pSrc, int nSrcStep,
589  Npp16s * pDst, int nDstStep,
590  NppiSize oSizeROI,
591  const Npp16s rThresholds[3]);
592 
601 NppStatus nppiThreshold_GT_16s_C3IR(Npp16s * pSrcDst, int nSrcDstStep,
602  NppiSize oSizeROI,
603  const Npp16s rThresholds[3]);
604 
613 NppStatus nppiThreshold_GT_32f_C3R(const Npp32f * pSrc, int nSrcStep,
614  Npp32f * pDst, int nDstStep,
615  NppiSize oSizeROI,
616  const Npp32f rThresholds[3]);
617 
626 NppStatus nppiThreshold_GT_32f_C3IR(Npp32f * pSrcDst, int nSrcDstStep,
627  NppiSize oSizeROI,
628  const Npp32f rThresholds[3]);
629 
630 
639 NppStatus nppiThreshold_GT_8u_AC4R(const Npp8u * pSrc, int nSrcStep,
640  Npp8u * pDst, int nDstStep,
641  NppiSize oSizeROI,
642  const Npp8u rThresholds[3]);
643 
652 NppStatus nppiThreshold_GT_8u_AC4IR(Npp8u * pSrcDst, int nSrcDstStep,
653  NppiSize oSizeROI,
654  const Npp8u rThresholds[3]);
655 
664 NppStatus nppiThreshold_GT_16u_AC4R(const Npp16u * pSrc, int nSrcStep,
665  Npp16u * pDst, int nDstStep,
666  NppiSize oSizeROI,
667  const Npp16u rThresholds[3]);
668 
677 NppStatus nppiThreshold_GT_16u_AC4IR(Npp16u * pSrcDst, int nSrcDstStep,
678  NppiSize oSizeROI,
679  const Npp16u rThresholds[3]);
680 
689 NppStatus nppiThreshold_GT_16s_AC4R(const Npp16s * pSrc, int nSrcStep,
690  Npp16s * pDst, int nDstStep,
691  NppiSize oSizeROI,
692  const Npp16s rThresholds[3]);
693 
702 NppStatus nppiThreshold_GT_16s_AC4IR(Npp16s * pSrcDst, int nSrcDstStep,
703  NppiSize oSizeROI,
704  const Npp16s rThresholds[3]);
705 
714 NppStatus nppiThreshold_GT_32f_AC4R(const Npp32f * pSrc, int nSrcStep,
715  Npp32f * pDst, int nDstStep,
716  NppiSize oSizeROI,
717  const Npp32f rThresholds[3]);
718 
727 NppStatus nppiThreshold_GT_32f_AC4IR(Npp32f * pSrcDst, int nSrcDstStep,
728  NppiSize oSizeROI,
729  const Npp32f rThresholds[3]);
730 
761 NppStatus nppiThreshold_LT_8u_C1R(const Npp8u * pSrc, int nSrcStep,
762  Npp8u * pDst, int nDstStep,
763  NppiSize oSizeROI,
764  const Npp8u nThreshold);
765 
774 NppStatus nppiThreshold_LT_8u_C1IR(Npp8u * pSrcDst, int nSrcDstStep,
775  NppiSize oSizeROI,
776  const Npp8u nThreshold);
777 
786 NppStatus nppiThreshold_LT_16u_C1R(const Npp16u * pSrc, int nSrcStep,
787  Npp16u * pDst, int nDstStep,
788  NppiSize oSizeROI,
789  const Npp16u nThreshold);
790 
799 NppStatus nppiThreshold_LT_16u_C1IR(Npp16u * pSrcDst, int nSrcDstStep,
800  NppiSize oSizeROI,
801  const Npp16u nThreshold);
802 
811 NppStatus nppiThreshold_LT_16s_C1R(const Npp16s * pSrc, int nSrcStep,
812  Npp16s * pDst, int nDstStep,
813  NppiSize oSizeROI,
814  const Npp16s nThreshold);
815 
824 NppStatus nppiThreshold_LT_16s_C1IR(Npp16s * pSrcDst, int nSrcDstStep,
825  NppiSize oSizeROI,
826  const Npp16s nThreshold);
827 
836 NppStatus nppiThreshold_LT_32f_C1R(const Npp32f * pSrc, int nSrcStep,
837  Npp32f * pDst, int nDstStep,
838  NppiSize oSizeROI,
839  const Npp32f nThreshold);
840 
849 NppStatus nppiThreshold_LT_32f_C1IR(Npp32f * pSrcDst, int nSrcDstStep,
850  NppiSize oSizeROI,
851  const Npp32f nThreshold);
852 
861 NppStatus nppiThreshold_LT_8u_C3R(const Npp8u * pSrc, int nSrcStep,
862  Npp8u * pDst, int nDstStep,
863  NppiSize oSizeROI,
864  const Npp8u rThresholds[3]);
865 
874 NppStatus nppiThreshold_LT_8u_C3IR(Npp8u * pSrcDst, int nSrcDstStep,
875  NppiSize oSizeROI,
876  const Npp8u rThresholds[3]);
877 
886 NppStatus nppiThreshold_LT_16u_C3R(const Npp16u * pSrc, int nSrcStep,
887  Npp16u * pDst, int nDstStep,
888  NppiSize oSizeROI,
889  const Npp16u rThresholds[3]);
890 
899 NppStatus nppiThreshold_LT_16u_C3IR(Npp16u * pSrcDst, int nSrcDstStep,
900  NppiSize oSizeROI,
901  const Npp16u rThresholds[3]);
902 
911 NppStatus nppiThreshold_LT_16s_C3R(const Npp16s * pSrc, int nSrcStep,
912  Npp16s * pDst, int nDstStep,
913  NppiSize oSizeROI,
914  const Npp16s rThresholds[3]);
915 
924 NppStatus nppiThreshold_LT_16s_C3IR(Npp16s * pSrcDst, int nSrcDstStep,
925  NppiSize oSizeROI,
926  const Npp16s rThresholds[3]);
927 
936 NppStatus nppiThreshold_LT_32f_C3R(const Npp32f * pSrc, int nSrcStep,
937  Npp32f * pDst, int nDstStep,
938  NppiSize oSizeROI,
939  const Npp32f rThresholds[3]);
940 
949 NppStatus nppiThreshold_LT_32f_C3IR(Npp32f * pSrcDst, int nSrcDstStep,
950  NppiSize oSizeROI,
951  const Npp32f rThresholds[3]);
952 
953 
962 NppStatus nppiThreshold_LT_8u_AC4R(const Npp8u * pSrc, int nSrcStep,
963  Npp8u * pDst, int nDstStep,
964  NppiSize oSizeROI,
965  const Npp8u rThresholds[3]);
966 
975 NppStatus nppiThreshold_LT_8u_AC4IR(Npp8u * pSrcDst, int nSrcDstStep,
976  NppiSize oSizeROI,
977  const Npp8u rThresholds[3]);
978 
987 NppStatus nppiThreshold_LT_16u_AC4R(const Npp16u * pSrc, int nSrcStep,
988  Npp16u * pDst, int nDstStep,
989  NppiSize oSizeROI,
990  const Npp16u rThresholds[3]);
991 
1000 NppStatus nppiThreshold_LT_16u_AC4IR(Npp16u * pSrcDst, int nSrcDstStep,
1001  NppiSize oSizeROI,
1002  const Npp16u rThresholds[3]);
1003 
1012 NppStatus nppiThreshold_LT_16s_AC4R(const Npp16s * pSrc, int nSrcStep,
1013  Npp16s * pDst, int nDstStep,
1014  NppiSize oSizeROI,
1015  const Npp16s rThresholds[3]);
1016 
1025 NppStatus nppiThreshold_LT_16s_AC4IR(Npp16s * pSrcDst, int nSrcDstStep,
1026  NppiSize oSizeROI,
1027  const Npp16s rThresholds[3]);
1028 
1037 NppStatus nppiThreshold_LT_32f_AC4R(const Npp32f * pSrc, int nSrcStep,
1038  Npp32f * pDst, int nDstStep,
1039  NppiSize oSizeROI,
1040  const Npp32f rThresholds[3]);
1041 
1050 NppStatus nppiThreshold_LT_32f_AC4IR(Npp32f * pSrcDst, int nSrcDstStep,
1051  NppiSize oSizeROI,
1052  const Npp32f rThresholds[3]);
1053 
1088 NppStatus nppiThreshold_Val_8u_C1R(const Npp8u * pSrc, int nSrcStep,
1089  Npp8u * pDst, int nDstStep,
1090  NppiSize oSizeROI,
1091  const Npp8u nThreshold, const Npp8u nValue, NppCmpOp eComparisonOperation);
1092 
1101 NppStatus nppiThreshold_Val_8u_C1IR(Npp8u * pSrcDst, int nSrcDstStep,
1102  NppiSize oSizeROI,
1103  const Npp8u nThreshold, const Npp8u nValue, NppCmpOp eComparisonOperation);
1104 
1113 NppStatus nppiThreshold_Val_16u_C1R(const Npp16u * pSrc, int nSrcStep,
1114  Npp16u * pDst, int nDstStep,
1115  NppiSize oSizeROI,
1116  const Npp16u nThreshold, const Npp16u nValue, NppCmpOp eComparisonOperation);
1117 
1126 NppStatus nppiThreshold_Val_16u_C1IR(Npp16u * pSrcDst, int nSrcDstStep,
1127  NppiSize oSizeROI,
1128  const Npp16u nThreshold, const Npp16u nValue, NppCmpOp eComparisonOperation);
1129 
1138 NppStatus nppiThreshold_Val_16s_C1R(const Npp16s * pSrc, int nSrcStep,
1139  Npp16s * pDst, int nDstStep,
1140  NppiSize oSizeROI,
1141  const Npp16s nThreshold, const Npp16s nValue, NppCmpOp eComparisonOperation);
1142 
1151 NppStatus nppiThreshold_Val_16s_C1IR(Npp16s * pSrcDst, int nSrcDstStep,
1152  NppiSize oSizeROI,
1153  const Npp16s nThreshold, const Npp16s nValue, NppCmpOp eComparisonOperation);
1154 
1163 NppStatus nppiThreshold_Val_32f_C1R(const Npp32f * pSrc, int nSrcStep,
1164  Npp32f * pDst, int nDstStep,
1165  NppiSize oSizeROI,
1166  const Npp32f nThreshold, const Npp32f nValue, NppCmpOp eComparisonOperation);
1167 
1176 NppStatus nppiThreshold_Val_32f_C1IR(Npp32f * pSrcDst, int nSrcDstStep,
1177  NppiSize oSizeROI,
1178  const Npp32f nThreshold, const Npp32f nValue, NppCmpOp eComparisonOperation);
1179 
1188 NppStatus nppiThreshold_Val_8u_C3R(const Npp8u * pSrc, int nSrcStep,
1189  Npp8u * pDst, int nDstStep,
1190  NppiSize oSizeROI,
1191  const Npp8u rThresholds[3], const Npp8u rValues[3], NppCmpOp eComparisonOperation);
1192 
1201 NppStatus nppiThreshold_Val_8u_C3IR(Npp8u * pSrcDst, int nSrcDstStep,
1202  NppiSize oSizeROI,
1203  const Npp8u rThresholds[3], const Npp8u rValues[3], NppCmpOp eComparisonOperation);
1204 
1213 NppStatus nppiThreshold_Val_16u_C3R(const Npp16u * pSrc, int nSrcStep,
1214  Npp16u * pDst, int nDstStep,
1215  NppiSize oSizeROI,
1216  const Npp16u rThresholds[3], const Npp16u rValues[3], NppCmpOp eComparisonOperation);
1217 
1226 NppStatus nppiThreshold_Val_16u_C3IR(Npp16u * pSrcDst, int nSrcDstStep,
1227  NppiSize oSizeROI,
1228  const Npp16u rThresholds[3], const Npp16u rValues[3], NppCmpOp eComparisonOperation);
1229 
1238 NppStatus nppiThreshold_Val_16s_C3R(const Npp16s * pSrc, int nSrcStep,
1239  Npp16s * pDst, int nDstStep,
1240  NppiSize oSizeROI,
1241  const Npp16s rThresholds[3], const Npp16s rValues[3], NppCmpOp eComparisonOperation);
1242 
1251 NppStatus nppiThreshold_Val_16s_C3IR(Npp16s * pSrcDst, int nSrcDstStep,
1252  NppiSize oSizeROI,
1253  const Npp16s rThresholds[3], const Npp16s rValues[3], NppCmpOp eComparisonOperation);
1254 
1263 NppStatus nppiThreshold_Val_32f_C3R(const Npp32f * pSrc, int nSrcStep,
1264  Npp32f * pDst, int nDstStep,
1265  NppiSize oSizeROI,
1266  const Npp32f rThresholds[3], const Npp32f rValues[3], NppCmpOp eComparisonOperation);
1267 
1276 NppStatus nppiThreshold_Val_32f_C3IR(Npp32f * pSrcDst, int nSrcDstStep,
1277  NppiSize oSizeROI,
1278  const Npp32f rThresholds[3], const Npp32f rValues[3], NppCmpOp eComparisonOperation);
1279 
1280 
1289 NppStatus nppiThreshold_Val_8u_AC4R(const Npp8u * pSrc, int nSrcStep,
1290  Npp8u * pDst, int nDstStep,
1291  NppiSize oSizeROI,
1292  const Npp8u rThresholds[3], const Npp8u rValues[3], NppCmpOp eComparisonOperation);
1293 
1302 NppStatus nppiThreshold_Val_8u_AC4IR(Npp8u * pSrcDst, int nSrcDstStep,
1303  NppiSize oSizeROI,
1304  const Npp8u rThresholds[3], const Npp8u rValues[3], NppCmpOp eComparisonOperation);
1305 
1314 NppStatus nppiThreshold_Val_16u_AC4R(const Npp16u * pSrc, int nSrcStep,
1315  Npp16u * pDst, int nDstStep,
1316  NppiSize oSizeROI,
1317  const Npp16u rThresholds[3], const Npp16u rValues[3], NppCmpOp eComparisonOperation);
1318 
1327 NppStatus nppiThreshold_Val_16u_AC4IR(Npp16u * pSrcDst, int nSrcDstStep,
1328  NppiSize oSizeROI,
1329  const Npp16u rThresholds[3], const Npp16u rValues[3], NppCmpOp eComparisonOperation);
1330 
1339 NppStatus nppiThreshold_Val_16s_AC4R(const Npp16s * pSrc, int nSrcStep,
1340  Npp16s * pDst, int nDstStep,
1341  NppiSize oSizeROI,
1342  const Npp16s rThresholds[3], const Npp16s rValues[3], NppCmpOp eComparisonOperation);
1343 
1352 NppStatus nppiThreshold_Val_16s_AC4IR(Npp16s * pSrcDst, int nSrcDstStep,
1353  NppiSize oSizeROI,
1354  const Npp16s rThresholds[3], const Npp16s rValues[3], NppCmpOp eComparisonOperation);
1355 
1364 NppStatus nppiThreshold_Val_32f_AC4R(const Npp32f * pSrc, int nSrcStep,
1365  Npp32f * pDst, int nDstStep,
1366  NppiSize oSizeROI,
1367  const Npp32f rThresholds[3], const Npp32f rValues[3], NppCmpOp eComparisonOperation);
1368 
1377 NppStatus nppiThreshold_Val_32f_AC4IR(Npp32f * pSrcDst, int nSrcDstStep,
1378  NppiSize oSizeROI,
1379  const Npp32f rThresholds[3], const Npp32f rValues[3], NppCmpOp eComparisonOperation);
1380 
1414 NppStatus nppiThreshold_GTVal_8u_C1R(const Npp8u * pSrc, int nSrcStep,
1415  Npp8u * pDst, int nDstStep,
1416  NppiSize oSizeROI,
1417  const Npp8u nThreshold, const Npp8u nValue);
1418 
1427 NppStatus nppiThreshold_GTVal_8u_C1IR(Npp8u * pSrcDst, int nSrcDstStep,
1428  NppiSize oSizeROI,
1429  const Npp8u nThreshold, const Npp8u nValue);
1430 
1439 NppStatus nppiThreshold_GTVal_16u_C1R(const Npp16u * pSrc, int nSrcStep,
1440  Npp16u * pDst, int nDstStep,
1441  NppiSize oSizeROI,
1442  const Npp16u nThreshold, const Npp16u nValue);
1443 
1452 NppStatus nppiThreshold_GTVal_16u_C1IR(Npp16u * pSrcDst, int nSrcDstStep,
1453  NppiSize oSizeROI,
1454  const Npp16u nThreshold, const Npp16u nValue);
1455 
1464 NppStatus nppiThreshold_GTVal_16s_C1R(const Npp16s * pSrc, int nSrcStep,
1465  Npp16s * pDst, int nDstStep,
1466  NppiSize oSizeROI,
1467  const Npp16s nThreshold, const Npp16s nValue);
1468 
1477 NppStatus nppiThreshold_GTVal_16s_C1IR(Npp16s * pSrcDst, int nSrcDstStep,
1478  NppiSize oSizeROI,
1479  const Npp16s nThreshold, const Npp16s nValue);
1480 
1489 NppStatus nppiThreshold_GTVal_32f_C1R(const Npp32f * pSrc, int nSrcStep,
1490  Npp32f * pDst, int nDstStep,
1491  NppiSize oSizeROI,
1492  const Npp32f nThreshold, const Npp32f nValue);
1493 
1502 NppStatus nppiThreshold_GTVal_32f_C1IR(Npp32f * pSrcDst, int nSrcDstStep,
1503  NppiSize oSizeROI,
1504  const Npp32f nThreshold, const Npp32f nValue);
1505 
1514 NppStatus nppiThreshold_GTVal_8u_C3R(const Npp8u * pSrc, int nSrcStep,
1515  Npp8u * pDst, int nDstStep,
1516  NppiSize oSizeROI,
1517  const Npp8u rThresholds[3], const Npp8u rValues[3]);
1518 
1527 NppStatus nppiThreshold_GTVal_8u_C3IR(Npp8u * pSrcDst, int nSrcDstStep,
1528  NppiSize oSizeROI,
1529  const Npp8u rThresholds[3], const Npp8u rValues[3]);
1530 
1539 NppStatus nppiThreshold_GTVal_16u_C3R(const Npp16u * pSrc, int nSrcStep,
1540  Npp16u * pDst, int nDstStep,
1541  NppiSize oSizeROI,
1542  const Npp16u rThresholds[3], const Npp16u rValues[3]);
1543 
1552 NppStatus nppiThreshold_GTVal_16u_C3IR(Npp16u * pSrcDst, int nSrcDstStep,
1553  NppiSize oSizeROI,
1554  const Npp16u rThresholds[3], const Npp16u rValues[3]);
1555 
1564 NppStatus nppiThreshold_GTVal_16s_C3R(const Npp16s * pSrc, int nSrcStep,
1565  Npp16s * pDst, int nDstStep,
1566  NppiSize oSizeROI,
1567  const Npp16s rThresholds[3], const Npp16s rValues[3]);
1568 
1577 NppStatus nppiThreshold_GTVal_16s_C3IR(Npp16s * pSrcDst, int nSrcDstStep,
1578  NppiSize oSizeROI,
1579  const Npp16s rThresholds[3], const Npp16s rValues[3]);
1580 
1589 NppStatus nppiThreshold_GTVal_32f_C3R(const Npp32f * pSrc, int nSrcStep,
1590  Npp32f * pDst, int nDstStep,
1591  NppiSize oSizeROI,
1592  const Npp32f rThresholds[3], const Npp32f rValues[3]);
1593 
1602 NppStatus nppiThreshold_GTVal_32f_C3IR(Npp32f * pSrcDst, int nSrcDstStep,
1603  NppiSize oSizeROI,
1604  const Npp32f rThresholds[3], const Npp32f rValues[3]);
1605 
1614 NppStatus nppiThreshold_GTVal_8u_AC4R(const Npp8u * pSrc, int nSrcStep,
1615  Npp8u * pDst, int nDstStep,
1616  NppiSize oSizeROI,
1617  const Npp8u rThresholds[3], const Npp8u rValues[3]);
1618 
1627 NppStatus nppiThreshold_GTVal_8u_AC4IR(Npp8u * pSrcDst, int nSrcDstStep,
1628  NppiSize oSizeROI,
1629  const Npp8u rThresholds[3], const Npp8u rValues[3]);
1630 
1639 NppStatus nppiThreshold_GTVal_16u_AC4R(const Npp16u * pSrc, int nSrcStep,
1640  Npp16u * pDst, int nDstStep,
1641  NppiSize oSizeROI,
1642  const Npp16u rThresholds[3], const Npp16u rValues[3]);
1643 
1652 NppStatus nppiThreshold_GTVal_16u_AC4IR(Npp16u * pSrcDst, int nSrcDstStep,
1653  NppiSize oSizeROI,
1654  const Npp16u rThresholds[3], const Npp16u rValues[3]);
1655 
1664 NppStatus nppiThreshold_GTVal_16s_AC4R(const Npp16s * pSrc, int nSrcStep,
1665  Npp16s * pDst, int nDstStep,
1666  NppiSize oSizeROI,
1667  const Npp16s rThresholds[3], const Npp16s rValues[3]);
1668 
1677 NppStatus nppiThreshold_GTVal_16s_AC4IR(Npp16s * pSrcDst, int nSrcDstStep,
1678  NppiSize oSizeROI,
1679  const Npp16s rThresholds[3], const Npp16s rValues[3]);
1680 
1689 NppStatus nppiThreshold_GTVal_32f_AC4R(const Npp32f * pSrc, int nSrcStep,
1690  Npp32f * pDst, int nDstStep,
1691  NppiSize oSizeROI,
1692  const Npp32f rThresholds[3], const Npp32f rValues[3]);
1693 
1702 NppStatus nppiThreshold_GTVal_32f_AC4IR(Npp32f * pSrcDst, int nSrcDstStep,
1703  NppiSize oSizeROI,
1704  const Npp32f rThresholds[3], const Npp32f rValues[3]);
1705 
1737 NppStatus nppiThreshold_LTVal_8u_C1R(const Npp8u * pSrc, int nSrcStep,
1738  Npp8u * pDst, int nDstStep,
1739  NppiSize oSizeROI,
1740  const Npp8u nThreshold, const Npp8u nValue);
1741 
1750 NppStatus nppiThreshold_LTVal_8u_C1IR(Npp8u * pSrcDst, int nSrcDstStep,
1751  NppiSize oSizeROI,
1752  const Npp8u nThreshold, const Npp8u nValue);
1753 
1762 NppStatus nppiThreshold_LTVal_16u_C1R(const Npp16u * pSrc, int nSrcStep,
1763  Npp16u * pDst, int nDstStep,
1764  NppiSize oSizeROI,
1765  const Npp16u nThreshold, const Npp16u nValue);
1766 
1775 NppStatus nppiThreshold_LTVal_16u_C1IR(Npp16u * pSrcDst, int nSrcDstStep,
1776  NppiSize oSizeROI,
1777  const Npp16u nThreshold, const Npp16u nValue);
1778 
1787 NppStatus nppiThreshold_LTVal_16s_C1R(const Npp16s * pSrc, int nSrcStep,
1788  Npp16s * pDst, int nDstStep,
1789  NppiSize oSizeROI,
1790  const Npp16s nThreshold, const Npp16s nValue);
1791 
1800 NppStatus nppiThreshold_LTVal_16s_C1IR(Npp16s * pSrcDst, int nSrcDstStep,
1801  NppiSize oSizeROI,
1802  const Npp16s nThreshold, const Npp16s nValue);
1803 
1812 NppStatus nppiThreshold_LTVal_32f_C1R(const Npp32f * pSrc, int nSrcStep,
1813  Npp32f * pDst, int nDstStep,
1814  NppiSize oSizeROI,
1815  const Npp32f nThreshold, const Npp32f nValue);
1816 
1825 NppStatus nppiThreshold_LTVal_32f_C1IR(Npp32f * pSrcDst, int nSrcDstStep,
1826  NppiSize oSizeROI,
1827  const Npp32f nThreshold, const Npp32f nValue);
1828 
1837 NppStatus nppiThreshold_LTVal_8u_C3R(const Npp8u * pSrc, int nSrcStep,
1838  Npp8u * pDst, int nDstStep,
1839  NppiSize oSizeROI,
1840  const Npp8u rThresholds[3], const Npp8u rValues[3]);
1841 
1850 NppStatus nppiThreshold_LTVal_8u_C3IR(Npp8u * pSrcDst, int nSrcDstStep,
1851  NppiSize oSizeROI,
1852  const Npp8u rThresholds[3], const Npp8u rValues[3]);
1853 
1862 NppStatus nppiThreshold_LTVal_16u_C3R(const Npp16u * pSrc, int nSrcStep,
1863  Npp16u * pDst, int nDstStep,
1864  NppiSize oSizeROI,
1865  const Npp16u rThresholds[3], const Npp16u rValues[3]);
1866 
1875 NppStatus nppiThreshold_LTVal_16u_C3IR(Npp16u * pSrcDst, int nSrcDstStep,
1876  NppiSize oSizeROI,
1877  const Npp16u rThresholds[3], const Npp16u rValues[3]);
1878 
1887 NppStatus nppiThreshold_LTVal_16s_C3R(const Npp16s * pSrc, int nSrcStep,
1888  Npp16s * pDst, int nDstStep,
1889  NppiSize oSizeROI,
1890  const Npp16s rThresholds[3], const Npp16s rValues[3]);
1891 
1900 NppStatus nppiThreshold_LTVal_16s_C3IR(Npp16s * pSrcDst, int nSrcDstStep,
1901  NppiSize oSizeROI,
1902  const Npp16s rThresholds[3], const Npp16s rValues[3]);
1903 
1912 NppStatus nppiThreshold_LTVal_32f_C3R(const Npp32f * pSrc, int nSrcStep,
1913  Npp32f * pDst, int nDstStep,
1914  NppiSize oSizeROI,
1915  const Npp32f rThresholds[3], const Npp32f rValues[3]);
1916 
1925 NppStatus nppiThreshold_LTVal_32f_C3IR(Npp32f * pSrcDst, int nSrcDstStep,
1926  NppiSize oSizeROI,
1927  const Npp32f rThresholds[3], const Npp32f rValues[3]);
1928 
1937 NppStatus nppiThreshold_LTVal_8u_AC4R(const Npp8u * pSrc, int nSrcStep,
1938  Npp8u * pDst, int nDstStep,
1939  NppiSize oSizeROI,
1940  const Npp8u rThresholds[3], const Npp8u rValues[3]);
1941 
1950 NppStatus nppiThreshold_LTVal_8u_AC4IR(Npp8u * pSrcDst, int nSrcDstStep,
1951  NppiSize oSizeROI,
1952  const Npp8u rThresholds[3], const Npp8u rValues[3]);
1953 
1962 NppStatus nppiThreshold_LTVal_16u_AC4R(const Npp16u * pSrc, int nSrcStep,
1963  Npp16u * pDst, int nDstStep,
1964  NppiSize oSizeROI,
1965  const Npp16u rThresholds[3], const Npp16u rValues[3]);
1966 
1975 NppStatus nppiThreshold_LTVal_16u_AC4IR(Npp16u * pSrcDst, int nSrcDstStep,
1976  NppiSize oSizeROI,
1977  const Npp16u rThresholds[3], const Npp16u rValues[3]);
1978 
1987 NppStatus nppiThreshold_LTVal_16s_AC4R(const Npp16s * pSrc, int nSrcStep,
1988  Npp16s * pDst, int nDstStep,
1989  NppiSize oSizeROI,
1990  const Npp16s rThresholds[3], const Npp16s rValues[3]);
1991 
2000 NppStatus nppiThreshold_LTVal_16s_AC4IR(Npp16s * pSrcDst, int nSrcDstStep,
2001  NppiSize oSizeROI,
2002  const Npp16s rThresholds[3], const Npp16s rValues[3]);
2003 
2012 NppStatus nppiThreshold_LTVal_32f_AC4R(const Npp32f * pSrc, int nSrcStep,
2013  Npp32f * pDst, int nDstStep,
2014  NppiSize oSizeROI,
2015  const Npp32f rThresholds[3], const Npp32f rValues[3]);
2016 
2025 NppStatus nppiThreshold_LTVal_32f_AC4IR(Npp32f * pSrcDst, int nSrcDstStep,
2026  NppiSize oSizeROI,
2027  const Npp32f rThresholds[3], const Npp32f rValues[3]);
2028 
2063 NppStatus nppiThreshold_LTValGTVal_8u_C1R(const Npp8u * pSrc, int nSrcStep,
2064  Npp8u * pDst, int nDstStep,
2065  NppiSize oSizeROI,
2066  const Npp8u nThresholdLT, const Npp8u nValueLT, const Npp8u nThresholdGT, const Npp8u nValueGT);
2067 
2076 NppStatus nppiThreshold_LTValGTVal_8u_C1IR(Npp8u * pSrcDst, int nSrcDstStep,
2077  NppiSize oSizeROI,
2078  const Npp8u nThresholdLT, const Npp8u nValueLT, const Npp8u nThresholdGT, const Npp8u nValueGT);
2079 
2088 NppStatus nppiThreshold_LTValGTVal_16u_C1R(const Npp16u * pSrc, int nSrcStep,
2089  Npp16u * pDst, int nDstStep,
2090  NppiSize oSizeROI,
2091  const Npp16u nThresholdLT, const Npp16u nValueLT, const Npp16u nThresholdGT, const Npp16u nValueGT);
2092 
2101 NppStatus nppiThreshold_LTValGTVal_16u_C1IR(Npp16u * pSrcDst, int nSrcDstStep,
2102  NppiSize oSizeROI,
2103  const Npp16u nThresholdLT, const Npp16u nValueLT, const Npp16u nThresholdGT, const Npp16u nValueGT);
2104 
2113 NppStatus nppiThreshold_LTValGTVal_16s_C1R(const Npp16s * pSrc, int nSrcStep,
2114  Npp16s * pDst, int nDstStep,
2115  NppiSize oSizeROI,
2116  const Npp16s nThresholdLT, const Npp16s nValueLT, const Npp16s nThresholdGT, const Npp16s nValueGT);
2117 
2126 NppStatus nppiThreshold_LTValGTVal_16s_C1IR(Npp16s * pSrcDst, int nSrcDstStep,
2127  NppiSize oSizeROI,
2128  const Npp16s nThresholdLT, const Npp16s nValueLT, const Npp16s nThresholdGT, const Npp16s nValueGT);
2129 
2138 NppStatus nppiThreshold_LTValGTVal_32f_C1R(const Npp32f * pSrc, int nSrcStep,
2139  Npp32f * pDst, int nDstStep,
2140  NppiSize oSizeROI,
2141  const Npp32f nThresholdLT, const Npp32f nValueLT, const Npp32f nThresholdGT, const Npp32f nValueGT);
2142 
2151 NppStatus nppiThreshold_LTValGTVal_32f_C1IR(Npp32f * pSrcDst, int nSrcDstStep,
2152  NppiSize oSizeROI,
2153  const Npp32f nThresholdLT, const Npp32f nValueLT, const Npp32f nThresholdGT, const Npp32f nValueGT);
2154 
2163 NppStatus nppiThreshold_LTValGTVal_8u_C3R(const Npp8u * pSrc, int nSrcStep,
2164  Npp8u * pDst, int nDstStep,
2165  NppiSize oSizeROI,
2166  const Npp8u rThresholdsLT[3], const Npp8u rValuesLT[3], const Npp8u rThresholdsGT[3], const Npp8u rValuesGT[3]);
2167 
2176 NppStatus nppiThreshold_LTValGTVal_8u_C3IR(Npp8u * pSrcDst, int nSrcDstStep,
2177  NppiSize oSizeROI,
2178  const Npp8u rThresholdsLT[3], const Npp8u rValuesLT[3], const Npp8u rThresholdsGT[3], const Npp8u rValuesGT[3]);
2179 
2188 NppStatus nppiThreshold_LTValGTVal_16u_C3R(const Npp16u * pSrc, int nSrcStep,
2189  Npp16u * pDst, int nDstStep,
2190  NppiSize oSizeROI,
2191  const Npp16u rThresholdsLT[3], const Npp16u rValuesLT[3], const Npp16u rThresholdsGT[3], const Npp16u rValuesGT[3]);
2192 
2201 NppStatus nppiThreshold_LTValGTVal_16u_C3IR(Npp16u * pSrcDst, int nSrcDstStep,
2202  NppiSize oSizeROI,
2203  const Npp16u rThresholdsLT[3], const Npp16u rValuesLT[3], const Npp16u rThresholdsGT[3], const Npp16u rValuesGT[3]);
2204 
2213 NppStatus nppiThreshold_LTValGTVal_16s_C3R(const Npp16s * pSrc, int nSrcStep,
2214  Npp16s * pDst, int nDstStep,
2215  NppiSize oSizeROI,
2216  const Npp16s rThresholdsLT[3], const Npp16s rValuesLT[3], const Npp16s rThresholdsGT[3], const Npp16s rValuesGT[3]);
2217 
2226 NppStatus nppiThreshold_LTValGTVal_16s_C3IR(Npp16s * pSrcDst, int nSrcDstStep,
2227  NppiSize oSizeROI,
2228  const Npp16s rThresholdsLT[3], const Npp16s rValuesLT[3], const Npp16s rThresholdsGT[3], const Npp16s rValuesGT[3]);
2229 
2238 NppStatus nppiThreshold_LTValGTVal_32f_C3R(const Npp32f * pSrc, int nSrcStep,
2239  Npp32f * pDst, int nDstStep,
2240  NppiSize oSizeROI,
2241  const Npp32f rThresholdsLT[3], const Npp32f rValuesLT[3], const Npp32f rThresholdsGT[3], const Npp32f rValuesGT[3]);
2242 
2251 NppStatus nppiThreshold_LTValGTVal_32f_C3IR(Npp32f * pSrcDst, int nSrcDstStep,
2252  NppiSize oSizeROI,
2253  const Npp32f rThresholdsLT[3], const Npp32f rValuesLT[3], const Npp32f rThresholdsGT[3], const Npp32f rValuesGT[3]);
2254 
2263 NppStatus nppiThreshold_LTValGTVal_8u_AC4R(const Npp8u * pSrc, int nSrcStep,
2264  Npp8u * pDst, int nDstStep,
2265  NppiSize oSizeROI,
2266  const Npp8u rThresholdsLT[3], const Npp8u rValuesLT[3], const Npp8u rThresholdsGT[3], const Npp8u rValuesGT[3]);
2267 
2276 NppStatus nppiThreshold_LTValGTVal_8u_AC4IR(Npp8u * pSrcDst, int nSrcDstStep,
2277  NppiSize oSizeROI,
2278  const Npp8u rThresholdsLT[3], const Npp8u rValuesLT[3], const Npp8u rThresholdsGT[3], const Npp8u rValuesGT[3]);
2279 
2288 NppStatus nppiThreshold_LTValGTVal_16u_AC4R(const Npp16u * pSrc, int nSrcStep,
2289  Npp16u * pDst, int nDstStep,
2290  NppiSize oSizeROI,
2291  const Npp16u rThresholdsLT[3], const Npp16u rValuesLT[3], const Npp16u rThresholdsGT[3], const Npp16u rValuesGT[3]);
2292 
2301 NppStatus nppiThreshold_LTValGTVal_16u_AC4IR(Npp16u * pSrcDst, int nSrcDstStep,
2302  NppiSize oSizeROI,
2303  const Npp16u rThresholdsLT[3], const Npp16u rValuesLT[3], const Npp16u rThresholdsGT[3], const Npp16u rValuesGT[3]);
2304 
2313 NppStatus nppiThreshold_LTValGTVal_16s_AC4R(const Npp16s * pSrc, int nSrcStep,
2314  Npp16s * pDst, int nDstStep,
2315  NppiSize oSizeROI,
2316  const Npp16s rThresholdsLT[3], const Npp16s rValuesLT[3], const Npp16s rThresholdsGT[3], const Npp16s rValuesGT[3]);
2317 
2326 NppStatus nppiThreshold_LTValGTVal_16s_AC4IR(Npp16s * pSrcDst, int nSrcDstStep,
2327  NppiSize oSizeROI,
2328  const Npp16s rThresholdsLT[3], const Npp16s rValuesLT[3], const Npp16s rThresholdsGT[3], const Npp16s rValuesGT[3]);
2329 
2338 NppStatus nppiThreshold_LTValGTVal_32f_AC4R(const Npp32f * pSrc, int nSrcStep,
2339  Npp32f * pDst, int nDstStep,
2340  NppiSize oSizeROI,
2341  const Npp32f rThresholdsLT[3], const Npp32f rValuesLT[3], const Npp32f rThresholdsGT[3], const Npp32f rValuesGT[3]);
2342 
2351 NppStatus nppiThreshold_LTValGTVal_32f_AC4IR(Npp32f * pSrcDst, int nSrcDstStep,
2352  NppiSize oSizeROI,
2353  const Npp32f rThresholdsLT[3], const Npp32f rValuesLT[3], const Npp32f rThresholdsGT[3], const Npp32f rValuesGT[3]);
2354 
2399 NppStatus nppiCompare_8u_C1R(const Npp8u * pSrc1, int nSrc1Step,
2400  const Npp8u * pSrc2, int nSrc2Step,
2401  Npp8u * pDst, int nDstStep,
2402  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2403 
2411 NppStatus nppiCompare_8u_C3R(const Npp8u * pSrc1, int nSrc1Step,
2412  const Npp8u * pSrc2, int nSrc2Step,
2413  Npp8u * pDst, int nDstStep,
2414  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2415 
2423 NppStatus nppiCompare_8u_C4R(const Npp8u * pSrc1, int nSrc1Step,
2424  const Npp8u * pSrc2, int nSrc2Step,
2425  Npp8u * pDst, int nDstStep,
2426  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2427 
2435 NppStatus nppiCompare_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step,
2436  const Npp8u * pSrc2, int nSrc2Step,
2437  Npp8u * pDst, int nDstStep,
2438  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2439 
2447 NppStatus nppiCompare_16u_C1R(const Npp16u * pSrc1, int nSrc1Step,
2448  const Npp16u * pSrc2, int nSrc2Step,
2449  Npp8u * pDst, int nDstStep,
2450  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2451 
2459 NppStatus nppiCompare_16u_C3R(const Npp16u * pSrc1, int nSrc1Step,
2460  const Npp16u * pSrc2, int nSrc2Step,
2461  Npp8u * pDst, int nDstStep,
2462  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2463 
2471 NppStatus nppiCompare_16u_C4R(const Npp16u * pSrc1, int nSrc1Step,
2472  const Npp16u * pSrc2, int nSrc2Step,
2473  Npp8u * pDst, int nDstStep,
2474  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2475 
2483 NppStatus nppiCompare_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step,
2484  const Npp16u * pSrc2, int nSrc2Step,
2485  Npp8u * pDst, int nDstStep,
2486  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2487 
2495 NppStatus nppiCompare_16s_C1R(const Npp16s * pSrc1, int nSrc1Step,
2496  const Npp16s * pSrc2, int nSrc2Step,
2497  Npp8u * pDst, int nDstStep,
2498  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2499 
2507 NppStatus nppiCompare_16s_C3R(const Npp16s * pSrc1, int nSrc1Step,
2508  const Npp16s * pSrc2, int nSrc2Step,
2509  Npp8u * pDst, int nDstStep,
2510  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2511 
2519 NppStatus nppiCompare_16s_C4R(const Npp16s * pSrc1, int nSrc1Step,
2520  const Npp16s * pSrc2, int nSrc2Step,
2521  Npp8u * pDst, int nDstStep,
2522  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2523 
2531 NppStatus nppiCompare_16s_AC4R(const Npp16s * pSrc1, int nSrc1Step,
2532  const Npp16s * pSrc2, int nSrc2Step,
2533  Npp8u * pDst, int nDstStep,
2534  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2535 
2543 NppStatus nppiCompare_32f_C1R(const Npp32f * pSrc1, int nSrc1Step,
2544  const Npp32f * pSrc2, int nSrc2Step,
2545  Npp8u * pDst, int nDstStep,
2546  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2547 
2555 NppStatus nppiCompare_32f_C3R(const Npp32f * pSrc1, int nSrc1Step,
2556  const Npp32f * pSrc2, int nSrc2Step,
2557  Npp8u * pDst, int nDstStep,
2558  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2559 
2567 NppStatus nppiCompare_32f_C4R(const Npp32f * pSrc1, int nSrc1Step,
2568  const Npp32f * pSrc2, int nSrc2Step,
2569  Npp8u * pDst, int nDstStep,
2570  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2571 
2579 NppStatus nppiCompare_32f_AC4R(const Npp32f * pSrc1, int nSrc1Step,
2580  const Npp32f * pSrc2, int nSrc2Step,
2581  Npp8u * pDst, int nDstStep,
2582  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2583 
2615 NppStatus nppiCompareC_8u_C1R(const Npp8u * pSrc, int nSrcStep,
2616  const Npp8u nConstant,
2617  Npp8u * pDst, int nDstStep,
2618  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2619 
2627 NppStatus nppiCompareC_8u_C3R(const Npp8u * pSrc, int nSrcStep,
2628  const Npp8u * pConstants,
2629  Npp8u * pDst, int nDstStep,
2630  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2631 
2639 NppStatus nppiCompareC_8u_C4R(const Npp8u * pSrc, int nSrcStep,
2640  const Npp8u * pConstants,
2641  Npp8u * pDst, int nDstStep,
2642  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2643 
2651 NppStatus nppiCompareC_8u_AC4R(const Npp8u * pSrc, int nSrcStep,
2652  const Npp8u * pConstants,
2653  Npp8u * pDst, int nDstStep,
2654  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2655 
2663 NppStatus nppiCompareC_16u_C1R(const Npp16u * pSrc, int nSrcStep,
2664  const Npp16u nConstant,
2665  Npp8u * pDst, int nDstStep,
2666  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2667 
2675 NppStatus nppiCompareC_16u_C3R(const Npp16u * pSrc, int nSrcStep,
2676  const Npp16u * pConstants,
2677  Npp8u * pDst, int nDstStep,
2678  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2679 
2687 NppStatus nppiCompareC_16u_C4R(const Npp16u * pSrc, int nSrcStep,
2688  const Npp16u * pConstants,
2689  Npp8u * pDst, int nDstStep,
2690  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2691 
2699 NppStatus nppiCompareC_16u_AC4R(const Npp16u * pSrc, int nSrcStep,
2700  const Npp16u * pConstants,
2701  Npp8u * pDst, int nDstStep,
2702  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2703 
2711 NppStatus nppiCompareC_16s_C1R(const Npp16s * pSrc, int nSrcStep,
2712  const Npp16s nConstant,
2713  Npp8u * pDst, int nDstStep,
2714  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2715 
2723 NppStatus nppiCompareC_16s_C3R(const Npp16s * pSrc, int nSrcStep,
2724  const Npp16s * pConstants,
2725  Npp8u * pDst, int nDstStep,
2726  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2727 
2735 NppStatus nppiCompareC_16s_C4R(const Npp16s * pSrc, int nSrcStep,
2736  const Npp16s * pConstants,
2737  Npp8u * pDst, int nDstStep,
2738  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2739 
2747 NppStatus nppiCompareC_16s_AC4R(const Npp16s * pSrc, int nSrcStep,
2748  const Npp16s * pConstants,
2749  Npp8u * pDst, int nDstStep,
2750  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2751 
2759 NppStatus nppiCompareC_32f_C1R(const Npp32f * pSrc, int nSrcStep,
2760  const Npp32f nConstant,
2761  Npp8u * pDst, int nDstStep,
2762  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2763 
2771 NppStatus nppiCompareC_32f_C3R(const Npp32f * pSrc, int nSrcStep,
2772  const Npp32f * pConstants,
2773  Npp8u * pDst, int nDstStep,
2774  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2775 
2783 NppStatus nppiCompareC_32f_C4R(const Npp32f * pSrc, int nSrcStep,
2784  const Npp32f * pConstants,
2785  Npp8u * pDst, int nDstStep,
2786  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2787 
2795 NppStatus nppiCompareC_32f_AC4R(const Npp32f * pSrc, int nSrcStep,
2796  const Npp32f * pConstants,
2797  Npp8u * pDst, int nDstStep,
2798  NppiSize oSizeROI, NppCmpOp eComparisonOperation);
2799 
2831 NppStatus nppiCompareEqualEps_32f_C1R(const Npp32f * pSrc1, int nSrc1Step,
2832  const Npp32f * pSrc2, int nSrc2Step,
2833  Npp8u * pDst, int nDstStep,
2834  NppiSize oSizeROI, Npp32f nEpsilon);
2835 
2843 NppStatus nppiCompareEqualEps_32f_C3R(const Npp32f * pSrc1, int nSrc1Step,
2844  const Npp32f * pSrc2, int nSrc2Step,
2845  Npp8u * pDst, int nDstStep,
2846  NppiSize oSizeROI, Npp32f nEpsilon);
2847 
2855 NppStatus nppiCompareEqualEps_32f_C4R(const Npp32f * pSrc1, int nSrc1Step,
2856  const Npp32f * pSrc2, int nSrc2Step,
2857  Npp8u * pDst, int nDstStep,
2858  NppiSize oSizeROI, Npp32f nEpsilon);
2859 
2867 NppStatus nppiCompareEqualEps_32f_AC4R(const Npp32f * pSrc1, int nSrc1Step,
2868  const Npp32f * pSrc2, int nSrc2Step,
2869  Npp8u * pDst, int nDstStep,
2870  NppiSize oSizeROI, Npp32f nEpsilon);
2871 
2904 NppStatus nppiCompareEqualEpsC_32f_C1R(const Npp32f * pSrc, int nSrcStep,
2905  const Npp32f nConstant,
2906  Npp8u * pDst, int nDstStep,
2907  NppiSize oSizeROI, Npp32f nEpsilon);
2908 
2916 NppStatus nppiCompareEqualEpsC_32f_C3R(const Npp32f * pSrc, int nSrcStep,
2917  const Npp32f * pConstants,
2918  Npp8u * pDst, int nDstStep,
2919  NppiSize oSizeROI, Npp32f nEpsilon);
2920 
2928 NppStatus nppiCompareEqualEpsC_32f_C4R(const Npp32f * pSrc, int nSrcStep,
2929  const Npp32f * pConstants,
2930  Npp8u * pDst, int nDstStep,
2931  NppiSize oSizeROI, Npp32f nEpsilon);
2932 
2940 NppStatus nppiCompareEqualEpsC_32f_AC4R(const Npp32f * pSrc, int nSrcStep,
2941  const Npp32f * pConstants,
2942  Npp8u * pDst, int nDstStep,
2943  NppiSize oSizeROI, Npp32f nEpsilon);
2944 
2951 #ifdef __cplusplus
2952 } /* extern "C" */
2953 #endif
2954 
2955 #endif /* NV_NPPI_THRESHOLD_AND_COMPARE_OPERATIONS_H */
NppStatus nppiThreshold_LTVal_16u_C1R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u nThreshold, const Npp16u nValue)
1 channel 16-bit unsigned short threshold.
NppStatus nppiThreshold_GTVal_16u_AC4R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], const Npp16u rValues[3])
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
NppStatus nppiThreshold_LTValGTVal_16s_C3R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholdsLT[3], const Npp16s rValuesLT[3], const Npp16s rThresholdsGT[3], const Npp16s rValuesGT[3])
3 channel 16-bit signed short threshold.
NppStatus nppiThreshold_GTVal_16s_C3IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], const Npp16s rValues[3])
3 channel 16-bit signed short in place threshold.
NppStatus nppiThreshold_LTValGTVal_16u_C3R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholdsLT[3], const Npp16u rValuesLT[3], const Npp16u rThresholdsGT[3], const Npp16u rValuesGT[3])
3 channel 16-bit unsigned short threshold.
NppStatus nppiThreshold_Val_16u_AC4IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], const Npp16u rValues[3], NppCmpOp eComparisonOperation)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
NppStatus nppiCompare_16u_C3R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
3 channel 16-bit unsigned short image compare.
NppStatus nppiThreshold_LTVal_16s_C3IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], const Npp16s rValues[3])
3 channel 16-bit signed short in place threshold.
NppStatus nppiThreshold_GT_16s_AC4R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3])
4 channel 16-bit signed short image threshold, not affecting Alpha.
NppStatus nppiThreshold_LT_32f_C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f nThreshold)
1 channel 32-bit floating point threshold.
NppStatus nppiCompareC_16s_C4R(const Npp16s *pSrc, int nSrcStep, const Npp16s *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 16-bit signed short image compare with constant value.
NppStatus nppiCompareC_8u_AC4R(const Npp8u *pSrc, int nSrcStep, const Npp8u *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 8-bit unsigned char image compare, not affecting Alpha.
NppStatus nppiThreshold_LTVal_16u_C3IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], const Npp16u rValues[3])
3 channel 16-bit unsigned short in place threshold.
NppStatus nppiThreshold_GTVal_8u_C3IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], const Npp8u rValues[3])
3 channel 8-bit unsigned char in place threshold.
NppStatus nppiThreshold_GTVal_32f_C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f nThreshold, const Npp32f nValue)
1 channel 32-bit floating point threshold.
NppStatus nppiThreshold_LTValGTVal_8u_C1R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u nThresholdLT, const Npp8u nValueLT, const Npp8u nThresholdGT, const Npp8u nValueGT)
1 channel 8-bit unsigned char threshold.
NppStatus nppiThreshold_32f_C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f nThreshold, NppCmpOp eComparisonOperation)
1 channel 32-bit floating point threshold.
NppStatus nppiThreshold_Val_16u_AC4R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], const Npp16u rValues[3], NppCmpOp eComparisonOperation)
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
NppStatus nppiThreshold_LTVal_32f_AC4IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], const Npp32f rValues[3])
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_LTValGTVal_32f_C1IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f nThresholdLT, const Npp32f nValueLT, const Npp32f nThresholdGT, const Npp32f nValueGT)
1 channel 32-bit floating point in place threshold.
NppStatus nppiCompare_32f_AC4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 32-bit signed floating point compare, not affecting Alpha.
NppStatus nppiThreshold_GT_16u_C1IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u nThreshold)
1 channel 16-bit unsigned short in place threshold.
NppStatus nppiThreshold_16s_AC4IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], NppCmpOp eComparisonOperation)
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_LT_16s_C1R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s nThreshold)
1 channel 16-bit signed short threshold.
unsigned char Npp8u
8-bit unsigned chars
Definition: nppdefs.h:278
NppStatus nppiThreshold_GT_16s_C3IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3])
3 channel 16-bit signed short in place threshold.
NppStatus nppiThreshold_GT_16s_C1IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s nThreshold)
1 channel 16-bit signed short in place threshold.
NppStatus nppiThreshold_16s_C3R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], NppCmpOp eComparisonOperation)
3 channel 16-bit signed short threshold.
NppStatus nppiThreshold_LTVal_16u_AC4R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], const Npp16u rValues[3])
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
NppStatus nppiThreshold_Val_8u_C3R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], const Npp8u rValues[3], NppCmpOp eComparisonOperation)
3 channel 8-bit unsigned char threshold.
NppStatus nppiThreshold_LTValGTVal_16s_AC4R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholdsLT[3], const Npp16s rValuesLT[3], const Npp16s rThresholdsGT[3], const Npp16s rValuesGT[3])
4 channel 16-bit signed short image threshold, not affecting Alpha.
NppStatus nppiThreshold_Val_16s_AC4R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], const Npp16s rValues[3], NppCmpOp eComparisonOperation)
4 channel 16-bit signed short image threshold, not affecting Alpha.
NppStatus nppiThreshold_8u_C3IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], NppCmpOp eComparisonOperation)
3 channel 8-bit unsigned char in place threshold.
NppStatus nppiThreshold_LTVal_8u_C3IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], const Npp8u rValues[3])
3 channel 8-bit unsigned char in place threshold.
NppStatus nppiThreshold_Val_32f_C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f nThreshold, const Npp32f nValue, NppCmpOp eComparisonOperation)
1 channel 32-bit floating point threshold.
NppStatus nppiThreshold_LTVal_8u_C1IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u nThreshold, const Npp8u nValue)
1 channel 8-bit unsigned char in place threshold.
NppStatus nppiThreshold_GTVal_16u_C3IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], const Npp16u rValues[3])
3 channel 16-bit unsigned short in place threshold.
NppStatus nppiThreshold_LTValGTVal_16u_C1IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u nThresholdLT, const Npp16u nValueLT, const Npp16u nThresholdGT, const Npp16u nValueGT)
1 channel 16-bit unsigned short in place threshold.
NppStatus nppiCompare_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 8-bit unsigned char image compare, not affecting Alpha.
NppStatus nppiThreshold_Val_16s_C1IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s nThreshold, const Npp16s nValue, NppCmpOp eComparisonOperation)
1 channel 16-bit signed short in place threshold.
NppStatus nppiThreshold_GT_8u_AC4IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3])
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_LTValGTVal_32f_AC4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholdsLT[3], const Npp32f rValuesLT[3], const Npp32f rThresholdsGT[3], const Npp32f rValuesGT[3])
4 channel 32-bit floating point image threshold, not affecting Alpha.
NppStatus nppiThreshold_GTVal_16s_AC4R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], const Npp16s rValues[3])
4 channel 16-bit signed short image threshold, not affecting Alpha.
NppStatus nppiCompareC_16u_C3R(const Npp16u *pSrc, int nSrcStep, const Npp16u *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
3 channel 16-bit unsigned short image compare with constant value.
NppStatus nppiThreshold_GT_16s_AC4IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3])
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
NppStatus nppiCompareC_32f_C4R(const Npp32f *pSrc, int nSrcStep, const Npp32f *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 32-bit floating point image compare with constant value.
NppStatus
Error Status Codes.
Definition: nppdefs.h:152
NppStatus nppiThreshold_GT_8u_C3R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3])
3 channel 8-bit unsigned char threshold.
NppStatus nppiThreshold_GTVal_8u_C3R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], const Npp8u rValues[3])
3 channel 8-bit unsigned char threshold.
NppStatus nppiCompareC_16u_C4R(const Npp16u *pSrc, int nSrcStep, const Npp16u *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 16-bit unsigned short image compare with constant value.
NppStatus nppiThreshold_GTVal_32f_AC4IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], const Npp32f rValues[3])
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_LT_8u_C3R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3])
3 channel 8-bit unsigned char threshold.
NppStatus nppiThreshold_LT_8u_AC4R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3])
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
NppStatus nppiThreshold_GTVal_32f_AC4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], const Npp32f rValues[3])
4 channel 32-bit floating point image threshold, not affecting Alpha.
NppStatus nppiThreshold_GTVal_32f_C3IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], const Npp32f rValues[3])
3 channel 32-bit floating point in place threshold.
NppStatus nppiThreshold_GTVal_16s_C1IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s nThreshold, const Npp16s nValue)
1 channel 16-bit signed short in place threshold.
NppStatus nppiThreshold_LT_32f_C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3])
3 channel 32-bit floating point threshold.
NppStatus nppiThreshold_LTVal_16s_C3R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], const Npp16s rValues[3])
3 channel 16-bit signed short threshold.
NppStatus nppiCompareC_8u_C3R(const Npp8u *pSrc, int nSrcStep, const Npp8u *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
3 channel 8-bit unsigned char image compare with constant value.
NppStatus nppiThreshold_GTVal_8u_C1IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u nThreshold, const Npp8u nValue)
1 channel 8-bit unsigned char in place threshold.
NppStatus nppiCompareEqualEps_32f_C3R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, Npp32f nEpsilon)
3 channel 32-bit floating point image compare whether two images are equal within epsilon...
NppStatus nppiThreshold_Val_16s_AC4IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], const Npp16s rValues[3], NppCmpOp eComparisonOperation)
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_Val_8u_C1R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u nThreshold, const Npp8u nValue, NppCmpOp eComparisonOperation)
1 channel 8-bit unsigned char threshold.
NppStatus nppiThreshold_LT_16s_C3IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3])
3 channel 16-bit signed short in place threshold.
NppStatus nppiThreshold_8u_C1IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u nThreshold, NppCmpOp eComparisonOperation)
1 channel 8-bit unsigned char in place threshold.
NppStatus nppiThreshold_LT_8u_C1IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u nThreshold)
1 channel 8-bit unsigned char in place threshold.
NppStatus nppiThreshold_LT_16s_C3R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3])
3 channel 16-bit signed short threshold.
NppStatus nppiThreshold_LTValGTVal_16u_AC4IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholdsLT[3], const Npp16u rValuesLT[3], const Npp16u rThresholdsGT[3], const Npp16u rValuesGT[3])
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_LTVal_16s_AC4R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], const Npp16s rValues[3])
4 channel 16-bit signed short image threshold, not affecting Alpha.
NppStatus nppiThreshold_16u_AC4R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], NppCmpOp eComparisonOperation)
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
NppStatus nppiThreshold_32f_C3IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], NppCmpOp eComparisonOperation)
3 channel 32-bit floating point in place threshold.
NppStatus nppiCompareC_16s_C1R(const Npp16s *pSrc, int nSrcStep, const Npp16s nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
1 channel 16-bit signed short image compare with constant value.
NppStatus nppiThreshold_GT_16u_AC4IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3])
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_32f_AC4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], NppCmpOp eComparisonOperation)
4 channel 32-bit floating point image threshold, not affecting Alpha.
NppStatus nppiThreshold_GT_32f_C1IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f nThreshold)
1 channel 32-bit floating point in place threshold.
NppStatus nppiCompare_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
1 channel 16-bit unsigned short image compare.
NppStatus nppiThreshold_GT_8u_AC4R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3])
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
2D Size This struct typically represents the size of a a rectangular region in two space...
Definition: nppdefs.h:418
NppStatus nppiCompare_32f_C3R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
3 channel 32-bit floating point image compare.
NppCmpOp
Definition: nppdefs.h:446
NppStatus nppiThreshold_LT_32f_AC4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3])
4 channel 32-bit floating point image threshold, not affecting Alpha.
NppStatus nppiCompareEqualEpsC_32f_C4R(const Npp32f *pSrc, int nSrcStep, const Npp32f *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, Npp32f nEpsilon)
4 channel 32-bit floating point image compare whether image and constant are equal within epsilon...
NppStatus nppiThreshold_LT_16s_AC4IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3])
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_GT_16u_C1R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u nThreshold)
1 channel 16-bit unsigned short threshold.
NppStatus nppiThreshold_GTVal_8u_AC4R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], const Npp8u rValues[3])
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
NppStatus nppiThreshold_32f_C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], NppCmpOp eComparisonOperation)
3 channel 32-bit floating point threshold.
NppStatus nppiThreshold_LT_32f_C1IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f nThreshold)
1 channel 32-bit floating point in place threshold.
NppStatus nppiThreshold_GT_8u_C1IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u nThreshold)
1 channel 8-bit unsigned char in place threshold.
NppStatus nppiThreshold_LT_16u_AC4R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3])
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
NppStatus nppiThreshold_16s_AC4R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], NppCmpOp eComparisonOperation)
4 channel 16-bit signed short image threshold, not affecting Alpha.
NppStatus nppiThreshold_GT_32f_C3IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3])
3 channel 32-bit floating point in place threshold.
NppStatus nppiThreshold_LT_32f_C3IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3])
3 channel 32-bit floating point in place threshold.
NppStatus nppiCompareC_16u_AC4R(const Npp16u *pSrc, int nSrcStep, const Npp16u *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 16-bit unsigned short image compare, not affecting Alpha.
NppStatus nppiCompare_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 8-bit unsigned char image compare.
NppStatus nppiThreshold_8u_C3R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], NppCmpOp eComparisonOperation)
3 channel 8-bit unsigned char threshold.
NppStatus nppiThreshold_Val_32f_AC4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], const Npp32f rValues[3], NppCmpOp eComparisonOperation)
4 channel 32-bit floating point image threshold, not affecting Alpha.
NppStatus nppiCompareC_16s_C3R(const Npp16s *pSrc, int nSrcStep, const Npp16s *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
3 channel 16-bit signed short image compare with constant value.
NppStatus nppiThreshold_LTVal_32f_C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f nThreshold, const Npp32f nValue)
1 channel 32-bit floating point threshold.
NppStatus nppiCompareC_16u_C1R(const Npp16u *pSrc, int nSrcStep, const Npp16u nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
1 channel 16-bit unsigned short image compare with constant value.
NppStatus nppiThreshold_Val_8u_C3IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], const Npp8u rValues[3], NppCmpOp eComparisonOperation)
3 channel 8-bit unsigned char in place threshold.
NppStatus nppiThreshold_Val_8u_C1IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u nThreshold, const Npp8u nValue, NppCmpOp eComparisonOperation)
1 channel 8-bit unsigned char in place threshold.
NppStatus nppiThreshold_Val_16s_C3IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], const Npp16s rValues[3], NppCmpOp eComparisonOperation)
3 channel 16-bit signed short in place threshold.
NppStatus nppiCompare_16u_C4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 16-bit unsigned short image compare.
NppStatus nppiThreshold_Val_32f_C1IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f nThreshold, const Npp32f nValue, NppCmpOp eComparisonOperation)
1 channel 32-bit floating point in place threshold.
NppStatus nppiThreshold_GT_8u_C1R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u nThreshold)
1 channel 8-bit unsigned char threshold.
NppStatus nppiThreshold_LTVal_16u_AC4IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], const Npp16u rValues[3])
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
NppStatus nppiCompareEqualEps_32f_C1R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, Npp32f nEpsilon)
1 channel 32-bit floating point image compare whether two images are equal within epsilon...
NppStatus nppiCompare_32f_C1R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
1 channel 32-bit floating point image compare.
NppStatus nppiThreshold_Val_32f_C3IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], const Npp32f rValues[3], NppCmpOp eComparisonOperation)
3 channel 32-bit floating point in place threshold.
NppStatus nppiThreshold_8u_AC4R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], NppCmpOp eComparisonOperation)
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
NppStatus nppiThreshold_LTValGTVal_16s_C1R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s nThresholdLT, const Npp16s nValueLT, const Npp16s nThresholdGT, const Npp16s nValueGT)
1 channel 16-bit signed short threshold.
NppStatus nppiCompareEqualEps_32f_AC4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, Npp32f nEpsilon)
4 channel 32-bit signed floating point compare whether two images are equal within epsilon...
NppStatus nppiThreshold_LTVal_8u_AC4R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], const Npp8u rValues[3])
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
NppStatus nppiThreshold_LTVal_8u_C3R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], const Npp8u rValues[3])
3 channel 8-bit unsigned char threshold.
NppStatus nppiThreshold_LT_32f_AC4IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3])
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_LTVal_16u_C3R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], const Npp16u rValues[3])
3 channel 16-bit unsigned short threshold.
NppStatus nppiCompareC_32f_C1R(const Npp32f *pSrc, int nSrcStep, const Npp32f nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
1 channel 32-bit floating point image compare with constant value.
NppStatus nppiThreshold_LTValGTVal_8u_C3R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholdsLT[3], const Npp8u rValuesLT[3], const Npp8u rThresholdsGT[3], const Npp8u rValuesGT[3])
3 channel 8-bit unsigned char threshold.
NppStatus nppiThreshold_Val_16u_C1IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u nThreshold, const Npp16u nValue, NppCmpOp eComparisonOperation)
1 channel 16-bit unsigned short in place threshold.
NppStatus nppiThreshold_Val_16u_C1R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u nThreshold, const Npp16u nValue, NppCmpOp eComparisonOperation)
1 channel 16-bit unsigned short threshold.
NppStatus nppiThreshold_32f_C1IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f nThreshold, NppCmpOp eComparisonOperation)
1 channel 32-bit floating point in place threshold.
NppStatus nppiCompare_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
3 channel 8-bit unsigned char image compare.
NppStatus nppiThreshold_LTValGTVal_8u_C3IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholdsLT[3], const Npp8u rValuesLT[3], const Npp8u rThresholdsGT[3], const Npp8u rValuesGT[3])
3 channel 8-bit unsigned char in place threshold.
NppStatus nppiCompare_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 16-bit unsigned short image compare, not affecting Alpha.
NppStatus nppiThreshold_8u_AC4IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], NppCmpOp eComparisonOperation)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_LTValGTVal_8u_C1IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u nThresholdLT, const Npp8u nValueLT, const Npp8u nThresholdGT, const Npp8u nValueGT)
1 channel 8-bit unsigned char in place threshold.
NppStatus nppiThreshold_GTVal_8u_C1R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u nThreshold, const Npp8u nValue)
1 channel 8-bit unsigned char threshold.
NppStatus nppiThreshold_LT_16u_C1IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u nThreshold)
1 channel 16-bit unsigned short in place threshold.
NppStatus nppiThreshold_GTVal_16u_C3R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], const Npp16u rValues[3])
3 channel 16-bit unsigned short threshold.
NppStatus nppiThreshold_LTValGTVal_32f_AC4IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholdsLT[3], const Npp32f rValuesLT[3], const Npp32f rThresholdsGT[3], const Npp32f rValuesGT[3])
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_Val_16s_C1R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s nThreshold, const Npp16s nValue, NppCmpOp eComparisonOperation)
1 channel 16-bit signed short threshold.
NppStatus nppiThreshold_LTVal_16s_C1R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s nThreshold, const Npp16s nValue)
1 channel 16-bit signed short threshold.
NppStatus nppiCompare_32f_C4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 32-bit floating point image compare.
NppStatus nppiThreshold_LTValGTVal_16u_C3IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholdsLT[3], const Npp16u rValuesLT[3], const Npp16u rThresholdsGT[3], const Npp16u rValuesGT[3])
3 channel 16-bit unsigned short in place threshold.
NppStatus nppiThreshold_LTValGTVal_16s_AC4IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholdsLT[3], const Npp16s rValuesLT[3], const Npp16s rThresholdsGT[3], const Npp16s rValuesGT[3])
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_GTVal_16s_C3R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], const Npp16s rValues[3])
3 channel 16-bit signed short threshold.
NppStatus nppiThreshold_LT_16u_AC4IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3])
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_GT_16s_C1R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s nThreshold)
1 channel 16-bit signed short threshold.
NppStatus nppiThreshold_Val_8u_AC4R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], const Npp8u rValues[3], NppCmpOp eComparisonOperation)
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
NppStatus nppiThreshold_LT_16u_C3IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3])
3 channel 16-bit unsigned short in place threshold.
NppStatus nppiThreshold_8u_C1R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u nThreshold, NppCmpOp eComparisonOperation)
1 channel 8-bit unsigned char threshold.
NppStatus nppiThreshold_LTValGTVal_32f_C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholdsLT[3], const Npp32f rValuesLT[3], const Npp32f rThresholdsGT[3], const Npp32f rValuesGT[3])
3 channel 32-bit floating point threshold.
NppStatus nppiThreshold_LTVal_16s_C1IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s nThreshold, const Npp16s nValue)
1 channel 16-bit signed short in place threshold.
unsigned short Npp16u
16-bit unsigned integers
Definition: nppdefs.h:280
NppStatus nppiThreshold_GTVal_8u_AC4IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], const Npp8u rValues[3])
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_LTVal_32f_C1IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f nThreshold, const Npp32f nValue)
1 channel 32-bit floating point in place threshold.
NppStatus nppiThreshold_GT_8u_C3IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3])
3 channel 8-bit unsigned char in place threshold.
NppStatus nppiCompareEqualEpsC_32f_C1R(const Npp32f *pSrc, int nSrcStep, const Npp32f nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, Npp32f nEpsilon)
1 channel 32-bit floating point image compare whether image and constant are equal within epsilon...
NppStatus nppiThreshold_LTValGTVal_16u_AC4R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholdsLT[3], const Npp16u rValuesLT[3], const Npp16u rThresholdsGT[3], const Npp16u rValuesGT[3])
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
NppStatus nppiCompareC_8u_C1R(const Npp8u *pSrc, int nSrcStep, const Npp8u nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
1 channel 8-bit unsigned char image compare with constant value.
NppStatus nppiThreshold_GTVal_16s_C1R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s nThreshold, const Npp16s nValue)
1 channel 16-bit signed short threshold.
NppStatus nppiThreshold_16s_C3IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], NppCmpOp eComparisonOperation)
3 channel 16-bit signed short in place threshold.
NppStatus nppiThreshold_GT_16s_C3R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3])
3 channel 16-bit signed short threshold.
NppStatus nppiCompareEqualEps_32f_C4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, Npp32f nEpsilon)
4 channel 32-bit floating point image compare whether two images are equal within epsilon...
NppStatus nppiThreshold_GT_16u_C3R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3])
3 channel 16-bit unsigned short threshold.
NppStatus nppiThreshold_32f_AC4IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], NppCmpOp eComparisonOperation)
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
NppStatus nppiCompareEqualEpsC_32f_C3R(const Npp32f *pSrc, int nSrcStep, const Npp32f *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, Npp32f nEpsilon)
3 channel 32-bit floating point image compare whether image and constant are equal within epsilon...
NppStatus nppiThreshold_LT_16s_C1IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s nThreshold)
1 channel 16-bit signed short in place threshold.
NppStatus nppiThreshold_LTValGTVal_8u_AC4IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholdsLT[3], const Npp8u rValuesLT[3], const Npp8u rThresholdsGT[3], const Npp8u rValuesGT[3])
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_Val_8u_AC4IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], const Npp8u rValues[3], NppCmpOp eComparisonOperation)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_LTVal_32f_C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], const Npp32f rValues[3])
3 channel 32-bit floating point threshold.
NppStatus nppiThreshold_LTVal_16s_AC4IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], const Npp16s rValues[3])
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_Val_16s_C3R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], const Npp16s rValues[3], NppCmpOp eComparisonOperation)
3 channel 16-bit signed short threshold.
short Npp16s
16-bit signed integers
Definition: nppdefs.h:281
NppStatus nppiCompareC_32f_AC4R(const Npp32f *pSrc, int nSrcStep, const Npp32f *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 32-bit signed floating point compare, not affecting Alpha.
NppStatus nppiThreshold_LTValGTVal_32f_C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f nThresholdLT, const Npp32f nValueLT, const Npp32f nThresholdGT, const Npp32f nValueGT)
1 channel 32-bit floating point threshold.
NppStatus nppiThreshold_16s_C1IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s nThreshold, NppCmpOp eComparisonOperation)
1 channel 16-bit signed short in place threshold.
NppStatus nppiThreshold_GTVal_16u_AC4IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], const Npp16u rValues[3])
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_LT_16s_AC4R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3])
4 channel 16-bit signed short image threshold, not affecting Alpha.
NppStatus nppiThreshold_LT_16u_C1R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u nThreshold)
1 channel 16-bit unsigned short threshold.
NppStatus nppiThreshold_LTValGTVal_16s_C3IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholdsLT[3], const Npp16s rValuesLT[3], const Npp16s rThresholdsGT[3], const Npp16s rValuesGT[3])
3 channel 16-bit signed short in place threshold.
NppStatus nppiThreshold_LTVal_16u_C1IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u nThreshold, const Npp16u nValue)
1 channel 16-bit unsigned short in place threshold.
NppStatus nppiThreshold_LTVal_32f_AC4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], const Npp32f rValues[3])
4 channel 32-bit floating point image threshold, not affecting Alpha.
NppStatus nppiThreshold_LT_16u_C3R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3])
3 channel 16-bit unsigned short threshold.
NppStatus nppiThreshold_16u_C1R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u nThreshold, NppCmpOp eComparisonOperation)
1 channel 16-bit unsigned short threshold.
NppStatus nppiThreshold_LTValGTVal_16u_C1R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u nThresholdLT, const Npp16u nValueLT, const Npp16u nThresholdGT, const Npp16u nValueGT)
1 channel 16-bit unsigned short threshold.
float Npp32f
32-bit (IEEE) floating-point numbers
Definition: nppdefs.h:286
NppStatus nppiThreshold_GT_32f_AC4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3])
4 channel 32-bit floating point image threshold, not affecting Alpha.
NppStatus nppiCompare_16s_AC4R(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 16-bit signed short image compare, not affecting Alpha.
NppStatus nppiCompare_16s_C3R(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
3 channel 16-bit signed short image compare.
NppStatus nppiThreshold_LTValGTVal_32f_C3IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholdsLT[3], const Npp32f rValuesLT[3], const Npp32f rThresholdsGT[3], const Npp32f rValuesGT[3])
3 channel 32-bit floating point in place threshold.
NppStatus nppiThreshold_LT_8u_AC4IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3])
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
NppStatus nppiCompareC_16s_AC4R(const Npp16s *pSrc, int nSrcStep, const Npp16s *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 16-bit signed short image compare, not affecting Alpha.
NppStatus nppiThreshold_16u_C1IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u nThreshold, NppCmpOp eComparisonOperation)
1 channel 16-bit unsigned short in place threshold.
NppStatus nppiCompareC_32f_C3R(const Npp32f *pSrc, int nSrcStep, const Npp32f *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
3 channel 32-bit floating point image compare with constant value.
NppStatus nppiCompare_16s_C4R(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 16-bit signed short image compare.
NppStatus nppiThreshold_GT_16u_C3IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3])
3 channel 16-bit unsigned short in place threshold.
NppStatus nppiThreshold_GT_16u_AC4R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3])
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
NppStatus nppiThreshold_Val_16u_C3R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], const Npp16u rValues[3], NppCmpOp eComparisonOperation)
3 channel 16-bit unsigned short threshold.
NppStatus nppiThreshold_16s_C1R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp16s nThreshold, NppCmpOp eComparisonOperation)
1 channel 16-bit signed short threshold.
NppStatus nppiThreshold_16u_C3IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], NppCmpOp eComparisonOperation)
3 channel 16-bit unsigned short in place threshold.
NppStatus nppiThreshold_LT_8u_C3IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3])
3 channel 8-bit unsigned char in place threshold.
NppStatus nppiThreshold_LTValGTVal_16s_C1IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s nThresholdLT, const Npp16s nValueLT, const Npp16s nThresholdGT, const Npp16s nValueGT)
1 channel 16-bit signed short in place threshold.
NppStatus nppiThreshold_GTVal_16u_C1R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u nThreshold, const Npp16u nValue)
1 channel 16-bit unsigned short threshold.
NppStatus nppiThreshold_GT_32f_AC4IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3])
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_LTVal_8u_C1R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u nThreshold, const Npp8u nValue)
1 channel 8-bit unsigned char threshold.
NppStatus nppiCompare_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
1 channel 8-bit unsigned char image compare.
NppStatus nppiThreshold_GT_32f_C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3])
3 channel 32-bit floating point threshold.
NppStatus nppiThreshold_LTValGTVal_8u_AC4R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u rThresholdsLT[3], const Npp8u rValuesLT[3], const Npp8u rThresholdsGT[3], const Npp8u rValuesGT[3])
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
NppStatus nppiThreshold_Val_16u_C3IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], const Npp16u rValues[3], NppCmpOp eComparisonOperation)
3 channel 16-bit unsigned short in place threshold.
NppStatus nppiThreshold_LT_8u_C1R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u nThreshold)
1 channel 8-bit unsigned char threshold.
NppStatus nppiThreshold_Val_32f_AC4IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], const Npp32f rValues[3], NppCmpOp eComparisonOperation)
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_Val_32f_C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], const Npp32f rValues[3], NppCmpOp eComparisonOperation)
3 channel 32-bit floating point threshold.
NppStatus nppiThreshold_GTVal_32f_C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], const Npp32f rValues[3])
3 channel 32-bit floating point threshold.
NppStatus nppiThreshold_16u_C3R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], NppCmpOp eComparisonOperation)
3 channel 16-bit unsigned short threshold.
NppStatus nppiThreshold_LTVal_8u_AC4IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp8u rThresholds[3], const Npp8u rValues[3])
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
NppStatus nppiCompareEqualEpsC_32f_AC4R(const Npp32f *pSrc, int nSrcStep, const Npp32f *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, Npp32f nEpsilon)
4 channel 32-bit signed floating point compare whether image and constant are equal within epsilon...
NppStatus nppiThreshold_GTVal_16u_C1IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u nThreshold, const Npp16u nValue)
1 channel 16-bit unsigned short in place threshold.
NppStatus nppiThreshold_GTVal_16s_AC4IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16s rThresholds[3], const Npp16s rValues[3])
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_16u_AC4IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp16u rThresholds[3], NppCmpOp eComparisonOperation)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
NppStatus nppiThreshold_LTVal_32f_C3IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f rThresholds[3], const Npp32f rValues[3])
3 channel 32-bit floating point in place threshold.
NppStatus nppiThreshold_GTVal_32f_C1IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, const Npp32f nThreshold, const Npp32f nValue)
1 channel 32-bit floating point in place threshold.
NppStatus nppiCompareC_8u_C4R(const Npp8u *pSrc, int nSrcStep, const Npp8u *pConstants, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
4 channel 8-bit unsigned char image compare with constant value.
NppStatus nppiThreshold_GT_32f_C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f nThreshold)
1 channel 32-bit floating point threshold.
NppStatus nppiCompare_16s_C1R(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppCmpOp eComparisonOperation)
1 channel 16-bit signed short image compare.

Copyright © 2009-2017 NVIDIA Corporation