NVIDIA Performance Primitives (NPP)  Version 10.0
nppi_arithmetic_and_logical_operations.h
1  /* Copyright 2009-2016 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_ARITHMETIC_AND_LOGICAL_OPERATIONS_H
49 #define NV_NPPI_ARITHMETIC_AND_LOGICAL_OPERATIONS_H
50 
56 #include "nppdefs.h"
57 
58 
59 #ifdef __cplusplus
60 extern "C" {
61 #endif
62 
63 
97 NppStatus
98 nppiAddC_8u_C1RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u nConstant,
99  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
100 
110 NppStatus
111 nppiAddC_8u_C1IRSfs(const Npp8u nConstant, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
112 
124 NppStatus
125 nppiAddC_8u_C3RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
126  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
127 
137 NppStatus
138 nppiAddC_8u_C3IRSfs(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
139 
151 NppStatus
152 nppiAddC_8u_AC4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
153  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
154 
164 NppStatus
165 nppiAddC_8u_AC4IRSfs(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
166 
178 NppStatus
179 nppiAddC_8u_C4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[4],
180  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
181 
191 NppStatus
192 nppiAddC_8u_C4IRSfs(const Npp8u aConstants[4], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
193 
205 NppStatus
206 nppiAddC_16u_C1RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u nConstant,
207  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
208 
218 NppStatus
219 nppiAddC_16u_C1IRSfs(const Npp16u nConstant, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
220 
232 NppStatus
233 nppiAddC_16u_C3RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
234  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
235 
245 NppStatus
246 nppiAddC_16u_C3IRSfs(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
247 
259 NppStatus
260 nppiAddC_16u_AC4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
261  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
262 
272 NppStatus
273 nppiAddC_16u_AC4IRSfs(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
274 
286 NppStatus
287 nppiAddC_16u_C4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[4],
288  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
289 
299 NppStatus
300 nppiAddC_16u_C4IRSfs(const Npp16u aConstants[4], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
301 
313 NppStatus
314 nppiAddC_16s_C1RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s nConstant,
315  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
316 
326 NppStatus
327 nppiAddC_16s_C1IRSfs(const Npp16s nConstant, Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
328 
340 NppStatus
341 nppiAddC_16s_C3RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s aConstants[3],
342  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
343 
353 NppStatus
354 nppiAddC_16s_C3IRSfs(const Npp16s aConstants[3], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
355 
367 NppStatus
368 nppiAddC_16s_AC4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s aConstants[3],
369  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
370 
380 NppStatus
381 nppiAddC_16s_AC4IRSfs(const Npp16s aConstants[3], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
382 
394 NppStatus
395 nppiAddC_16s_C4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s aConstants[4],
396  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
397 
407 NppStatus
408 nppiAddC_16s_C4IRSfs(const Npp16s aConstants[4], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
409 
421 NppStatus
422 nppiAddC_16sc_C1RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc nConstant,
423  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
424 
434 NppStatus
435 nppiAddC_16sc_C1IRSfs(const Npp16sc nConstant, Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
436 
448 NppStatus
449 nppiAddC_16sc_C3RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc aConstants[3],
450  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
451 
461 NppStatus
462 nppiAddC_16sc_C3IRSfs(const Npp16sc aConstants[3], Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
463 
475 NppStatus
476 nppiAddC_16sc_AC4RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc aConstants[3],
477  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
478 
488 NppStatus
489 nppiAddC_16sc_AC4IRSfs(const Npp16sc aConstants[3], Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
490 
502 NppStatus
503 nppiAddC_32s_C1RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s nConstant,
504  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
505 
515 NppStatus
516 nppiAddC_32s_C1IRSfs(const Npp32s nConstant, Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
517 
529 NppStatus
530 nppiAddC_32s_C3RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s aConstants[3],
531  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
532 
542 NppStatus
543 nppiAddC_32s_C3IRSfs(const Npp32s aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
544 
556 NppStatus
557 nppiAddC_32sc_C1RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc nConstant,
558  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
559 
569 NppStatus
570 nppiAddC_32sc_C1IRSfs(const Npp32sc nConstant, Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
571 
583 NppStatus
584 nppiAddC_32sc_C3RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc aConstants[3],
585  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
586 
596 NppStatus
597 nppiAddC_32sc_C3IRSfs(const Npp32sc aConstants[3], Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
598 
610 NppStatus
611 nppiAddC_32sc_AC4RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc aConstants[3],
612  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
613 
623 NppStatus
624 nppiAddC_32sc_AC4IRSfs(const Npp32sc aConstants[3], Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
625 
636 NppStatus
637 nppiAddC_32f_C1R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f nConstant,
638  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
639 
648 NppStatus
649 nppiAddC_32f_C1IR(const Npp32f nConstant, Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
650 
661 NppStatus
662 nppiAddC_32f_C3R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f aConstants[3],
663  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
664 
673 NppStatus
674 nppiAddC_32f_C3IR(const Npp32f aConstants[3], Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
675 
686 NppStatus
687 nppiAddC_32f_AC4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f aConstants[3],
688  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
689 
698 NppStatus
699 nppiAddC_32f_AC4IR(const Npp32f aConstants[3], Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
700 
711 NppStatus
712 nppiAddC_32f_C4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f aConstants[4],
713  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
714 
723 NppStatus
724 nppiAddC_32f_C4IR(const Npp32f aConstants[4], Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
725 
736 NppStatus
737 nppiAddC_32fc_C1R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc nConstant,
738  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
739 
748 NppStatus
749 nppiAddC_32fc_C1IR(const Npp32fc nConstant, Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
750 
761 NppStatus
762 nppiAddC_32fc_C3R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc aConstants[3],
763  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
764 
773 NppStatus
774 nppiAddC_32fc_C3IR(const Npp32fc aConstants[3], Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
775 
786 NppStatus
787 nppiAddC_32fc_AC4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc aConstants[3],
788  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
789 
798 NppStatus
799 nppiAddC_32fc_AC4IR(const Npp32fc aConstants[3], Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
800 
811 NppStatus
812 nppiAddC_32fc_C4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc aConstants[4],
813  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
814 
823 NppStatus
824 nppiAddC_32fc_C4IR(const Npp32fc aConstants[4], Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
825 
848 NppStatus
849 nppiMulC_8u_C1RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u nConstant,
850  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
851 
861 NppStatus
862 nppiMulC_8u_C1IRSfs(const Npp8u nConstant, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
863 
875 NppStatus
876 nppiMulC_8u_C3RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
877  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
878 
888 NppStatus
889 nppiMulC_8u_C3IRSfs(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
890 
902 NppStatus
903 nppiMulC_8u_AC4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
904  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
905 
915 NppStatus
916 nppiMulC_8u_AC4IRSfs(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
917 
929 NppStatus
930 nppiMulC_8u_C4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[4],
931  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
932 
942 NppStatus
943 nppiMulC_8u_C4IRSfs(const Npp8u aConstants[4], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
944 
956 NppStatus
957 nppiMulC_16u_C1RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u nConstant,
958  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
959 
969 NppStatus
970 nppiMulC_16u_C1IRSfs(const Npp16u nConstant, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
971 
983 NppStatus
984 nppiMulC_16u_C3RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
985  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
986 
996 NppStatus
997 nppiMulC_16u_C3IRSfs(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
998 
1010 NppStatus
1011 nppiMulC_16u_AC4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
1012  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1013 
1023 NppStatus
1024 nppiMulC_16u_AC4IRSfs(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1025 
1037 NppStatus
1038 nppiMulC_16u_C4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[4],
1039  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1040 
1050 NppStatus
1051 nppiMulC_16u_C4IRSfs(const Npp16u aConstants[4], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1052 
1064 NppStatus
1065 nppiMulC_16s_C1RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s nConstant,
1066  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1067 
1077 NppStatus
1078 nppiMulC_16s_C1IRSfs(const Npp16s nConstant, Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1079 
1091 NppStatus
1092 nppiMulC_16s_C3RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s aConstants[3],
1093  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1094 
1104 NppStatus
1105 nppiMulC_16s_C3IRSfs(const Npp16s aConstants[3], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1106 
1118 NppStatus
1119 nppiMulC_16s_AC4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s aConstants[3],
1120  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1121 
1131 NppStatus
1132 nppiMulC_16s_AC4IRSfs(const Npp16s aConstants[3], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1133 
1145 NppStatus
1146 nppiMulC_16s_C4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s aConstants[4],
1147  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1148 
1158 NppStatus
1159 nppiMulC_16s_C4IRSfs(const Npp16s aConstants[4], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1160 
1172 NppStatus
1173 nppiMulC_16sc_C1RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc nConstant,
1174  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1175 
1185 NppStatus
1186 nppiMulC_16sc_C1IRSfs(const Npp16sc nConstant, Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1187 
1199 NppStatus
1200 nppiMulC_16sc_C3RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc aConstants[3],
1201  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1202 
1212 NppStatus
1213 nppiMulC_16sc_C3IRSfs(const Npp16sc aConstants[3], Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1214 
1226 NppStatus
1227 nppiMulC_16sc_AC4RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc aConstants[3],
1228  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1229 
1239 NppStatus
1240 nppiMulC_16sc_AC4IRSfs(const Npp16sc aConstants[3], Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1241 
1253 NppStatus
1254 nppiMulC_32s_C1RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s nConstant,
1255  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1256 
1266 NppStatus
1267 nppiMulC_32s_C1IRSfs(const Npp32s nConstant, Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1268 
1280 NppStatus
1281 nppiMulC_32s_C3RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s aConstants[3],
1282  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1283 
1293 NppStatus
1294 nppiMulC_32s_C3IRSfs(const Npp32s aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1295 
1307 NppStatus
1308 nppiMulC_32sc_C1RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc nConstant,
1309  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1310 
1320 NppStatus
1321 nppiMulC_32sc_C1IRSfs(const Npp32sc nConstant, Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1322 
1334 NppStatus
1335 nppiMulC_32sc_C3RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc aConstants[3],
1336  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1337 
1347 NppStatus
1348 nppiMulC_32sc_C3IRSfs(const Npp32sc aConstants[3], Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1349 
1361 NppStatus
1362 nppiMulC_32sc_AC4RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc aConstants[3],
1363  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1364 
1374 NppStatus
1375 nppiMulC_32sc_AC4IRSfs(const Npp32sc aConstants[3], Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1376 
1387 NppStatus
1388 nppiMulC_32f_C1R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f nConstant,
1389  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
1390 
1399 NppStatus
1400 nppiMulC_32f_C1IR(const Npp32f nConstant, Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1401 
1412 NppStatus
1413 nppiMulC_32f_C3R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f aConstants[3],
1414  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
1415 
1424 NppStatus
1425 nppiMulC_32f_C3IR(const Npp32f aConstants[3], Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1426 
1437 NppStatus
1438 nppiMulC_32f_AC4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f aConstants[3],
1439  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
1440 
1449 NppStatus
1450 nppiMulC_32f_AC4IR(const Npp32f aConstants[3], Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1451 
1462 NppStatus
1463 nppiMulC_32f_C4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f aConstants[4],
1464  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
1465 
1474 NppStatus
1475 nppiMulC_32f_C4IR(const Npp32f aConstants[4], Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1476 
1487 NppStatus
1488 nppiMulC_32fc_C1R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc nConstant,
1489  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
1490 
1499 NppStatus
1500 nppiMulC_32fc_C1IR(const Npp32fc nConstant, Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1501 
1512 NppStatus
1513 nppiMulC_32fc_C3R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc aConstants[3],
1514  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
1515 
1524 NppStatus
1525 nppiMulC_32fc_C3IR(const Npp32fc aConstants[3], Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1526 
1537 NppStatus
1538 nppiMulC_32fc_AC4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc aConstants[3],
1539  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
1540 
1549 NppStatus
1550 nppiMulC_32fc_AC4IR(const Npp32fc aConstants[3], Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1551 
1562 NppStatus
1563 nppiMulC_32fc_C4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc aConstants[4],
1564  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
1565 
1574 NppStatus
1575 nppiMulC_32fc_C4IR(const Npp32fc aConstants[4], Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1576 
1598 NppStatus
1599 nppiMulCScale_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u nConstant,
1600  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
1601 
1610 NppStatus
1611 nppiMulCScale_8u_C1IR(const Npp8u nConstant, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1612 
1623 NppStatus
1624 nppiMulCScale_8u_C3R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
1625  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
1626 
1635 NppStatus
1636 nppiMulCScale_8u_C3IR(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1637 
1648 NppStatus
1649 nppiMulCScale_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
1650  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
1651 
1660 NppStatus
1661 nppiMulCScale_8u_AC4IR(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1662 
1673 NppStatus
1674 nppiMulCScale_8u_C4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[4],
1675  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
1676 
1685 NppStatus
1686 nppiMulCScale_8u_C4IR(const Npp8u aConstants[4], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1687 
1698 NppStatus
1699 nppiMulCScale_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u nConstant,
1700  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
1701 
1710 NppStatus
1711 nppiMulCScale_16u_C1IR(const Npp16u nConstant, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1712 
1723 NppStatus
1724 nppiMulCScale_16u_C3R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
1725  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
1726 
1735 NppStatus
1736 nppiMulCScale_16u_C3IR(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1737 
1748 NppStatus
1749 nppiMulCScale_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
1750  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
1751 
1760 NppStatus
1761 nppiMulCScale_16u_AC4IR(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1762 
1773 NppStatus
1774 nppiMulCScale_16u_C4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[4],
1775  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
1776 
1785 NppStatus
1786 nppiMulCScale_16u_C4IR(const Npp16u aConstants[4], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
1787 
1806 NppStatus
1807 nppiSubC_8u_C1RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u nConstant,
1808  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1809 
1819 NppStatus
1820 nppiSubC_8u_C1IRSfs(const Npp8u nConstant, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1821 
1833 NppStatus
1834 nppiSubC_8u_C3RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
1835  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1836 
1846 NppStatus
1847 nppiSubC_8u_C3IRSfs(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1848 
1860 NppStatus
1861 nppiSubC_8u_AC4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
1862  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1863 
1873 NppStatus
1874 nppiSubC_8u_AC4IRSfs(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1875 
1887 NppStatus
1888 nppiSubC_8u_C4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[4],
1889  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1890 
1900 NppStatus
1901 nppiSubC_8u_C4IRSfs(const Npp8u aConstants[4], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1902 
1914 NppStatus
1915 nppiSubC_16u_C1RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u nConstant,
1916  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1917 
1927 NppStatus
1928 nppiSubC_16u_C1IRSfs(const Npp16u nConstant, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1929 
1941 NppStatus
1942 nppiSubC_16u_C3RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
1943  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1944 
1954 NppStatus
1955 nppiSubC_16u_C3IRSfs(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1956 
1968 NppStatus
1969 nppiSubC_16u_AC4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
1970  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1971 
1981 NppStatus
1982 nppiSubC_16u_AC4IRSfs(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
1983 
1995 NppStatus
1996 nppiSubC_16u_C4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[4],
1997  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
1998 
2008 NppStatus
2009 nppiSubC_16u_C4IRSfs(const Npp16u aConstants[4], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2010 
2022 NppStatus
2023 nppiSubC_16s_C1RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s nConstant,
2024  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2025 
2035 NppStatus
2036 nppiSubC_16s_C1IRSfs(const Npp16s nConstant, Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2037 
2049 NppStatus
2050 nppiSubC_16s_C3RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s aConstants[3],
2051  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2052 
2062 NppStatus
2063 nppiSubC_16s_C3IRSfs(const Npp16s aConstants[3], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2064 
2076 NppStatus
2077 nppiSubC_16s_AC4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s aConstants[3],
2078  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2079 
2089 NppStatus
2090 nppiSubC_16s_AC4IRSfs(const Npp16s aConstants[3], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2091 
2103 NppStatus
2104 nppiSubC_16s_C4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s aConstants[4],
2105  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2106 
2116 NppStatus
2117 nppiSubC_16s_C4IRSfs(const Npp16s aConstants[4], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2118 
2130 NppStatus
2131 nppiSubC_16sc_C1RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc nConstant,
2132  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2133 
2143 NppStatus
2144 nppiSubC_16sc_C1IRSfs(const Npp16sc nConstant, Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2145 
2157 NppStatus
2158 nppiSubC_16sc_C3RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc aConstants[3],
2159  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2160 
2170 NppStatus
2171 nppiSubC_16sc_C3IRSfs(const Npp16sc aConstants[3], Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2172 
2184 NppStatus
2185 nppiSubC_16sc_AC4RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc aConstants[3],
2186  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2187 
2197 NppStatus
2198 nppiSubC_16sc_AC4IRSfs(const Npp16sc aConstants[3], Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2199 
2211 NppStatus
2212 nppiSubC_32s_C1RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s nConstant,
2213  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2214 
2224 NppStatus
2225 nppiSubC_32s_C1IRSfs(const Npp32s nConstant, Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2226 
2238 NppStatus
2239 nppiSubC_32s_C3RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s aConstants[3],
2240  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2241 
2251 NppStatus
2252 nppiSubC_32s_C3IRSfs(const Npp32s aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2253 
2265 NppStatus
2266 nppiSubC_32sc_C1RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc nConstant,
2267  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2268 
2278 NppStatus
2279 nppiSubC_32sc_C1IRSfs(const Npp32sc nConstant, Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2280 
2292 NppStatus
2293 nppiSubC_32sc_C3RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc aConstants[3],
2294  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2295 
2305 NppStatus
2306 nppiSubC_32sc_C3IRSfs(const Npp32sc aConstants[3], Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2307 
2319 NppStatus
2320 nppiSubC_32sc_AC4RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc aConstants[3],
2321  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2322 
2332 NppStatus
2333 nppiSubC_32sc_AC4IRSfs(const Npp32sc aConstants[3], Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2334 
2345 NppStatus
2346 nppiSubC_32f_C1R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f nConstant,
2347  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
2348 
2357 NppStatus
2358 nppiSubC_32f_C1IR(const Npp32f nConstant, Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
2359 
2370 NppStatus
2371 nppiSubC_32f_C3R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f aConstants[3],
2372  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
2373 
2382 NppStatus
2383 nppiSubC_32f_C3IR(const Npp32f aConstants[3], Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
2384 
2395 NppStatus
2396 nppiSubC_32f_AC4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f aConstants[3],
2397  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
2398 
2407 NppStatus
2408 nppiSubC_32f_AC4IR(const Npp32f aConstants[3], Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
2409 
2420 NppStatus
2421 nppiSubC_32f_C4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f aConstants[4],
2422  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
2423 
2432 NppStatus
2433 nppiSubC_32f_C4IR(const Npp32f aConstants[4], Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
2434 
2445 NppStatus
2446 nppiSubC_32fc_C1R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc nConstant,
2447  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
2448 
2457 NppStatus
2458 nppiSubC_32fc_C1IR(const Npp32fc nConstant, Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
2459 
2470 NppStatus
2471 nppiSubC_32fc_C3R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc aConstants[3],
2472  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
2473 
2482 NppStatus
2483 nppiSubC_32fc_C3IR(const Npp32fc aConstants[3], Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
2484 
2495 NppStatus
2496 nppiSubC_32fc_AC4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc aConstants[3],
2497  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
2498 
2507 NppStatus
2508 nppiSubC_32fc_AC4IR(const Npp32fc aConstants[3], Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
2509 
2520 NppStatus
2521 nppiSubC_32fc_C4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc aConstants[4],
2522  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
2523 
2532 NppStatus
2533 nppiSubC_32fc_C4IR(const Npp32fc aConstants[4], Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
2534 
2556 NppStatus
2557 nppiDivC_8u_C1RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u nConstant,
2558  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2559 
2569 NppStatus
2570 nppiDivC_8u_C1IRSfs(const Npp8u nConstant, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2571 
2583 NppStatus
2584 nppiDivC_8u_C3RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
2585  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2586 
2596 NppStatus
2597 nppiDivC_8u_C3IRSfs(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2598 
2610 NppStatus
2611 nppiDivC_8u_AC4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
2612  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2613 
2623 NppStatus
2624 nppiDivC_8u_AC4IRSfs(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2625 
2637 NppStatus
2638 nppiDivC_8u_C4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[4],
2639  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2640 
2650 NppStatus
2651 nppiDivC_8u_C4IRSfs(const Npp8u aConstants[4], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2652 
2664 NppStatus
2665 nppiDivC_16u_C1RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u nConstant,
2666  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2667 
2677 NppStatus
2678 nppiDivC_16u_C1IRSfs(const Npp16u nConstant, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2679 
2691 NppStatus
2692 nppiDivC_16u_C3RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
2693  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2694 
2704 NppStatus
2705 nppiDivC_16u_C3IRSfs(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2706 
2718 NppStatus
2719 nppiDivC_16u_AC4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
2720  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2721 
2731 NppStatus
2732 nppiDivC_16u_AC4IRSfs(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2733 
2745 NppStatus
2746 nppiDivC_16u_C4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[4],
2747  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2748 
2758 NppStatus
2759 nppiDivC_16u_C4IRSfs(const Npp16u aConstants[4], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2760 
2772 NppStatus
2773 nppiDivC_16s_C1RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s nConstant,
2774  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2775 
2785 NppStatus
2786 nppiDivC_16s_C1IRSfs(const Npp16s nConstant, Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2787 
2799 NppStatus
2800 nppiDivC_16s_C3RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s aConstants[3],
2801  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2802 
2812 NppStatus
2813 nppiDivC_16s_C3IRSfs(const Npp16s aConstants[3], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2814 
2826 NppStatus
2827 nppiDivC_16s_AC4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s aConstants[3],
2828  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2829 
2839 NppStatus
2840 nppiDivC_16s_AC4IRSfs(const Npp16s aConstants[3], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2841 
2853 NppStatus
2854 nppiDivC_16s_C4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s aConstants[4],
2855  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2856 
2866 NppStatus
2867 nppiDivC_16s_C4IRSfs(const Npp16s aConstants[4], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2868 
2880 NppStatus
2881 nppiDivC_16sc_C1RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc nConstant,
2882  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2883 
2893 NppStatus
2894 nppiDivC_16sc_C1IRSfs(const Npp16sc nConstant, Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2895 
2907 NppStatus
2908 nppiDivC_16sc_C3RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc aConstants[3],
2909  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2910 
2920 NppStatus
2921 nppiDivC_16sc_C3IRSfs(const Npp16sc aConstants[3], Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2922 
2934 NppStatus
2935 nppiDivC_16sc_AC4RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc aConstants[3],
2936  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2937 
2947 NppStatus
2948 nppiDivC_16sc_AC4IRSfs(const Npp16sc aConstants[3], Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2949 
2961 NppStatus
2962 nppiDivC_32s_C1RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s nConstant,
2963  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2964 
2974 NppStatus
2975 nppiDivC_32s_C1IRSfs(const Npp32s nConstant, Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
2976 
2988 NppStatus
2989 nppiDivC_32s_C3RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s aConstants[3],
2990  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
2991 
3001 NppStatus
3002 nppiDivC_32s_C3IRSfs(const Npp32s aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3003 
3015 NppStatus
3016 nppiDivC_32sc_C1RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc nConstant,
3017  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3018 
3028 NppStatus
3029 nppiDivC_32sc_C1IRSfs(const Npp32sc nConstant, Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3030 
3042 NppStatus
3043 nppiDivC_32sc_C3RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc aConstants[3],
3044  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3045 
3055 NppStatus
3056 nppiDivC_32sc_C3IRSfs(const Npp32sc aConstants[3], Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3057 
3069 NppStatus
3070 nppiDivC_32sc_AC4RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc aConstants[3],
3071  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3072 
3082 NppStatus
3083 nppiDivC_32sc_AC4IRSfs(const Npp32sc aConstants[3], Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3084 
3095 NppStatus
3096 nppiDivC_32f_C1R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f nConstant,
3097  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
3098 
3107 NppStatus
3108 nppiDivC_32f_C1IR(const Npp32f nConstant, Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
3109 
3120 NppStatus
3121 nppiDivC_32f_C3R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f aConstants[3],
3122  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
3123 
3132 NppStatus
3133 nppiDivC_32f_C3IR(const Npp32f aConstants[3], Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
3134 
3145 NppStatus
3146 nppiDivC_32f_AC4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f aConstants[3],
3147  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
3148 
3157 NppStatus
3158 nppiDivC_32f_AC4IR(const Npp32f aConstants[3], Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
3159 
3170 NppStatus
3171 nppiDivC_32f_C4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f aConstants[4],
3172  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
3173 
3182 NppStatus
3183 nppiDivC_32f_C4IR(const Npp32f aConstants[4], Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
3184 
3195 NppStatus
3196 nppiDivC_32fc_C1R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc nConstant,
3197  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
3198 
3207 NppStatus
3208 nppiDivC_32fc_C1IR(const Npp32fc nConstant, Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
3209 
3220 NppStatus
3221 nppiDivC_32fc_C3R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc aConstants[3],
3222  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
3223 
3232 NppStatus
3233 nppiDivC_32fc_C3IR(const Npp32fc aConstants[3], Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
3234 
3245 NppStatus
3246 nppiDivC_32fc_AC4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc aConstants[3],
3247  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
3248 
3257 NppStatus
3258 nppiDivC_32fc_AC4IR(const Npp32fc aConstants[3], Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
3259 
3270 NppStatus
3271 nppiDivC_32fc_C4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc aConstants[4],
3272  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
3273 
3282 NppStatus
3283 nppiDivC_32fc_C4IR(const Npp32fc aConstants[4], Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
3284 
3305 NppStatus
3306 nppiAbsDiffC_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, Npp8u * pDst, int nDstStep, NppiSize oSizeROI, Npp8u nConstant);
3307 
3318 NppStatus
3319 nppiAbsDiffC_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, Npp16u * pDst, int nDstStep, NppiSize oSizeROI, Npp16u nConstant);
3320 
3331 NppStatus
3332 nppiAbsDiffC_32f_C1R(const Npp32f * pSrc1, int nSrc1Step, Npp32f * pDst, int nDstStep, NppiSize oSizeROI, Npp32f nConstant);
3333 
3356 NppStatus
3357 nppiAdd_8u_C1RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
3358  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3359 
3370 NppStatus
3371 nppiAdd_8u_C1IRSfs(const Npp8u * pSrc, int nSrcStep,
3372  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3373 
3386 NppStatus
3387 nppiAdd_8u_C3RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
3388  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3389 
3400 NppStatus
3401 nppiAdd_8u_C3IRSfs(const Npp8u * pSrc, int nSrcStep,
3402  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3403 
3416 NppStatus
3417 nppiAdd_8u_AC4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
3418  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3419 
3430 NppStatus
3431 nppiAdd_8u_AC4IRSfs(const Npp8u * pSrc, int nSrcStep,
3432  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3433 
3446 NppStatus
3447 nppiAdd_8u_C4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
3448  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3449 
3460 NppStatus
3461 nppiAdd_8u_C4IRSfs(const Npp8u * pSrc, int nSrcStep,
3462  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3463 
3476 NppStatus
3477 nppiAdd_16u_C1RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
3478  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3479 
3490 NppStatus
3491 nppiAdd_16u_C1IRSfs(const Npp16u * pSrc, int nSrcStep,
3492  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3493 
3506 NppStatus
3507 nppiAdd_16u_C3RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
3508  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3509 
3520 NppStatus
3521 nppiAdd_16u_C3IRSfs(const Npp16u * pSrc, int nSrcStep,
3522  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3523 
3536 NppStatus
3537 nppiAdd_16u_AC4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
3538  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3539 
3550 NppStatus
3551 nppiAdd_16u_AC4IRSfs(const Npp16u * pSrc, int nSrcStep,
3552  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3553 
3566 NppStatus
3567 nppiAdd_16u_C4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
3568  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3569 
3580 NppStatus
3581 nppiAdd_16u_C4IRSfs(const Npp16u * pSrc, int nSrcStep,
3582  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3583 
3596 NppStatus
3597 nppiAdd_16s_C1RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
3598  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3599 
3610 NppStatus
3611 nppiAdd_16s_C1IRSfs(const Npp16s * pSrc, int nSrcStep,
3612  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3613 
3626 NppStatus
3627 nppiAdd_16s_C3RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
3628  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3629 
3640 NppStatus
3641 nppiAdd_16s_C3IRSfs(const Npp16s * pSrc, int nSrcStep,
3642  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3643 
3656 NppStatus
3657 nppiAdd_16s_AC4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
3658  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3659 
3670 NppStatus
3671 nppiAdd_16s_AC4IRSfs(const Npp16s * pSrc, int nSrcStep,
3672  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3673 
3686 NppStatus
3687 nppiAdd_16s_C4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
3688  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3689 
3700 NppStatus
3701 nppiAdd_16s_C4IRSfs(const Npp16s * pSrc, int nSrcStep,
3702  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3703 
3716 NppStatus
3717 nppiAdd_16sc_C1RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc * pSrc2, int nSrc2Step,
3718  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3719 
3730 NppStatus
3731 nppiAdd_16sc_C1IRSfs(const Npp16sc * pSrc, int nSrcStep,
3732  Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3733 
3746 NppStatus
3747 nppiAdd_16sc_C3RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc * pSrc2, int nSrc2Step,
3748  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3749 
3760 NppStatus
3761 nppiAdd_16sc_C3IRSfs(const Npp16sc * pSrc, int nSrcStep,
3762  Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3763 
3776 NppStatus
3777 nppiAdd_16sc_AC4RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc * pSrc2, int nSrc2Step,
3778  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3779 
3790 NppStatus
3791 nppiAdd_16sc_AC4IRSfs(const Npp16sc * pSrc, int nSrcStep,
3792  Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3793 
3806 NppStatus
3807 nppiAdd_32s_C1RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
3808  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3809 
3823 NppStatus nppiAdd_32s_C1R(const Npp32s * pSrc1, int nSrc1Step,
3824  const Npp32s * pSrc2, int nSrc2Step,
3825  Npp32s * pDst, int nDstStep,
3826  NppiSize oSizeROI);
3827 
3838 NppStatus
3839 nppiAdd_32s_C1IRSfs(const Npp32s * pSrc, int nSrcStep,
3840  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3841 
3854 NppStatus
3855 nppiAdd_32s_C3RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
3856  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3857 
3868 NppStatus
3869 nppiAdd_32s_C3IRSfs(const Npp32s * pSrc, int nSrcStep,
3870  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3871 
3884 NppStatus
3885 nppiAdd_32sc_C1RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc * pSrc2, int nSrc2Step,
3886  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3887 
3898 NppStatus
3899 nppiAdd_32sc_C1IRSfs(const Npp32sc * pSrc, int nSrcStep,
3900  Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3901 
3914 NppStatus
3915 nppiAdd_32sc_C3RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc * pSrc2, int nSrc2Step,
3916  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3917 
3928 NppStatus
3929 nppiAdd_32sc_C3IRSfs(const Npp32sc * pSrc, int nSrcStep,
3930  Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3931 
3944 NppStatus
3945 nppiAdd_32sc_AC4RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc * pSrc2, int nSrc2Step,
3946  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
3947 
3958 NppStatus
3959 nppiAdd_32sc_AC4IRSfs(const Npp32sc * pSrc, int nSrcStep,
3960  Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
3961 
3973 NppStatus
3974 nppiAdd_32f_C1R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
3975  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
3976 
3986 NppStatus
3987 nppiAdd_32f_C1IR(const Npp32f * pSrc, int nSrcStep,
3988  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
3989 
4001 NppStatus
4002 nppiAdd_32f_C3R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
4003  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
4004 
4014 NppStatus
4015 nppiAdd_32f_C3IR(const Npp32f * pSrc, int nSrcStep,
4016  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4017 
4029 NppStatus
4030 nppiAdd_32f_AC4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
4031  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
4032 
4042 NppStatus
4043 nppiAdd_32f_AC4IR(const Npp32f * pSrc, int nSrcStep,
4044  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4045 
4057 NppStatus
4058 nppiAdd_32f_C4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
4059  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
4060 
4070 NppStatus
4071 nppiAdd_32f_C4IR(const Npp32f * pSrc, int nSrcStep,
4072  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4073 
4085 NppStatus
4086 nppiAdd_32fc_C1R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
4087  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
4088 
4098 NppStatus
4099 nppiAdd_32fc_C1IR(const Npp32fc * pSrc, int nSrcStep,
4100  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4101 
4113 NppStatus
4114 nppiAdd_32fc_C3R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
4115  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
4116 
4126 NppStatus
4127 nppiAdd_32fc_C3IR(const Npp32fc * pSrc, int nSrcStep,
4128  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4129 
4141 NppStatus
4142 nppiAdd_32fc_AC4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
4143  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
4144 
4154 NppStatus
4155 nppiAdd_32fc_AC4IR(const Npp32fc * pSrc, int nSrcStep,
4156  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4157 
4169 NppStatus
4170 nppiAdd_32fc_C4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
4171  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
4172 
4182 NppStatus
4183 nppiAdd_32fc_C4IR(const Npp32fc * pSrc, int nSrcStep,
4184  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4185 
4208 NppStatus
4209 nppiAddSquare_8u32f_C1IMR(const Npp8u * pSrc, int nSrcStep, const Npp8u * pMask, int nMaskStep,
4210  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4211 
4221 NppStatus
4222 nppiAddSquare_8u32f_C1IR(const Npp8u * pSrc, int nSrcStep,
4223  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4224 
4236 NppStatus
4237 nppiAddSquare_16u32f_C1IMR(const Npp16u * pSrc, int nSrcStep, const Npp8u * pMask, int nMaskStep,
4238  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4239 
4249 NppStatus
4250 nppiAddSquare_16u32f_C1IR(const Npp16u * pSrc, int nSrcStep,
4251  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4252 
4264 NppStatus
4265 nppiAddSquare_32f_C1IMR(const Npp32f * pSrc, int nSrcStep, const Npp8u * pMask, int nMaskStep,
4266  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4267 
4277 NppStatus
4278 nppiAddSquare_32f_C1IR(const Npp32f * pSrc, int nSrcStep,
4279  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4280 
4304 NppStatus
4305 nppiAddProduct_8u32f_C1IMR(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
4306  const Npp8u * pMask, int nMaskStep, Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4307 
4319 NppStatus
4320 nppiAddProduct_8u32f_C1IR(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
4321  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4322 
4336 NppStatus
4337 nppiAddProduct_16u32f_C1IMR(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
4338  const Npp8u * pMask, int nMaskStep, Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4339 
4351 NppStatus
4352 nppiAddProduct_16u32f_C1IR(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
4353  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4354 
4368 NppStatus
4369 nppiAddProduct_32f_C1IMR(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
4370  const Npp8u * pMask, int nMaskStep, Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4371 
4383 NppStatus
4384 nppiAddProduct_32f_C1IR(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
4385  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
4386 
4409 NppStatus
4410 nppiAddWeighted_8u32f_C1IMR(const Npp8u * pSrc, int nSrcStep, const Npp8u * pMask, int nMaskStep,
4411  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp32f nAlpha);
4412 
4423 NppStatus
4424 nppiAddWeighted_8u32f_C1IR(const Npp8u * pSrc, int nSrcStep,
4425  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp32f nAlpha);
4426 
4439 NppStatus
4440 nppiAddWeighted_16u32f_C1IMR(const Npp16u * pSrc, int nSrcStep, const Npp8u * pMask, int nMaskStep,
4441  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp32f nAlpha);
4442 
4453 NppStatus
4454 nppiAddWeighted_16u32f_C1IR(const Npp16u * pSrc, int nSrcStep,
4455  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp32f nAlpha);
4456 
4469 NppStatus
4470 nppiAddWeighted_32f_C1IMR(const Npp32f * pSrc, int nSrcStep, const Npp8u * pMask, int nMaskStep,
4471  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp32f nAlpha);
4472 
4483 NppStatus
4484 nppiAddWeighted_32f_C1IR(const Npp32f * pSrc, int nSrcStep,
4485  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp32f nAlpha);
4486 
4509 NppStatus
4510 nppiMul_8u_C1RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
4511  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4512 
4523 NppStatus
4524 nppiMul_8u_C1IRSfs(const Npp8u * pSrc, int nSrcStep,
4525  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4526 
4539 NppStatus
4540 nppiMul_8u_C3RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
4541  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4542 
4553 NppStatus
4554 nppiMul_8u_C3IRSfs(const Npp8u * pSrc, int nSrcStep,
4555  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4556 
4569 NppStatus
4570 nppiMul_8u_AC4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
4571  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4572 
4583 NppStatus
4584 nppiMul_8u_AC4IRSfs(const Npp8u * pSrc, int nSrcStep,
4585  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4586 
4599 NppStatus
4600 nppiMul_8u_C4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
4601  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4602 
4613 NppStatus
4614 nppiMul_8u_C4IRSfs(const Npp8u * pSrc, int nSrcStep,
4615  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4616 
4629 NppStatus
4630 nppiMul_16u_C1RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
4631  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4632 
4643 NppStatus
4644 nppiMul_16u_C1IRSfs(const Npp16u * pSrc, int nSrcStep,
4645  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4646 
4659 NppStatus
4660 nppiMul_16u_C3RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
4661  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4662 
4673 NppStatus
4674 nppiMul_16u_C3IRSfs(const Npp16u * pSrc, int nSrcStep,
4675  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4676 
4689 NppStatus
4690 nppiMul_16u_AC4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
4691  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4692 
4703 NppStatus
4704 nppiMul_16u_AC4IRSfs(const Npp16u * pSrc, int nSrcStep,
4705  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4706 
4719 NppStatus
4720 nppiMul_16u_C4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
4721  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4722 
4733 NppStatus
4734 nppiMul_16u_C4IRSfs(const Npp16u * pSrc, int nSrcStep,
4735  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4736 
4749 NppStatus
4750 nppiMul_16s_C1RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
4751  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4752 
4763 NppStatus
4764 nppiMul_16s_C1IRSfs(const Npp16s * pSrc, int nSrcStep,
4765  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4766 
4779 NppStatus
4780 nppiMul_16s_C3RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
4781  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4782 
4793 NppStatus
4794 nppiMul_16s_C3IRSfs(const Npp16s * pSrc, int nSrcStep,
4795  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4796 
4809 NppStatus
4810 nppiMul_16s_AC4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
4811  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4812 
4823 NppStatus
4824 nppiMul_16s_AC4IRSfs(const Npp16s * pSrc, int nSrcStep,
4825  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4826 
4839 NppStatus
4840 nppiMul_16s_C4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
4841  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4842 
4853 NppStatus
4854 nppiMul_16s_C4IRSfs(const Npp16s * pSrc, int nSrcStep,
4855  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4856 
4869 NppStatus
4870 nppiMul_16sc_C1RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc * pSrc2, int nSrc2Step,
4871  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4872 
4883 NppStatus
4884 nppiMul_16sc_C1IRSfs(const Npp16sc * pSrc, int nSrcStep,
4885  Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4886 
4899 NppStatus
4900 nppiMul_16sc_C3RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc * pSrc2, int nSrc2Step,
4901  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4902 
4913 NppStatus
4914 nppiMul_16sc_C3IRSfs(const Npp16sc * pSrc, int nSrcStep,
4915  Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4916 
4929 NppStatus
4930 nppiMul_16sc_AC4RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc * pSrc2, int nSrc2Step,
4931  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4932 
4943 NppStatus
4944 nppiMul_16sc_AC4IRSfs(const Npp16sc * pSrc, int nSrcStep,
4945  Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4946 
4959 NppStatus
4960 nppiMul_32s_C1RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
4961  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
4962 
4976 NppStatus nppiMul_32s_C1R(const Npp32s * pSrc1, int nSrc1Step,
4977  const Npp32s * pSrc2, int nSrc2Step,
4978  Npp32s * pDst, int nDstStep,
4979  NppiSize oSizeROI);
4980 
4991 NppStatus
4992 nppiMul_32s_C1IRSfs(const Npp32s * pSrc, int nSrcStep,
4993  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
4994 
5007 NppStatus
5008 nppiMul_32s_C3RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
5009  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5010 
5021 NppStatus
5022 nppiMul_32s_C3IRSfs(const Npp32s * pSrc, int nSrcStep,
5023  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5024 
5037 NppStatus
5038 nppiMul_32sc_C1RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc * pSrc2, int nSrc2Step,
5039  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5040 
5051 NppStatus
5052 nppiMul_32sc_C1IRSfs(const Npp32sc * pSrc, int nSrcStep,
5053  Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5054 
5067 NppStatus
5068 nppiMul_32sc_C3RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc * pSrc2, int nSrc2Step,
5069  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5070 
5081 NppStatus
5082 nppiMul_32sc_C3IRSfs(const Npp32sc * pSrc, int nSrcStep,
5083  Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5084 
5097 NppStatus
5098 nppiMul_32sc_AC4RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc * pSrc2, int nSrc2Step,
5099  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5100 
5111 NppStatus
5112 nppiMul_32sc_AC4IRSfs(const Npp32sc * pSrc, int nSrcStep,
5113  Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5114 
5126 NppStatus
5127 nppiMul_32f_C1R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
5128  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
5129 
5139 NppStatus
5140 nppiMul_32f_C1IR(const Npp32f * pSrc, int nSrcStep,
5141  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5142 
5154 NppStatus
5155 nppiMul_32f_C3R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
5156  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
5157 
5167 NppStatus
5168 nppiMul_32f_C3IR(const Npp32f * pSrc, int nSrcStep,
5169  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5170 
5182 NppStatus
5183 nppiMul_32f_AC4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
5184  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
5185 
5195 NppStatus
5196 nppiMul_32f_AC4IR(const Npp32f * pSrc, int nSrcStep,
5197  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5198 
5210 NppStatus
5211 nppiMul_32f_C4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
5212  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
5213 
5223 NppStatus
5224 nppiMul_32f_C4IR(const Npp32f * pSrc, int nSrcStep,
5225  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5226 
5238 NppStatus
5239 nppiMul_32fc_C1R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
5240  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
5241 
5251 NppStatus
5252 nppiMul_32fc_C1IR(const Npp32fc * pSrc, int nSrcStep,
5253  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5254 
5266 NppStatus
5267 nppiMul_32fc_C3R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
5268  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
5269 
5279 NppStatus
5280 nppiMul_32fc_C3IR(const Npp32fc * pSrc, int nSrcStep,
5281  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5282 
5294 NppStatus
5295 nppiMul_32fc_AC4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
5296  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
5297 
5307 NppStatus
5308 nppiMul_32fc_AC4IR(const Npp32fc * pSrc, int nSrcStep,
5309  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5310 
5322 NppStatus
5323 nppiMul_32fc_C4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
5324  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
5325 
5335 NppStatus
5336 nppiMul_32fc_C4IR(const Npp32fc * pSrc, int nSrcStep,
5337  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5338 
5361 NppStatus
5362 nppiMulScale_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
5363  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
5364 
5374 NppStatus
5375 nppiMulScale_8u_C1IR(const Npp8u * pSrc, int nSrcStep,
5376  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5377 
5389 NppStatus
5390 nppiMulScale_8u_C3R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
5391  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
5392 
5402 NppStatus
5403 nppiMulScale_8u_C3IR(const Npp8u * pSrc, int nSrcStep,
5404  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5405 
5417 NppStatus
5418 nppiMulScale_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
5419  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
5420 
5430 NppStatus
5431 nppiMulScale_8u_AC4IR(const Npp8u * pSrc, int nSrcStep,
5432  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5433 
5445 NppStatus
5446 nppiMulScale_8u_C4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
5447  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
5448 
5458 NppStatus
5459 nppiMulScale_8u_C4IR(const Npp8u * pSrc, int nSrcStep,
5460  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5461 
5473 NppStatus
5474 nppiMulScale_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
5475  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
5476 
5486 NppStatus
5487 nppiMulScale_16u_C1IR(const Npp16u * pSrc, int nSrcStep,
5488  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5489 
5501 NppStatus
5502 nppiMulScale_16u_C3R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
5503  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
5504 
5514 NppStatus
5515 nppiMulScale_16u_C3IR(const Npp16u * pSrc, int nSrcStep,
5516  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5517 
5529 NppStatus
5530 nppiMulScale_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
5531  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
5532 
5542 NppStatus
5543 nppiMulScale_16u_AC4IR(const Npp16u * pSrc, int nSrcStep,
5544  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5545 
5557 NppStatus
5558 nppiMulScale_16u_C4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
5559  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
5560 
5570 NppStatus
5571 nppiMulScale_16u_C4IR(const Npp16u * pSrc, int nSrcStep,
5572  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
5573 
5596 NppStatus
5597 nppiSub_8u_C1RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
5598  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5599 
5610 NppStatus
5611 nppiSub_8u_C1IRSfs(const Npp8u * pSrc, int nSrcStep,
5612  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5613 
5626 NppStatus
5627 nppiSub_8u_C3RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
5628  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5629 
5640 NppStatus
5641 nppiSub_8u_C3IRSfs(const Npp8u * pSrc, int nSrcStep,
5642  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5643 
5656 NppStatus
5657 nppiSub_8u_AC4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
5658  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5659 
5670 NppStatus
5671 nppiSub_8u_AC4IRSfs(const Npp8u * pSrc, int nSrcStep,
5672  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5673 
5686 NppStatus
5687 nppiSub_8u_C4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
5688  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5689 
5700 NppStatus
5701 nppiSub_8u_C4IRSfs(const Npp8u * pSrc, int nSrcStep,
5702  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5703 
5716 NppStatus
5717 nppiSub_16u_C1RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
5718  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5719 
5730 NppStatus
5731 nppiSub_16u_C1IRSfs(const Npp16u * pSrc, int nSrcStep,
5732  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5733 
5746 NppStatus
5747 nppiSub_16u_C3RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
5748  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5749 
5760 NppStatus
5761 nppiSub_16u_C3IRSfs(const Npp16u * pSrc, int nSrcStep,
5762  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5763 
5776 NppStatus
5777 nppiSub_16u_AC4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
5778  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5779 
5790 NppStatus
5791 nppiSub_16u_AC4IRSfs(const Npp16u * pSrc, int nSrcStep,
5792  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5793 
5806 NppStatus
5807 nppiSub_16u_C4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
5808  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5809 
5820 NppStatus
5821 nppiSub_16u_C4IRSfs(const Npp16u * pSrc, int nSrcStep,
5822  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5823 
5836 NppStatus
5837 nppiSub_16s_C1RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
5838  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5839 
5850 NppStatus
5851 nppiSub_16s_C1IRSfs(const Npp16s * pSrc, int nSrcStep,
5852  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5853 
5866 NppStatus
5867 nppiSub_16s_C3RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
5868  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5869 
5880 NppStatus
5881 nppiSub_16s_C3IRSfs(const Npp16s * pSrc, int nSrcStep,
5882  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5883 
5896 NppStatus
5897 nppiSub_16s_AC4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
5898  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5899 
5910 NppStatus
5911 nppiSub_16s_AC4IRSfs(const Npp16s * pSrc, int nSrcStep,
5912  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5913 
5926 NppStatus
5927 nppiSub_16s_C4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
5928  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5929 
5940 NppStatus
5941 nppiSub_16s_C4IRSfs(const Npp16s * pSrc, int nSrcStep,
5942  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5943 
5956 NppStatus
5957 nppiSub_16sc_C1RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc * pSrc2, int nSrc2Step,
5958  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5959 
5970 NppStatus
5971 nppiSub_16sc_C1IRSfs(const Npp16sc * pSrc, int nSrcStep,
5972  Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
5973 
5986 NppStatus
5987 nppiSub_16sc_C3RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc * pSrc2, int nSrc2Step,
5988  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
5989 
6000 NppStatus
6001 nppiSub_16sc_C3IRSfs(const Npp16sc * pSrc, int nSrcStep,
6002  Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6003 
6016 NppStatus
6017 nppiSub_16sc_AC4RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc * pSrc2, int nSrc2Step,
6018  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6019 
6030 NppStatus
6031 nppiSub_16sc_AC4IRSfs(const Npp16sc * pSrc, int nSrcStep,
6032  Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6033 
6046 NppStatus
6047 nppiSub_32s_C1RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
6048  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6049 
6063 NppStatus nppiSub_32s_C1R(const Npp32s * pSrc1, int nSrc1Step,
6064  const Npp32s * pSrc2, int nSrc2Step,
6065  Npp32s * pDst, int nDstStep,
6066  NppiSize oSizeROI);
6067 
6078 NppStatus
6079 nppiSub_32s_C1IRSfs(const Npp32s * pSrc, int nSrcStep,
6080  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6081 
6094 NppStatus
6095 nppiSub_32s_C3RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
6096  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6097 
6108 NppStatus
6109 nppiSub_32s_C3IRSfs(const Npp32s * pSrc, int nSrcStep,
6110  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6111 
6124 NppStatus
6125 nppiSub_32s_C4RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
6126  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6127 
6138 NppStatus
6139 nppiSub_32s_C4IRSfs(const Npp32s * pSrc, int nSrcStep,
6140  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6141 
6154 NppStatus
6155 nppiSub_32sc_C1RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc * pSrc2, int nSrc2Step,
6156  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6157 
6168 NppStatus
6169 nppiSub_32sc_C1IRSfs(const Npp32sc * pSrc, int nSrcStep,
6170  Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6171 
6184 NppStatus
6185 nppiSub_32sc_C3RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc * pSrc2, int nSrc2Step,
6186  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6187 
6198 NppStatus
6199 nppiSub_32sc_C3IRSfs(const Npp32sc * pSrc, int nSrcStep,
6200  Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6201 
6214 NppStatus
6215 nppiSub_32sc_AC4RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc * pSrc2, int nSrc2Step,
6216  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6217 
6228 NppStatus
6229 nppiSub_32sc_AC4IRSfs(const Npp32sc * pSrc, int nSrcStep,
6230  Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6231 
6243 NppStatus
6244 nppiSub_32f_C1R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
6245  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
6246 
6256 NppStatus
6257 nppiSub_32f_C1IR(const Npp32f * pSrc, int nSrcStep,
6258  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
6259 
6271 NppStatus
6272 nppiSub_32f_C3R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
6273  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
6274 
6284 NppStatus
6285 nppiSub_32f_C3IR(const Npp32f * pSrc, int nSrcStep,
6286  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
6287 
6299 NppStatus
6300 nppiSub_32f_AC4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
6301  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
6302 
6312 NppStatus
6313 nppiSub_32f_AC4IR(const Npp32f * pSrc, int nSrcStep,
6314  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
6315 
6327 NppStatus
6328 nppiSub_32f_C4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
6329  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
6330 
6340 NppStatus
6341 nppiSub_32f_C4IR(const Npp32f * pSrc, int nSrcStep,
6342  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
6343 
6355 NppStatus
6356 nppiSub_32fc_C1R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
6357  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
6358 
6368 NppStatus
6369 nppiSub_32fc_C1IR(const Npp32fc * pSrc, int nSrcStep,
6370  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
6371 
6383 NppStatus
6384 nppiSub_32fc_C3R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
6385  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
6386 
6396 NppStatus
6397 nppiSub_32fc_C3IR(const Npp32fc * pSrc, int nSrcStep,
6398  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
6399 
6411 NppStatus
6412 nppiSub_32fc_AC4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
6413  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
6414 
6424 NppStatus
6425 nppiSub_32fc_AC4IR(const Npp32fc * pSrc, int nSrcStep,
6426  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
6427 
6439 NppStatus
6440 nppiSub_32fc_C4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
6441  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
6442 
6452 NppStatus
6453 nppiSub_32fc_C4IR(const Npp32fc * pSrc, int nSrcStep,
6454  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
6455 
6478 NppStatus
6479 nppiDiv_8u_C1RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
6480  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6481 
6492 NppStatus
6493 nppiDiv_8u_C1IRSfs(const Npp8u * pSrc, int nSrcStep,
6494  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6495 
6508 NppStatus
6509 nppiDiv_8u_C3RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
6510  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6511 
6522 NppStatus
6523 nppiDiv_8u_C3IRSfs(const Npp8u * pSrc, int nSrcStep,
6524  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6525 
6538 NppStatus
6539 nppiDiv_8u_AC4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
6540  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6541 
6552 NppStatus
6553 nppiDiv_8u_AC4IRSfs(const Npp8u * pSrc, int nSrcStep,
6554  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6555 
6568 NppStatus
6569 nppiDiv_8u_C4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
6570  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6571 
6582 NppStatus
6583 nppiDiv_8u_C4IRSfs(const Npp8u * pSrc, int nSrcStep,
6584  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6585 
6598 NppStatus
6599 nppiDiv_16u_C1RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
6600  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6601 
6612 NppStatus
6613 nppiDiv_16u_C1IRSfs(const Npp16u * pSrc, int nSrcStep,
6614  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6615 
6628 NppStatus
6629 nppiDiv_16u_C3RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
6630  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6631 
6642 NppStatus
6643 nppiDiv_16u_C3IRSfs(const Npp16u * pSrc, int nSrcStep,
6644  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6645 
6658 NppStatus
6659 nppiDiv_16u_AC4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
6660  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6661 
6672 NppStatus
6673 nppiDiv_16u_AC4IRSfs(const Npp16u * pSrc, int nSrcStep,
6674  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6675 
6688 NppStatus
6689 nppiDiv_16u_C4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
6690  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6691 
6702 NppStatus
6703 nppiDiv_16u_C4IRSfs(const Npp16u * pSrc, int nSrcStep,
6704  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6705 
6718 NppStatus
6719 nppiDiv_16s_C1RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
6720  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6721 
6732 NppStatus
6733 nppiDiv_16s_C1IRSfs(const Npp16s * pSrc, int nSrcStep,
6734  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6735 
6748 NppStatus
6749 nppiDiv_16s_C3RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
6750  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6751 
6762 NppStatus
6763 nppiDiv_16s_C3IRSfs(const Npp16s * pSrc, int nSrcStep,
6764  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6765 
6778 NppStatus
6779 nppiDiv_16s_AC4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
6780  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6781 
6792 NppStatus
6793 nppiDiv_16s_AC4IRSfs(const Npp16s * pSrc, int nSrcStep,
6794  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6795 
6808 NppStatus
6809 nppiDiv_16s_C4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
6810  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6811 
6822 NppStatus
6823 nppiDiv_16s_C4IRSfs(const Npp16s * pSrc, int nSrcStep,
6824  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6825 
6838 NppStatus
6839 nppiDiv_16sc_C1RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc * pSrc2, int nSrc2Step,
6840  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6841 
6852 NppStatus
6853 nppiDiv_16sc_C1IRSfs(const Npp16sc * pSrc, int nSrcStep,
6854  Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6855 
6868 NppStatus
6869 nppiDiv_16sc_C3RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc * pSrc2, int nSrc2Step,
6870  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6871 
6882 NppStatus
6883 nppiDiv_16sc_C3IRSfs(const Npp16sc * pSrc, int nSrcStep,
6884  Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6885 
6898 NppStatus
6899 nppiDiv_16sc_AC4RSfs(const Npp16sc * pSrc1, int nSrc1Step, const Npp16sc * pSrc2, int nSrc2Step,
6900  Npp16sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6901 
6912 NppStatus
6913 nppiDiv_16sc_AC4IRSfs(const Npp16sc * pSrc, int nSrcStep,
6914  Npp16sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6915 
6928 NppStatus
6929 nppiDiv_32s_C1RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
6930  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6931 
6945 NppStatus nppiDiv_32s_C1R(const Npp32s * pSrc1, int nSrc1Step,
6946  const Npp32s * pSrc2, int nSrc2Step,
6947  Npp32s * pDst, int nDstStep,
6948  NppiSize oSizeROI);
6949 
6960 NppStatus
6961 nppiDiv_32s_C1IRSfs(const Npp32s * pSrc, int nSrcStep,
6962  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6963 
6976 NppStatus
6977 nppiDiv_32s_C3RSfs(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
6978  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
6979 
6990 NppStatus
6991 nppiDiv_32s_C3IRSfs(const Npp32s * pSrc, int nSrcStep,
6992  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
6993 
7006 NppStatus
7007 nppiDiv_32sc_C1RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc * pSrc2, int nSrc2Step,
7008  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
7009 
7020 NppStatus
7021 nppiDiv_32sc_C1IRSfs(const Npp32sc * pSrc, int nSrcStep,
7022  Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
7023 
7036 NppStatus
7037 nppiDiv_32sc_C3RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc * pSrc2, int nSrc2Step,
7038  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
7039 
7050 NppStatus
7051 nppiDiv_32sc_C3IRSfs(const Npp32sc * pSrc, int nSrcStep,
7052  Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
7053 
7066 NppStatus
7067 nppiDiv_32sc_AC4RSfs(const Npp32sc * pSrc1, int nSrc1Step, const Npp32sc * pSrc2, int nSrc2Step,
7068  Npp32sc * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
7069 
7080 NppStatus
7081 nppiDiv_32sc_AC4IRSfs(const Npp32sc * pSrc, int nSrcStep,
7082  Npp32sc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
7083 
7095 NppStatus
7096 nppiDiv_32f_C1R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
7097  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
7098 
7108 NppStatus
7109 nppiDiv_32f_C1IR(const Npp32f * pSrc, int nSrcStep,
7110  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7111 
7123 NppStatus
7124 nppiDiv_32f_C3R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
7125  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
7126 
7136 NppStatus
7137 nppiDiv_32f_C3IR(const Npp32f * pSrc, int nSrcStep,
7138  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7139 
7151 NppStatus
7152 nppiDiv_32f_AC4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
7153  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
7154 
7164 NppStatus
7165 nppiDiv_32f_AC4IR(const Npp32f * pSrc, int nSrcStep,
7166  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7167 
7179 NppStatus
7180 nppiDiv_32f_C4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
7181  Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
7182 
7192 NppStatus
7193 nppiDiv_32f_C4IR(const Npp32f * pSrc, int nSrcStep,
7194  Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7195 
7207 NppStatus
7208 nppiDiv_32fc_C1R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
7209  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
7210 
7220 NppStatus
7221 nppiDiv_32fc_C1IR(const Npp32fc * pSrc, int nSrcStep,
7222  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7223 
7235 NppStatus
7236 nppiDiv_32fc_C3R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
7237  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
7238 
7248 NppStatus
7249 nppiDiv_32fc_C3IR(const Npp32fc * pSrc, int nSrcStep,
7250  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7251 
7263 NppStatus
7264 nppiDiv_32fc_AC4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
7265  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
7266 
7276 NppStatus
7277 nppiDiv_32fc_AC4IR(const Npp32fc * pSrc, int nSrcStep,
7278  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7279 
7291 NppStatus
7292 nppiDiv_32fc_C4R(const Npp32fc * pSrc1, int nSrc1Step, const Npp32fc * pSrc2, int nSrc2Step,
7293  Npp32fc * pDst, int nDstStep, NppiSize oSizeROI);
7294 
7304 NppStatus
7305 nppiDiv_32fc_C4IR(const Npp32fc * pSrc, int nSrcStep,
7306  Npp32fc * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7307 
7331 NppStatus
7332 nppiDiv_Round_8u_C1RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
7333  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7334 
7346 NppStatus
7347 nppiDiv_Round_8u_C1IRSfs(const Npp8u * pSrc, int nSrcStep,
7348  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7349 
7363 NppStatus
7364 nppiDiv_Round_8u_C3RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
7365  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7366 
7378 NppStatus
7379 nppiDiv_Round_8u_C3IRSfs(const Npp8u * pSrc, int nSrcStep,
7380  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7381 
7395 NppStatus
7396 nppiDiv_Round_8u_AC4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
7397  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7398 
7410 NppStatus
7411 nppiDiv_Round_8u_AC4IRSfs(const Npp8u * pSrc, int nSrcStep,
7412  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7413 
7427 NppStatus
7428 nppiDiv_Round_8u_C4RSfs(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
7429  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7430 
7442 NppStatus
7443 nppiDiv_Round_8u_C4IRSfs(const Npp8u * pSrc, int nSrcStep,
7444  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7445 
7459 NppStatus
7460 nppiDiv_Round_16u_C1RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
7461  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7462 
7474 NppStatus
7475 nppiDiv_Round_16u_C1IRSfs(const Npp16u * pSrc, int nSrcStep,
7476  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7477 
7491 NppStatus
7492 nppiDiv_Round_16u_C3RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
7493  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7494 
7506 NppStatus
7507 nppiDiv_Round_16u_C3IRSfs(const Npp16u * pSrc, int nSrcStep,
7508  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7509 
7523 NppStatus
7524 nppiDiv_Round_16u_AC4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
7525  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7526 
7538 NppStatus
7539 nppiDiv_Round_16u_AC4IRSfs(const Npp16u * pSrc, int nSrcStep,
7540  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7541 
7555 NppStatus
7556 nppiDiv_Round_16u_C4RSfs(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
7557  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7558 
7570 NppStatus
7571 nppiDiv_Round_16u_C4IRSfs(const Npp16u * pSrc, int nSrcStep,
7572  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7573 
7587 NppStatus
7588 nppiDiv_Round_16s_C1RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
7589  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7590 
7602 NppStatus
7603 nppiDiv_Round_16s_C1IRSfs(const Npp16s * pSrc, int nSrcStep,
7604  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7605 
7619 NppStatus
7620 nppiDiv_Round_16s_C3RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
7621  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7622 
7634 NppStatus
7635 nppiDiv_Round_16s_C3IRSfs(const Npp16s * pSrc, int nSrcStep,
7636  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7637 
7651 NppStatus
7652 nppiDiv_Round_16s_AC4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
7653  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7654 
7666 NppStatus
7667 nppiDiv_Round_16s_AC4IRSfs(const Npp16s * pSrc, int nSrcStep,
7668  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7669 
7683 NppStatus
7684 nppiDiv_Round_16s_C4RSfs(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
7685  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7686 
7698 NppStatus
7699 nppiDiv_Round_16s_C4IRSfs(const Npp16s * pSrc, int nSrcStep,
7700  Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor);
7701 
7721 NppStatus
7722 nppiAbs_16s_C1R(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI);
7723 
7731 NppStatus
7732 nppiAbs_16s_C1IR(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7733 
7743 NppStatus
7744 nppiAbs_16s_C3R(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI);
7745 
7753 NppStatus
7754 nppiAbs_16s_C3IR(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7755 
7765 NppStatus
7766 nppiAbs_16s_AC4R(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI);
7767 
7775 NppStatus
7776 nppiAbs_16s_AC4IR(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7777 
7787 NppStatus
7788 nppiAbs_16s_C4R(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI);
7789 
7797 NppStatus
7798 nppiAbs_16s_C4IR(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7799 
7809 NppStatus
7810 nppiAbs_32f_C1R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
7811 
7819 NppStatus
7820 nppiAbs_32f_C1IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7821 
7831 NppStatus
7832 nppiAbs_32f_C3R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
7833 
7841 NppStatus
7842 nppiAbs_32f_C3IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7843 
7853 NppStatus
7854 nppiAbs_32f_AC4R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
7855 
7863 NppStatus
7864 nppiAbs_32f_AC4IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7865 
7875 NppStatus
7876 nppiAbs_32f_C4R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
7877 
7885 NppStatus
7886 nppiAbs_32f_C4IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
7887 
7909 NppStatus
7910 nppiAbsDiff_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step, Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
7911 
7923 NppStatus
7924 nppiAbsDiff_8u_C3R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step, Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
7925 
7937 NppStatus
7938 nppiAbsDiff_8u_C4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step, Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
7939 
7951 NppStatus
7952 nppiAbsDiff_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step, Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
7953 
7965 NppStatus
7966 nppiAbsDiff_32f_C1R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
7967 
7988 NppStatus
7989 nppiSqr_8u_C1RSfs(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
7990 
7999 NppStatus
8000 nppiSqr_8u_C1IRSfs(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8001 
8012 NppStatus
8013 nppiSqr_8u_C3RSfs(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8014 
8023 NppStatus
8024 nppiSqr_8u_C3IRSfs(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8025 
8036 NppStatus
8037 nppiSqr_8u_AC4RSfs(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8038 
8047 NppStatus
8048 nppiSqr_8u_AC4IRSfs(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8049 
8060 NppStatus
8061 nppiSqr_8u_C4RSfs(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8062 
8071 NppStatus
8072 nppiSqr_8u_C4IRSfs(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8073 
8084 NppStatus
8085 nppiSqr_16u_C1RSfs(const Npp16u * pSrc, int nSrcStep, Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8086 
8095 NppStatus
8096 nppiSqr_16u_C1IRSfs(Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8097 
8108 NppStatus
8109 nppiSqr_16u_C3RSfs(const Npp16u * pSrc, int nSrcStep, Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8110 
8119 NppStatus
8120 nppiSqr_16u_C3IRSfs(Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8121 
8132 NppStatus
8133 nppiSqr_16u_AC4RSfs(const Npp16u * pSrc, int nSrcStep, Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8134 
8143 NppStatus
8144 nppiSqr_16u_AC4IRSfs(Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8145 
8156 NppStatus
8157 nppiSqr_16u_C4RSfs(const Npp16u * pSrc, int nSrcStep, Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8158 
8167 NppStatus
8168 nppiSqr_16u_C4IRSfs(Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8169 
8180 NppStatus
8181 nppiSqr_16s_C1RSfs(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8182 
8191 NppStatus
8192 nppiSqr_16s_C1IRSfs(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8193 
8204 NppStatus
8205 nppiSqr_16s_C3RSfs(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8206 
8215 NppStatus
8216 nppiSqr_16s_C3IRSfs(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8217 
8228 NppStatus
8229 nppiSqr_16s_AC4RSfs(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8230 
8239 NppStatus
8240 nppiSqr_16s_AC4IRSfs(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8241 
8252 NppStatus
8253 nppiSqr_16s_C4RSfs(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8254 
8263 NppStatus
8264 nppiSqr_16s_C4IRSfs(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8265 
8275 NppStatus
8276 nppiSqr_32f_C1R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
8277 
8285 NppStatus
8286 nppiSqr_32f_C1IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
8287 
8297 NppStatus
8298 nppiSqr_32f_C3R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
8299 
8307 NppStatus
8308 nppiSqr_32f_C3IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
8309 
8319 NppStatus
8320 nppiSqr_32f_AC4R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
8321 
8329 NppStatus
8330 nppiSqr_32f_AC4IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
8331 
8341 NppStatus
8342 nppiSqr_32f_C4R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
8343 
8351 NppStatus
8352 nppiSqr_32f_C4IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
8353 
8373 NppStatus
8374 nppiSqrt_8u_C1RSfs(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8375 
8384 NppStatus
8385 nppiSqrt_8u_C1IRSfs(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8386 
8397 NppStatus
8398 nppiSqrt_8u_C3RSfs(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8399 
8408 NppStatus
8409 nppiSqrt_8u_C3IRSfs(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8410 
8421 NppStatus
8422 nppiSqrt_8u_AC4RSfs(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8423 
8432 NppStatus
8433 nppiSqrt_8u_AC4IRSfs(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8434 
8445 NppStatus
8446 nppiSqrt_16u_C1RSfs(const Npp16u * pSrc, int nSrcStep, Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8447 
8456 NppStatus
8457 nppiSqrt_16u_C1IRSfs(Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8458 
8469 NppStatus
8470 nppiSqrt_16u_C3RSfs(const Npp16u * pSrc, int nSrcStep, Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8471 
8480 NppStatus
8481 nppiSqrt_16u_C3IRSfs(Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8482 
8493 NppStatus
8494 nppiSqrt_16u_AC4RSfs(const Npp16u * pSrc, int nSrcStep, Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8495 
8504 NppStatus
8505 nppiSqrt_16u_AC4IRSfs(Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8506 
8517 NppStatus
8518 nppiSqrt_16s_C1RSfs(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8519 
8528 NppStatus
8529 nppiSqrt_16s_C1IRSfs(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8530 
8541 NppStatus
8542 nppiSqrt_16s_C3RSfs(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8543 
8552 NppStatus
8553 nppiSqrt_16s_C3IRSfs(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8554 
8565 NppStatus
8566 nppiSqrt_16s_AC4RSfs(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8567 
8576 NppStatus
8577 nppiSqrt_16s_AC4IRSfs(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8578 
8588 NppStatus
8589 nppiSqrt_32f_C1R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
8590 
8598 NppStatus
8599 nppiSqrt_32f_C1IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
8600 
8610 NppStatus
8611 nppiSqrt_32f_C3R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
8612 
8620 NppStatus
8621 nppiSqrt_32f_C3IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
8622 
8632 NppStatus
8633 nppiSqrt_32f_AC4R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
8634 
8642 NppStatus
8643 nppiSqrt_32f_AC4IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
8644 
8654 NppStatus
8655 nppiSqrt_32f_C4R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
8656 
8664 NppStatus
8665 nppiSqrt_32f_C4IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
8666 
8686 NppStatus
8687 nppiLn_8u_C1RSfs(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8688 
8697 NppStatus
8698 nppiLn_8u_C1IRSfs(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8699 
8710 NppStatus
8711 nppiLn_8u_C3RSfs(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8712 
8721 NppStatus
8722 nppiLn_8u_C3IRSfs(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8723 
8734 NppStatus
8735 nppiLn_16u_C1RSfs(const Npp16u * pSrc, int nSrcStep, Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8736 
8745 NppStatus
8746 nppiLn_16u_C1IRSfs(Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8747 
8758 NppStatus
8759 nppiLn_16u_C3RSfs(const Npp16u * pSrc, int nSrcStep, Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8760 
8769 NppStatus
8770 nppiLn_16u_C3IRSfs(Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8771 
8782 NppStatus
8783 nppiLn_16s_C1RSfs(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8784 
8793 NppStatus
8794 nppiLn_16s_C1IRSfs(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8795 
8806 NppStatus
8807 nppiLn_16s_C3RSfs(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8808 
8817 NppStatus
8818 nppiLn_16s_C3IRSfs(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8819 
8829 NppStatus
8830 nppiLn_32f_C1R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
8831 
8839 NppStatus
8840 nppiLn_32f_C1IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
8841 
8851 NppStatus
8852 nppiLn_32f_C3R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
8853 
8861 NppStatus
8862 nppiLn_32f_C3IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
8863 
8884 NppStatus
8885 nppiExp_8u_C1RSfs(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8886 
8895 NppStatus
8896 nppiExp_8u_C1IRSfs(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8897 
8908 NppStatus
8909 nppiExp_8u_C3RSfs(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8910 
8919 NppStatus
8920 nppiExp_8u_C3IRSfs(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8921 
8932 NppStatus
8933 nppiExp_16u_C1RSfs(const Npp16u * pSrc, int nSrcStep, Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8934 
8943 NppStatus
8944 nppiExp_16u_C1IRSfs(Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8945 
8956 NppStatus
8957 nppiExp_16u_C3RSfs(const Npp16u * pSrc, int nSrcStep, Npp16u * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8958 
8967 NppStatus
8968 nppiExp_16u_C3IRSfs(Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8969 
8980 NppStatus
8981 nppiExp_16s_C1RSfs(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
8982 
8991 NppStatus
8992 nppiExp_16s_C1IRSfs(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
8993 
9004 NppStatus
9005 nppiExp_16s_C3RSfs(const Npp16s * pSrc, int nSrcStep, Npp16s * pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor);
9006 
9015 NppStatus
9016 nppiExp_16s_C3IRSfs(Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor);
9017 
9027 NppStatus
9028 nppiExp_32f_C1R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
9029 
9037 NppStatus
9038 nppiExp_32f_C1IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9039 
9049 NppStatus
9050 nppiExp_32f_C3R(const Npp32f * pSrc, int nSrcStep, Npp32f * pDst, int nDstStep, NppiSize oSizeROI);
9051 
9059 NppStatus
9060 nppiExp_32f_C3IR(Npp32f * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9061 
9089 NppStatus
9090 nppiAndC_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u nConstant,
9091  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
9092 
9101 NppStatus
9102 nppiAndC_8u_C1IR(const Npp8u nConstant, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9103 
9114 NppStatus
9115 nppiAndC_8u_C3R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
9116  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
9117 
9126 NppStatus
9127 nppiAndC_8u_C3IR(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9128 
9139 NppStatus
9140 nppiAndC_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
9141  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
9142 
9151 NppStatus
9152 nppiAndC_8u_AC4IR(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9153 
9164 NppStatus
9165 nppiAndC_8u_C4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[4],
9166  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
9167 
9176 NppStatus
9177 nppiAndC_8u_C4IR(const Npp8u aConstants[4], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9178 
9189 NppStatus
9190 nppiAndC_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u nConstant,
9191  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
9192 
9201 NppStatus
9202 nppiAndC_16u_C1IR(const Npp16u nConstant, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9203 
9214 NppStatus
9215 nppiAndC_16u_C3R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
9216  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
9217 
9226 NppStatus
9227 nppiAndC_16u_C3IR(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9228 
9239 NppStatus
9240 nppiAndC_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
9241  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
9242 
9251 NppStatus
9252 nppiAndC_16u_AC4IR(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9253 
9264 NppStatus
9265 nppiAndC_16u_C4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[4],
9266  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
9267 
9276 NppStatus
9277 nppiAndC_16u_C4IR(const Npp16u aConstants[4], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9278 
9289 NppStatus
9290 nppiAndC_32s_C1R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s nConstant,
9291  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
9292 
9301 NppStatus
9302 nppiAndC_32s_C1IR(const Npp32s nConstant, Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9303 
9314 NppStatus
9315 nppiAndC_32s_C3R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s aConstants[3],
9316  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
9317 
9326 NppStatus
9327 nppiAndC_32s_C3IR(const Npp32s aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9328 
9339 NppStatus
9340 nppiAndC_32s_AC4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s aConstants[3],
9341  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
9342 
9351 NppStatus
9352 nppiAndC_32s_AC4IR(const Npp32s aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9353 
9364 NppStatus
9365 nppiAndC_32s_C4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s aConstants[4],
9366  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
9367 
9376 NppStatus
9377 nppiAndC_32s_C4IR(const Npp32s aConstants[4], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9378 
9400 NppStatus
9401 nppiOrC_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u nConstant,
9402  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
9403 
9412 NppStatus
9413 nppiOrC_8u_C1IR(const Npp8u nConstant, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9414 
9425 NppStatus
9426 nppiOrC_8u_C3R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
9427  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
9428 
9437 NppStatus
9438 nppiOrC_8u_C3IR(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9439 
9450 NppStatus
9451 nppiOrC_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
9452  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
9453 
9462 NppStatus
9463 nppiOrC_8u_AC4IR(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9464 
9475 NppStatus
9476 nppiOrC_8u_C4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[4],
9477  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
9478 
9487 NppStatus
9488 nppiOrC_8u_C4IR(const Npp8u aConstants[4], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9489 
9500 NppStatus
9501 nppiOrC_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u nConstant,
9502  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
9503 
9512 NppStatus
9513 nppiOrC_16u_C1IR(const Npp16u nConstant, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9514 
9525 NppStatus
9526 nppiOrC_16u_C3R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
9527  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
9528 
9537 NppStatus
9538 nppiOrC_16u_C3IR(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9539 
9550 NppStatus
9551 nppiOrC_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
9552  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
9553 
9562 NppStatus
9563 nppiOrC_16u_AC4IR(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9564 
9575 NppStatus
9576 nppiOrC_16u_C4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[4],
9577  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
9578 
9587 NppStatus
9588 nppiOrC_16u_C4IR(const Npp16u aConstants[4], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9589 
9600 NppStatus
9601 nppiOrC_32s_C1R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s nConstant,
9602  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
9603 
9612 NppStatus
9613 nppiOrC_32s_C1IR(const Npp32s nConstant, Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9614 
9625 NppStatus
9626 nppiOrC_32s_C3R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s aConstants[3],
9627  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
9628 
9637 NppStatus
9638 nppiOrC_32s_C3IR(const Npp32s aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9639 
9650 NppStatus
9651 nppiOrC_32s_AC4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s aConstants[3],
9652  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
9653 
9662 NppStatus
9663 nppiOrC_32s_AC4IR(const Npp32s aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9664 
9675 NppStatus
9676 nppiOrC_32s_C4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s aConstants[4],
9677  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
9678 
9687 NppStatus
9688 nppiOrC_32s_C4IR(const Npp32s aConstants[4], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9689 
9710 NppStatus
9711 nppiXorC_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u nConstant,
9712  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
9713 
9722 NppStatus
9723 nppiXorC_8u_C1IR(const Npp8u nConstant, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9724 
9735 NppStatus
9736 nppiXorC_8u_C3R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
9737  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
9738 
9747 NppStatus
9748 nppiXorC_8u_C3IR(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9749 
9760 NppStatus
9761 nppiXorC_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[3],
9762  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
9763 
9772 NppStatus
9773 nppiXorC_8u_AC4IR(const Npp8u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9774 
9785 NppStatus
9786 nppiXorC_8u_C4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u aConstants[4],
9787  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
9788 
9797 NppStatus
9798 nppiXorC_8u_C4IR(const Npp8u aConstants[4], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9799 
9810 NppStatus
9811 nppiXorC_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u nConstant,
9812  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
9813 
9822 NppStatus
9823 nppiXorC_16u_C1IR(const Npp16u nConstant, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9824 
9835 NppStatus
9836 nppiXorC_16u_C3R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
9837  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
9838 
9847 NppStatus
9848 nppiXorC_16u_C3IR(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9849 
9860 NppStatus
9861 nppiXorC_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[3],
9862  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
9863 
9872 NppStatus
9873 nppiXorC_16u_AC4IR(const Npp16u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9874 
9885 NppStatus
9886 nppiXorC_16u_C4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u aConstants[4],
9887  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
9888 
9897 NppStatus
9898 nppiXorC_16u_C4IR(const Npp16u aConstants[4], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9899 
9910 NppStatus
9911 nppiXorC_32s_C1R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s nConstant,
9912  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
9913 
9922 NppStatus
9923 nppiXorC_32s_C1IR(const Npp32s nConstant, Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9924 
9935 NppStatus
9936 nppiXorC_32s_C3R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s aConstants[3],
9937  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
9938 
9947 NppStatus
9948 nppiXorC_32s_C3IR(const Npp32s aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9949 
9960 NppStatus
9961 nppiXorC_32s_AC4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s aConstants[3],
9962  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
9963 
9972 NppStatus
9973 nppiXorC_32s_AC4IR(const Npp32s aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9974 
9985 NppStatus
9986 nppiXorC_32s_C4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s aConstants[4],
9987  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
9988 
9997 NppStatus
9998 nppiXorC_32s_C4IR(const Npp32s aConstants[4], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
9999 
10020 NppStatus
10021 nppiRShiftC_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, const Npp32u nConstant,
10022  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
10023 
10032 NppStatus
10033 nppiRShiftC_8u_C1IR(const Npp32u nConstant, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10034 
10045 NppStatus
10046 nppiRShiftC_8u_C3R(const Npp8u * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10047  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
10048 
10057 NppStatus
10058 nppiRShiftC_8u_C3IR(const Npp32u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10059 
10070 NppStatus
10071 nppiRShiftC_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10072  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
10073 
10082 NppStatus
10083 nppiRShiftC_8u_AC4IR(const Npp32u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10084 
10095 NppStatus
10096 nppiRShiftC_8u_C4R(const Npp8u * pSrc1, int nSrc1Step, const Npp32u aConstants[4],
10097  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
10098 
10107 NppStatus
10108 nppiRShiftC_8u_C4IR(const Npp32u aConstants[4], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10109 
10120 NppStatus
10121 nppiRShiftC_8s_C1R(const Npp8s * pSrc1, int nSrc1Step, const Npp32u nConstant,
10122  Npp8s * pDst, int nDstStep, NppiSize oSizeROI);
10123 
10132 NppStatus
10133 nppiRShiftC_8s_C1IR(const Npp32u nConstant, Npp8s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10134 
10145 NppStatus
10146 nppiRShiftC_8s_C3R(const Npp8s * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10147  Npp8s * pDst, int nDstStep, NppiSize oSizeROI);
10148 
10157 NppStatus
10158 nppiRShiftC_8s_C3IR(const Npp32u aConstants[3], Npp8s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10159 
10170 NppStatus
10171 nppiRShiftC_8s_AC4R(const Npp8s * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10172  Npp8s * pDst, int nDstStep, NppiSize oSizeROI);
10173 
10182 NppStatus
10183 nppiRShiftC_8s_AC4IR(const Npp32u aConstants[3], Npp8s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10184 
10195 NppStatus
10196 nppiRShiftC_8s_C4R(const Npp8s * pSrc1, int nSrc1Step, const Npp32u aConstants[4],
10197  Npp8s * pDst, int nDstStep, NppiSize oSizeROI);
10198 
10207 NppStatus
10208 nppiRShiftC_8s_C4IR(const Npp32u aConstants[4], Npp8s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10209 
10220 NppStatus
10221 nppiRShiftC_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, const Npp32u nConstant,
10222  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
10223 
10232 NppStatus
10233 nppiRShiftC_16u_C1IR(const Npp32u nConstant, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10234 
10245 NppStatus
10246 nppiRShiftC_16u_C3R(const Npp16u * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10247  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
10248 
10257 NppStatus
10258 nppiRShiftC_16u_C3IR(const Npp32u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10259 
10270 NppStatus
10271 nppiRShiftC_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10272  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
10273 
10282 NppStatus
10283 nppiRShiftC_16u_AC4IR(const Npp32u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10284 
10295 NppStatus
10296 nppiRShiftC_16u_C4R(const Npp16u * pSrc1, int nSrc1Step, const Npp32u aConstants[4],
10297  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
10298 
10307 NppStatus
10308 nppiRShiftC_16u_C4IR(const Npp32u aConstants[4], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10309 
10320 NppStatus
10321 nppiRShiftC_16s_C1R(const Npp16s * pSrc1, int nSrc1Step, const Npp32u nConstant,
10322  Npp16s * pDst, int nDstStep, NppiSize oSizeROI);
10323 
10332 NppStatus
10333 nppiRShiftC_16s_C1IR(const Npp32u nConstant, Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10334 
10345 NppStatus
10346 nppiRShiftC_16s_C3R(const Npp16s * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10347  Npp16s * pDst, int nDstStep, NppiSize oSizeROI);
10348 
10357 NppStatus
10358 nppiRShiftC_16s_C3IR(const Npp32u aConstants[3], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10359 
10370 NppStatus
10371 nppiRShiftC_16s_AC4R(const Npp16s * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10372  Npp16s * pDst, int nDstStep, NppiSize oSizeROI);
10373 
10382 NppStatus
10383 nppiRShiftC_16s_AC4IR(const Npp32u aConstants[3], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10384 
10395 NppStatus
10396 nppiRShiftC_16s_C4R(const Npp16s * pSrc1, int nSrc1Step, const Npp32u aConstants[4],
10397  Npp16s * pDst, int nDstStep, NppiSize oSizeROI);
10398 
10407 NppStatus
10408 nppiRShiftC_16s_C4IR(const Npp32u aConstants[4], Npp16s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10409 
10420 NppStatus
10421 nppiRShiftC_32s_C1R(const Npp32s * pSrc1, int nSrc1Step, const Npp32u nConstant,
10422  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
10423 
10432 NppStatus
10433 nppiRShiftC_32s_C1IR(const Npp32u nConstant, Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10434 
10445 NppStatus
10446 nppiRShiftC_32s_C3R(const Npp32s * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10447  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
10448 
10457 NppStatus
10458 nppiRShiftC_32s_C3IR(const Npp32u aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10459 
10470 NppStatus
10471 nppiRShiftC_32s_AC4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10472  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
10473 
10482 NppStatus
10483 nppiRShiftC_32s_AC4IR(const Npp32u aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10484 
10495 NppStatus
10496 nppiRShiftC_32s_C4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32u aConstants[4],
10497  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
10498 
10507 NppStatus
10508 nppiRShiftC_32s_C4IR(const Npp32u aConstants[4], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10509 
10530 NppStatus
10531 nppiLShiftC_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, const Npp32u nConstant,
10532  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
10533 
10542 NppStatus
10543 nppiLShiftC_8u_C1IR(const Npp32u nConstant, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10544 
10555 NppStatus
10556 nppiLShiftC_8u_C3R(const Npp8u * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10557  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
10558 
10567 NppStatus
10568 nppiLShiftC_8u_C3IR(const Npp32u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10569 
10580 NppStatus
10581 nppiLShiftC_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10582  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
10583 
10592 NppStatus
10593 nppiLShiftC_8u_AC4IR(const Npp32u aConstants[3], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10594 
10605 NppStatus
10606 nppiLShiftC_8u_C4R(const Npp8u * pSrc1, int nSrc1Step, const Npp32u aConstants[4],
10607  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
10608 
10617 NppStatus
10618 nppiLShiftC_8u_C4IR(const Npp32u aConstants[4], Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10619 
10630 NppStatus
10631 nppiLShiftC_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, const Npp32u nConstant,
10632  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
10633 
10642 NppStatus
10643 nppiLShiftC_16u_C1IR(const Npp32u nConstant, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10644 
10655 NppStatus
10656 nppiLShiftC_16u_C3R(const Npp16u * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10657  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
10658 
10667 NppStatus
10668 nppiLShiftC_16u_C3IR(const Npp32u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10669 
10680 NppStatus
10681 nppiLShiftC_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10682  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
10683 
10692 NppStatus
10693 nppiLShiftC_16u_AC4IR(const Npp32u aConstants[3], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10694 
10705 NppStatus
10706 nppiLShiftC_16u_C4R(const Npp16u * pSrc1, int nSrc1Step, const Npp32u aConstants[4],
10707  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
10708 
10717 NppStatus
10718 nppiLShiftC_16u_C4IR(const Npp32u aConstants[4], Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10719 
10730 NppStatus
10731 nppiLShiftC_32s_C1R(const Npp32s * pSrc1, int nSrc1Step, const Npp32u nConstant,
10732  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
10733 
10742 NppStatus
10743 nppiLShiftC_32s_C1IR(const Npp32u nConstant, Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10744 
10755 NppStatus
10756 nppiLShiftC_32s_C3R(const Npp32s * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10757  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
10758 
10767 NppStatus
10768 nppiLShiftC_32s_C3IR(const Npp32u aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10769 
10780 NppStatus
10781 nppiLShiftC_32s_AC4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32u aConstants[3],
10782  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
10783 
10792 NppStatus
10793 nppiLShiftC_32s_AC4IR(const Npp32u aConstants[3], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10794 
10805 NppStatus
10806 nppiLShiftC_32s_C4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32u aConstants[4],
10807  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
10808 
10817 NppStatus
10818 nppiLShiftC_32s_C4IR(const Npp32u aConstants[4], Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10819 
10841 NppStatus
10842 nppiAnd_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
10843  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
10853 NppStatus
10854 nppiAnd_8u_C1IR(const Npp8u * pSrc, int nSrcStep,
10855  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10856 
10868 NppStatus
10869 nppiAnd_8u_C3R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
10870  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
10880 NppStatus
10881 nppiAnd_8u_C3IR(const Npp8u * pSrc, int nSrcStep,
10882  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10883 
10895 NppStatus
10896 nppiAnd_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
10897  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
10907 NppStatus
10908 nppiAnd_8u_AC4IR(const Npp8u * pSrc, int nSrcStep,
10909  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10910 
10922 NppStatus
10923 nppiAnd_8u_C4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
10924  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
10934 NppStatus
10935 nppiAnd_8u_C4IR(const Npp8u * pSrc, int nSrcStep,
10936  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10937 
10949 NppStatus
10950 nppiAnd_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
10951  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
10961 NppStatus
10962 nppiAnd_16u_C1IR(const Npp16u * pSrc, int nSrcStep,
10963  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10964 
10976 NppStatus
10977 nppiAnd_16u_C3R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
10978  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
10988 NppStatus
10989 nppiAnd_16u_C3IR(const Npp16u * pSrc, int nSrcStep,
10990  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
10991 
11003 NppStatus
11004 nppiAnd_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
11005  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
11015 NppStatus
11016 nppiAnd_16u_AC4IR(const Npp16u * pSrc, int nSrcStep,
11017  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11018 
11030 NppStatus
11031 nppiAnd_16u_C4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
11032  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
11042 NppStatus
11043 nppiAnd_16u_C4IR(const Npp16u * pSrc, int nSrcStep,
11044  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11045 
11057 NppStatus
11058 nppiAnd_32s_C1R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
11059  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
11069 NppStatus
11070 nppiAnd_32s_C1IR(const Npp32s * pSrc, int nSrcStep,
11071  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11072 
11084 NppStatus
11085 nppiAnd_32s_C3R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
11086  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
11096 NppStatus
11097 nppiAnd_32s_C3IR(const Npp32s * pSrc, int nSrcStep,
11098  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11099 
11111 NppStatus
11112 nppiAnd_32s_AC4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
11113  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
11123 NppStatus
11124 nppiAnd_32s_AC4IR(const Npp32s * pSrc, int nSrcStep,
11125  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11126 
11138 NppStatus
11139 nppiAnd_32s_C4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
11140  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
11150 NppStatus
11151 nppiAnd_32s_C4IR(const Npp32s * pSrc, int nSrcStep,
11152  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11153 
11175 NppStatus
11176 nppiOr_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
11177  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
11187 NppStatus
11188 nppiOr_8u_C1IR(const Npp8u * pSrc, int nSrcStep,
11189  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11190 
11202 NppStatus
11203 nppiOr_8u_C3R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
11204  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
11214 NppStatus
11215 nppiOr_8u_C3IR(const Npp8u * pSrc, int nSrcStep,
11216  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11217 
11229 NppStatus
11230 nppiOr_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
11231  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
11241 NppStatus
11242 nppiOr_8u_AC4IR(const Npp8u * pSrc, int nSrcStep,
11243  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11244 
11256 NppStatus
11257 nppiOr_8u_C4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
11258  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
11268 NppStatus
11269 nppiOr_8u_C4IR(const Npp8u * pSrc, int nSrcStep,
11270  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11271 
11283 NppStatus
11284 nppiOr_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
11285  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
11295 NppStatus
11296 nppiOr_16u_C1IR(const Npp16u * pSrc, int nSrcStep,
11297  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11298 
11310 NppStatus
11311 nppiOr_16u_C3R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
11312  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
11322 NppStatus
11323 nppiOr_16u_C3IR(const Npp16u * pSrc, int nSrcStep,
11324  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11325 
11337 NppStatus
11338 nppiOr_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
11339  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
11349 NppStatus
11350 nppiOr_16u_AC4IR(const Npp16u * pSrc, int nSrcStep,
11351  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11352 
11364 NppStatus
11365 nppiOr_16u_C4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
11366  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
11376 NppStatus
11377 nppiOr_16u_C4IR(const Npp16u * pSrc, int nSrcStep,
11378  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11379 
11391 NppStatus
11392 nppiOr_32s_C1R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
11393  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
11403 NppStatus
11404 nppiOr_32s_C1IR(const Npp32s * pSrc, int nSrcStep,
11405  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11406 
11418 NppStatus
11419 nppiOr_32s_C3R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
11420  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
11430 NppStatus
11431 nppiOr_32s_C3IR(const Npp32s * pSrc, int nSrcStep,
11432  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11433 
11445 NppStatus
11446 nppiOr_32s_AC4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
11447  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
11457 NppStatus
11458 nppiOr_32s_AC4IR(const Npp32s * pSrc, int nSrcStep,
11459  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11460 
11472 NppStatus
11473 nppiOr_32s_C4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
11474  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
11484 NppStatus
11485 nppiOr_32s_C4IR(const Npp32s * pSrc, int nSrcStep,
11486  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11487 
11509 NppStatus
11510 nppiXor_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
11511  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
11521 NppStatus
11522 nppiXor_8u_C1IR(const Npp8u * pSrc, int nSrcStep,
11523  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11524 
11536 NppStatus
11537 nppiXor_8u_C3R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
11538  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
11548 NppStatus
11549 nppiXor_8u_C3IR(const Npp8u * pSrc, int nSrcStep,
11550  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11551 
11563 NppStatus
11564 nppiXor_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
11565  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
11575 NppStatus
11576 nppiXor_8u_AC4IR(const Npp8u * pSrc, int nSrcStep,
11577  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11578 
11590 NppStatus
11591 nppiXor_8u_C4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
11592  Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
11602 NppStatus
11603 nppiXor_8u_C4IR(const Npp8u * pSrc, int nSrcStep,
11604  Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11605 
11617 NppStatus
11618 nppiXor_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
11619  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
11629 NppStatus
11630 nppiXor_16u_C1IR(const Npp16u * pSrc, int nSrcStep,
11631  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11632 
11644 NppStatus
11645 nppiXor_16u_C3R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
11646  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
11656 NppStatus
11657 nppiXor_16u_C3IR(const Npp16u * pSrc, int nSrcStep,
11658  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11659 
11671 NppStatus
11672 nppiXor_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
11673  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
11683 NppStatus
11684 nppiXor_16u_AC4IR(const Npp16u * pSrc, int nSrcStep,
11685  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11686 
11698 NppStatus
11699 nppiXor_16u_C4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
11700  Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
11710 NppStatus
11711 nppiXor_16u_C4IR(const Npp16u * pSrc, int nSrcStep,
11712  Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11713 
11725 NppStatus
11726 nppiXor_32s_C1R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
11727  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
11737 NppStatus
11738 nppiXor_32s_C1IR(const Npp32s * pSrc, int nSrcStep,
11739  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11740 
11752 NppStatus
11753 nppiXor_32s_C3R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
11754  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
11764 NppStatus
11765 nppiXor_32s_C3IR(const Npp32s * pSrc, int nSrcStep,
11766  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11767 
11779 NppStatus
11780 nppiXor_32s_AC4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
11781  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
11791 NppStatus
11792 nppiXor_32s_AC4IR(const Npp32s * pSrc, int nSrcStep,
11793  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11794 
11806 NppStatus
11807 nppiXor_32s_C4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
11808  Npp32s * pDst, int nDstStep, NppiSize oSizeROI);
11818 NppStatus
11819 nppiXor_32s_C4IR(const Npp32s * pSrc, int nSrcStep,
11820  Npp32s * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11821 
11841 NppStatus
11842 nppiNot_8u_C1R(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
11843 
11851 NppStatus
11852 nppiNot_8u_C1IR(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11853 
11863 NppStatus
11864 nppiNot_8u_C3R(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
11865 
11873 NppStatus
11874 nppiNot_8u_C3IR(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11875 
11885 NppStatus
11886 nppiNot_8u_AC4R(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
11887 
11895 NppStatus
11896 nppiNot_8u_AC4IR(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11897 
11907 NppStatus
11908 nppiNot_8u_C4R(const Npp8u * pSrc, int nSrcStep, Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
11909 
11917 NppStatus
11918 nppiNot_8u_C4IR(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
11919 
11951 NppStatus
11952 nppiAlphaCompC_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, Npp8u nAlpha1, const Npp8u * pSrc2, int nSrc2Step, Npp8u nAlpha2,
11953  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
11954 
11969 NppStatus
11970 nppiAlphaCompC_8u_C3R(const Npp8u * pSrc1, int nSrc1Step, Npp8u nAlpha1, const Npp8u * pSrc2, int nSrc2Step, Npp8u nAlpha2,
11971  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
11972 
11987 NppStatus
11988 nppiAlphaCompC_8u_C4R(const Npp8u * pSrc1, int nSrc1Step, Npp8u nAlpha1, const Npp8u * pSrc2, int nSrc2Step, Npp8u nAlpha2,
11989  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
11990 
12005 NppStatus
12006 nppiAlphaCompC_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, Npp8u nAlpha1, const Npp8u * pSrc2, int nSrc2Step, Npp8u nAlpha2,
12007  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12008 
12023 NppStatus
12024 nppiAlphaCompC_8s_C1R(const Npp8s * pSrc1, int nSrc1Step, Npp8s nAlpha1, const Npp8s * pSrc2, int nSrc2Step, Npp8s nAlpha2,
12025  Npp8s * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12026 
12041 NppStatus
12042 nppiAlphaCompC_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, Npp16u nAlpha1, const Npp16u * pSrc2, int nSrc2Step, Npp16u nAlpha2,
12043  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12044 
12059 NppStatus
12060 nppiAlphaCompC_16u_C3R(const Npp16u * pSrc1, int nSrc1Step, Npp16u nAlpha1, const Npp16u * pSrc2, int nSrc2Step, Npp16u nAlpha2,
12061  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12062 
12077 NppStatus
12078 nppiAlphaCompC_16u_C4R(const Npp16u * pSrc1, int nSrc1Step, Npp16u nAlpha1, const Npp16u * pSrc2, int nSrc2Step, Npp16u nAlpha2,
12079  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12080 
12095 NppStatus
12096 nppiAlphaCompC_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, Npp16u nAlpha1, const Npp16u * pSrc2, int nSrc2Step, Npp16u nAlpha2,
12097  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12098 
12113 NppStatus
12114 nppiAlphaCompC_16s_C1R(const Npp16s * pSrc1, int nSrc1Step, Npp16s nAlpha1, const Npp16s * pSrc2, int nSrc2Step, Npp16s nAlpha2,
12115  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12116 
12131 NppStatus
12132 nppiAlphaCompC_32u_C1R(const Npp32u * pSrc1, int nSrc1Step, Npp32u nAlpha1, const Npp32u * pSrc2, int nSrc2Step, Npp32u nAlpha2,
12133  Npp32u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12134 
12149 NppStatus
12150 nppiAlphaCompC_32s_C1R(const Npp32s * pSrc1, int nSrc1Step, Npp32s nAlpha1, const Npp32s * pSrc2, int nSrc2Step, Npp32s nAlpha2,
12151  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12152 
12167 NppStatus
12168 nppiAlphaCompC_32f_C1R(const Npp32f * pSrc1, int nSrc1Step, Npp32f nAlpha1, const Npp32f * pSrc2, int nSrc2Step, Npp32f nAlpha2,
12169  Npp32f * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12170 
12191 NppStatus
12192 nppiAlphaPremulC_8u_C1R(const Npp8u * pSrc1, int nSrc1Step, Npp8u nAlpha1, Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
12193 
12202 NppStatus
12203 nppiAlphaPremulC_8u_C1IR(Npp8u nAlpha1, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
12204 
12215 NppStatus
12216 nppiAlphaPremulC_8u_C3R(const Npp8u * pSrc1, int nSrc1Step, Npp8u nAlpha1, Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
12217 
12226 NppStatus
12227 nppiAlphaPremulC_8u_C3IR(Npp8u nAlpha1, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
12228 
12239 NppStatus
12240 nppiAlphaPremulC_8u_C4R(const Npp8u * pSrc1, int nSrc1Step, Npp8u nAlpha1, Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
12241 
12250 NppStatus
12251 nppiAlphaPremulC_8u_C4IR(Npp8u nAlpha1, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
12252 
12263 NppStatus
12264 nppiAlphaPremulC_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, Npp8u nAlpha1, Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
12265 
12274 NppStatus
12275 nppiAlphaPremulC_8u_AC4IR(Npp8u nAlpha1, Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
12276 
12287 NppStatus
12288 nppiAlphaPremulC_16u_C1R(const Npp16u * pSrc1, int nSrc1Step, Npp16u nAlpha1, Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
12289 
12298 NppStatus
12299 nppiAlphaPremulC_16u_C1IR(Npp16u nAlpha1, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
12300 
12311 NppStatus
12312 nppiAlphaPremulC_16u_C3R(const Npp16u * pSrc1, int nSrc1Step, Npp16u nAlpha1, Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
12313 
12322 NppStatus
12323 nppiAlphaPremulC_16u_C3IR(Npp16u nAlpha1, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
12324 
12335 NppStatus
12336 nppiAlphaPremulC_16u_C4R(const Npp16u * pSrc1, int nSrc1Step, Npp16u nAlpha1, Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
12337 
12346 NppStatus
12347 nppiAlphaPremulC_16u_C4IR(Npp16u nAlpha1, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
12348 
12359 NppStatus
12360 nppiAlphaPremulC_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, Npp16u nAlpha1, Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
12361 
12370 NppStatus
12371 nppiAlphaPremulC_16u_AC4IR(Npp16u nAlpha1, Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
12372 
12395 NppStatus
12396 nppiAlphaComp_8u_AC1R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
12397  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12398 
12411 NppStatus
12412 nppiAlphaComp_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, const Npp8u * pSrc2, int nSrc2Step,
12413  Npp8u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12414 
12427 NppStatus
12428 nppiAlphaComp_8s_AC1R(const Npp8s * pSrc1, int nSrc1Step, const Npp8s * pSrc2, int nSrc2Step,
12429  Npp8s * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12430 
12443 NppStatus
12444 nppiAlphaComp_16u_AC1R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
12445  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12446 
12459 NppStatus
12460 nppiAlphaComp_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, const Npp16u * pSrc2, int nSrc2Step,
12461  Npp16u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12462 
12475 NppStatus
12476 nppiAlphaComp_16s_AC1R(const Npp16s * pSrc1, int nSrc1Step, const Npp16s * pSrc2, int nSrc2Step,
12477  Npp16s * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12478 
12491 NppStatus
12492 nppiAlphaComp_32u_AC1R(const Npp32u * pSrc1, int nSrc1Step, const Npp32u * pSrc2, int nSrc2Step,
12493  Npp32u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12494 
12507 NppStatus
12508 nppiAlphaComp_32u_AC4R(const Npp32u * pSrc1, int nSrc1Step, const Npp32u * pSrc2, int nSrc2Step,
12509  Npp32u * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12510 
12523 NppStatus
12524 nppiAlphaComp_32s_AC1R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
12525  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12526 
12539 NppStatus
12540 nppiAlphaComp_32s_AC4R(const Npp32s * pSrc1, int nSrc1Step, const Npp32s * pSrc2, int nSrc2Step,
12541  Npp32s * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12542 
12555 NppStatus
12556 nppiAlphaComp_32f_AC1R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
12557  Npp32f * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12558 
12571 NppStatus
12572 nppiAlphaComp_32f_AC4R(const Npp32f * pSrc1, int nSrc1Step, const Npp32f * pSrc2, int nSrc2Step,
12573  Npp32f * pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
12574 
12594 NppStatus
12595 nppiAlphaPremul_8u_AC4R(const Npp8u * pSrc1, int nSrc1Step, Npp8u * pDst, int nDstStep, NppiSize oSizeROI);
12596 
12604 NppStatus
12605 nppiAlphaPremul_8u_AC4IR(Npp8u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
12606 
12616 NppStatus
12617 nppiAlphaPremul_16u_AC4R(const Npp16u * pSrc1, int nSrc1Step, Npp16u * pDst, int nDstStep, NppiSize oSizeROI);
12618 
12626 NppStatus
12627 nppiAlphaPremul_16u_AC4IR(Npp16u * pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
12628 
12635 #ifdef __cplusplus
12636 } /* extern "C" */
12637 #endif
12638 
12639 #endif /* NV_NPPI_ARITHMETIC_AND_LOGICAL_OPERATIONS_H */
NppStatus nppiDivC_32fc_AC4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc aConstants[3], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiAddC_32f_C3R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f aConstants[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image add constant.
NppStatus nppiMulCScale_16u_C4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiply by constant and scale by max bit width value...
NppStatus nppiAndC_16u_C4IR(const Npp16u aConstants[4], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant.
NppStatus nppiMul_32f_C3IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image multiplication.
NppStatus nppiAnd_32s_C3IR(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical and.
NppStatus nppiOrC_32s_C3R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or with constant.
NppStatus nppiDiv_16u_C3RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturat...
NppStatus nppiLn_32f_C1IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image natural logarithm.
NppStatus nppiAlphaCompC_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, Npp8u nAlpha1, const Npp8u *pSrc2, int nSrc2Step, Npp8u nAlpha2, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
Three 8-bit unsigned char channel image composition using constant alpha.
NppStatus nppiAndC_16u_C1IR(const Npp16u nConstant, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical and with constant.
NppStatus nppiDivC_32s_C3IRSfs(const Npp32s aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturate...
NppStatus nppiAndC_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant with unmodified alpha...
NppStatus nppiDiv_16sc_AC4RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiSubC_32f_AC4IR(const Npp32f aConstants[3], Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtract constant.
NppStatus nppiSubC_32fc_C3R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc aConstants[3], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) cha...
NppStatus nppiDivC_16u_C3IRSfs(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturate...
NppStatus nppiAlphaPremulC_16u_C3IR(Npp16u nAlpha1, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image premultiplication using constant alpha...
NppStatus nppiDivC_16s_C1IRSfs(const Npp16s nConstant, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated va...
NppStatus nppiLShiftC_32s_AC4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant with unmodified alpha.
NppStatus nppiNot_8u_C3IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical not.
NppStatus nppiDivC_16s_C4IRSfs(const Npp16s aConstants[4], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated v...
NppStatus nppiAddC_32f_C4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f aConstants[4], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image add constant.
NppStatus nppiRShiftC_8s_C4R(const Npp8s *pSrc1, int nSrc1Step, const Npp32u aConstants[4], Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant.
NppStatus nppiDiv_16sc_C1RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division...
NppStatus nppiRShiftC_16s_C3IR(const Npp32u aConstants[3], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit signed short channel in place image right shift by constant.
NppStatus nppiMul_16s_C4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSubC_16sc_AC4RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc aConstants[3], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiXor_16u_AC4IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with unmodified alpha...
NppStatus nppiMul_32f_C3R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image multiplication.
NppStatus nppiDivC_16sc_AC4IRSfs(const Npp16sc aConstants[3], Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiDivC_16u_C1IRSfs(const Npp16u nConstant, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated ...
NppStatus nppiAnd_8u_C3IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical and.
NppStatus nppiDiv_Round_8u_AC4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMulC_16u_C4IRSfs(const Npp16u aConstants[4], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturate...
NppStatus nppiAddC_8u_C4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image add constant, scale, then clamp to saturated value...
NppStatus nppiAndC_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant with unmodified alpha.
NppStatus nppiMulScale_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum val...
NppStatus nppiSub_32sc_C1IRSfs(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtr...
NppStatus nppiSubC_32sc_C1RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc nConstant, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant...
NppStatus nppiMul_8u_C4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDiv_16u_C1IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSubC_8u_C4IRSfs(const Npp8u aConstants[4], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated val...
NppStatus nppiDiv_8u_C3RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated...
NppStatus nppiLShiftC_16u_C1IR(const Npp32u nConstant, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image left shift by constant.
NppStatus nppiMulScale_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit widt...
NppStatus nppiMulCScale_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u nConstant, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image multiply by constant and scale by max bit width value...
NppStatus nppiAndC_32s_C4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s aConstants[4], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant.
NppStatus nppiOrC_32s_AC4IR(const Npp32s aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha...
NppStatus nppiMul_32sc_AC4RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiSubC_32fc_C1R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc nConstant, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chann...
NppStatus nppiAlphaComp_16s_AC1R(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel val...
NppStatus nppiOr_32s_AC4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with unmodified alpha.
NppStatus nppiDiv_16s_C4IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAlphaComp_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel va...
NppStatus nppiMul_16s_AC4IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAbs_16s_C1IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit signed short channel in place image absolute value.
NppStatus nppiMulC_16sc_C1RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc nConstant, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by cons...
NppStatus nppiAlphaPremulC_16u_C3R(const Npp16u *pSrc1, int nSrc1Step, Npp16u nAlpha1, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image premultiplication using constant alpha. ...
NppStatus nppiAdd_32fc_C1R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition...
NppStatus nppiOr_16u_C4IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or.
NppStatus nppiAnd_16u_C4IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and.
NppStatus nppiLn_8u_C3RSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
unsigned char Npp8u
8-bit unsigned chars
Definition: nppdefs.h:278
NppStatus nppiSub_32f_AC4IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtraction.
NppStatus nppiAdd_16s_AC4IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFa...
NppStatus nppiDivC_16u_C3RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value...
NppStatus nppiOr_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with unmodified alpha.
NppStatus nppiRShiftC_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, const Npp32u nConstant, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image right shift by constant.
NppStatus nppiAbs_16s_C4IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel in place image absolute value.
NppStatus nppiDiv_16s_C1IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAdd_16sc_AC4IRSfs(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiDiv_Round_16u_C1RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated...
NppStatus nppiAndC_32s_C3IR(const Npp32s aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical and with constant.
NppStatus nppiAdd_32s_C1IRSfs(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMul_16u_C4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMul_16u_AC4IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiXor_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or.
NppStatus nppiDivC_8u_C1IRSfs(const Npp8u nConstant, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated va...
NppStatus nppiAlphaPremulC_16u_AC4IR(Npp16u nAlpha1, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication with alpha using constant alpha...
NppStatus nppiDivC_16s_C1RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s nConstant, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value...
NppStatus nppiAddC_8u_C3IRSfs(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image add constant, scale, then clamp to saturated value.
NppStatus nppiDivC_32fc_AC4IR(const Npp32fc aConstants[3], Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiMulC_8u_C1RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value...
NppStatus nppiRShiftC_8s_C1R(const Npp8s *pSrc1, int nSrc1Step, const Npp32u nConstant, Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit signed char channel image right shift by constant.
NppStatus nppiSubC_32f_C1R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f nConstant, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image subtract constant.
NppStatus nppiDiv_Round_16u_C1IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiOr_16u_C3R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or.
NppStatus nppiAddC_32fc_C1IR(const Npp32fc nConstant, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chann...
NppStatus nppiAddSquare_32f_C1IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image squared then added to in place floating point destination ima...
NppStatus nppiSubC_16sc_C1RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc nConstant, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constan...
NppStatus nppiAdd_32f_C1IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image addition.
NppStatus nppiAndC_32s_AC4IR(const Npp32s aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha...
NppStatus nppiLShiftC_32s_AC4IR(const Npp32u aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha...
NppStatus nppiRShiftC_32s_C3IR(const Npp32u aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image right shift by constant.
Complex Number This struct represents an unsigned int complex number.
Definition: nppdefs.h:324
NppStatus nppiSub_16u_AC4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor...
NppStatus nppiXorC_32s_C4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s aConstants[4], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant.
NppStatus nppiDivC_16sc_C1IRSfs(const Npp16sc nConstant, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided...
NppStatus nppiOrC_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant.
NppStatus nppiSubC_8u_C4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value...
NppStatus nppiMul_8u_AC4IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAndC_8u_C4IR(const Npp8u aConstants[4], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant.
NppStatus nppiMul_32s_C1RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiLShiftC_32s_C3R(const Npp32s *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image left shift by constant.
NppStatus nppiAdd_32s_C1R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale f...
NppStatus nppiMul_8u_C3IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSqrt_16u_AC4IRSfs(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddProduct_16u32f_C1IR(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image...
NppStatus nppiXorC_16u_C4IR(const Npp16u aConstants[4], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant.
NppStatus nppiSubC_16u_AC4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtract constant, scale...
NppStatus nppiRShiftC_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, const Npp32u nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image right shift by constant.
NppStatus nppiDiv_32f_C1IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image division.
NppStatus nppiMulC_16sc_C1IRSfs(const Npp16sc nConstant, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multipl...
NppStatus nppiLShiftC_16u_C3IR(const Npp32u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image left shift by constant.
NppStatus nppiOr_32s_AC4IR(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with unmodified alpha.
NppStatus nppiRShiftC_8u_C4IR(const Npp32u aConstants[4], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant.
NppStatus nppiSub_32s_C1IRSfs(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMul_16s_AC4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFacto...
NppStatus nppiMulC_32s_C3RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value...
NppStatus nppiAddC_32sc_C3RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc aConstants[3], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant...
NppStatus nppiAddC_32sc_C1IRSfs(const Npp32sc nConstant, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant...
NppStatus nppiSub_32fc_C1R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction...
NppStatus nppiAddC_32f_C3IR(const Npp32f aConstants[3], Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image add constant.
NppStatus nppiDiv_8u_C1IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMulCScale_16u_AC4IR(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant and scal...
NppStatus nppiMulCScale_16u_C4IR(const Npp16u aConstants[4], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiply by constant and scale by max bit width val...
NppStatus nppiAndC_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and with constant.
NppStatus nppiSubC_16sc_C1IRSfs(const Npp16sc nConstant, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtrac...
NppStatus nppiAddC_8u_C4IRSfs(const Npp8u aConstants[4], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value...
NppStatus nppiSqrt_32f_C4IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image square root.
NppStatus nppiAnd_32s_AC4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with unmodified alpha.
NppStatus nppiMul_16u_C1IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAlphaComp_32u_AC4R(const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, Npp32u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixe...
NppStatus nppiMulC_32fc_C1IR(const Npp32fc nConstant, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chann...
NppStatus nppiSub_32fc_AC4IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiXor_8u_C3IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or.
NppStatus nppiSub_8u_AC4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor)...
NppStatus nppiMulScale_8u_C4IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel ...
NppStatus nppiAnd_8u_C1IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical and.
NppStatus nppiLn_32f_C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image natural logarithm.
NppStatus nppiSub_32fc_AC4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiDivC_32s_C1IRSfs(const Npp32s nConstant, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated ...
NppStatus nppiSub_16sc_AC4IRSfs(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiAdd_16u_C4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturate...
NppStatus nppiMulScale_8u_C3IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel...
NppStatus nppiMulC_8u_C1IRSfs(const Npp8u nConstant, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated v...
NppStatus nppiMulC_32fc_C4IR(const Npp32fc aConstants[4], Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiSubC_16s_C3RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s aConstants[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value...
NppStatus nppiAlphaComp_32s_AC1R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel v...
NppStatus nppiDiv_32s_C3RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturat...
NppStatus nppiRShiftC_16u_C4R(const Npp16u *pSrc1, int nSrc1Step, const Npp32u aConstants[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant.
NppStatus nppiAddC_32fc_C3R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc aConstants[3], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) cha...
NppStatus nppiSub_8u_C4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturat...
NppStatus nppiOrC_16u_C1IR(const Npp16u nConstant, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical or with constant.
NppStatus nppiDivC_16s_C3RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s aConstants[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value...
NppStatus nppiNot_8u_C4IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical not.
NppStatus nppiDiv_Round_16s_C3IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiXor_32s_C3R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or.
NppStatus nppiAlphaPremul_16u_AC4IR(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication with pixel alpha (0 - max channel...
NppStatus nppiSubC_16sc_C3IRSfs(const Npp16sc aConstants[3], Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtr...
NppStatus nppiMul_32s_C1R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale f...
NppStatus nppiSub_32s_C4RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to satur...
NppStatus nppiOr_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or.
NppStatus nppiMulC_32sc_C3RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc aConstants[3], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constan...
NppStatus nppiSqrt_32f_C4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image square root.
NppStatus nppiExp_16u_C3RSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus
Error Status Codes.
Definition: nppdefs.h:152
NppStatus nppiXorC_32s_AC4IR(const Npp32s aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified ...
NppStatus nppiDiv_16u_C4IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSqrt_16u_AC4RSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor...
NppStatus nppiXorC_8u_C1IR(const Npp8u nConstant, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical exclusive or with constant.
NppStatus nppiAlphaPremulC_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, Npp8u nAlpha1, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image premultiplication using constant alpha.
NppStatus nppiXor_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha.
NppStatus nppiExp_32f_C1IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image exponential.
NppStatus nppiDivC_8u_C1RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value...
NppStatus nppiAddWeighted_32f_C1IMR(const Npp32f *pSrc, int nSrcStep, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp32f nAlpha)
One 32-bit floating point channel alpha weighted image added to in place floating point destination i...
NppStatus nppiAlphaPremulC_16u_C1IR(Npp16u nAlpha1, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image premultiplication using constant alpha...
NppStatus nppiMul_16u_C4IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddSquare_32f_C1IMR(const Npp32f *pSrc, int nSrcStep, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image squared then added to in place floating point destination ima...
NppStatus nppiMul_8u_AC4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFacto...
NppStatus nppiAlphaPremulC_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, Npp16u nAlpha1, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication with alpha using constant alpha...
NppStatus nppiSqr_16s_C3IRSfs(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiXor_32s_AC4IR(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with unmodified alpha...
NppStatus nppiDivC_32fc_C4IR(const Npp32fc aConstants[4], Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiAlphaPremulC_16u_C4IR(Npp16u nAlpha1, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication using constant alpha...
NppStatus nppiMul_16sc_AC4IRSfs(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiRShiftC_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, const Npp32u aConstants[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant.
NppStatus nppiAddC_16u_C3RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image add constant, scale, then clamp to saturated value...
NppStatus nppiAbsDiffC_32f_C1R(const Npp32f *pSrc1, int nSrc1Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, Npp32f nConstant)
One 32-bit floating point channel image absolute difference with constant.
NppStatus nppiDivC_32sc_AC4IRSfs(const Npp32sc aConstants[3], Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in p...
NppStatus nppiExp_16s_C3RSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to satura...
NppStatus nppiSqrt_32f_AC4IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image square root with unmodified alpha.
NppStatus nppiMulC_16s_C4IRSfs(const Npp16s aConstants[4], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated ...
NppStatus nppiAbs_16s_C1R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit signed short channel image absolute value.
NppStatus nppiNot_8u_AC4IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical not with unmodified alpha.
NppStatus nppiDivC_8u_AC4IRSfs(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
NppStatus nppiAdd_16sc_C1RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition...
NppStatus nppiRShiftC_8s_C3R(const Npp8s *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit signed char channel image right shift by constant.
NppStatus nppiAdd_32fc_AC4IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiSubC_32sc_C3RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc aConstants[3], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant...
NppStatus nppiAndC_16u_C4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant.
NppStatus nppiSubC_32fc_C4IR(const Npp32fc aConstants[4], Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiMulC_16u_C3RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value...
NppStatus nppiDiv_8u_C4IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAdd_32f_AC4IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image addition. ...
NppStatus nppiAlphaCompC_8s_C1R(const Npp8s *pSrc1, int nSrc1Step, Npp8s nAlpha1, const Npp8s *pSrc2, int nSrc2Step, Npp8s nAlpha2, Npp8s *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 8-bit signed char channel image composition using constant alpha.
NppStatus nppiDivC_16s_C3IRSfs(const Npp16s aConstants[3], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated ...
NppStatus nppiAdd_16s_C4IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiRShiftC_8u_C1IR(const Npp32u nConstant, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image right shift by constant.
NppStatus nppiDiv_32f_AC4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image division.
NppStatus nppiAddC_16sc_C3RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc aConstants[3], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant...
NppStatus nppiDiv_16sc_AC4IRSfs(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiMulCScale_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value...
NppStatus nppiSubC_16u_C1IRSfs(const Npp16u nConstant, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated va...
NppStatus nppiNot_8u_C1R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical not.
NppStatus nppiDiv_16u_C3IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAndC_32s_C4IR(const Npp32s aConstants[4], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant.
NppStatus nppiAlphaComp_32s_AC4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel ...
NppStatus nppiSqr_32f_C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image squared.
NppStatus nppiSub_16sc_C3IRSfs(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtr...
NppStatus nppiExp_16u_C1IRSfs(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiXorC_8u_AC4IR(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant with unmodified al...
NppStatus nppiNot_8u_C1IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical not.
NppStatus nppiAddC_32s_C1IRSfs(const Npp32s nConstant, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value...
NppStatus nppiDiv_32f_C1R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image division.
NppStatus nppiDivC_16sc_C1RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc nConstant, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by const...
NppStatus nppiXor_32s_C1IR(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical exclusive or.
NppStatus nppiSub_16u_C4IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDiv_16s_AC4IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFa...
NppStatus nppiRShiftC_16u_C3R(const Npp16u *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image right shift by constant.
NppStatus nppiExp_32f_C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image exponential.
NppStatus nppiMulCScale_8u_C4IR(const Npp8u aConstants[4], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value...
NppStatus nppiDiv_16s_C4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated ...
NppStatus nppiLShiftC_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, const Npp32u aConstants[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant.
NppStatus nppiAnd_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and.
NppStatus nppiDiv_32sc_AC4IRSfs(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiAdd_32f_C1R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image addition.
NppStatus nppiSqrt_32f_AC4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image square root with unmodified alpha.
NppStatus nppiAddWeighted_16u32f_C1IR(const Npp16u *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp32f nAlpha)
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination i...
NppStatus nppiSqr_32f_AC4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image squared with unmodified alpha.
NppStatus nppiAddC_32f_AC4IR(const Npp32f aConstants[3], Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image add constant.
NppStatus nppiExp_8u_C1IRSfs(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMul_32f_AC4IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiplication.
NppStatus nppiSqrt_16s_C1RSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturate...
NppStatus nppiSub_8u_C1RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturate...
NppStatus nppiLShiftC_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, const Npp32u nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image left shift by constant.
NppStatus nppiSub_8u_AC4IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSqr_32f_C4IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image squared.
NppStatus nppiMulC_32f_C1IR(const Npp32f nConstant, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image multiply by constant.
NppStatus nppiMulCScale_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bi...
NppStatus nppiAnd_16u_C4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and.
NppStatus nppiOr_32s_C4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or.
NppStatus nppiOr_16u_C3IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or.
NppStatus nppiSqr_16u_C3RSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturate...
NppStatus nppiMul_16sc_C3RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication...
NppStatus nppiMul_16u_C3RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDiv_32f_C3IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image division.
NppStatus nppiSub_32sc_AC4IRSfs(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiMulCScale_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image multiply by constant and scale by max bit width value...
NppStatus nppiAddC_8u_AC4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to satur...
NppStatus nppiMulC_32f_AC4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f aConstants[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiply by constant.
NppStatus nppiOr_32s_C1R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image logical or.
NppStatus nppiAdd_16s_C3RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated...
NppStatus nppiSub_16s_C3RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to satura...
NppStatus nppiAnd_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image logical and.
NppStatus nppiDivC_16u_AC4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
NppStatus nppiRShiftC_16s_AC4IR(const Npp32u aConstants[3], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant with unmodified alpha...
NppStatus nppiXorC_16u_C4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant.
NppStatus nppiDivC_32sc_C1IRSfs(const Npp32sc nConstant, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by c...
NppStatus nppiXorC_32s_C1IR(const Npp32s nConstant, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical exclusive or with constant.
NppStatus nppiSqr_16s_AC4IRSfs(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFac...
NppStatus nppiMulCScale_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant and scale by max ...
NppStatus nppiXor_32s_AC4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with unmodified alpha.
NppStatus nppiExp_16u_C3IRSfs(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddC_16s_C3RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s aConstants[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image add constant, scale, then clamp to saturated value...
NppStatus nppiMul_8u_C1RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to satur...
NppStatus nppiDivC_32fc_C4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc aConstants[4], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiMul_32fc_C1IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multi...
NppStatus nppiDiv_Round_8u_C4IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAlphaPremulC_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, Npp16u nAlpha1, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image premultiplication using constant alpha.
NppStatus nppiAddC_32s_C3RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value...
NppStatus nppiMulScale_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width...
NppStatus nppiMul_32fc_C3R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplicati...
NppStatus nppiSubC_16s_AC4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s aConstants[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
2D Size This struct typically represents the size of a a rectangular region in two space...
Definition: nppdefs.h:418
NppStatus nppiAddC_32fc_C3IR(const Npp32fc aConstants[3], Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) cha...
NppStatus nppiAnd_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical and.
NppStatus nppiRShiftC_16s_C3R(const Npp16s *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit signed short channel image right shift by constant.
NppStatus nppiDivC_32f_C1IR(const Npp32f nConstant, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image divided by constant.
NppStatus nppiAddC_16sc_C1IRSfs(const Npp16sc nConstant, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add con...
NppStatus nppiMul_32sc_C1IRSfs(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multi...
NppStatus nppiMulC_32s_C3IRSfs(const Npp32s aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturat...
NppStatus nppiDiv_32sc_C3RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division...
NppStatus nppiSubC_16s_C1IRSfs(const Npp16s nConstant, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated valu...
NppStatus nppiExp_16s_C3IRSfs(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiOr_16u_C4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or.
NppStatus nppiLn_16u_C1IRSfs(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAdd_32s_C3IRSfs(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSqr_8u_AC4RSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAlphaPremulC_8u_C3IR(Npp8u nAlpha1, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image premultiplication using constant alpha...
NppStatus nppiMulC_32s_C1RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s nConstant, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value...
NppStatus nppiRShiftC_16u_C3IR(const Npp32u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image right shift by constant.
NppStatus nppiDiv_Round_16u_C3IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Three 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDiv_16u_C1RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated...
NppStatus nppiDivC_8u_C3IRSfs(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value.
NppStatus nppiRShiftC_8s_C1IR(const Npp32u nConstant, Npp8s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit signed char channel in place image right shift by constant.
NppStatus nppiSqr_32f_C3IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image squared.
NppStatus nppiSubC_16u_C3RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value...
NppStatus nppiSqrt_16s_C3IRSfs(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSubC_32f_C4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f aConstants[4], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image subtract constant.
NppStatus nppiRShiftC_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant with unmodified alpha.
NppStatus nppiDivC_16u_C4IRSfs(const Npp16u aConstants[4], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated...
NppStatus nppiXor_32s_C4IR(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or.
NppStatus nppiExp_8u_C3RSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to satura...
NppStatus nppiAddProduct_16u32f_C1IMR(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image us...
NppStatus nppiAdd_16u_AC4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor)...
NppStatus nppiOr_16u_C1IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical or.
NppStatus nppiAddProduct_32f_C1IMR(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image us...
NppStatus nppiAnd_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and.
NppStatus nppiMul_16sc_C3IRSfs(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multi...
NppStatus nppiDiv_32f_C3R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image division.
NppStatus nppiSub_32s_C3RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSub_8u_C3IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddC_32fc_AC4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc aConstants[3], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiSubC_16s_AC4IRSfs(const Npp16s aConstants[3], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
NppStatus nppiAdd_32f_C3IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image addition.
NppStatus nppiAnd_32s_C1R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image logical and.
NppStatus nppiOr_8u_C4IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or.
NppStatus nppiSub_32fc_C4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction...
NppStatus nppiXor_8u_C4IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or.
NppStatus nppiRShiftC_32s_C3R(const Npp32s *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image right shift by constant.
NppStatus nppiAddC_16s_C3IRSfs(const Npp16s aConstants[3], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value...
NppStatus nppiSubC_32fc_C1IR(const Npp32fc nConstant, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chann...
NppStatus nppiExp_16s_C1IRSfs(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiXorC_32s_AC4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha...
NppStatus nppiMulScale_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiplication then scale by maximum v...
NppStatus nppiSubC_32f_C3R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f aConstants[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image subtract constant.
NppStatus nppiLShiftC_32s_C4IR(const Npp32u aConstants[4], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant.
NppStatus nppiXorC_32s_C4IR(const Npp32s aConstants[4], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant.
NppStatus nppiAddC_8u_AC4IRSfs(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
NppStatus nppiNot_8u_C4R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical not.
NppStatus nppiAddProduct_8u32f_C1IR(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image...
NppStatus nppiLn_16s_C3RSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMul_16sc_C1RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication...
NppStatus nppiMulC_32f_C4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f aConstants[4], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image multiply by constant.
NppStatus nppiDiv_32f_C4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image division.
NppStatus nppiDiv_16s_C3RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated...
NppStatus nppiExp_16s_C1RSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturate...
NppStatus nppiXorC_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u nConstant, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or with constant.
NppStatus nppiDiv_Round_16s_C1RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated v...
NppStatus nppiMulCScale_16u_C3R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiply by constant and scale by max bit width value...
NppStatus nppiAndC_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u nConstant, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image logical and with constant.
NppStatus nppiDiv_32fc_C3R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division...
NppStatus nppiMulCScale_16u_C1IR(const Npp16u nConstant, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiply by constant and scale by max bit width valu...
NppStatus nppiDivC_16u_C1RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u nConstant, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value...
NppStatus nppiOr_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or.
NppStatus nppiAlphaPremul_8u_AC4IR(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication with pixel alpha (0 - max channel p...
NppStatus nppiLn_16u_C3RSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMulC_16sc_C3RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc aConstants[3], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by co...
NppStatus nppiAndC_32s_C1IR(const Npp32s nConstant, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical and with constant.
NppStatus nppiMulC_16s_C3IRSfs(const Npp16s aConstants[3], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated...
NppStatus nppiAbs_32f_C3IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image absolute value.
NppStatus nppiDivC_16s_AC4IRSfs(const Npp16s aConstants[3], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
NppStatus nppiAlphaPremulC_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, Npp8u nAlpha1, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image premultiplication using constant alpha.
NppStatus nppiMulC_32sc_C1IRSfs(const Npp32sc nConstant, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by ...
NppStatus nppiAddC_32fc_C4IR(const Npp32fc aConstants[4], Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiMulC_16s_C4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s aConstants[4], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value...
NppStatus nppiLShiftC_16u_AC4IR(const Npp32u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant with unmodified alpha...
NppStatus nppiDiv_32s_C1IRSfs(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAbsDiffC_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, Npp8u nConstant)
One 8-bit unsigned char channel image absolute difference with constant.
NppStatus nppiSqr_8u_C1RSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated va...
NppStatus nppiDiv_32fc_AC4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiMulC_32sc_C1RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc nConstant, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant...
NppStatus nppiAdd_16u_C4IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMulC_32fc_AC4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc aConstants[3], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiMulC_8u_C4IRSfs(const Npp8u aConstants[4], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated ...
NppStatus nppiLShiftC_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant with unmodified alpha.
NppStatus nppiAddC_8u_C1RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image add constant, scale, then clamp to saturated value...
NppStatus nppiMul_32sc_C3RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplicati...
NppStatus nppiDivC_32sc_C3RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc aConstants[3], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant...
NppStatus nppiSub_16sc_C1RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction...
NppStatus nppiSqrt_16u_C3RSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAbs_32f_C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image absolute value.
NppStatus nppiDiv_32fc_C4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division...
NppStatus nppiXor_32s_C4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or.
NppStatus nppiRShiftC_16s_AC4R(const Npp16s *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant with unmodified alpha.
NppStatus nppiSqrt_16u_C1IRSfs(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiOrC_16u_C3R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or with constant.
NppStatus nppiSub_16u_C1IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddC_32fc_AC4IR(const Npp32fc aConstants[3], Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiXorC_16u_C3IR(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or with constant.
NppStatus nppiAdd_32f_AC4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image addition.
NppStatus nppiMul_32f_C1R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image multiplication.
NppStatus nppiSqrt_8u_C3IRSfs(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMulScale_16u_C3IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image multiplication then scale by maximum value for pix...
NppStatus nppiMulC_16s_C3RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s aConstants[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value...
NppStatus nppiAlphaComp_32u_AC1R(const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, Npp32u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel...
NppStatus nppiAlphaComp_32f_AC1R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 32-bit floating point channel image composition using image alpha values (0.0 - 1...
NppStatus nppiAddC_32sc_AC4IRSfs(const Npp32sc aConstants[3], Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in p...
NppStatus nppiAdd_32f_C3R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image addition.
NppStatus nppiSqr_8u_C4IRSfs(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiXor_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with unmodified alpha.
NppStatus nppiMulC_8u_C3IRSfs(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant, scale, then clamp to saturated value.
NppStatus nppiMulC_32f_C3IR(const Npp32f aConstants[3], Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image multiply by constant.
NppStatus nppiMulC_32fc_C3IR(const Npp32fc aConstants[3], Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) cha...
NppStatus nppiAndC_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant.
NppStatus nppiOr_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with unmodified alpha.
NppStatus nppiRShiftC_16s_C1IR(const Npp32u nConstant, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit signed short channel in place image right shift by constant.
NppStatus nppiMulScale_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit widt...
NppStatus nppiDivC_16u_AC4IRSfs(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image divided by constant...
NppStatus nppiSub_32s_C1R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale f...
NppStatus nppiAnd_32s_C4IR(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and.
NppStatus nppiDiv_Round_8u_C3RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated...
NppStatus nppiOrC_8u_C4IR(const Npp8u aConstants[4], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant.
NppStatus nppiAbsDiff_32f_C1R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel absolute difference of image1 minus image2.
NppStatus nppiMulC_16u_C1IRSfs(const Npp16u nConstant, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated...
NppStatus nppiSubC_16u_C1RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u nConstant, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value...
NppStatus nppiSub_16s_C4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturat...
NppStatus nppiDiv_32sc_C1IRSfs(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image divis...
NppStatus nppiAlphaComp_8u_AC1R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel val...
NppStatus nppiMul_16u_AC4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFac...
NppStatus nppiMulC_8u_AC4IRSfs(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant...
NppStatus nppiMul_32f_C1IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image multiplication.
NppStatus nppiAdd_32fc_C3IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image add...
NppStatus nppiAlphaCompC_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, Npp16u nAlpha1, const Npp16u *pSrc2, int nSrc2Step, Npp16u nAlpha2, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
Four 16-bit unsigned short channel image composition with alpha using constant source alpha...
NppStatus nppiSub_32f_AC4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtraction.
NppStatus nppiSub_32f_C3R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image subtraction.
NppStatus nppiDiv_16sc_C3IRSfs(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divis...
NppStatus nppiAdd_32f_C4IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image addition.
NppStatus nppiMul_32fc_AC4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiAddC_16sc_C1RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc nConstant, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant...
NppStatus nppiMul_32sc_C1RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication...
NppStatus nppiDiv_32f_AC4IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image division. ...
NppStatus nppiAddC_16s_C4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s aConstants[4], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image add constant, scale, then clamp to saturated value...
NppStatus nppiAddWeighted_32f_C1IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp32f nAlpha)
One 32-bit floating point channel alpha weighted image added to in place floating point destination i...
NppStatus nppiAdd_16s_C4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated ...
NppStatus nppiAddC_16sc_AC4IRSfs(const Npp16sc aConstants[3], Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiOrC_16u_AC4IR(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant with unmodified alpha...
NppStatus nppiMulScale_16u_C1IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel...
NppStatus nppiXor_16u_C4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or.
NppStatus nppiRShiftC_32s_C4IR(const Npp32u aConstants[4], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant.
NppStatus nppiMulCScale_8u_C1IR(const Npp8u nConstant, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value...
NppStatus nppiMul_32fc_C4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplicatio...
NppStatus nppiSub_32f_C1R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image subtraction.
NppStatus nppiAdd_8u_C4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated ...
NppStatus nppiSubC_16sc_C3RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc aConstants[3], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract const...
NppStatus nppiMulC_16u_C1RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u nConstant, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value...
NppStatus nppiSubC_8u_AC4IRSfs(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
int Npp32s
32-bit signed integers
Definition: nppdefs.h:283
NppStatus nppiMulCScale_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value...
NppStatus nppiOr_32s_C4IR(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or.
NppStatus nppiSqr_16u_C1IRSfs(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDivC_32f_C4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f aConstants[4], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image divided by constant.
NppStatus nppiAndC_32s_C1R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s nConstant, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image logical and with constant.
NppStatus nppiDiv_Round_16s_AC4IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFa...
NppStatus nppiSub_32sc_AC4RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiMul_32fc_AC4IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiSqrt_8u_C1IRSfs(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDiv_16s_C3IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAnd_16u_C3IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical and.
NppStatus nppiMulCScale_8u_C3IR(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant and scale b...
NppStatus nppiMulC_32fc_AC4IR(const Npp32fc aConstants[3], Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiAlphaCompC_32s_C1R(const Npp32s *pSrc1, int nSrc1Step, Npp32s nAlpha1, const Npp32s *pSrc2, int nSrc2Step, Npp32s nAlpha2, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 32-bit signed integer channel image composition using constant alpha.
NppStatus nppiAnd_16u_C1IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical and.
NppStatus nppiMulC_16s_C1IRSfs(const Npp16s nConstant, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated v...
NppStatus nppiMul_8u_C1IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAdd_32sc_AC4RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiLShiftC_8u_AC4IR(const Npp32u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha...
NppStatus nppiDiv_32s_C1R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale f...
NppStatus nppiDiv_Round_8u_C4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated ...
NppStatus nppiSubC_32sc_C1IRSfs(const Npp32sc nConstant, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract con...
NppStatus nppiMul_32s_C3IRSfs(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDiv_Round_16u_AC4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Four 16-bit unsigned short channel image division with unmodified alpha, scale by 2^(-nScaleFactor)...
NppStatus nppiOr_32s_C1IR(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical or.
NppStatus nppiMulC_16u_AC4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
NppStatus nppiSub_16s_C1RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturate...
NppStatus nppiAdd_32sc_C3IRSfs(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image add...
NppStatus nppiDivC_8u_C4IRSfs(const Npp8u aConstants[4], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated v...
NppStatus nppiExp_16u_C1RSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to satura...
NppStatus nppiAndC_8u_C3IR(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical and with constant.
NppStatus nppiDiv_8u_C4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated ...
NppStatus nppiAddC_16sc_C3IRSfs(const Npp16sc aConstants[3], Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add c...
NppStatus nppiMulC_32f_C3R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f aConstants[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image multiply by constant.
NppStatus nppiAlphaCompC_32u_C1R(const Npp32u *pSrc1, int nSrc1Step, Npp32u nAlpha1, const Npp32u *pSrc2, int nSrc2Step, Npp32u nAlpha2, Npp32u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 32-bit unsigned integer channel image composition using constant alpha.
NppStatus nppiMul_32f_AC4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiplication.
NppStatus nppiDivC_32fc_C1R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc nConstant, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chann...
NppStatus nppiSqr_8u_C4RSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated v...
NppStatus nppiRShiftC_8s_AC4IR(const Npp32u aConstants[3], Npp8s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant with unmodified alpha...
NppStatus nppiXor_8u_C1IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical exclusive or.
NppStatus nppiAdd_8u_C3IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAlphaCompC_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, Npp8u nAlpha1, const Npp8u *pSrc2, int nSrc2Step, Npp8u nAlpha2, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
Four 8-bit unsigned char channel image composition using constant alpha.
NppStatus nppiSubC_32s_C3IRSfs(const Npp32s aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated ...
NppStatus nppiExp_32f_C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image exponential.
NppStatus nppiSqrt_16u_C3IRSfs(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddC_16u_C1RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u nConstant, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image add constant, scale, then clamp to saturated value...
NppStatus nppiAbs_16s_C3IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit signed short channel in place image absolute value.
NppStatus nppiExp_8u_C1RSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturate...
NppStatus nppiSubC_8u_C3RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value...
NppStatus nppiMulScale_8u_C1IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel b...
NppStatus nppiDivC_16s_C4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s aConstants[4], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value...
NppStatus nppiDiv_Round_16s_AC4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMulScale_16u_C4IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixe...
NppStatus nppiXor_8u_AC4IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with unmodified alpha...
NppStatus nppiDivC_32fc_C1IR(const Npp32fc nConstant, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chann...
NppStatus nppiAdd_16s_AC4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSubC_32s_C1IRSfs(const Npp32s nConstant, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated va...
NppStatus nppiOr_32s_C3R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or.
NppStatus nppiAbs_16s_C4R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value.
NppStatus nppiRShiftC_16u_AC4IR(const Npp32u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant with unmodified alpha...
NppStatus nppiAdd_32s_C3RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturat...
NppStatus nppiAddC_32f_C1IR(const Npp32f nConstant, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image add constant.
NppStatus nppiSqrt_8u_AC4RSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image square root with unmodified alpha, scale by 2^(-nScaleFactor)...
NppStatus nppiXorC_16u_AC4IR(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant with unmodified ...
NppStatus nppiAbs_16s_AC4IR(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel in place image absolute value with unmodified alpha.
NppStatus nppiDiv_Round_16u_AC4IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Four 16-bit unsigned short channel in place image division with unmodified alpha, scale by 2^(-nScale...
NppStatus nppiAnd_32s_AC4IR(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with unmodified alpha.
NppStatus nppiAdd_8u_C1RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated v...
NppStatus nppiLShiftC_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image left shift by constant.
NppStatus nppiAlphaCompC_16s_C1R(const Npp16s *pSrc1, int nSrc1Step, Npp16s nAlpha1, const Npp16s *pSrc2, int nSrc2Step, Npp16s nAlpha2, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 16-bit signed short channel image composition using constant alpha.
NppStatus nppiXorC_32s_C3R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or with constant.
NppStatus nppiSub_16sc_C1IRSfs(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtrac...
NppStatus nppiSubC_32sc_C3IRSfs(const Npp32sc aConstants[3], Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract c...
NppStatus nppiAbsDiff_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel absolute difference of image1 minus image2.
NppStatus nppiAbs_32f_AC4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image absolute value with unmodified alpha.
NppStatus nppiRShiftC_8s_AC4R(const Npp8s *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant with unmodified alpha.
NppStatus nppiMulC_32s_C1IRSfs(const Npp32s nConstant, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated...
NppStatus nppiDiv_8u_C1RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated v...
NppStatus nppiMulC_32f_C4IR(const Npp32f aConstants[4], Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiply by constant.
NppStatus nppiSubC_8u_C3IRSfs(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image subtract constant, scale, then clamp to saturated value.
NppStatus nppiDiv_32f_C4IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image division.
NppStatus nppiSqrt_8u_C1RSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturate...
NppStatus nppiOrC_8u_AC4IR(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha...
NppStatus nppiSub_32fc_C3R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction...
NppStatus nppiSubC_32f_C4IR(const Npp32f aConstants[4], Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtract constant.
Npp16sc
Definition: nppdefs.h:318
NppStatus nppiAdd_16s_C1IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiOrC_32s_AC4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant with unmodified alpha...
NppStatus nppiOrC_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant with unmodified alpha...
NppStatus nppiMul_16u_C1RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddC_16u_C4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image add constant, scale, then clamp to saturated value...
NppStatus nppiRShiftC_8s_C3IR(const Npp32u aConstants[3], Npp8s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit signed char channel in place image right shift by constant.
NppStatus nppiSubC_8u_C1RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value...
NppStatus nppiAddSquare_16u32f_C1IMR(const Npp16u *pSrc, int nSrcStep, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image squared then added to in place floating point destination ima...
NppStatus nppiMul_32fc_C3IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image mul...
NppStatus nppiAddC_16u_AC4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image add constant, scale, then clamp to saturated value.
NppStatus nppiMul_16s_C3IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddSquare_8u32f_C1IR(const Npp8u *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image squared then added to in place floating point destination image...
NppStatus nppiAdd_16u_C3IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiXorC_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant with unmodified alpha...
NppStatus nppiAdd_32fc_C4IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addi...
NppStatus nppiOrC_16u_C3IR(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or with constant.
NppStatus nppiAddC_16u_C3IRSfs(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value...
unsigned short Npp16u
16-bit unsigned integers
Definition: nppdefs.h:280
NppStatus nppiSqrt_32f_C1IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image square root.
NppStatus nppiDiv_32fc_C1R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division...
NppStatus nppiDiv_32s_C1RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated...
NppStatus nppiSub_32s_C1RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to satura...
NppStatus nppiSubC_32fc_C4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc aConstants[4], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiDivC_32fc_C3IR(const Npp32fc aConstants[3], Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) cha...
NppStatus nppiAlphaComp_8s_AC1R(const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, Npp8s *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value...
NppStatus nppiLShiftC_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant with unmodified alpha.
NppStatus nppiMulC_32sc_C3IRSfs(const Npp32sc aConstants[3], Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply b...
NppStatus nppiAndC_16u_C3IR(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical and with constant.
NppStatus nppiExp_32f_C3IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image exponential.
NppStatus nppiDiv_32fc_C4IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image divi...
NppStatus nppiAnd_8u_AC4IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with unmodified alpha.
NppStatus nppiSub_16u_C4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to satur...
NppRoundMode
Rounding Modes.
Definition: nppdefs.h:468
NppStatus nppiLShiftC_32s_C3IR(const Npp32u aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image left shift by constant.
NppStatus nppiMulC_8u_C3RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value...
NppStatus nppiMulScale_16u_C4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit wid...
NppStatus nppiSub_32f_C3IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image subtraction.
NppStatus nppiDivC_8u_C3RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value...
NppStatus nppiDiv_32fc_C3IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image div...
NppStatus nppiSqr_16s_AC4RSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSqr_16u_C4IRSfs(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAnd_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with unmodified alpha.
NppStatus nppiAdd_16sc_C3RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition...
NppStatus nppiAlphaComp_32f_AC4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
Four 32-bit floating point channel image composition using image alpha values (0.0 - 1...
NppStatus nppiAdd_32s_C1RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated...
NppStatus nppiAddC_32f_C4IR(const Npp32f aConstants[4], Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image add constant.
NppStatus nppiAdd_32fc_C4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition...
NppStatus nppiAddC_16s_C1IRSfs(const Npp16s nConstant, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image add constant, scale, then clamp to saturated value...
NppStatus nppiAbs_32f_C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image absolute value.
NppStatus nppiMulScale_8u_AC4IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication then scale by ma...
NppStatus nppiAlphaPremulC_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, Npp8u nAlpha1, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication with alpha using constant alpha...
NppStatus nppiSub_16sc_AC4RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiMulC_32sc_AC4RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc aConstants[3], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha imag...
NppStatus nppiRShiftC_16s_C4IR(const Npp32u aConstants[4], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant.
NppStatus nppiAdd_32fc_AC4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiOr_32s_C3IR(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or.
NppStatus nppiSqr_16s_C1RSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated va...
NppStatus nppiXor_32s_C3IR(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or.
NppStatus nppiAddC_8u_C3RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image add constant, scale, then clamp to saturated value...
NppStatus nppiDiv_32sc_C3IRSfs(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image div...
NppStatus nppiSub_32f_C4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image subtraction.
NppStatus nppiMulScale_16u_C3R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit wi...
NppStatus nppiRShiftC_32s_C1IR(const Npp32u nConstant, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image right shift by constant.
NppStatus nppiRShiftC_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image right shift by constant.
NppStatus nppiLShiftC_16u_C3R(const Npp16u *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image left shift by constant.
NppStatus nppiMulScale_16u_AC4IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication then scale by ...
NppStatus nppiXorC_16u_C3R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or with constant.
NppStatus nppiRShiftC_8s_C4IR(const Npp32u aConstants[4], Npp8s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant.
NppStatus nppiMul_32fc_C1R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication...
NppStatus nppiOr_8u_C3IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or.
NppStatus nppiDivC_32fc_C3R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc aConstants[3], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) cha...
NppStatus nppiDiv_16u_C4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturate...
NppStatus nppiDiv_Round_8u_C1RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated v...
NppStatus nppiSubC_32sc_AC4RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc aConstants[3], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha imag...
NppStatus nppiOr_16u_AC4IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with unmodified alpha.
NppStatus nppiOr_8u_AC4IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with unmodified alpha. ...
NppStatus nppiAdd_32fc_C3R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition...
NppStatus nppiOrC_32s_C4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s aConstants[4], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant.
NppStatus nppiMulCScale_8u_AC4IR(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant...
NppStatus nppiOrC_16u_C4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant.
NppStatus nppiAdd_16s_C3IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDiv_32fc_AC4IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiDivC_32f_C3R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f aConstants[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image divided by constant.
NppStatus nppiMulCScale_16u_C3IR(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image multiply by constant and scale by max bit width va...
NppStatus nppiSqr_8u_C3RSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated ...
short Npp16s
16-bit signed integers
Definition: nppdefs.h:281
NppStatus nppiSub_16u_C1RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to satura...
NppStatus nppiDiv_32sc_C1RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division...
unsigned int Npp32u
32-bit unsigned integers
Definition: nppdefs.h:282
NppStatus nppiSqr_16u_C1RSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated ...
NppStatus nppiAlphaCompC_32f_C1R(const Npp32f *pSrc1, int nSrc1Step, Npp32f nAlpha1, const Npp32f *pSrc2, int nSrc2Step, Npp32f nAlpha2, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 32-bit floating point channel image composition using constant alpha.
signed char Npp8s
8-bit signed chars
Definition: nppdefs.h:279
NppStatus nppiLn_16s_C3IRSfs(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSubC_16u_AC4IRSfs(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
NppStatus nppiMul_16sc_C1IRSfs(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multipl...
NppStatus nppiOrC_32s_C4IR(const Npp32s aConstants[4], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant.
NppStatus nppiAddSquare_8u32f_C1IMR(const Npp8u *pSrc, int nSrcStep, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image squared then added to in place floating point destination image...
NppStatus nppiSubC_32s_C3RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value...
NppStatus nppiLShiftC_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, const Npp32u nConstant, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image left shift by constant.
NppStatus nppiOrC_32s_C1IR(const Npp32s nConstant, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical or with constant.
NppStatus nppiSqr_16u_AC4RSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSqr_16s_C1IRSfs(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiNot_8u_AC4R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical not with unmodified alpha.
NppStatus nppiSqrt_32f_C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image square root.
NppStatus nppiAndC_16u_C3R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and with constant.
NppStatus nppiDiv_32s_C3IRSfs(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSub_16s_AC4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor)...
NppStatus nppiSubC_16s_C3IRSfs(const Npp16s aConstants[3], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated va...
NppStatus nppiDiv_32fc_C1IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image divis...
NppStatus nppiSqr_16s_C4RSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated v...
NppStatus nppiXor_16u_C3IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or.
NppStatus nppiDiv_32sc_AC4RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiOrC_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or with constant.
NppStatus nppiSqr_32f_C1IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image squared.
NppStatus nppiSubC_32fc_C3IR(const Npp32fc aConstants[3], Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) cha...
NppStatus nppiSub_32sc_C1RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction...
NppStatus nppiAdd_16u_C1IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAbs_16s_C3R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit signed short channel image absolute value.
NppStatus nppiMulC_16u_C3IRSfs(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturat...
NppStatus nppiDivC_16u_C4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value...
NppStatus nppiSubC_32f_AC4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f aConstants[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtract constant. ...
NppStatus nppiLShiftC_32s_C1IR(const Npp32u nConstant, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image left shift by constant.
NppStatus nppiAnd_16u_C3R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and.
NppStatus nppiRShiftC_8u_AC4IR(const Npp32u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha...
NppStatus nppiAbs_16s_AC4R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value with unmodified alpha.
NppStatus nppiSubC_16u_C4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value...
NppStatus nppiSubC_16s_C4IRSfs(const Npp16s aConstants[4], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated val...
NppStatus nppiLn_16u_C3IRSfs(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAlphaCompC_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, Npp8u nAlpha1, const Npp8u *pSrc2, int nSrc2Step, Npp8u nAlpha2, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
Four 8-bit unsigned char channel image composition with alpha using constant source alpha...
NppStatus nppiSub_32sc_C3RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction...
NppStatus nppiAdd_8u_AC4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDiv_16sc_C3RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division...
NppStatus nppiDivC_32f_C1R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f nConstant, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image divided by constant.
NppStatus nppiAlphaComp_16u_AC1R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel v...
NppStatus nppiSub_32s_C3IRSfs(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiOrC_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u nConstant, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or with constant.
NppStatus nppiAdd_16sc_AC4RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiMulC_32fc_C3R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc aConstants[3], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) cha...
NppStatus nppiMul_32s_C1IRSfs(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddC_32s_C3IRSfs(const Npp32s aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value...
NppStatus nppiAnd_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with unmodified alpha.
NppStatus nppiRShiftC_16u_C1IR(const Npp32u nConstant, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image right shift by constant.
NppStatus nppiAddWeighted_16u32f_C1IMR(const Npp16u *pSrc, int nSrcStep, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp32f nAlpha)
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination i...
NppStatus nppiAnd_16u_AC4IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with unmodified alpha.
NppStatus nppiRShiftC_32s_AC4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant with unmodified alpha.
NppStatus nppiMulC_8u_C4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value...
NppStatus nppiXor_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or.
NppStatus nppiLShiftC_32s_C4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32u aConstants[4], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant.
NppStatus nppiSub_32fc_C4IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subt...
NppStatus nppiSqr_32f_AC4IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image squared with unmodified alpha.
NppStatus nppiMul_16sc_AC4RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiXor_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or.
NppStatus nppiAndC_32s_C3R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and with constant.
NppStatus nppiAdd_8u_C4IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMulC_16sc_AC4RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc aConstants[3], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiAddC_16s_AC4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s aConstants[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to satur...
NppStatus nppiMul_32f_C4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image multiplication.
NppStatus nppiAdd_32sc_C1IRSfs(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addit...
NppStatus nppiAddC_16s_AC4IRSfs(const Npp16s aConstants[3], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
NppStatus nppiSub_32f_C4IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtraction.
NppStatus nppiAbs_32f_C1IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image absolute value.
NppStatus nppiSub_16u_AC4IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAlphaComp_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
Four 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel ...
NppStatus nppiAnd_32s_C3R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and.
NppStatus nppiDivC_32sc_C3IRSfs(const Npp32sc aConstants[3], Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by...
NppStatus nppiMulC_16u_C4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u aConstants[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value...
NppStatus nppiAlphaCompC_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, Npp16u nAlpha1, const Npp16u *pSrc2, int nSrc2Step, Npp16u nAlpha2, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 16-bit unsigned short channel image composition using constant alpha.
NppStatus nppiAnd_32s_C4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and.
NppStatus nppiDivC_16s_AC4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s aConstants[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image divided by constant, scale...
NppStatus nppiAdd_16sc_C3IRSfs(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addit...
NppStatus nppiAndC_32s_AC4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant with unmodified alpha...
NppStatus nppiMul_16u_C3IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAdd_32sc_C1RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition...
NppStatus nppiAddC_16u_AC4IRSfs(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
NppStatus nppiAlphaCompC_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, Npp8u nAlpha1, const Npp8u *pSrc2, int nSrc2Step, Npp8u nAlpha2, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
One 8-bit unsigned char channel image composition using constant alpha.
NppStatus nppiLn_8u_C3IRSfs(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSqrt_16s_C3RSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to satura...
NppStatus nppiXorC_8u_C4IR(const Npp8u aConstants[4], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant.
NppStatus nppiSqrt_32f_C3IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image square root.
NppStatus nppiSubC_16u_C4IRSfs(const Npp16u aConstants[4], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated v...
NppStatus nppiLn_32f_C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image natural logarithm.
NppStatus nppiAbs_32f_C4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image absolute value.
NppStatus nppiDiv_Round_8u_C3IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMulC_16s_C1RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s nConstant, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value...
NppStatus nppiLShiftC_8u_C3IR(const Npp32u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image left shift by constant.
NppStatus nppiAdd_16s_C1RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated v...
NppStatus nppiSubC_16s_C1RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s nConstant, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value...
NppStatus nppiAdd_8u_AC4IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image addition, scale by 2^(-nScaleFa...
NppStatus nppiMulC_32sc_AC4IRSfs(const Npp32sc aConstants[3], Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in p...
NppStatus nppiDivC_32s_C1RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s nConstant, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value...
NppStatus nppiDiv_16sc_C1IRSfs(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divisio...
NppStatus nppiAndC_16u_AC4IR(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant with unmodified alpha...
NppStatus nppiAddC_32f_AC4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f aConstants[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image add constant.
NppStatus nppiDivC_32f_AC4IR(const Npp32f aConstants[3], Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image divided by constant...
NppStatus nppiSqr_16s_C4IRSfs(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddC_8u_C1IRSfs(const Npp8u nConstant, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value...
NppStatus nppiLShiftC_16u_C4IR(const Npp32u aConstants[4], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant.
NppStatus nppiMulC_16s_AC4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s aConstants[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
float Npp32f
32-bit (IEEE) floating-point numbers
Definition: nppdefs.h:286
NppStatus nppiDivC_32f_AC4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f aConstants[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image divided by constant.
NppStatus nppiSubC_32s_C1RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s nConstant, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value...
NppStatus nppiLn_8u_C1IRSfs(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDiv_Round_16s_C3RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated...
NppStatus nppiXor_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or.
NppStatus nppiRShiftC_16s_C4R(const Npp16s *pSrc1, int nSrc1Step, const Npp32u aConstants[4], Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant.
NppStatus nppiMul_16s_C4IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMul_16s_C1IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDiv_Round_8u_AC4IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Four 8-bit unsigned char channel in place image division with unmodified alpha, scale by 2^(-nScaleFa...
NppStatus nppiSqr_16u_C4RSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated...
NppStatus nppiDivC_32f_C4IR(const Npp32f aConstants[4], Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image divided by constant.
NppStatus nppiAddC_32sc_C1RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc nConstant, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant...
NppStatus nppiDivC_16sc_AC4RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc aConstants[3], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiAdd_16sc_C1IRSfs(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image additio...
NppStatus nppiSqrt_16s_C1IRSfs(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSqrt_16s_AC4RSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor)...
NppStatus nppiAlphaCompC_16u_C3R(const Npp16u *pSrc1, int nSrc1Step, Npp16u nAlpha1, const Npp16u *pSrc2, int nSrc2Step, Npp16u nAlpha2, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
Three 16-bit unsigned short channel image composition using constant alpha.
NppStatus nppiAbsDiff_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channels absolute difference of image1 minus image2.
NppStatus nppiAdd_32fc_C1IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addit...
NppStatus nppiOrC_8u_C1IR(const Npp8u nConstant, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical or with constant.
NppStatus nppiMul_32fc_C4IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image mult...
NppStatus nppiAdd_32sc_AC4IRSfs(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiExp_8u_C3IRSfs(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDivC_32sc_C1RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc nConstant, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant...
NppStatus nppiLn_16u_C1RSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDivC_16sc_C3RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc aConstants[3], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by con...
NppStatus nppiAddC_32f_C1R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f nConstant, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image add constant.
NppStatus nppiAndC_8u_AC4IR(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant with unmodified alpha...
NppStatus nppiSub_16sc_C3RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction...
NppStatus nppiMulScale_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width...
NppStatus nppiAdd_32sc_C3RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition...
NppStatus nppiSub_8u_C1IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDivC_16sc_C3IRSfs(const Npp16sc aConstants[3], Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divid...
NppStatus nppiAddWeighted_8u32f_C1IMR(const Npp8u *pSrc, int nSrcStep, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp32f nAlpha)
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination ima...
NppStatus nppiSqr_8u_AC4IRSfs(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image squared with unmodified alpha, scale by 2^(-nScaleFac...
NppStatus nppiOr_8u_C1IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical or.
NppStatus nppiXorC_8u_C3R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or with constant.
NppStatus nppiDiv_8u_AC4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddC_32fc_C1R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc nConstant, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chann...
NppStatus nppiLShiftC_8u_C4IR(const Npp32u aConstants[4], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant.
NppStatus nppiMulC_32fc_C4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc aConstants[4], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiRShiftC_8u_C3IR(const Npp32u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image right shift by constant.
NppStatus nppiDiv_Round_16s_C4IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAlphaPremulC_8u_C1IR(Npp8u nAlpha1, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image premultiplication using constant alpha.
NppStatus nppiSubC_32fc_AC4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc aConstants[3], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiAbsDiffC_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, Npp16u nConstant)
One 16-bit unsigned short channel image absolute difference with constant.
NppStatus nppiSqrt_32f_C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image square root.
NppStatus nppiXor_16u_C3R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or.
NppStatus nppiSubC_32f_C3IR(const Npp32f aConstants[3], Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image subtract constant.
NppiAlphaOp
Definition: nppdefs.h:534
NppStatus nppiSub_16s_C1IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDiv_Round_16s_C1IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddProduct_32f_C1IR(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image...
NppStatus nppiMul_8u_C3RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDivC_32f_C3IR(const Npp32f aConstants[3], Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image divided by constant.
NppStatus nppiAddC_16u_C4IRSfs(const Npp16u aConstants[4], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value...
NppStatus nppiLn_32f_C3IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image natural logarithm.
NppStatus nppiOr_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or.
NppStatus nppiDiv_Round_16u_C4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturate...
NppStatus nppiSqrt_16s_AC4IRSfs(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSub_32s_C4IRSfs(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiOrC_16u_C4IR(const Npp16u aConstants[4], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant.
NppStatus nppiAbsDiff_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel absolute difference of image1 minus image2.
NppStatus nppiAdd_16u_C3RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturat...
NppStatus nppiRShiftC_32s_AC4IR(const Npp32u aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha...
NppStatus nppiLn_16s_C1RSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMulC_32f_AC4IR(const Npp32f aConstants[3], Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiply by constant...
NppStatus nppiAddC_16s_C1RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s nConstant, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image add constant, scale, then clamp to saturated value...
NppStatus nppiDiv_16s_C1RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated v...
NppStatus nppiSqr_32f_C4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image squared.
NppStatus nppiSub_32fc_C1IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtr...
NppStatus nppiDiv_16u_AC4RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image division, scale by 2^(-nScaleFactor)...
NppStatus nppiAnd_32s_C1IR(const Npp32s *pSrc, int nSrcStep, Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical and.
NppStatus nppiOrC_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant with unmodified alpha.
NppStatus nppiDivC_8u_C4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value...
NppStatus nppiSubC_32f_C1IR(const Npp32f nConstant, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image subtract constant.
NppStatus nppiSub_16s_C4IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSqrt_8u_C3RSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to satura...
NppStatus nppiAddWeighted_8u32f_C1IR(const Npp8u *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp32f nAlpha)
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination ima...
NppStatus nppiMulC_16u_AC4IRSfs(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant...
NppStatus nppiLn_16s_C1IRSfs(Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSqr_32f_C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image squared.
NppStatus nppiSubC_16u_C3IRSfs(const Npp16u aConstants[3], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated ...
NppStatus nppiAddC_32sc_C3IRSfs(const Npp32sc aConstants[3], Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add consta...
NppStatus nppiXorC_32s_C3IR(const Npp32s aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or with constant.
NppStatus nppiXorC_32s_C1R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s nConstant, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or with constant.
NppStatus nppiDiv_Round_8u_C1IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSqrt_8u_AC4IRSfs(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDivC_32sc_AC4RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc aConstants[3], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha imag...
NppStatus nppiXorC_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha...
NppStatus nppiOrC_32s_C1R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s nConstant, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image logical or with constant.
NppStatus nppiOrC_8u_C3IR(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or with constant.
NppStatus nppiSub_16u_C3IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSub_8u_C3RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to satura...
NppStatus nppiSub_32f_C1IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image subtraction.
NppStatus nppiAddSquare_16u32f_C1IR(const Npp16u *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image squared then added to in place floating point destination ima...
NppStatus nppiXor_16u_C4IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or.
NppStatus nppiSubC_32fc_AC4IR(const Npp32fc aConstants[3], Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiAlphaPremul_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel valu...
NppStatus nppiAdd_32f_C4R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image addition.
NppStatus nppiLShiftC_8u_C1IR(const Npp32u nConstant, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image left shift by constant.
NppStatus nppiXor_16u_C1IR(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical exclusive or.
NppStatus nppiDiv_8u_AC4IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image division, scale by 2^(-nScaleFa...
NppStatus nppiSub_16s_C3IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSqr_16s_C3RSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated ...
NppStatus nppiRShiftC_32s_C4R(const Npp32s *pSrc1, int nSrc1Step, const Npp32u aConstants[4], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant.
NppStatus nppiMul_8u_C4IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiSubC_16sc_AC4IRSfs(const Npp16sc aConstants[3], Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiOrC_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or with constant.
NppStatus nppiDiv_16s_AC4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddC_32s_C1RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s nConstant, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image add constant, scale, then clamp to saturated value...
NppStatus nppiMul_32f_C4IR(const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiplication.
NppStatus nppiDiv_Round_16s_C4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated ...
NppStatus nppiXorC_16u_C1IR(const Npp16u nConstant, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical exclusive or with constant.
NppStatus nppiSqrt_16u_C1RSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to satura...
NppStatus nppiAddC_16sc_AC4RSfs(const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc aConstants[3], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiAnd_8u_C4IR(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and.
NppStatus nppiOrC_32s_C3IR(const Npp32s aConstants[3], Npp32s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or with constant.
NppStatus nppiMul_16s_C3RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMulC_8u_AC4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
NppStatus nppiAlphaPremul_16u_AC4R(const Npp16u *pSrc1, int nSrc1Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication with pixel alpha (0 - max channel pixel va...
NppStatus nppiMulC_16sc_AC4IRSfs(const Npp16sc aConstants[3], Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha...
NppStatus nppiAlphaPremulC_16u_C4R(const Npp16u *pSrc1, int nSrc1Step, Npp16u nAlpha1, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication using constant alpha.
NppStatus nppiAddC_16s_C4IRSfs(const Npp16s aConstants[4], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value...
NppStatus nppiDiv_8u_C3IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiNot_8u_C3R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical not.
NppStatus nppiAdd_16u_C1RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated...
NppStatus nppiAndC_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical and with constant.
NppStatus nppiSqr_8u_C1IRSfs(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiLShiftC_16u_C4R(const Npp16u *pSrc1, int nSrc1Step, const Npp32u aConstants[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant.
NppStatus nppiSubC_32sc_AC4IRSfs(const Npp32sc aConstants[3], Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in p...
NppStatus nppiDiv_Round_16u_C4IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDivC_32s_C3RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s aConstants[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value...
NppStatus nppiSqr_8u_C3IRSfs(Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMulC_16sc_C3IRSfs(const Npp16sc aConstants[3], Npp16sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multi...
NppStatus nppiLShiftC_32s_C1R(const Npp32s *pSrc1, int nSrc1Step, const Npp32u nConstant, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image left shift by constant.
NppStatus nppiSub_8u_C4IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiRShiftC_16s_C1R(const Npp16s *pSrc1, int nSrc1Step, const Npp32u nConstant, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit signed short channel image right shift by constant.
NppStatus nppiAbs_32f_C4IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image absolute value.
NppStatus nppiSubC_16s_C4RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s aConstants[4], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value...
NppStatus nppiXorC_8u_C1R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u nConstant, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or with constant.
NppStatus nppiLn_8u_C1RSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiRShiftC_16u_C4IR(const Npp32u aConstants[4], Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant.
NppStatus nppiSub_16s_AC4IRSfs(const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAddC_32fc_C4R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc aConstants[4], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chan...
NppStatus nppiSubC_8u_AC4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
NppStatus nppiAlphaCompC_16u_C4R(const Npp16u *pSrc1, int nSrc1Step, Npp16u nAlpha1, const Npp16u *pSrc2, int nSrc2Step, Npp16u nAlpha2, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp)
Four 16-bit unsigned short channel image composition using constant alpha.
NppStatus nppiAbsDiff_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channels absolute difference of image1 minus image2.
NppStatus nppiMulC_32fc_C1R(const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc nConstant, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) chann...
NppStatus nppiSub_16u_C3RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiMulC_16s_AC4IRSfs(const Npp16s aConstants[3], Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiply by constant...
NppStatus nppiDiv_16u_AC4IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image division, scale by 2^(-nScale...
NppStatus nppiSubC_8u_C1IRSfs(const Npp8u nConstant, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated valu...
NppStatus nppiAddC_32sc_AC4RSfs(const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc aConstants[3], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha imag...
NppStatus nppiSub_32fc_C3IR(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image sub...
NppStatus nppiAndC_8u_C1IR(const Npp8u nConstant, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical and with constant.
NppStatus nppiAlphaPremulC_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, Npp8u nAlpha1, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication using constant alpha.
NppStatus nppiAlphaPremulC_8u_C4IR(Npp8u nAlpha1, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication using constant alpha.
NppStatus nppiRShiftC_32s_C1R(const Npp32s *pSrc1, int nSrc1Step, const Npp32u nConstant, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image right shift by constant.
NppStatus nppiMulC_32f_C1R(const Npp32f *pSrc1, int nSrc1Step, const Npp32f nConstant, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image multiply by constant.
NppStatus nppiAdd_8u_C1IRSfs(const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiAdd_16u_AC4IRSfs(const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image addition, scale by 2^(-nScale...
NppStatus nppiAddC_16u_C1IRSfs(const Npp16u nConstant, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value...
NppStatus nppiAbs_32f_AC4IR(Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image absolute value with unmodified alpha.
NppStatus nppiAddProduct_8u32f_C1IMR(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image usin...
NppStatus nppiDiv_Round_16u_C3RSfs(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppRoundMode rndMode, int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturat...
NppStatus nppiMul_32sc_AC4IRSfs(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alp...
NppStatus nppiAlphaPremulC_8u_AC4IR(Npp8u nAlpha1, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication with alpha using constant alpha...
NppStatus nppiAdd_8u_C3RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated...
NppStatus nppiXor_32s_C1R(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or.
NppStatus nppiMul_32sc_C3IRSfs(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image mul...
NppStatus nppiSqr_16u_C3IRSfs(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiDivC_8u_AC4RSfs(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale...
NppStatus nppiSub_32sc_C3IRSfs(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image sub...
NppStatus nppiSqr_16u_AC4IRSfs(Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image squared with unmodified alpha, scale by 2^(-nScaleF...
NppStatus nppiMul_16s_C1RSfs(const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to satur...
NppStatus nppiOr_16u_C1R(const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or.
NppStatus nppiXorC_8u_C4R(const Npp8u *pSrc1, int nSrc1Step, const Npp8u aConstants[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant.
NppStatus nppiRShiftC_8u_AC4R(const Npp8u *pSrc1, int nSrc1Step, const Npp32u aConstants[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant with unmodified alpha.
NppStatus nppiMul_32s_C3RSfs(const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
NppStatus nppiXorC_8u_C3IR(const Npp8u aConstants[3], Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or with constant.

Copyright © 2009-2017 NVIDIA Corporation