NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 11.5.0.*
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
npps_arithmetic_and_logical_operations.h
1  /* Copyright 2010-2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2  *
3  * NOTICE TO LICENSEE:
4  *
5  * The source code and/or documentation ("Licensed Deliverables") are
6  * subject to NVIDIA intellectual property rights under U.S. and
7  * international Copyright laws.
8  *
9  * The Licensed Deliverables contained herein are PROPRIETARY and
10  * CONFIDENTIAL to NVIDIA and are being provided under the terms and
11  * conditions of a form of NVIDIA software license agreement by and
12  * between NVIDIA and Licensee ("License Agreement") or electronically
13  * accepted by Licensee. Notwithstanding any terms or conditions to
14  * the contrary in the License Agreement, reproduction or disclosure
15  * of the Licensed Deliverables to any third party without the express
16  * written consent of NVIDIA is prohibited.
17  *
18  * NOTWITHSTANDING ANY TERMS OR CONDITIONS TO THE CONTRARY IN THE
19  * LICENSE AGREEMENT, NVIDIA MAKES NO REPRESENTATION ABOUT THE
20  * SUITABILITY OF THESE LICENSED DELIVERABLES FOR ANY PURPOSE. THEY ARE
21  * PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND.
22  * NVIDIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THESE LICENSED
23  * DELIVERABLES, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY,
24  * NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE.
25  * NOTWITHSTANDING ANY TERMS OR CONDITIONS TO THE CONTRARY IN THE
26  * LICENSE AGREEMENT, IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY
27  * SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY
28  * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
29  * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
30  * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
31  * OF THESE LICENSED DELIVERABLES.
32  *
33  * U.S. Government End Users. These Licensed Deliverables are a
34  * "commercial item" as that term is defined at 48 C.F.R. 2.101 (OCT
35  * 1995), consisting of "commercial computer software" and "commercial
36  * computer software documentation" as such terms are used in 48
37  * C.F.R. 12.212 (SEPT 1995) and are provided to the U.S. Government
38  * only as a commercial end item. Consistent with 48 C.F.R.12.212 and
39  * 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), all
40  * U.S. Government End Users acquire the Licensed Deliverables with
41  * only those rights set forth herein.
42  *
43  * Any use of the Licensed Deliverables in individual and commercial
44  * software must include, in the user documentation and internal
45  * comments to the code, the above Disclaimer and U.S. Government End
46  * Users Notice.
47  */
48 #ifndef NV_NPPS_ARITHMETIC_AND_LOGICAL_OPERATIONS_H
49 #define NV_NPPS_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 nppsAddC_8u_ISfs_Ctx(Npp8u nValue, Npp8u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
99 
100 NppStatus
101 nppsAddC_8u_ISfs(Npp8u nValue, Npp8u * pSrcDst, int nLength, int nScaleFactor);
102 
113 NppStatus
114 nppsAddC_8u_Sfs_Ctx(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
115 
116 NppStatus
117 nppsAddC_8u_Sfs(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength, int nScaleFactor);
118 
128 NppStatus
129 nppsAddC_16u_ISfs_Ctx(Npp16u nValue, Npp16u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
130 
131 NppStatus
132 nppsAddC_16u_ISfs(Npp16u nValue, Npp16u * pSrcDst, int nLength, int nScaleFactor);
133 
144 NppStatus
145 nppsAddC_16u_Sfs_Ctx(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
146 
147 NppStatus
148 nppsAddC_16u_Sfs(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, int nScaleFactor);
149 
159 NppStatus
160 nppsAddC_16s_ISfs_Ctx(Npp16s nValue, Npp16s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
161 
162 NppStatus
163 nppsAddC_16s_ISfs(Npp16s nValue, Npp16s * pSrcDst, int nLength, int nScaleFactor);
164 
175 NppStatus
176 nppsAddC_16s_Sfs_Ctx(const Npp16s * pSrc, Npp16s nValue, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
177 
178 NppStatus
179 nppsAddC_16s_Sfs(const Npp16s * pSrc, Npp16s nValue, Npp16s * pDst, int nLength, int nScaleFactor);
180 
191 NppStatus
192 nppsAddC_16sc_ISfs_Ctx(Npp16sc nValue, Npp16sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
193 
194 NppStatus
195 nppsAddC_16sc_ISfs(Npp16sc nValue, Npp16sc * pSrcDst, int nLength, int nScaleFactor);
196 
208 NppStatus
209 nppsAddC_16sc_Sfs_Ctx(const Npp16sc * pSrc, Npp16sc nValue, Npp16sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
210 
211 NppStatus
212 nppsAddC_16sc_Sfs(const Npp16sc * pSrc, Npp16sc nValue, Npp16sc * pDst, int nLength, int nScaleFactor);
213 
223 NppStatus
224 nppsAddC_32s_ISfs_Ctx(Npp32s nValue, Npp32s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
225 
226 NppStatus
227 nppsAddC_32s_ISfs(Npp32s nValue, Npp32s * pSrcDst, int nLength, int nScaleFactor);
228 
239 NppStatus
240 nppsAddC_32s_Sfs_Ctx(const Npp32s * pSrc, Npp32s nValue, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
241 
242 NppStatus
243 nppsAddC_32s_Sfs(const Npp32s * pSrc, Npp32s nValue, Npp32s * pDst, int nLength, int nScaleFactor);
244 
255 NppStatus
256 nppsAddC_32sc_ISfs_Ctx(Npp32sc nValue, Npp32sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
257 
258 NppStatus
259 nppsAddC_32sc_ISfs(Npp32sc nValue, Npp32sc * pSrcDst, int nLength, int nScaleFactor);
260 
272 NppStatus
273 nppsAddC_32sc_Sfs_Ctx(const Npp32sc * pSrc, Npp32sc nValue, Npp32sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
274 
275 NppStatus
276 nppsAddC_32sc_Sfs(const Npp32sc * pSrc, Npp32sc nValue, Npp32sc * pDst, int nLength, int nScaleFactor);
277 
286 NppStatus
287 nppsAddC_32f_I_Ctx(Npp32f nValue, Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
288 
289 NppStatus
290 nppsAddC_32f_I(Npp32f nValue, Npp32f * pSrcDst, int nLength);
291 
301 NppStatus
302 nppsAddC_32f_Ctx(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
303 
304 NppStatus
305 nppsAddC_32f(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength);
306 
316 NppStatus
317 nppsAddC_32fc_I_Ctx(Npp32fc nValue, Npp32fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
318 
319 NppStatus
320 nppsAddC_32fc_I(Npp32fc nValue, Npp32fc * pSrcDst, int nLength);
321 
332 NppStatus
333 nppsAddC_32fc_Ctx(const Npp32fc * pSrc, Npp32fc nValue, Npp32fc * pDst, int nLength, NppStreamContext nppStreamCtx);
334 
335 NppStatus
336 nppsAddC_32fc(const Npp32fc * pSrc, Npp32fc nValue, Npp32fc * pDst, int nLength);
337 
346 NppStatus
347 nppsAddC_64f_I_Ctx(Npp64f nValue, Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
348 
349 NppStatus
350 nppsAddC_64f_I(Npp64f nValue, Npp64f * pSrcDst, int nLength);
351 
361 NppStatus
362 nppsAddC_64f_Ctx(const Npp64f * pSrc, Npp64f nValue, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
363 
364 NppStatus
365 nppsAddC_64f(const Npp64f * pSrc, Npp64f nValue, Npp64f * pDst, int nLength);
366 
376 NppStatus
377 nppsAddC_64fc_I_Ctx(Npp64fc nValue, Npp64fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
378 
379 NppStatus
380 nppsAddC_64fc_I(Npp64fc nValue, Npp64fc * pSrcDst, int nLength);
381 
392 NppStatus
393 nppsAddC_64fc_Ctx(const Npp64fc * pSrc, Npp64fc nValue, Npp64fc * pDst, int nLength, NppStreamContext nppStreamCtx);
394 
395 NppStatus
396 nppsAddC_64fc(const Npp64fc * pSrc, Npp64fc nValue, Npp64fc * pDst, int nLength);
397 
417 NppStatus
418 nppsAddProductC_32f_Ctx(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
419 
420 NppStatus
421 nppsAddProductC_32f(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength);
422 
444 NppStatus
445 nppsMulC_8u_ISfs_Ctx(Npp8u nValue, Npp8u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
446 
447 NppStatus
448 nppsMulC_8u_ISfs(Npp8u nValue, Npp8u * pSrcDst, int nLength, int nScaleFactor);
449 
460 NppStatus
461 nppsMulC_8u_Sfs_Ctx(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
462 
463 NppStatus
464 nppsMulC_8u_Sfs(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength, int nScaleFactor);
465 
475 NppStatus
476 nppsMulC_16u_ISfs_Ctx(Npp16u nValue, Npp16u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
477 
478 NppStatus
479 nppsMulC_16u_ISfs(Npp16u nValue, Npp16u * pSrcDst, int nLength, int nScaleFactor);
480 
491 NppStatus
492 nppsMulC_16u_Sfs_Ctx(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
493 
494 NppStatus
495 nppsMulC_16u_Sfs(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, int nScaleFactor);
496 
506 NppStatus
507 nppsMulC_16s_ISfs_Ctx(Npp16s nValue, Npp16s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
508 
509 NppStatus
510 nppsMulC_16s_ISfs(Npp16s nValue, Npp16s * pSrcDst, int nLength, int nScaleFactor);
511 
522 NppStatus
523 nppsMulC_16s_Sfs_Ctx(const Npp16s * pSrc, Npp16s nValue, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
524 
525 NppStatus
526 nppsMulC_16s_Sfs(const Npp16s * pSrc, Npp16s nValue, Npp16s * pDst, int nLength, int nScaleFactor);
527 
538 NppStatus
539 nppsMulC_16sc_ISfs_Ctx(Npp16sc nValue, Npp16sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
540 
541 NppStatus
542 nppsMulC_16sc_ISfs(Npp16sc nValue, Npp16sc * pSrcDst, int nLength, int nScaleFactor);
543 
555 NppStatus
556 nppsMulC_16sc_Sfs_Ctx(const Npp16sc * pSrc, Npp16sc nValue, Npp16sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
557 
558 NppStatus
559 nppsMulC_16sc_Sfs(const Npp16sc * pSrc, Npp16sc nValue, Npp16sc * pDst, int nLength, int nScaleFactor);
560 
570 NppStatus
571 nppsMulC_32s_ISfs_Ctx(Npp32s nValue, Npp32s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
572 
573 NppStatus
574 nppsMulC_32s_ISfs(Npp32s nValue, Npp32s * pSrcDst, int nLength, int nScaleFactor);
575 
586 NppStatus
587 nppsMulC_32s_Sfs_Ctx(const Npp32s * pSrc, Npp32s nValue, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
588 
589 NppStatus
590 nppsMulC_32s_Sfs(const Npp32s * pSrc, Npp32s nValue, Npp32s * pDst, int nLength, int nScaleFactor);
591 
602 NppStatus
603 nppsMulC_32sc_ISfs_Ctx(Npp32sc nValue, Npp32sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
604 
605 NppStatus
606 nppsMulC_32sc_ISfs(Npp32sc nValue, Npp32sc * pSrcDst, int nLength, int nScaleFactor);
607 
619 NppStatus
620 nppsMulC_32sc_Sfs_Ctx(const Npp32sc * pSrc, Npp32sc nValue, Npp32sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
621 
622 NppStatus
623 nppsMulC_32sc_Sfs(const Npp32sc * pSrc, Npp32sc nValue, Npp32sc * pDst, int nLength, int nScaleFactor);
624 
633 NppStatus
634 nppsMulC_32f_I_Ctx(Npp32f nValue, Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
635 
636 NppStatus
637 nppsMulC_32f_I(Npp32f nValue, Npp32f * pSrcDst, int nLength);
638 
648 NppStatus
649 nppsMulC_32f_Ctx(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
650 
651 NppStatus
652 nppsMulC_32f(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength);
653 
663 NppStatus
664 nppsMulC_Low_32f16s_Ctx(const Npp32f * pSrc, Npp32f nValue, Npp16s * pDst, int nLength, NppStreamContext nppStreamCtx);
665 
666 NppStatus
667 nppsMulC_Low_32f16s(const Npp32f * pSrc, Npp32f nValue, Npp16s * pDst, int nLength);
668 
680 NppStatus
681 nppsMulC_32f16s_Sfs_Ctx(const Npp32f * pSrc, Npp32f nValue, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
682 
683 NppStatus
684 nppsMulC_32f16s_Sfs(const Npp32f * pSrc, Npp32f nValue, Npp16s * pDst, int nLength, int nScaleFactor);
685 
695 NppStatus
696 nppsMulC_32fc_I_Ctx(Npp32fc nValue, Npp32fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
697 
698 NppStatus
699 nppsMulC_32fc_I(Npp32fc nValue, Npp32fc * pSrcDst, int nLength);
700 
711 NppStatus
712 nppsMulC_32fc_Ctx(const Npp32fc * pSrc, Npp32fc nValue, Npp32fc * pDst, int nLength, NppStreamContext nppStreamCtx);
713 
714 NppStatus
715 nppsMulC_32fc(const Npp32fc * pSrc, Npp32fc nValue, Npp32fc * pDst, int nLength);
716 
725 NppStatus
726 nppsMulC_64f_I_Ctx(Npp64f nValue, Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
727 
728 NppStatus
729 nppsMulC_64f_I(Npp64f nValue, Npp64f * pSrcDst, int nLength);
730 
740 NppStatus
741 nppsMulC_64f_Ctx(const Npp64f * pSrc, Npp64f nValue, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
742 
743 NppStatus
744 nppsMulC_64f(const Npp64f * pSrc, Npp64f nValue, Npp64f * pDst, int nLength);
745 
756 NppStatus
757 nppsMulC_64f64s_ISfs_Ctx(Npp64f nValue, Npp64s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
758 
759 NppStatus
760 nppsMulC_64f64s_ISfs(Npp64f nValue, Npp64s * pDst, int nLength, int nScaleFactor);
761 
771 NppStatus
772 nppsMulC_64fc_I_Ctx(Npp64fc nValue, Npp64fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
773 
774 NppStatus
775 nppsMulC_64fc_I(Npp64fc nValue, Npp64fc * pSrcDst, int nLength);
776 
787 NppStatus
788 nppsMulC_64fc_Ctx(const Npp64fc * pSrc, Npp64fc nValue, Npp64fc * pDst, int nLength, NppStreamContext nppStreamCtx);
789 
790 NppStatus
791 nppsMulC_64fc(const Npp64fc * pSrc, Npp64fc nValue, Npp64fc * pDst, int nLength);
792 
814 NppStatus
815 nppsSubC_8u_ISfs_Ctx(Npp8u nValue, Npp8u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
816 
817 NppStatus
818 nppsSubC_8u_ISfs(Npp8u nValue, Npp8u * pSrcDst, int nLength, int nScaleFactor);
819 
830 NppStatus
831 nppsSubC_8u_Sfs_Ctx(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
832 
833 NppStatus
834 nppsSubC_8u_Sfs(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength, int nScaleFactor);
835 
845 NppStatus
846 nppsSubC_16u_ISfs_Ctx(Npp16u nValue, Npp16u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
847 
848 NppStatus
849 nppsSubC_16u_ISfs(Npp16u nValue, Npp16u * pSrcDst, int nLength, int nScaleFactor);
850 
861 NppStatus
862 nppsSubC_16u_Sfs_Ctx(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
863 
864 NppStatus
865 nppsSubC_16u_Sfs(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, int nScaleFactor);
866 
876 NppStatus
877 nppsSubC_16s_ISfs_Ctx(Npp16s nValue, Npp16s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
878 
879 NppStatus
880 nppsSubC_16s_ISfs(Npp16s nValue, Npp16s * pSrcDst, int nLength, int nScaleFactor);
881 
892 NppStatus
893 nppsSubC_16s_Sfs_Ctx(const Npp16s * pSrc, Npp16s nValue, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
894 
895 NppStatus
896 nppsSubC_16s_Sfs(const Npp16s * pSrc, Npp16s nValue, Npp16s * pDst, int nLength, int nScaleFactor);
897 
908 NppStatus
909 nppsSubC_16sc_ISfs_Ctx(Npp16sc nValue, Npp16sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
910 
911 NppStatus
912 nppsSubC_16sc_ISfs(Npp16sc nValue, Npp16sc * pSrcDst, int nLength, int nScaleFactor);
913 
925 NppStatus
926 nppsSubC_16sc_Sfs_Ctx(const Npp16sc * pSrc, Npp16sc nValue, Npp16sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
927 
928 NppStatus
929 nppsSubC_16sc_Sfs(const Npp16sc * pSrc, Npp16sc nValue, Npp16sc * pDst, int nLength, int nScaleFactor);
930 
940 NppStatus
941 nppsSubC_32s_ISfs_Ctx(Npp32s nValue, Npp32s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
942 
943 NppStatus
944 nppsSubC_32s_ISfs(Npp32s nValue, Npp32s * pSrcDst, int nLength, int nScaleFactor);
945 
956 NppStatus
957 nppsSubC_32s_Sfs_Ctx(const Npp32s * pSrc, Npp32s nValue, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
958 
959 NppStatus
960 nppsSubC_32s_Sfs(const Npp32s * pSrc, Npp32s nValue, Npp32s * pDst, int nLength, int nScaleFactor);
961 
972 NppStatus
973 nppsSubC_32sc_ISfs_Ctx(Npp32sc nValue, Npp32sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
974 
975 NppStatus
976 nppsSubC_32sc_ISfs(Npp32sc nValue, Npp32sc * pSrcDst, int nLength, int nScaleFactor);
977 
989 NppStatus
990 nppsSubC_32sc_Sfs_Ctx(const Npp32sc * pSrc, Npp32sc nValue, Npp32sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
991 
992 NppStatus
993 nppsSubC_32sc_Sfs(const Npp32sc * pSrc, Npp32sc nValue, Npp32sc * pDst, int nLength, int nScaleFactor);
994 
1003 NppStatus
1004 nppsSubC_32f_I_Ctx(Npp32f nValue, Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1005 
1006 NppStatus
1007 nppsSubC_32f_I(Npp32f nValue, Npp32f * pSrcDst, int nLength);
1008 
1018 NppStatus
1019 nppsSubC_32f_Ctx(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
1020 
1021 NppStatus
1022 nppsSubC_32f(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength);
1023 
1033 NppStatus
1034 nppsSubC_32fc_I_Ctx(Npp32fc nValue, Npp32fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1035 
1036 NppStatus
1037 nppsSubC_32fc_I(Npp32fc nValue, Npp32fc * pSrcDst, int nLength);
1038 
1049 NppStatus
1050 nppsSubC_32fc_Ctx(const Npp32fc * pSrc, Npp32fc nValue, Npp32fc * pDst, int nLength, NppStreamContext nppStreamCtx);
1051 
1052 NppStatus
1053 nppsSubC_32fc(const Npp32fc * pSrc, Npp32fc nValue, Npp32fc * pDst, int nLength);
1054 
1063 NppStatus
1064 nppsSubC_64f_I_Ctx(Npp64f nValue, Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1065 
1066 NppStatus
1067 nppsSubC_64f_I(Npp64f nValue, Npp64f * pSrcDst, int nLength);
1068 
1078 NppStatus
1079 nppsSubC_64f_Ctx(const Npp64f * pSrc, Npp64f nValue, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
1080 
1081 NppStatus
1082 nppsSubC_64f(const Npp64f * pSrc, Npp64f nValue, Npp64f * pDst, int nLength);
1083 
1093 NppStatus
1094 nppsSubC_64fc_I_Ctx(Npp64fc nValue, Npp64fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1095 
1096 NppStatus
1097 nppsSubC_64fc_I(Npp64fc nValue, Npp64fc * pSrcDst, int nLength);
1098 
1109 NppStatus
1110 nppsSubC_64fc_Ctx(const Npp64fc * pSrc, Npp64fc nValue, Npp64fc * pDst, int nLength, NppStreamContext nppStreamCtx);
1111 
1112 NppStatus
1113 nppsSubC_64fc(const Npp64fc * pSrc, Npp64fc nValue, Npp64fc * pDst, int nLength);
1114 
1136 NppStatus
1137 nppsSubCRev_8u_ISfs_Ctx(Npp8u nValue, Npp8u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1138 
1139 NppStatus
1140 nppsSubCRev_8u_ISfs(Npp8u nValue, Npp8u * pSrcDst, int nLength, int nScaleFactor);
1141 
1152 NppStatus
1153 nppsSubCRev_8u_Sfs_Ctx(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1154 
1155 NppStatus
1156 nppsSubCRev_8u_Sfs(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength, int nScaleFactor);
1157 
1167 NppStatus
1168 nppsSubCRev_16u_ISfs_Ctx(Npp16u nValue, Npp16u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1169 
1170 NppStatus
1171 nppsSubCRev_16u_ISfs(Npp16u nValue, Npp16u * pSrcDst, int nLength, int nScaleFactor);
1172 
1183 NppStatus
1184 nppsSubCRev_16u_Sfs_Ctx(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1185 
1186 NppStatus
1187 nppsSubCRev_16u_Sfs(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, int nScaleFactor);
1188 
1198 NppStatus
1199 nppsSubCRev_16s_ISfs_Ctx(Npp16s nValue, Npp16s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1200 
1201 NppStatus
1202 nppsSubCRev_16s_ISfs(Npp16s nValue, Npp16s * pSrcDst, int nLength, int nScaleFactor);
1203 
1214 NppStatus
1215 nppsSubCRev_16s_Sfs_Ctx(const Npp16s * pSrc, Npp16s nValue, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1216 
1217 NppStatus
1218 nppsSubCRev_16s_Sfs(const Npp16s * pSrc, Npp16s nValue, Npp16s * pDst, int nLength, int nScaleFactor);
1219 
1230 NppStatus
1231 nppsSubCRev_16sc_ISfs_Ctx(Npp16sc nValue, Npp16sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1232 
1233 NppStatus
1234 nppsSubCRev_16sc_ISfs(Npp16sc nValue, Npp16sc * pSrcDst, int nLength, int nScaleFactor);
1235 
1247 NppStatus
1248 nppsSubCRev_16sc_Sfs_Ctx(const Npp16sc * pSrc, Npp16sc nValue, Npp16sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1249 
1250 NppStatus
1251 nppsSubCRev_16sc_Sfs(const Npp16sc * pSrc, Npp16sc nValue, Npp16sc * pDst, int nLength, int nScaleFactor);
1252 
1262 NppStatus
1263 nppsSubCRev_32s_ISfs_Ctx(Npp32s nValue, Npp32s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1264 
1265 NppStatus
1266 nppsSubCRev_32s_ISfs(Npp32s nValue, Npp32s * pSrcDst, int nLength, int nScaleFactor);
1267 
1278 NppStatus
1279 nppsSubCRev_32s_Sfs_Ctx(const Npp32s * pSrc, Npp32s nValue, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1280 
1281 NppStatus
1282 nppsSubCRev_32s_Sfs(const Npp32s * pSrc, Npp32s nValue, Npp32s * pDst, int nLength, int nScaleFactor);
1283 
1294 NppStatus
1295 nppsSubCRev_32sc_ISfs_Ctx(Npp32sc nValue, Npp32sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1296 
1297 NppStatus
1298 nppsSubCRev_32sc_ISfs(Npp32sc nValue, Npp32sc * pSrcDst, int nLength, int nScaleFactor);
1299 
1311 NppStatus
1312 nppsSubCRev_32sc_Sfs_Ctx(const Npp32sc * pSrc, Npp32sc nValue, Npp32sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1313 
1314 NppStatus
1315 nppsSubCRev_32sc_Sfs(const Npp32sc * pSrc, Npp32sc nValue, Npp32sc * pDst, int nLength, int nScaleFactor);
1316 
1325 NppStatus
1326 nppsSubCRev_32f_I_Ctx(Npp32f nValue, Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1327 
1328 NppStatus
1329 nppsSubCRev_32f_I(Npp32f nValue, Npp32f * pSrcDst, int nLength);
1330 
1340 NppStatus
1341 nppsSubCRev_32f_Ctx(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
1342 
1343 NppStatus
1344 nppsSubCRev_32f(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength);
1345 
1355 NppStatus
1356 nppsSubCRev_32fc_I_Ctx(Npp32fc nValue, Npp32fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1357 
1358 NppStatus
1359 nppsSubCRev_32fc_I(Npp32fc nValue, Npp32fc * pSrcDst, int nLength);
1360 
1371 NppStatus
1372 nppsSubCRev_32fc_Ctx(const Npp32fc * pSrc, Npp32fc nValue, Npp32fc * pDst, int nLength, NppStreamContext nppStreamCtx);
1373 
1374 NppStatus
1375 nppsSubCRev_32fc(const Npp32fc * pSrc, Npp32fc nValue, Npp32fc * pDst, int nLength);
1376 
1385 NppStatus
1386 nppsSubCRev_64f_I_Ctx(Npp64f nValue, Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1387 
1388 NppStatus
1389 nppsSubCRev_64f_I(Npp64f nValue, Npp64f * pSrcDst, int nLength);
1390 
1400 NppStatus
1401 nppsSubCRev_64f_Ctx(const Npp64f * pSrc, Npp64f nValue, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
1402 
1403 NppStatus
1404 nppsSubCRev_64f(const Npp64f * pSrc, Npp64f nValue, Npp64f * pDst, int nLength);
1405 
1415 NppStatus
1416 nppsSubCRev_64fc_I_Ctx(Npp64fc nValue, Npp64fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1417 
1418 NppStatus
1419 nppsSubCRev_64fc_I(Npp64fc nValue, Npp64fc * pSrcDst, int nLength);
1420 
1431 NppStatus
1432 nppsSubCRev_64fc_Ctx(const Npp64fc * pSrc, Npp64fc nValue, Npp64fc * pDst, int nLength, NppStreamContext nppStreamCtx);
1433 
1434 NppStatus
1435 nppsSubCRev_64fc(const Npp64fc * pSrc, Npp64fc nValue, Npp64fc * pDst, int nLength);
1436 
1458 NppStatus
1459 nppsDivC_8u_ISfs_Ctx(Npp8u nValue, Npp8u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1460 
1461 NppStatus
1462 nppsDivC_8u_ISfs(Npp8u nValue, Npp8u * pSrcDst, int nLength, int nScaleFactor);
1463 
1474 NppStatus
1475 nppsDivC_8u_Sfs_Ctx(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1476 
1477 NppStatus
1478 nppsDivC_8u_Sfs(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength, int nScaleFactor);
1479 
1489 NppStatus
1490 nppsDivC_16u_ISfs_Ctx(Npp16u nValue, Npp16u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1491 
1492 NppStatus
1493 nppsDivC_16u_ISfs(Npp16u nValue, Npp16u * pSrcDst, int nLength, int nScaleFactor);
1494 
1505 NppStatus
1506 nppsDivC_16u_Sfs_Ctx(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1507 
1508 NppStatus
1509 nppsDivC_16u_Sfs(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, int nScaleFactor);
1510 
1520 NppStatus
1521 nppsDivC_16s_ISfs_Ctx(Npp16s nValue, Npp16s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1522 
1523 NppStatus
1524 nppsDivC_16s_ISfs(Npp16s nValue, Npp16s * pSrcDst, int nLength, int nScaleFactor);
1525 
1536 NppStatus
1537 nppsDivC_16s_Sfs_Ctx(const Npp16s * pSrc, Npp16s nValue, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1538 
1539 NppStatus
1540 nppsDivC_16s_Sfs(const Npp16s * pSrc, Npp16s nValue, Npp16s * pDst, int nLength, int nScaleFactor);
1541 
1552 NppStatus
1553 nppsDivC_16sc_ISfs_Ctx(Npp16sc nValue, Npp16sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1554 
1555 NppStatus
1556 nppsDivC_16sc_ISfs(Npp16sc nValue, Npp16sc * pSrcDst, int nLength, int nScaleFactor);
1557 
1569 NppStatus
1570 nppsDivC_16sc_Sfs_Ctx(const Npp16sc * pSrc, Npp16sc nValue, Npp16sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1571 
1572 NppStatus
1573 nppsDivC_16sc_Sfs(const Npp16sc * pSrc, Npp16sc nValue, Npp16sc * pDst, int nLength, int nScaleFactor);
1574 
1583 NppStatus
1584 nppsDivC_32f_I_Ctx(Npp32f nValue, Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1585 
1586 NppStatus
1587 nppsDivC_32f_I(Npp32f nValue, Npp32f * pSrcDst, int nLength);
1588 
1598 NppStatus
1599 nppsDivC_32f_Ctx(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
1600 
1601 NppStatus
1602 nppsDivC_32f(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength);
1603 
1613 NppStatus
1614 nppsDivC_32fc_I_Ctx(Npp32fc nValue, Npp32fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1615 
1616 NppStatus
1617 nppsDivC_32fc_I(Npp32fc nValue, Npp32fc * pSrcDst, int nLength);
1618 
1629 NppStatus
1630 nppsDivC_32fc_Ctx(const Npp32fc * pSrc, Npp32fc nValue, Npp32fc * pDst, int nLength, NppStreamContext nppStreamCtx);
1631 
1632 NppStatus
1633 nppsDivC_32fc(const Npp32fc * pSrc, Npp32fc nValue, Npp32fc * pDst, int nLength);
1634 
1643 NppStatus
1644 nppsDivC_64f_I_Ctx(Npp64f nValue, Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1645 
1646 NppStatus
1647 nppsDivC_64f_I(Npp64f nValue, Npp64f * pSrcDst, int nLength);
1648 
1658 NppStatus
1659 nppsDivC_64f_Ctx(const Npp64f * pSrc, Npp64f nValue, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
1660 
1661 NppStatus
1662 nppsDivC_64f(const Npp64f * pSrc, Npp64f nValue, Npp64f * pDst, int nLength);
1663 
1673 NppStatus
1674 nppsDivC_64fc_I_Ctx(Npp64fc nValue, Npp64fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1675 
1676 NppStatus
1677 nppsDivC_64fc_I(Npp64fc nValue, Npp64fc * pSrcDst, int nLength);
1678 
1689 NppStatus
1690 nppsDivC_64fc_Ctx(const Npp64fc * pSrc, Npp64fc nValue, Npp64fc * pDst, int nLength, NppStreamContext nppStreamCtx);
1691 
1692 NppStatus
1693 nppsDivC_64fc(const Npp64fc * pSrc, Npp64fc nValue, Npp64fc * pDst, int nLength);
1694 
1714 NppStatus
1715 nppsDivCRev_16u_I_Ctx(Npp16u nValue, Npp16u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1716 
1717 NppStatus
1718 nppsDivCRev_16u_I(Npp16u nValue, Npp16u * pSrcDst, int nLength);
1719 
1729 NppStatus
1730 nppsDivCRev_16u_Ctx(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, NppStreamContext nppStreamCtx);
1731 
1732 NppStatus
1733 nppsDivCRev_16u(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength);
1734 
1743 NppStatus
1744 nppsDivCRev_32f_I_Ctx(Npp32f nValue, Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
1745 
1746 NppStatus
1747 nppsDivCRev_32f_I(Npp32f nValue, Npp32f * pSrcDst, int nLength);
1748 
1758 NppStatus
1759 nppsDivCRev_32f_Ctx(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
1760 
1761 NppStatus
1762 nppsDivCRev_32f(const Npp32f * pSrc, Npp32f nValue, Npp32f * pDst, int nLength);
1763 
1785 NppStatus
1786 nppsAdd_16s_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, NppStreamContext nppStreamCtx);
1787 
1788 NppStatus
1789 nppsAdd_16s(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength);
1790 
1801 NppStatus
1802 nppsAdd_16u_Ctx(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, NppStreamContext nppStreamCtx);
1803 
1804 NppStatus
1805 nppsAdd_16u(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength);
1806 
1817 NppStatus
1818 nppsAdd_32u_Ctx(const Npp32u * pSrc1, const Npp32u * pSrc2, Npp32u * pDst, int nLength, NppStreamContext nppStreamCtx);
1819 
1820 NppStatus
1821 nppsAdd_32u(const Npp32u * pSrc1, const Npp32u * pSrc2, Npp32u * pDst, int nLength);
1822 
1833 NppStatus
1834 nppsAdd_32f_Ctx(const Npp32f * pSrc1, const Npp32f * pSrc2, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
1835 
1836 NppStatus
1837 nppsAdd_32f(const Npp32f * pSrc1, const Npp32f * pSrc2, Npp32f * pDst, int nLength);
1838 
1849 NppStatus
1850 nppsAdd_64f_Ctx(const Npp64f * pSrc1, const Npp64f * pSrc2, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
1851 
1852 NppStatus
1853 nppsAdd_64f(const Npp64f * pSrc1, const Npp64f * pSrc2, Npp64f * pDst, int nLength);
1854 
1865 NppStatus
1866 nppsAdd_32fc_Ctx(const Npp32fc * pSrc1, const Npp32fc * pSrc2, Npp32fc * pDst, int nLength, NppStreamContext nppStreamCtx);
1867 
1868 NppStatus
1869 nppsAdd_32fc(const Npp32fc * pSrc1, const Npp32fc * pSrc2, Npp32fc * pDst, int nLength);
1870 
1881 NppStatus
1882 nppsAdd_64fc_Ctx(const Npp64fc * pSrc1, const Npp64fc * pSrc2, Npp64fc * pDst, int nLength, NppStreamContext nppStreamCtx);
1883 
1884 NppStatus
1885 nppsAdd_64fc(const Npp64fc * pSrc1, const Npp64fc * pSrc2, Npp64fc * pDst, int nLength);
1886 
1897 NppStatus
1898 nppsAdd_8u16u_Ctx(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp16u * pDst, int nLength, NppStreamContext nppStreamCtx);
1899 
1900 NppStatus
1901 nppsAdd_8u16u(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp16u * pDst, int nLength);
1902 
1913 NppStatus
1914 nppsAdd_16s32f_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
1915 
1916 NppStatus
1917 nppsAdd_16s32f(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp32f * pDst, int nLength);
1918 
1929 NppStatus
1930 nppsAdd_8u_Sfs_Ctx(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1931 
1932 NppStatus
1933 nppsAdd_8u_Sfs(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength, int nScaleFactor);
1934 
1945 NppStatus
1946 nppsAdd_16u_Sfs_Ctx(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1947 
1948 NppStatus
1949 nppsAdd_16u_Sfs(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, int nScaleFactor);
1950 
1961 NppStatus
1962 nppsAdd_16s_Sfs_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1963 
1964 NppStatus
1965 nppsAdd_16s_Sfs(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor);
1966 
1977 NppStatus
1978 nppsAdd_32s_Sfs_Ctx(const Npp32s * pSrc1, const Npp32s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1979 
1980 NppStatus
1981 nppsAdd_32s_Sfs(const Npp32s * pSrc1, const Npp32s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor);
1982 
1993 NppStatus
1994 nppsAdd_64s_Sfs_Ctx(const Npp64s * pSrc1, const Npp64s * pSrc2, Npp64s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
1995 
1996 NppStatus
1997 nppsAdd_64s_Sfs(const Npp64s * pSrc1, const Npp64s * pSrc2, Npp64s * pDst, int nLength, int nScaleFactor);
1998 
2009 NppStatus
2010 nppsAdd_16sc_Sfs_Ctx(const Npp16sc * pSrc1, const Npp16sc * pSrc2, Npp16sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2011 
2012 NppStatus
2013 nppsAdd_16sc_Sfs(const Npp16sc * pSrc1, const Npp16sc * pSrc2, Npp16sc * pDst, int nLength, int nScaleFactor);
2014 
2025 NppStatus
2026 nppsAdd_32sc_Sfs_Ctx(const Npp32sc * pSrc1, const Npp32sc * pSrc2, Npp32sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2027 
2028 NppStatus
2029 nppsAdd_32sc_Sfs(const Npp32sc * pSrc1, const Npp32sc * pSrc2, Npp32sc * pDst, int nLength, int nScaleFactor);
2030 
2040 NppStatus
2041 nppsAdd_16s_I_Ctx(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
2042 
2043 NppStatus
2044 nppsAdd_16s_I(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength);
2045 
2055 NppStatus
2056 nppsAdd_32f_I_Ctx(const Npp32f * pSrc, Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
2057 
2058 NppStatus
2059 nppsAdd_32f_I(const Npp32f * pSrc, Npp32f * pSrcDst, int nLength);
2060 
2070 NppStatus
2071 nppsAdd_64f_I_Ctx(const Npp64f * pSrc, Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
2072 
2073 NppStatus
2074 nppsAdd_64f_I(const Npp64f * pSrc, Npp64f * pSrcDst, int nLength);
2075 
2085 NppStatus
2086 nppsAdd_32fc_I_Ctx(const Npp32fc * pSrc, Npp32fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
2087 
2088 NppStatus
2089 nppsAdd_32fc_I(const Npp32fc * pSrc, Npp32fc * pSrcDst, int nLength);
2090 
2100 NppStatus
2101 nppsAdd_64fc_I_Ctx(const Npp64fc * pSrc, Npp64fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
2102 
2103 NppStatus
2104 nppsAdd_64fc_I(const Npp64fc * pSrc, Npp64fc * pSrcDst, int nLength);
2105 
2115 NppStatus
2116 nppsAdd_16s32s_I_Ctx(const Npp16s * pSrc, Npp32s * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
2117 
2118 NppStatus
2119 nppsAdd_16s32s_I(const Npp16s * pSrc, Npp32s * pSrcDst, int nLength);
2120 
2131 NppStatus
2132 nppsAdd_8u_ISfs_Ctx(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2133 
2134 NppStatus
2135 nppsAdd_8u_ISfs(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength, int nScaleFactor);
2136 
2147 NppStatus
2148 nppsAdd_16u_ISfs_Ctx(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2149 
2150 NppStatus
2151 nppsAdd_16u_ISfs(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength, int nScaleFactor);
2152 
2163 NppStatus
2164 nppsAdd_16s_ISfs_Ctx(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2165 
2166 NppStatus
2167 nppsAdd_16s_ISfs(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength, int nScaleFactor);
2168 
2179 NppStatus
2180 nppsAdd_32s_ISfs_Ctx(const Npp32s * pSrc, Npp32s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2181 
2182 NppStatus
2183 nppsAdd_32s_ISfs(const Npp32s * pSrc, Npp32s * pSrcDst, int nLength, int nScaleFactor);
2184 
2195 NppStatus
2196 nppsAdd_16sc_ISfs_Ctx(const Npp16sc * pSrc, Npp16sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2197 
2198 NppStatus
2199 nppsAdd_16sc_ISfs(const Npp16sc * pSrc, Npp16sc * pSrcDst, int nLength, int nScaleFactor);
2200 
2211 NppStatus
2212 nppsAdd_32sc_ISfs_Ctx(const Npp32sc * pSrc, Npp32sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2213 
2214 NppStatus
2215 nppsAdd_32sc_ISfs(const Npp32sc * pSrc, Npp32sc * pSrcDst, int nLength, int nScaleFactor);
2216 
2238 NppStatus
2239 nppsAddProduct_32f_Ctx(const Npp32f * pSrc1, const Npp32f * pSrc2, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
2240 
2241 NppStatus
2242 nppsAddProduct_32f(const Npp32f * pSrc1, const Npp32f * pSrc2, Npp32f * pDst, int nLength);
2243 
2254 NppStatus
2255 nppsAddProduct_64f_Ctx(const Npp64f * pSrc1, const Npp64f * pSrc2, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
2256 
2257 NppStatus
2258 nppsAddProduct_64f(const Npp64f * pSrc1, const Npp64f * pSrc2, Npp64f * pDst, int nLength);
2259 
2270 NppStatus
2271 nppsAddProduct_32fc_Ctx(const Npp32fc * pSrc1, const Npp32fc * pSrc2, Npp32fc * pDst, int nLength, NppStreamContext nppStreamCtx);
2272 
2273 NppStatus
2274 nppsAddProduct_32fc(const Npp32fc * pSrc1, const Npp32fc * pSrc2, Npp32fc * pDst, int nLength);
2275 
2286 NppStatus
2287 nppsAddProduct_64fc_Ctx(const Npp64fc * pSrc1, const Npp64fc * pSrc2, Npp64fc * pDst, int nLength, NppStreamContext nppStreamCtx);
2288 
2289 NppStatus
2290 nppsAddProduct_64fc(const Npp64fc * pSrc1, const Npp64fc * pSrc2, Npp64fc * pDst, int nLength);
2291 
2303 NppStatus
2304 nppsAddProduct_16s_Sfs_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2305 
2306 NppStatus
2307 nppsAddProduct_16s_Sfs(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor);
2308 
2320 NppStatus
2321 nppsAddProduct_32s_Sfs_Ctx(const Npp32s * pSrc1, const Npp32s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2322 
2323 NppStatus
2324 nppsAddProduct_32s_Sfs(const Npp32s * pSrc1, const Npp32s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor);
2325 
2337 NppStatus
2338 nppsAddProduct_16s32s_Sfs_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2339 
2340 NppStatus
2341 nppsAddProduct_16s32s_Sfs(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor);
2342 
2364 NppStatus
2365 nppsMul_16s_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, NppStreamContext nppStreamCtx);
2366 
2367 NppStatus
2368 nppsMul_16s(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength);
2369 
2380 NppStatus
2381 nppsMul_32f_Ctx(const Npp32f * pSrc1, const Npp32f * pSrc2, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
2382 
2383 NppStatus
2384 nppsMul_32f(const Npp32f * pSrc1, const Npp32f * pSrc2, Npp32f * pDst, int nLength);
2385 
2396 NppStatus
2397 nppsMul_64f_Ctx(const Npp64f * pSrc1, const Npp64f * pSrc2, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
2398 
2399 NppStatus
2400 nppsMul_64f(const Npp64f * pSrc1, const Npp64f * pSrc2, Npp64f * pDst, int nLength);
2401 
2412 NppStatus
2413 nppsMul_32fc_Ctx(const Npp32fc * pSrc1, const Npp32fc * pSrc2, Npp32fc * pDst, int nLength, NppStreamContext nppStreamCtx);
2414 
2415 NppStatus
2416 nppsMul_32fc(const Npp32fc * pSrc1, const Npp32fc * pSrc2, Npp32fc * pDst, int nLength);
2417 
2428 NppStatus
2429 nppsMul_64fc_Ctx(const Npp64fc * pSrc1, const Npp64fc * pSrc2, Npp64fc * pDst, int nLength, NppStreamContext nppStreamCtx);
2430 
2431 NppStatus
2432 nppsMul_64fc(const Npp64fc * pSrc1, const Npp64fc * pSrc2, Npp64fc * pDst, int nLength);
2433 
2444 NppStatus
2445 nppsMul_8u16u_Ctx(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp16u * pDst, int nLength, NppStreamContext nppStreamCtx);
2446 
2447 NppStatus
2448 nppsMul_8u16u(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp16u * pDst, int nLength);
2449 
2460 NppStatus
2461 nppsMul_16s32f_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
2462 
2463 NppStatus
2464 nppsMul_16s32f(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp32f * pDst, int nLength);
2465 
2476 NppStatus
2477 nppsMul_32f32fc_Ctx(const Npp32f * pSrc1, const Npp32fc * pSrc2, Npp32fc * pDst, int nLength, NppStreamContext nppStreamCtx);
2478 
2479 NppStatus
2480 nppsMul_32f32fc(const Npp32f * pSrc1, const Npp32fc * pSrc2, Npp32fc * pDst, int nLength);
2481 
2492 NppStatus
2493 nppsMul_8u_Sfs_Ctx(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2494 
2495 NppStatus
2496 nppsMul_8u_Sfs(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength, int nScaleFactor);
2497 
2508 NppStatus
2509 nppsMul_16u_Sfs_Ctx(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2510 
2511 NppStatus
2512 nppsMul_16u_Sfs(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, int nScaleFactor);
2513 
2524 NppStatus
2525 nppsMul_16s_Sfs_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2526 
2527 NppStatus
2528 nppsMul_16s_Sfs(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor);
2529 
2540 NppStatus
2541 nppsMul_32s_Sfs_Ctx(const Npp32s * pSrc1, const Npp32s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2542 
2543 NppStatus
2544 nppsMul_32s_Sfs(const Npp32s * pSrc1, const Npp32s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor);
2545 
2556 NppStatus
2557 nppsMul_16sc_Sfs_Ctx(const Npp16sc * pSrc1, const Npp16sc * pSrc2, Npp16sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2558 
2559 NppStatus
2560 nppsMul_16sc_Sfs(const Npp16sc * pSrc1, const Npp16sc * pSrc2, Npp16sc * pDst, int nLength, int nScaleFactor);
2561 
2572 NppStatus
2573 nppsMul_32sc_Sfs_Ctx(const Npp32sc * pSrc1, const Npp32sc * pSrc2, Npp32sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2574 
2575 NppStatus
2576 nppsMul_32sc_Sfs(const Npp32sc * pSrc1, const Npp32sc * pSrc2, Npp32sc * pDst, int nLength, int nScaleFactor);
2577 
2588 NppStatus
2589 nppsMul_16u16s_Sfs_Ctx(const Npp16u * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2590 
2591 NppStatus
2592 nppsMul_16u16s_Sfs(const Npp16u * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor);
2593 
2604 NppStatus
2605 nppsMul_16s32s_Sfs_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2606 
2607 NppStatus
2608 nppsMul_16s32s_Sfs(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor);
2609 
2620 NppStatus
2621 nppsMul_32s32sc_Sfs_Ctx(const Npp32s * pSrc1, const Npp32sc * pSrc2, Npp32sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2622 
2623 NppStatus
2624 nppsMul_32s32sc_Sfs(const Npp32s * pSrc1, const Npp32sc * pSrc2, Npp32sc * pDst, int nLength, int nScaleFactor);
2625 
2636 NppStatus
2637 nppsMul_Low_32s_Sfs_Ctx(const Npp32s * pSrc1, const Npp32s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2638 
2639 NppStatus
2640 nppsMul_Low_32s_Sfs(const Npp32s * pSrc1, const Npp32s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor);
2641 
2651 NppStatus
2652 nppsMul_16s_I_Ctx(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
2653 
2654 NppStatus
2655 nppsMul_16s_I(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength);
2656 
2666 NppStatus
2667 nppsMul_32f_I_Ctx(const Npp32f * pSrc, Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
2668 
2669 NppStatus
2670 nppsMul_32f_I(const Npp32f * pSrc, Npp32f * pSrcDst, int nLength);
2671 
2681 NppStatus
2682 nppsMul_64f_I_Ctx(const Npp64f * pSrc, Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
2683 
2684 NppStatus
2685 nppsMul_64f_I(const Npp64f * pSrc, Npp64f * pSrcDst, int nLength);
2686 
2696 NppStatus
2697 nppsMul_32fc_I_Ctx(const Npp32fc * pSrc, Npp32fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
2698 
2699 NppStatus
2700 nppsMul_32fc_I(const Npp32fc * pSrc, Npp32fc * pSrcDst, int nLength);
2701 
2711 NppStatus
2712 nppsMul_64fc_I_Ctx(const Npp64fc * pSrc, Npp64fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
2713 
2714 NppStatus
2715 nppsMul_64fc_I(const Npp64fc * pSrc, Npp64fc * pSrcDst, int nLength);
2716 
2726 NppStatus
2727 nppsMul_32f32fc_I_Ctx(const Npp32f * pSrc, Npp32fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
2728 
2729 NppStatus
2730 nppsMul_32f32fc_I(const Npp32f * pSrc, Npp32fc * pSrcDst, int nLength);
2731 
2742 NppStatus
2743 nppsMul_8u_ISfs_Ctx(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2744 
2745 NppStatus
2746 nppsMul_8u_ISfs(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength, int nScaleFactor);
2747 
2758 NppStatus
2759 nppsMul_16u_ISfs_Ctx(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2760 
2761 NppStatus
2762 nppsMul_16u_ISfs(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength, int nScaleFactor);
2763 
2774 NppStatus
2775 nppsMul_16s_ISfs_Ctx(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2776 
2777 NppStatus
2778 nppsMul_16s_ISfs(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength, int nScaleFactor);
2779 
2790 NppStatus
2791 nppsMul_32s_ISfs_Ctx(const Npp32s * pSrc, Npp32s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2792 
2793 NppStatus
2794 nppsMul_32s_ISfs(const Npp32s * pSrc, Npp32s * pSrcDst, int nLength, int nScaleFactor);
2795 
2806 NppStatus
2807 nppsMul_16sc_ISfs_Ctx(const Npp16sc * pSrc, Npp16sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2808 
2809 NppStatus
2810 nppsMul_16sc_ISfs(const Npp16sc * pSrc, Npp16sc * pSrcDst, int nLength, int nScaleFactor);
2811 
2822 NppStatus
2823 nppsMul_32sc_ISfs_Ctx(const Npp32sc * pSrc, Npp32sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2824 
2825 NppStatus
2826 nppsMul_32sc_ISfs(const Npp32sc * pSrc, Npp32sc * pSrcDst, int nLength, int nScaleFactor);
2827 
2838 NppStatus
2839 nppsMul_32s32sc_ISfs_Ctx(const Npp32s * pSrc, Npp32sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2840 
2841 NppStatus
2842 nppsMul_32s32sc_ISfs(const Npp32s * pSrc, Npp32sc * pSrcDst, int nLength, int nScaleFactor);
2843 
2865 NppStatus
2866 nppsSub_16s_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, NppStreamContext nppStreamCtx);
2867 
2868 NppStatus
2869 nppsSub_16s(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength);
2870 
2881 NppStatus
2882 nppsSub_32f_Ctx(const Npp32f * pSrc1, const Npp32f * pSrc2, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
2883 
2884 NppStatus
2885 nppsSub_32f(const Npp32f * pSrc1, const Npp32f * pSrc2, Npp32f * pDst, int nLength);
2886 
2897 NppStatus
2898 nppsSub_64f_Ctx(const Npp64f * pSrc1, const Npp64f * pSrc2, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
2899 
2900 NppStatus
2901 nppsSub_64f(const Npp64f * pSrc1, const Npp64f * pSrc2, Npp64f * pDst, int nLength);
2902 
2913 NppStatus
2914 nppsSub_32fc_Ctx(const Npp32fc * pSrc1, const Npp32fc * pSrc2, Npp32fc * pDst, int nLength, NppStreamContext nppStreamCtx);
2915 
2916 NppStatus
2917 nppsSub_32fc(const Npp32fc * pSrc1, const Npp32fc * pSrc2, Npp32fc * pDst, int nLength);
2918 
2929 NppStatus
2930 nppsSub_64fc_Ctx(const Npp64fc * pSrc1, const Npp64fc * pSrc2, Npp64fc * pDst, int nLength, NppStreamContext nppStreamCtx);
2931 
2932 NppStatus
2933 nppsSub_64fc(const Npp64fc * pSrc1, const Npp64fc * pSrc2, Npp64fc * pDst, int nLength);
2934 
2945 NppStatus
2946 nppsSub_16s32f_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
2947 
2948 NppStatus
2949 nppsSub_16s32f(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp32f * pDst, int nLength);
2950 
2961 NppStatus
2962 nppsSub_8u_Sfs_Ctx(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2963 
2964 NppStatus
2965 nppsSub_8u_Sfs(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength, int nScaleFactor);
2966 
2977 NppStatus
2978 nppsSub_16u_Sfs_Ctx(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2979 
2980 NppStatus
2981 nppsSub_16u_Sfs(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, int nScaleFactor);
2982 
2993 NppStatus
2994 nppsSub_16s_Sfs_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
2995 
2996 NppStatus
2997 nppsSub_16s_Sfs(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor);
2998 
3009 NppStatus
3010 nppsSub_32s_Sfs_Ctx(const Npp32s * pSrc1, const Npp32s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3011 
3012 NppStatus
3013 nppsSub_32s_Sfs(const Npp32s * pSrc1, const Npp32s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor);
3014 
3025 NppStatus
3026 nppsSub_16sc_Sfs_Ctx(const Npp16sc * pSrc1, const Npp16sc * pSrc2, Npp16sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3027 
3028 NppStatus
3029 nppsSub_16sc_Sfs(const Npp16sc * pSrc1, const Npp16sc * pSrc2, Npp16sc * pDst, int nLength, int nScaleFactor);
3030 
3041 NppStatus
3042 nppsSub_32sc_Sfs_Ctx(const Npp32sc * pSrc1, const Npp32sc * pSrc2, Npp32sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3043 
3044 NppStatus
3045 nppsSub_32sc_Sfs(const Npp32sc * pSrc1, const Npp32sc * pSrc2, Npp32sc * pDst, int nLength, int nScaleFactor);
3046 
3056 NppStatus
3057 nppsSub_16s_I_Ctx(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3058 
3059 NppStatus
3060 nppsSub_16s_I(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength);
3061 
3071 NppStatus
3072 nppsSub_32f_I_Ctx(const Npp32f * pSrc, Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3073 
3074 NppStatus
3075 nppsSub_32f_I(const Npp32f * pSrc, Npp32f * pSrcDst, int nLength);
3076 
3086 NppStatus
3087 nppsSub_64f_I_Ctx(const Npp64f * pSrc, Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3088 
3089 NppStatus
3090 nppsSub_64f_I(const Npp64f * pSrc, Npp64f * pSrcDst, int nLength);
3091 
3101 NppStatus
3102 nppsSub_32fc_I_Ctx(const Npp32fc * pSrc, Npp32fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3103 
3104 NppStatus
3105 nppsSub_32fc_I(const Npp32fc * pSrc, Npp32fc * pSrcDst, int nLength);
3106 
3116 NppStatus
3117 nppsSub_64fc_I_Ctx(const Npp64fc * pSrc, Npp64fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3118 
3119 NppStatus
3120 nppsSub_64fc_I(const Npp64fc * pSrc, Npp64fc * pSrcDst, int nLength);
3121 
3132 NppStatus
3133 nppsSub_8u_ISfs_Ctx(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3134 
3135 NppStatus
3136 nppsSub_8u_ISfs(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength, int nScaleFactor);
3137 
3148 NppStatus
3149 nppsSub_16u_ISfs_Ctx(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3150 
3151 NppStatus
3152 nppsSub_16u_ISfs(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength, int nScaleFactor);
3153 
3164 NppStatus
3165 nppsSub_16s_ISfs_Ctx(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3166 
3167 NppStatus
3168 nppsSub_16s_ISfs(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength, int nScaleFactor);
3169 
3180 NppStatus
3181 nppsSub_32s_ISfs_Ctx(const Npp32s * pSrc, Npp32s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3182 
3183 NppStatus
3184 nppsSub_32s_ISfs(const Npp32s * pSrc, Npp32s * pSrcDst, int nLength, int nScaleFactor);
3185 
3196 NppStatus
3197 nppsSub_16sc_ISfs_Ctx(const Npp16sc * pSrc, Npp16sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3198 
3199 NppStatus
3200 nppsSub_16sc_ISfs(const Npp16sc * pSrc, Npp16sc * pSrcDst, int nLength, int nScaleFactor);
3201 
3212 NppStatus
3213 nppsSub_32sc_ISfs_Ctx(const Npp32sc * pSrc, Npp32sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3214 
3215 NppStatus
3216 nppsSub_32sc_ISfs(const Npp32sc * pSrc, Npp32sc * pSrcDst, int nLength, int nScaleFactor);
3217 
3239 NppStatus
3240 nppsDiv_8u_Sfs_Ctx(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3241 
3242 NppStatus
3243 nppsDiv_8u_Sfs(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength, int nScaleFactor);
3244 
3255 NppStatus
3256 nppsDiv_16u_Sfs_Ctx(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3257 
3258 NppStatus
3259 nppsDiv_16u_Sfs(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, int nScaleFactor);
3260 
3271 NppStatus
3272 nppsDiv_16s_Sfs_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3273 
3274 NppStatus
3275 nppsDiv_16s_Sfs(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor);
3276 
3287 NppStatus
3288 nppsDiv_32s_Sfs_Ctx(const Npp32s * pSrc1, const Npp32s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3289 
3290 NppStatus
3291 nppsDiv_32s_Sfs(const Npp32s * pSrc1, const Npp32s * pSrc2, Npp32s * pDst, int nLength, int nScaleFactor);
3292 
3303 NppStatus
3304 nppsDiv_16sc_Sfs_Ctx(const Npp16sc * pSrc1, const Npp16sc * pSrc2, Npp16sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3305 
3306 NppStatus
3307 nppsDiv_16sc_Sfs(const Npp16sc * pSrc1, const Npp16sc * pSrc2, Npp16sc * pDst, int nLength, int nScaleFactor);
3308 
3319 NppStatus
3320 nppsDiv_32s16s_Sfs_Ctx(const Npp16s * pSrc1, const Npp32s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3321 
3322 NppStatus
3323 nppsDiv_32s16s_Sfs(const Npp16s * pSrc1, const Npp32s * pSrc2, Npp16s * pDst, int nLength, int nScaleFactor);
3324 
3335 NppStatus
3336 nppsDiv_32f_Ctx(const Npp32f * pSrc1, const Npp32f * pSrc2, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
3337 
3338 NppStatus
3339 nppsDiv_32f(const Npp32f * pSrc1, const Npp32f * pSrc2, Npp32f * pDst, int nLength);
3340 
3351 NppStatus
3352 nppsDiv_64f_Ctx(const Npp64f * pSrc1, const Npp64f * pSrc2, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
3353 
3354 NppStatus
3355 nppsDiv_64f(const Npp64f * pSrc1, const Npp64f * pSrc2, Npp64f * pDst, int nLength);
3356 
3367 NppStatus
3368 nppsDiv_32fc_Ctx(const Npp32fc * pSrc1, const Npp32fc * pSrc2, Npp32fc * pDst, int nLength, NppStreamContext nppStreamCtx);
3369 
3370 NppStatus
3371 nppsDiv_32fc(const Npp32fc * pSrc1, const Npp32fc * pSrc2, Npp32fc * pDst, int nLength);
3372 
3383 NppStatus
3384 nppsDiv_64fc_Ctx(const Npp64fc * pSrc1, const Npp64fc * pSrc2, Npp64fc * pDst, int nLength, NppStreamContext nppStreamCtx);
3385 
3386 NppStatus
3387 nppsDiv_64fc(const Npp64fc * pSrc1, const Npp64fc * pSrc2, Npp64fc * pDst, int nLength);
3388 
3399 NppStatus
3400 nppsDiv_8u_ISfs_Ctx(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3401 
3402 NppStatus
3403 nppsDiv_8u_ISfs(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength, int nScaleFactor);
3404 
3415 NppStatus
3416 nppsDiv_16u_ISfs_Ctx(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3417 
3418 NppStatus
3419 nppsDiv_16u_ISfs(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength, int nScaleFactor);
3420 
3431 NppStatus
3432 nppsDiv_16s_ISfs_Ctx(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3433 
3434 NppStatus
3435 nppsDiv_16s_ISfs(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength, int nScaleFactor);
3436 
3447 NppStatus
3448 nppsDiv_16sc_ISfs_Ctx(const Npp16sc * pSrc, Npp16sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3449 
3450 NppStatus
3451 nppsDiv_16sc_ISfs(const Npp16sc * pSrc, Npp16sc * pSrcDst, int nLength, int nScaleFactor);
3452 
3463 NppStatus
3464 nppsDiv_32s_ISfs_Ctx(const Npp32s * pSrc, Npp32s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3465 
3466 NppStatus
3467 nppsDiv_32s_ISfs(const Npp32s * pSrc, Npp32s * pSrcDst, int nLength, int nScaleFactor);
3468 
3478 NppStatus
3479 nppsDiv_32f_I_Ctx(const Npp32f * pSrc, Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3480 
3481 NppStatus
3482 nppsDiv_32f_I(const Npp32f * pSrc, Npp32f * pSrcDst, int nLength);
3483 
3493 NppStatus
3494 nppsDiv_64f_I_Ctx(const Npp64f * pSrc, Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3495 
3496 NppStatus
3497 nppsDiv_64f_I(const Npp64f * pSrc, Npp64f * pSrcDst, int nLength);
3498 
3508 NppStatus
3509 nppsDiv_32fc_I_Ctx(const Npp32fc * pSrc, Npp32fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3510 
3511 NppStatus
3512 nppsDiv_32fc_I(const Npp32fc * pSrc, Npp32fc * pSrcDst, int nLength);
3513 
3523 NppStatus
3524 nppsDiv_64fc_I_Ctx(const Npp64fc * pSrc, Npp64fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3525 
3526 NppStatus
3527 nppsDiv_64fc_I(const Npp64fc * pSrc, Npp64fc * pSrcDst, int nLength);
3528 
3551 NppStatus
3552 nppsDiv_Round_8u_Sfs_Ctx(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength, NppRoundMode nRndMode, int nScaleFactor, NppStreamContext nppStreamCtx);
3553 
3554 NppStatus
3555 nppsDiv_Round_8u_Sfs(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength, NppRoundMode nRndMode, int nScaleFactor);
3556 
3568 NppStatus
3569 nppsDiv_Round_16u_Sfs_Ctx(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, NppRoundMode nRndMode, int nScaleFactor, NppStreamContext nppStreamCtx);
3570 
3571 NppStatus
3572 nppsDiv_Round_16u_Sfs(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, NppRoundMode nRndMode, int nScaleFactor);
3573 
3585 NppStatus
3586 nppsDiv_Round_16s_Sfs_Ctx(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, NppRoundMode nRndMode, int nScaleFactor, NppStreamContext nppStreamCtx);
3587 
3588 NppStatus
3589 nppsDiv_Round_16s_Sfs(const Npp16s * pSrc1, const Npp16s * pSrc2, Npp16s * pDst, int nLength, NppRoundMode nRndMode, int nScaleFactor);
3590 
3602 NppStatus
3603 nppsDiv_Round_8u_ISfs_Ctx(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength, NppRoundMode nRndMode, int nScaleFactor, NppStreamContext nppStreamCtx);
3604 
3605 NppStatus
3606 nppsDiv_Round_8u_ISfs(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength, NppRoundMode nRndMode, int nScaleFactor);
3607 
3619 NppStatus
3620 nppsDiv_Round_16u_ISfs_Ctx(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength, NppRoundMode nRndMode, int nScaleFactor, NppStreamContext nppStreamCtx);
3621 
3622 NppStatus
3623 nppsDiv_Round_16u_ISfs(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength, NppRoundMode nRndMode, int nScaleFactor);
3624 
3636 NppStatus
3637 nppsDiv_Round_16s_ISfs_Ctx(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength, NppRoundMode nRndMode, int nScaleFactor, NppStreamContext nppStreamCtx);
3638 
3639 NppStatus
3640 nppsDiv_Round_16s_ISfs(const Npp16s * pSrc, Npp16s * pSrcDst, int nLength, NppRoundMode nRndMode, int nScaleFactor);
3641 
3661 NppStatus
3662 nppsAbs_16s_Ctx(const Npp16s * pSrc, Npp16s * pDst, int nLength, NppStreamContext nppStreamCtx);
3663 
3664 NppStatus
3665 nppsAbs_16s(const Npp16s * pSrc, Npp16s * pDst, int nLength);
3666 
3675 NppStatus
3676 nppsAbs_32s_Ctx(const Npp32s * pSrc, Npp32s * pDst, int nLength, NppStreamContext nppStreamCtx);
3677 
3678 NppStatus
3679 nppsAbs_32s(const Npp32s * pSrc, Npp32s * pDst, int nLength);
3680 
3689 NppStatus
3690 nppsAbs_32f_Ctx(const Npp32f * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
3691 
3692 NppStatus
3693 nppsAbs_32f(const Npp32f * pSrc, Npp32f * pDst, int nLength);
3694 
3703 NppStatus
3704 nppsAbs_64f_Ctx(const Npp64f * pSrc, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
3705 
3706 NppStatus
3707 nppsAbs_64f(const Npp64f * pSrc, Npp64f * pDst, int nLength);
3708 
3716 NppStatus
3717 nppsAbs_16s_I_Ctx(Npp16s * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3718 
3719 NppStatus
3720 nppsAbs_16s_I(Npp16s * pSrcDst, int nLength);
3721 
3729 NppStatus
3730 nppsAbs_32s_I_Ctx(Npp32s * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3731 
3732 NppStatus
3733 nppsAbs_32s_I(Npp32s * pSrcDst, int nLength);
3734 
3742 NppStatus
3743 nppsAbs_32f_I_Ctx(Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3744 
3745 NppStatus
3746 nppsAbs_32f_I(Npp32f * pSrcDst, int nLength);
3747 
3755 NppStatus
3756 nppsAbs_64f_I_Ctx(Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3757 
3758 NppStatus
3759 nppsAbs_64f_I(Npp64f * pSrcDst, int nLength);
3760 
3780 NppStatus
3781 nppsSqr_32f_Ctx(const Npp32f * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
3782 
3783 NppStatus
3784 nppsSqr_32f(const Npp32f * pSrc, Npp32f * pDst, int nLength);
3785 
3794 NppStatus
3795 nppsSqr_64f_Ctx(const Npp64f * pSrc, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
3796 
3797 NppStatus
3798 nppsSqr_64f(const Npp64f * pSrc, Npp64f * pDst, int nLength);
3799 
3808 NppStatus
3809 nppsSqr_32fc_Ctx(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, NppStreamContext nppStreamCtx);
3810 
3811 NppStatus
3812 nppsSqr_32fc(const Npp32fc * pSrc, Npp32fc * pDst, int nLength);
3813 
3822 NppStatus
3823 nppsSqr_64fc_Ctx(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, NppStreamContext nppStreamCtx);
3824 
3825 NppStatus
3826 nppsSqr_64fc(const Npp64fc * pSrc, Npp64fc * pDst, int nLength);
3827 
3835 NppStatus
3836 nppsSqr_32f_I_Ctx(Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3837 
3838 NppStatus
3839 nppsSqr_32f_I(Npp32f * pSrcDst, int nLength);
3840 
3848 NppStatus
3849 nppsSqr_64f_I_Ctx(Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3850 
3851 NppStatus
3852 nppsSqr_64f_I(Npp64f * pSrcDst, int nLength);
3853 
3861 NppStatus
3862 nppsSqr_32fc_I_Ctx(Npp32fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3863 
3864 NppStatus
3865 nppsSqr_32fc_I(Npp32fc * pSrcDst, int nLength);
3866 
3874 NppStatus
3875 nppsSqr_64fc_I_Ctx(Npp64fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
3876 
3877 NppStatus
3878 nppsSqr_64fc_I(Npp64fc * pSrcDst, int nLength);
3879 
3889 NppStatus
3890 nppsSqr_8u_Sfs_Ctx(const Npp8u * pSrc, Npp8u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3891 
3892 NppStatus
3893 nppsSqr_8u_Sfs(const Npp8u * pSrc, Npp8u * pDst, int nLength, int nScaleFactor);
3894 
3904 NppStatus
3905 nppsSqr_16u_Sfs_Ctx(const Npp16u * pSrc, Npp16u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3906 
3907 NppStatus
3908 nppsSqr_16u_Sfs(const Npp16u * pSrc, Npp16u * pDst, int nLength, int nScaleFactor);
3909 
3919 NppStatus
3920 nppsSqr_16s_Sfs_Ctx(const Npp16s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3921 
3922 NppStatus
3923 nppsSqr_16s_Sfs(const Npp16s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor);
3924 
3934 NppStatus
3935 nppsSqr_16sc_Sfs_Ctx(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3936 
3937 NppStatus
3938 nppsSqr_16sc_Sfs(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, int nScaleFactor);
3939 
3948 NppStatus
3949 nppsSqr_8u_ISfs_Ctx(Npp8u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3950 
3951 NppStatus
3952 nppsSqr_8u_ISfs(Npp8u * pSrcDst, int nLength, int nScaleFactor);
3953 
3962 NppStatus
3963 nppsSqr_16u_ISfs_Ctx(Npp16u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3964 
3965 NppStatus
3966 nppsSqr_16u_ISfs(Npp16u * pSrcDst, int nLength, int nScaleFactor);
3967 
3976 NppStatus
3977 nppsSqr_16s_ISfs_Ctx(Npp16s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3978 
3979 NppStatus
3980 nppsSqr_16s_ISfs(Npp16s * pSrcDst, int nLength, int nScaleFactor);
3981 
3990 NppStatus
3991 nppsSqr_16sc_ISfs_Ctx(Npp16sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
3992 
3993 NppStatus
3994 nppsSqr_16sc_ISfs(Npp16sc * pSrcDst, int nLength, int nScaleFactor);
3995 
4015 NppStatus
4016 nppsSqrt_32f_Ctx(const Npp32f * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
4017 
4018 NppStatus
4019 nppsSqrt_32f(const Npp32f * pSrc, Npp32f * pDst, int nLength);
4020 
4029 NppStatus
4030 nppsSqrt_64f_Ctx(const Npp64f * pSrc, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
4031 
4032 NppStatus
4033 nppsSqrt_64f(const Npp64f * pSrc, Npp64f * pDst, int nLength);
4034 
4043 NppStatus
4044 nppsSqrt_32fc_Ctx(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, NppStreamContext nppStreamCtx);
4045 
4046 NppStatus
4047 nppsSqrt_32fc(const Npp32fc * pSrc, Npp32fc * pDst, int nLength);
4048 
4057 NppStatus
4058 nppsSqrt_64fc_Ctx(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, NppStreamContext nppStreamCtx);
4059 
4060 NppStatus
4061 nppsSqrt_64fc(const Npp64fc * pSrc, Npp64fc * pDst, int nLength);
4062 
4070 NppStatus
4071 nppsSqrt_32f_I_Ctx(Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
4072 
4073 NppStatus
4074 nppsSqrt_32f_I(Npp32f * pSrcDst, int nLength);
4075 
4083 NppStatus
4084 nppsSqrt_64f_I_Ctx(Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
4085 
4086 NppStatus
4087 nppsSqrt_64f_I(Npp64f * pSrcDst, int nLength);
4088 
4096 NppStatus
4097 nppsSqrt_32fc_I_Ctx(Npp32fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
4098 
4099 NppStatus
4100 nppsSqrt_32fc_I(Npp32fc * pSrcDst, int nLength);
4101 
4109 NppStatus
4110 nppsSqrt_64fc_I_Ctx(Npp64fc * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
4111 
4112 NppStatus
4113 nppsSqrt_64fc_I(Npp64fc * pSrcDst, int nLength);
4114 
4124 NppStatus
4125 nppsSqrt_8u_Sfs_Ctx(const Npp8u * pSrc, Npp8u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4126 
4127 NppStatus
4128 nppsSqrt_8u_Sfs(const Npp8u * pSrc, Npp8u * pDst, int nLength, int nScaleFactor);
4129 
4139 NppStatus
4140 nppsSqrt_16u_Sfs_Ctx(const Npp16u * pSrc, Npp16u * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4141 
4142 NppStatus
4143 nppsSqrt_16u_Sfs(const Npp16u * pSrc, Npp16u * pDst, int nLength, int nScaleFactor);
4144 
4154 NppStatus
4155 nppsSqrt_16s_Sfs_Ctx(const Npp16s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4156 
4157 NppStatus
4158 nppsSqrt_16s_Sfs(const Npp16s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor);
4159 
4169 NppStatus
4170 nppsSqrt_16sc_Sfs_Ctx(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4171 
4172 NppStatus
4173 nppsSqrt_16sc_Sfs(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, int nScaleFactor);
4174 
4184 NppStatus
4185 nppsSqrt_64s_Sfs_Ctx(const Npp64s * pSrc, Npp64s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4186 
4187 NppStatus
4188 nppsSqrt_64s_Sfs(const Npp64s * pSrc, Npp64s * pDst, int nLength, int nScaleFactor);
4189 
4199 NppStatus
4200 nppsSqrt_32s16s_Sfs_Ctx(const Npp32s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4201 
4202 NppStatus
4203 nppsSqrt_32s16s_Sfs(const Npp32s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor);
4204 
4214 NppStatus
4215 nppsSqrt_64s16s_Sfs_Ctx(const Npp64s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4216 
4217 NppStatus
4218 nppsSqrt_64s16s_Sfs(const Npp64s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor);
4219 
4228 NppStatus
4229 nppsSqrt_8u_ISfs_Ctx(Npp8u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4230 
4231 NppStatus
4232 nppsSqrt_8u_ISfs(Npp8u * pSrcDst, int nLength, int nScaleFactor);
4233 
4242 NppStatus
4243 nppsSqrt_16u_ISfs_Ctx(Npp16u * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4244 
4245 NppStatus
4246 nppsSqrt_16u_ISfs(Npp16u * pSrcDst, int nLength, int nScaleFactor);
4247 
4256 NppStatus
4257 nppsSqrt_16s_ISfs_Ctx(Npp16s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4258 
4259 NppStatus
4260 nppsSqrt_16s_ISfs(Npp16s * pSrcDst, int nLength, int nScaleFactor);
4261 
4270 NppStatus
4271 nppsSqrt_16sc_ISfs_Ctx(Npp16sc * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4272 
4273 NppStatus
4274 nppsSqrt_16sc_ISfs(Npp16sc * pSrcDst, int nLength, int nScaleFactor);
4275 
4284 NppStatus
4285 nppsSqrt_64s_ISfs_Ctx(Npp64s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4286 
4287 NppStatus
4288 nppsSqrt_64s_ISfs(Npp64s * pSrcDst, int nLength, int nScaleFactor);
4289 
4309 NppStatus
4310 nppsCubrt_32f_Ctx(const Npp32f * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
4311 
4312 NppStatus
4313 nppsCubrt_32f(const Npp32f * pSrc, Npp32f * pDst, int nLength);
4314 
4324 NppStatus
4325 nppsCubrt_32s16s_Sfs_Ctx(const Npp32s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4326 
4327 NppStatus
4328 nppsCubrt_32s16s_Sfs(const Npp32s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor);
4329 
4349 NppStatus
4350 nppsExp_32f_Ctx(const Npp32f * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
4351 
4352 NppStatus
4353 nppsExp_32f(const Npp32f * pSrc, Npp32f * pDst, int nLength);
4354 
4363 NppStatus
4364 nppsExp_64f_Ctx(const Npp64f * pSrc, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
4365 
4366 NppStatus
4367 nppsExp_64f(const Npp64f * pSrc, Npp64f * pDst, int nLength);
4368 
4377 NppStatus
4378 nppsExp_32f64f_Ctx(const Npp32f * pSrc, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
4379 
4380 NppStatus
4381 nppsExp_32f64f(const Npp32f * pSrc, Npp64f * pDst, int nLength);
4382 
4390 NppStatus
4391 nppsExp_32f_I_Ctx(Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
4392 
4393 NppStatus
4394 nppsExp_32f_I(Npp32f * pSrcDst, int nLength);
4395 
4403 NppStatus
4404 nppsExp_64f_I_Ctx(Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
4405 
4406 NppStatus
4407 nppsExp_64f_I(Npp64f * pSrcDst, int nLength);
4408 
4418 NppStatus
4419 nppsExp_16s_Sfs_Ctx(const Npp16s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4420 
4421 NppStatus
4422 nppsExp_16s_Sfs(const Npp16s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor);
4423 
4433 NppStatus
4434 nppsExp_32s_Sfs_Ctx(const Npp32s * pSrc, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4435 
4436 NppStatus
4437 nppsExp_32s_Sfs(const Npp32s * pSrc, Npp32s * pDst, int nLength, int nScaleFactor);
4438 
4448 NppStatus
4449 nppsExp_64s_Sfs_Ctx(const Npp64s * pSrc, Npp64s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4450 
4451 NppStatus
4452 nppsExp_64s_Sfs(const Npp64s * pSrc, Npp64s * pDst, int nLength, int nScaleFactor);
4453 
4462 NppStatus
4463 nppsExp_16s_ISfs_Ctx(Npp16s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4464 
4465 NppStatus
4466 nppsExp_16s_ISfs(Npp16s * pSrcDst, int nLength, int nScaleFactor);
4467 
4476 NppStatus
4477 nppsExp_32s_ISfs_Ctx(Npp32s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4478 
4479 NppStatus
4480 nppsExp_32s_ISfs(Npp32s * pSrcDst, int nLength, int nScaleFactor);
4481 
4490 NppStatus
4491 nppsExp_64s_ISfs_Ctx(Npp64s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4492 
4493 NppStatus
4494 nppsExp_64s_ISfs(Npp64s * pSrcDst, int nLength, int nScaleFactor);
4495 
4515 NppStatus
4516 nppsLn_32f_Ctx(const Npp32f * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
4517 
4518 NppStatus
4519 nppsLn_32f(const Npp32f * pSrc, Npp32f * pDst, int nLength);
4520 
4529 NppStatus
4530 nppsLn_64f_Ctx(const Npp64f * pSrc, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
4531 
4532 NppStatus
4533 nppsLn_64f(const Npp64f * pSrc, Npp64f * pDst, int nLength);
4534 
4543 NppStatus
4544 nppsLn_64f32f_Ctx(const Npp64f * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
4545 
4546 NppStatus
4547 nppsLn_64f32f(const Npp64f * pSrc, Npp32f * pDst, int nLength);
4548 
4556 NppStatus
4557 nppsLn_32f_I_Ctx(Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
4558 
4559 NppStatus
4560 nppsLn_32f_I(Npp32f * pSrcDst, int nLength);
4561 
4569 NppStatus
4570 nppsLn_64f_I_Ctx(Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
4571 
4572 NppStatus
4573 nppsLn_64f_I(Npp64f * pSrcDst, int nLength);
4574 
4584 NppStatus
4585 nppsLn_16s_Sfs_Ctx(const Npp16s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4586 
4587 NppStatus
4588 nppsLn_16s_Sfs(const Npp16s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor);
4589 
4599 NppStatus
4600 nppsLn_32s_Sfs_Ctx(const Npp32s * pSrc, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4601 
4602 NppStatus
4603 nppsLn_32s_Sfs(const Npp32s * pSrc, Npp32s * pDst, int nLength, int nScaleFactor);
4604 
4614 NppStatus
4615 nppsLn_32s16s_Sfs_Ctx(const Npp32s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4616 
4617 NppStatus
4618 nppsLn_32s16s_Sfs(const Npp32s * pSrc, Npp16s * pDst, int nLength, int nScaleFactor);
4619 
4628 NppStatus
4629 nppsLn_16s_ISfs_Ctx(Npp16s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4630 
4631 NppStatus
4632 nppsLn_16s_ISfs(Npp16s * pSrcDst, int nLength, int nScaleFactor);
4633 
4642 NppStatus
4643 nppsLn_32s_ISfs_Ctx(Npp32s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4644 
4645 NppStatus
4646 nppsLn_32s_ISfs(Npp32s * pSrcDst, int nLength, int nScaleFactor);
4647 
4668 NppStatus
4669 npps10Log10_32s_Sfs_Ctx(const Npp32s * pSrc, Npp32s * pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4670 
4671 NppStatus
4672 npps10Log10_32s_Sfs(const Npp32s * pSrc, Npp32s * pDst, int nLength, int nScaleFactor);
4673 
4682 NppStatus
4683 npps10Log10_32s_ISfs_Ctx(Npp32s * pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx);
4684 
4685 NppStatus
4686 npps10Log10_32s_ISfs(Npp32s * pSrcDst, int nLength, int nScaleFactor);
4687 
4708 NppStatus
4709 nppsSumLnGetBufferSize_32f_Ctx(int nLength, int * hpBufferSize /* host pointer */, NppStreamContext nppStreamCtx);
4710 
4711 NppStatus
4712 nppsSumLnGetBufferSize_32f(int nLength, int * hpBufferSize /* host pointer */);
4713 
4723 NppStatus
4724 nppsSumLn_32f_Ctx(const Npp32f * pSrc, int nLength, Npp32f * pDst, Npp8u * pDeviceBuffer, NppStreamContext nppStreamCtx);
4725 
4726 NppStatus
4727 nppsSumLn_32f(const Npp32f * pSrc, int nLength, Npp32f * pDst, Npp8u * pDeviceBuffer);
4728 
4738 NppStatus
4739 nppsSumLnGetBufferSize_64f_Ctx(int nLength, int * hpBufferSize /* host pointer */, NppStreamContext nppStreamCtx);
4740 
4741 NppStatus
4742 nppsSumLnGetBufferSize_64f(int nLength, int * hpBufferSize /* host pointer */);
4743 
4753 NppStatus
4754 nppsSumLn_64f_Ctx(const Npp64f * pSrc, int nLength, Npp64f * pDst, Npp8u * pDeviceBuffer, NppStreamContext nppStreamCtx);
4755 
4756 NppStatus
4757 nppsSumLn_64f(const Npp64f * pSrc, int nLength, Npp64f * pDst, Npp8u * pDeviceBuffer);
4758 
4768 NppStatus
4769 nppsSumLnGetBufferSize_32f64f_Ctx(int nLength, int * hpBufferSize /* host pointer */, NppStreamContext nppStreamCtx);
4770 
4771 NppStatus
4772 nppsSumLnGetBufferSize_32f64f(int nLength, int * hpBufferSize /* host pointer */);
4773 
4783 NppStatus
4784 nppsSumLn_32f64f_Ctx(const Npp32f * pSrc, int nLength, Npp64f * pDst, Npp8u * pDeviceBuffer, NppStreamContext nppStreamCtx);
4785 
4786 NppStatus
4787 nppsSumLn_32f64f(const Npp32f * pSrc, int nLength, Npp64f * pDst, Npp8u * pDeviceBuffer);
4788 
4798 NppStatus
4799 nppsSumLnGetBufferSize_16s32f_Ctx(int nLength, int * hpBufferSize /* host pointer */, NppStreamContext nppStreamCtx);
4800 
4801 NppStatus
4802 nppsSumLnGetBufferSize_16s32f(int nLength, int * hpBufferSize /* host pointer */);
4803 
4813 NppStatus
4814 nppsSumLn_16s32f_Ctx(const Npp16s * pSrc, int nLength, Npp32f * pDst, Npp8u * pDeviceBuffer, NppStreamContext nppStreamCtx);
4815 
4816 NppStatus
4817 nppsSumLn_16s32f(const Npp16s * pSrc, int nLength, Npp32f * pDst, Npp8u * pDeviceBuffer);
4818 
4838 NppStatus
4839 nppsArctan_32f_Ctx(const Npp32f * pSrc, Npp32f * pDst, int nLength, NppStreamContext nppStreamCtx);
4840 
4841 NppStatus
4842 nppsArctan_32f(const Npp32f * pSrc, Npp32f * pDst, int nLength);
4843 
4852 NppStatus
4853 nppsArctan_64f_Ctx(const Npp64f * pSrc, Npp64f * pDst, int nLength, NppStreamContext nppStreamCtx);
4854 
4855 NppStatus
4856 nppsArctan_64f(const Npp64f * pSrc, Npp64f * pDst, int nLength);
4857 
4865 NppStatus
4866 nppsArctan_32f_I_Ctx(Npp32f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
4867 
4868 NppStatus
4869 nppsArctan_32f_I(Npp32f * pSrcDst, int nLength);
4870 
4878 NppStatus
4879 nppsArctan_64f_I_Ctx(Npp64f * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
4880 
4881 NppStatus
4882 nppsArctan_64f_I(Npp64f * pSrcDst, int nLength);
4883 
4905 NppStatus
4906 nppsNormalize_32f_Ctx(const Npp32f * pSrc, Npp32f * pDst, int nLength, Npp32f vSub, Npp32f vDiv, NppStreamContext nppStreamCtx);
4907 
4908 NppStatus
4909 nppsNormalize_32f(const Npp32f * pSrc, Npp32f * pDst, int nLength, Npp32f vSub, Npp32f vDiv);
4910 
4921 NppStatus
4922 nppsNormalize_32fc_Ctx(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, Npp32fc vSub, Npp32f vDiv, NppStreamContext nppStreamCtx);
4923 
4924 NppStatus
4925 nppsNormalize_32fc(const Npp32fc * pSrc, Npp32fc * pDst, int nLength, Npp32fc vSub, Npp32f vDiv);
4926 
4937 NppStatus
4938 nppsNormalize_64f_Ctx(const Npp64f * pSrc, Npp64f * pDst, int nLength, Npp64f vSub, Npp64f vDiv, NppStreamContext nppStreamCtx);
4939 
4940 NppStatus
4941 nppsNormalize_64f(const Npp64f * pSrc, Npp64f * pDst, int nLength, Npp64f vSub, Npp64f vDiv);
4942 
4953 NppStatus
4954 nppsNormalize_64fc_Ctx(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, Npp64fc vSub, Npp64f vDiv, NppStreamContext nppStreamCtx);
4955 
4956 NppStatus
4957 nppsNormalize_64fc(const Npp64fc * pSrc, Npp64fc * pDst, int nLength, Npp64fc vSub, Npp64f vDiv);
4958 
4970 NppStatus
4971 nppsNormalize_16s_Sfs_Ctx(const Npp16s * pSrc, Npp16s * pDst, int nLength, Npp16s vSub, int vDiv, int nScaleFactor, NppStreamContext nppStreamCtx);
4972 
4973 NppStatus
4974 nppsNormalize_16s_Sfs(const Npp16s * pSrc, Npp16s * pDst, int nLength, Npp16s vSub, int vDiv, int nScaleFactor);
4975 
4987 NppStatus
4988 nppsNormalize_16sc_Sfs_Ctx(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, Npp16sc vSub, int vDiv, int nScaleFactor, NppStreamContext nppStreamCtx);
4989 
4990 NppStatus
4991 nppsNormalize_16sc_Sfs(const Npp16sc * pSrc, Npp16sc * pDst, int nLength, Npp16sc vSub, int vDiv, int nScaleFactor);
4992 
5012 NppStatus
5013 nppsCauchy_32f_I_Ctx(Npp32f * pSrcDst, int nLength, Npp32f nParam, NppStreamContext nppStreamCtx);
5014 
5015 NppStatus
5016 nppsCauchy_32f_I(Npp32f * pSrcDst, int nLength, Npp32f nParam);
5017 
5026 NppStatus
5027 nppsCauchyD_32f_I_Ctx(Npp32f * pSrcDst, int nLength, Npp32f nParam, NppStreamContext nppStreamCtx);
5028 
5029 NppStatus
5030 nppsCauchyD_32f_I(Npp32f * pSrcDst, int nLength, Npp32f nParam);
5031 
5042 NppStatus
5043 nppsCauchyDD2_32f_I_Ctx(Npp32f * pSrcDst, Npp32f * pD2FVal, int nLength, Npp32f nParam, NppStreamContext nppStreamCtx);
5044 
5045 NppStatus
5046 nppsCauchyDD2_32f_I(Npp32f * pSrcDst, Npp32f * pD2FVal, int nLength, Npp32f nParam);
5047 
5077 NppStatus
5078 nppsAndC_8u_Ctx(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength, NppStreamContext nppStreamCtx);
5079 
5080 NppStatus
5081 nppsAndC_8u(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength);
5082 
5092 NppStatus
5093 nppsAndC_16u_Ctx(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, NppStreamContext nppStreamCtx);
5094 
5095 NppStatus
5096 nppsAndC_16u(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength);
5097 
5107 NppStatus
5108 nppsAndC_32u_Ctx(const Npp32u * pSrc, Npp32u nValue, Npp32u * pDst, int nLength, NppStreamContext nppStreamCtx);
5109 
5110 NppStatus
5111 nppsAndC_32u(const Npp32u * pSrc, Npp32u nValue, Npp32u * pDst, int nLength);
5112 
5121 NppStatus
5122 nppsAndC_8u_I_Ctx(Npp8u nValue, Npp8u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5123 
5124 NppStatus
5125 nppsAndC_8u_I(Npp8u nValue, Npp8u * pSrcDst, int nLength);
5126 
5135 NppStatus
5136 nppsAndC_16u_I_Ctx(Npp16u nValue, Npp16u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5137 
5138 NppStatus
5139 nppsAndC_16u_I(Npp16u nValue, Npp16u * pSrcDst, int nLength);
5140 
5149 NppStatus
5150 nppsAndC_32u_I_Ctx(Npp32u nValue, Npp32u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5151 
5152 NppStatus
5153 nppsAndC_32u_I(Npp32u nValue, Npp32u * pSrcDst, int nLength);
5154 
5175 NppStatus
5176 nppsAnd_8u_Ctx(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength, NppStreamContext nppStreamCtx);
5177 
5178 NppStatus
5179 nppsAnd_8u(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength);
5180 
5190 NppStatus
5191 nppsAnd_16u_Ctx(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, NppStreamContext nppStreamCtx);
5192 
5193 NppStatus
5194 nppsAnd_16u(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength);
5195 
5205 NppStatus
5206 nppsAnd_32u_Ctx(const Npp32u * pSrc1, const Npp32u * pSrc2, Npp32u * pDst, int nLength, NppStreamContext nppStreamCtx);
5207 
5208 NppStatus
5209 nppsAnd_32u(const Npp32u * pSrc1, const Npp32u * pSrc2, Npp32u * pDst, int nLength);
5210 
5219 NppStatus
5220 nppsAnd_8u_I_Ctx(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5221 
5222 NppStatus
5223 nppsAnd_8u_I(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength);
5224 
5233 NppStatus
5234 nppsAnd_16u_I_Ctx(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5235 
5236 NppStatus
5237 nppsAnd_16u_I(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength);
5238 
5247 NppStatus
5248 nppsAnd_32u_I_Ctx(const Npp32u * pSrc, Npp32u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5249 
5250 NppStatus
5251 nppsAnd_32u_I(const Npp32u * pSrc, Npp32u * pSrcDst, int nLength);
5252 
5273 NppStatus
5274 nppsOrC_8u_Ctx(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength, NppStreamContext nppStreamCtx);
5275 
5276 NppStatus
5277 nppsOrC_8u(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength);
5278 
5288 NppStatus
5289 nppsOrC_16u_Ctx(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, NppStreamContext nppStreamCtx);
5290 
5291 NppStatus
5292 nppsOrC_16u(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength);
5293 
5303 NppStatus
5304 nppsOrC_32u_Ctx(const Npp32u * pSrc, Npp32u nValue, Npp32u * pDst, int nLength, NppStreamContext nppStreamCtx);
5305 
5306 NppStatus
5307 nppsOrC_32u(const Npp32u * pSrc, Npp32u nValue, Npp32u * pDst, int nLength);
5308 
5317 NppStatus
5318 nppsOrC_8u_I_Ctx(Npp8u nValue, Npp8u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5319 
5320 NppStatus
5321 nppsOrC_8u_I(Npp8u nValue, Npp8u * pSrcDst, int nLength);
5322 
5331 NppStatus
5332 nppsOrC_16u_I_Ctx(Npp16u nValue, Npp16u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5333 
5334 NppStatus
5335 nppsOrC_16u_I(Npp16u nValue, Npp16u * pSrcDst, int nLength);
5336 
5345 NppStatus
5346 nppsOrC_32u_I_Ctx(Npp32u nValue, Npp32u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5347 
5348 NppStatus
5349 nppsOrC_32u_I(Npp32u nValue, Npp32u * pSrcDst, int nLength);
5350 
5371 NppStatus
5372 nppsOr_8u_Ctx(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength, NppStreamContext nppStreamCtx);
5373 
5374 NppStatus
5375 nppsOr_8u(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength);
5376 
5386 NppStatus
5387 nppsOr_16u_Ctx(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, NppStreamContext nppStreamCtx);
5388 
5389 NppStatus
5390 nppsOr_16u(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength);
5391 
5401 NppStatus
5402 nppsOr_32u_Ctx(const Npp32u * pSrc1, const Npp32u * pSrc2, Npp32u * pDst, int nLength, NppStreamContext nppStreamCtx);
5403 
5404 NppStatus
5405 nppsOr_32u(const Npp32u * pSrc1, const Npp32u * pSrc2, Npp32u * pDst, int nLength);
5406 
5415 NppStatus
5416 nppsOr_8u_I_Ctx(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5417 
5418 NppStatus
5419 nppsOr_8u_I(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength);
5420 
5429 NppStatus
5430 nppsOr_16u_I_Ctx(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5431 
5432 NppStatus
5433 nppsOr_16u_I(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength);
5434 
5443 NppStatus
5444 nppsOr_32u_I_Ctx(const Npp32u * pSrc, Npp32u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5445 
5446 NppStatus
5447 nppsOr_32u_I(const Npp32u * pSrc, Npp32u * pSrcDst, int nLength);
5448 
5469 NppStatus
5470 nppsXorC_8u_Ctx(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength, NppStreamContext nppStreamCtx);
5471 
5472 NppStatus
5473 nppsXorC_8u(const Npp8u * pSrc, Npp8u nValue, Npp8u * pDst, int nLength);
5474 
5484 NppStatus
5485 nppsXorC_16u_Ctx(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength, NppStreamContext nppStreamCtx);
5486 
5487 NppStatus
5488 nppsXorC_16u(const Npp16u * pSrc, Npp16u nValue, Npp16u * pDst, int nLength);
5489 
5499 NppStatus
5500 nppsXorC_32u_Ctx(const Npp32u * pSrc, Npp32u nValue, Npp32u * pDst, int nLength, NppStreamContext nppStreamCtx);
5501 
5502 NppStatus
5503 nppsXorC_32u(const Npp32u * pSrc, Npp32u nValue, Npp32u * pDst, int nLength);
5504 
5513 NppStatus
5514 nppsXorC_8u_I_Ctx(Npp8u nValue, Npp8u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5515 
5516 NppStatus
5517 nppsXorC_8u_I(Npp8u nValue, Npp8u * pSrcDst, int nLength);
5518 
5527 NppStatus
5528 nppsXorC_16u_I_Ctx(Npp16u nValue, Npp16u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5529 
5530 NppStatus
5531 nppsXorC_16u_I(Npp16u nValue, Npp16u * pSrcDst, int nLength);
5532 
5541 NppStatus
5542 nppsXorC_32u_I_Ctx(Npp32u nValue, Npp32u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5543 
5544 NppStatus
5545 nppsXorC_32u_I(Npp32u nValue, Npp32u * pSrcDst, int nLength);
5546 
5567 NppStatus
5568 nppsXor_8u_Ctx(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength, NppStreamContext nppStreamCtx);
5569 
5570 NppStatus
5571 nppsXor_8u(const Npp8u * pSrc1, const Npp8u * pSrc2, Npp8u * pDst, int nLength);
5572 
5582 NppStatus
5583 nppsXor_16u_Ctx(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength, NppStreamContext nppStreamCtx);
5584 
5585 NppStatus
5586 nppsXor_16u(const Npp16u * pSrc1, const Npp16u * pSrc2, Npp16u * pDst, int nLength);
5587 
5597 NppStatus
5598 nppsXor_32u_Ctx(const Npp32u * pSrc1, const Npp32u * pSrc2, Npp32u * pDst, int nLength, NppStreamContext nppStreamCtx);
5599 
5600 NppStatus
5601 nppsXor_32u(const Npp32u * pSrc1, const Npp32u * pSrc2, Npp32u * pDst, int nLength);
5602 
5611 NppStatus
5612 nppsXor_8u_I_Ctx(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5613 
5614 NppStatus
5615 nppsXor_8u_I(const Npp8u * pSrc, Npp8u * pSrcDst, int nLength);
5616 
5625 NppStatus
5626 nppsXor_16u_I_Ctx(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5627 
5628 NppStatus
5629 nppsXor_16u_I(const Npp16u * pSrc, Npp16u * pSrcDst, int nLength);
5630 
5639 NppStatus
5640 nppsXor_32u_I_Ctx(const Npp32u * pSrc, Npp32u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5641 
5642 NppStatus
5643 nppsXor_32u_I(const Npp32u * pSrc, Npp32u * pSrcDst, int nLength);
5644 
5664 NppStatus
5665 nppsNot_8u_Ctx(const Npp8u * pSrc, Npp8u * pDst, int nLength, NppStreamContext nppStreamCtx);
5666 
5667 NppStatus
5668 nppsNot_8u(const Npp8u * pSrc, Npp8u * pDst, int nLength);
5669 
5678 NppStatus
5679 nppsNot_16u_Ctx(const Npp16u * pSrc, Npp16u * pDst, int nLength, NppStreamContext nppStreamCtx);
5680 
5681 NppStatus
5682 nppsNot_16u(const Npp16u * pSrc, Npp16u * pDst, int nLength);
5683 
5692 NppStatus
5693 nppsNot_32u_Ctx(const Npp32u * pSrc, Npp32u * pDst, int nLength, NppStreamContext nppStreamCtx);
5694 
5695 NppStatus
5696 nppsNot_32u(const Npp32u * pSrc, Npp32u * pDst, int nLength);
5697 
5705 NppStatus
5706 nppsNot_8u_I_Ctx(Npp8u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5707 
5708 NppStatus
5709 nppsNot_8u_I(Npp8u * pSrcDst, int nLength);
5710 
5718 NppStatus
5719 nppsNot_16u_I_Ctx(Npp16u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5720 
5721 NppStatus
5722 nppsNot_16u_I(Npp16u * pSrcDst, int nLength);
5723 
5731 NppStatus
5732 nppsNot_32u_I_Ctx(Npp32u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5733 
5734 NppStatus
5735 nppsNot_32u_I(Npp32u * pSrcDst, int nLength);
5736 
5757 NppStatus
5758 nppsLShiftC_8u_Ctx(const Npp8u * pSrc, int nValue, Npp8u * pDst, int nLength, NppStreamContext nppStreamCtx);
5759 
5760 NppStatus
5761 nppsLShiftC_8u(const Npp8u * pSrc, int nValue, Npp8u * pDst, int nLength);
5762 
5772 NppStatus
5773 nppsLShiftC_16u_Ctx(const Npp16u * pSrc, int nValue, Npp16u * pDst, int nLength, NppStreamContext nppStreamCtx);
5774 
5775 NppStatus
5776 nppsLShiftC_16u(const Npp16u * pSrc, int nValue, Npp16u * pDst, int nLength);
5777 
5787 NppStatus
5788 nppsLShiftC_16s_Ctx(const Npp16s * pSrc, int nValue, Npp16s * pDst, int nLength, NppStreamContext nppStreamCtx);
5789 
5790 NppStatus
5791 nppsLShiftC_16s(const Npp16s * pSrc, int nValue, Npp16s * pDst, int nLength);
5792 
5802 NppStatus
5803 nppsLShiftC_32u_Ctx(const Npp32u * pSrc, int nValue, Npp32u * pDst, int nLength, NppStreamContext nppStreamCtx);
5804 
5805 NppStatus
5806 nppsLShiftC_32u(const Npp32u * pSrc, int nValue, Npp32u * pDst, int nLength);
5807 
5817 NppStatus
5818 nppsLShiftC_32s_Ctx(const Npp32s * pSrc, int nValue, Npp32s * pDst, int nLength, NppStreamContext nppStreamCtx);
5819 
5820 NppStatus
5821 nppsLShiftC_32s(const Npp32s * pSrc, int nValue, Npp32s * pDst, int nLength);
5822 
5831 NppStatus
5832 nppsLShiftC_8u_I_Ctx(int nValue, Npp8u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5833 
5834 NppStatus
5835 nppsLShiftC_8u_I(int nValue, Npp8u * pSrcDst, int nLength);
5836 
5845 NppStatus
5846 nppsLShiftC_16u_I_Ctx(int nValue, Npp16u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5847 
5848 NppStatus
5849 nppsLShiftC_16u_I(int nValue, Npp16u * pSrcDst, int nLength);
5850 
5859 NppStatus
5860 nppsLShiftC_16s_I_Ctx(int nValue, Npp16s * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5861 
5862 NppStatus
5863 nppsLShiftC_16s_I(int nValue, Npp16s * pSrcDst, int nLength);
5864 
5873 NppStatus
5874 nppsLShiftC_32u_I_Ctx(int nValue, Npp32u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5875 
5876 NppStatus
5877 nppsLShiftC_32u_I(int nValue, Npp32u * pSrcDst, int nLength);
5878 
5887 NppStatus
5888 nppsLShiftC_32s_I_Ctx(int nValue, Npp32s * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5889 
5890 NppStatus
5891 nppsLShiftC_32s_I(int nValue, Npp32s * pSrcDst, int nLength);
5892 
5913 NppStatus
5914 nppsRShiftC_8u_Ctx(const Npp8u * pSrc, int nValue, Npp8u * pDst, int nLength, NppStreamContext nppStreamCtx);
5915 
5916 NppStatus
5917 nppsRShiftC_8u(const Npp8u * pSrc, int nValue, Npp8u * pDst, int nLength);
5918 
5928 NppStatus
5929 nppsRShiftC_16u_Ctx(const Npp16u * pSrc, int nValue, Npp16u * pDst, int nLength, NppStreamContext nppStreamCtx);
5930 
5931 NppStatus
5932 nppsRShiftC_16u(const Npp16u * pSrc, int nValue, Npp16u * pDst, int nLength);
5933 
5943 NppStatus
5944 nppsRShiftC_16s_Ctx(const Npp16s * pSrc, int nValue, Npp16s * pDst, int nLength, NppStreamContext nppStreamCtx);
5945 
5946 NppStatus
5947 nppsRShiftC_16s(const Npp16s * pSrc, int nValue, Npp16s * pDst, int nLength);
5948 
5958 NppStatus
5959 nppsRShiftC_32u_Ctx(const Npp32u * pSrc, int nValue, Npp32u * pDst, int nLength, NppStreamContext nppStreamCtx);
5960 
5961 NppStatus
5962 nppsRShiftC_32u(const Npp32u * pSrc, int nValue, Npp32u * pDst, int nLength);
5963 
5973 NppStatus
5974 nppsRShiftC_32s_Ctx(const Npp32s * pSrc, int nValue, Npp32s * pDst, int nLength, NppStreamContext nppStreamCtx);
5975 
5976 NppStatus
5977 nppsRShiftC_32s(const Npp32s * pSrc, int nValue, Npp32s * pDst, int nLength);
5978 
5987 NppStatus
5988 nppsRShiftC_8u_I_Ctx(int nValue, Npp8u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
5989 
5990 NppStatus
5991 nppsRShiftC_8u_I(int nValue, Npp8u * pSrcDst, int nLength);
5992 
6001 NppStatus
6002 nppsRShiftC_16u_I_Ctx(int nValue, Npp16u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
6003 
6004 NppStatus
6005 nppsRShiftC_16u_I(int nValue, Npp16u * pSrcDst, int nLength);
6006 
6015 NppStatus
6016 nppsRShiftC_16s_I_Ctx(int nValue, Npp16s * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
6017 
6018 NppStatus
6019 nppsRShiftC_16s_I(int nValue, Npp16s * pSrcDst, int nLength);
6020 
6029 NppStatus
6030 nppsRShiftC_32u_I_Ctx(int nValue, Npp32u * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
6031 
6032 NppStatus
6033 nppsRShiftC_32u_I(int nValue, Npp32u * pSrcDst, int nLength);
6034 
6043 NppStatus
6044 nppsRShiftC_32s_I_Ctx(int nValue, Npp32s * pSrcDst, int nLength, NppStreamContext nppStreamCtx);
6045 
6046 NppStatus
6047 nppsRShiftC_32s_I(int nValue, Npp32s * pSrcDst, int nLength);
6048 
6055 #ifdef __cplusplus
6056 } /* extern "C" */
6057 #endif
6058 
6059 #endif /* NV_NPPS_ARITHMETIC_AND_LOGICAL_OPERATIONS_H */
NppStatus nppsAbs_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength)
NppStatus nppsSqr_8u_Sfs_Ctx(const Npp8u *pSrc, Npp8u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char signal squared, scale, then clamp to saturated value.
NppStatus nppsSubC_64fc_I_Ctx(Npp64fc nValue, Npp64fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal subtract constan...
NppStatus nppsXorC_32u(const Npp32u *pSrc, Npp32u nValue, Npp32u *pDst, int nLength)
NppStatus nppsLShiftC_16u_I(int nValue, Npp16u *pSrcDst, int nLength)
NppStatus nppsXor_16u(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength)
NppStatus nppsSqrt_32s16s_Sfs(const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsSubC_32f_I_Ctx(Npp32f nValue, Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point in place signal subtract constant.
NppStatus nppsSqr_8u_ISfs_Ctx(Npp8u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char signal squared, scale, then clamp to saturated value.
NppStatus nppsNormalize_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f vSub, Npp32f vDiv)
NppStatus nppsExp_32s_Sfs_Ctx(const Npp32s *pSrc, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal exponent, scale, then clamp to saturated value.
NppStatus nppsArctan_32f_I_Ctx(Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal inverse tangent.
NppStatus nppsSqr_16sc_Sfs_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit complex signed short signal squared, scale, then clamp to saturated value. ...
NppStatus nppsAdd_64s_Sfs_Ctx(const Npp64s *pSrc1, const Npp64s *pSrc2, Npp64s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
64-bit signed integer add signal, scale, then clamp to saturated value.
NppStatus nppsDiv_32s_Sfs(const Npp32s *pSrc1, const Npp32s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsCubrt_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength)
NppStatus nppsSqr_64fc_I_Ctx(Npp64fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit complex floating point signal squared.
NppStatus nppsLShiftC_16s_Ctx(const Npp16s *pSrc, int nValue, Npp16s *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short signal left shift with constant.
NppStatus nppsXor_32u_I(const Npp32u *pSrc, Npp32u *pSrcDst, int nLength)
NppStatus nppsLn_32s_Sfs_Ctx(const Npp32s *pSrc, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal natural logarithm, scale, then clamp to saturated value.
NppStatus nppsSqrt_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength)
NppStatus nppsXorC_16u_I_Ctx(Npp16u nValue, Npp16u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal exclusive or with constant.
NppStatus nppsAddProduct_64f(const Npp64f *pSrc1, const Npp64f *pSrc2, Npp64f *pDst, int nLength)
NppStatus nppsMul_64fc(const Npp64fc *pSrc1, const Npp64fc *pSrc2, Npp64fc *pDst, int nLength)
NppStatus nppsAddC_8u_ISfs_Ctx(Npp8u nValue, Npp8u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal add constant, scale, then clamp to saturated value ...
NppStatus nppsAdd_32fc_Ctx(const Npp32fc *pSrc1, const Npp32fc *pSrc2, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point signal add signal, then clamp to saturated value.
NppStatus nppsAndC_32u_Ctx(const Npp32u *pSrc, Npp32u nValue, Npp32u *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned integer signal and with constant.
NppStatus nppsLn_32s_ISfs(Npp32s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsLShiftC_16u(const Npp16u *pSrc, int nValue, Npp16u *pDst, int nLength)
NppStatus nppsMul_32sc_ISfs_Ctx(const Npp32sc *pSrc, Npp32sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit complex signed integer in place signal times signal, with scaling, then clamp to saturated val...
NppStatus nppsDiv_32f_I(const Npp32f *pSrc, Npp32f *pSrcDst, int nLength)
NppStatus nppsAddC_64f_I(Npp64f nValue, Npp64f *pSrcDst, int nLength)
NppStatus nppsSumLnGetBufferSize_64f(int nLength, int *hpBufferSize)
NppStatus nppsMulC_16u_Sfs(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, int nScaleFactor)
NppStatus nppsAddProduct_32s_Sfs(const Npp32s *pSrc1, const Npp32s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsSubC_32fc_I(Npp32fc nValue, Npp32fc *pSrcDst, int nLength)
NppStatus nppsDivC_32f_Ctx(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal divided by constant.
NppStatus nppsRShiftC_16s_I(int nValue, Npp16s *pSrcDst, int nLength)
NppStatus nppsSubCRev_64fc(const Npp64fc *pSrc, Npp64fc nValue, Npp64fc *pDst, int nLength)
NppStatus nppsDiv_32f_Ctx(const Npp32f *pSrc1, const Npp32f *pSrc2, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal divide signal, then clamp to saturated value.
NppStatus nppsExp_64s_Sfs(const Npp64s *pSrc, Npp64s *pDst, int nLength, int nScaleFactor)
NppStatus nppsSqrt_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal square root.
NppStatus nppsSubCRev_64f(const Npp64f *pSrc, Npp64f nValue, Npp64f *pDst, int nLength)
NppStatus nppsLn_16s_Sfs(const Npp16s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_16s_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short signal add signal, then clamp to saturated value.
NppStatus nppsMul_16u_ISfs_Ctx(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal times signal, with scaling, then clamp to saturated value...
NppStatus nppsDivCRev_32f_Ctx(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point constant divided by signal.
NppStatus nppsSqrt_16u_ISfs(Npp16u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSqr_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit complex floating point signal squared.
NppStatus nppsAddC_32f_I(Npp32f nValue, Npp32f *pSrcDst, int nLength)
unsigned char Npp8u
8-bit unsigned chars
Definition: nppdefs.h:270
NppStatus nppsMul_32f32fc(const Npp32f *pSrc1, const Npp32fc *pSrc2, Npp32fc *pDst, int nLength)
NppStatus nppsAddC_64f_I_Ctx(Npp64f nValue, Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point, in place signal add constant.
NppStatus nppsMul_32f32fc_Ctx(const Npp32f *pSrc1, const Npp32fc *pSrc2, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal times 32-bit complex floating point signal with complex 32-bit floating ...
NppStatus nppsAddProduct_32fc(const Npp32fc *pSrc1, const Npp32fc *pSrc2, Npp32fc *pDst, int nLength)
NppStatus nppsSqrt_16u_Sfs_Ctx(const Npp16u *pSrc, Npp16u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short signal square root, scale, then clamp to saturated value.
NppStatus nppsDivC_8u_ISfs(Npp8u nValue, Npp8u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSumLnGetBufferSize_32f_Ctx(int nLength, int *hpBufferSize, NppStreamContext nppStreamCtx)
Device scratch buffer size (in bytes) for 32f SumLn.
NppStatus nppsAddC_32fc_I(Npp32fc nValue, Npp32fc *pSrcDst, int nLength)
NppStatus nppsDiv_32s_Sfs_Ctx(const Npp32s *pSrc1, const Npp32s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal divide signal, scale, then clamp to saturated value. ...
NppStatus nppsMul_16s32s_Sfs_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal times signal, scale, then clamp to 32-bit signed saturated value...
NppStatus nppsDiv_32f_I_Ctx(const Npp32f *pSrc, Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point in place signal divide signal, then clamp to saturated value.
NppStatus nppsMulC_Low_32f16s(const Npp32f *pSrc, Npp32f nValue, Npp16s *pDst, int nLength)
NppStatus nppsMul_64fc_Ctx(const Npp64fc *pSrc1, const Npp64fc *pSrc2, Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit complex floating point signal times signal, then clamp to saturated value. ...
NppStatus nppsSubC_16s_Sfs(const Npp16s *pSrc, Npp16s nValue, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsXor_32u_Ctx(const Npp32u *pSrc1, const Npp32u *pSrc2, Npp32u *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned integer signal exclusive or with signal.
NppStatus nppsAddProduct_32f_Ctx(const Npp32f *pSrc1, const Npp32f *pSrc2, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal add product of source signal times destination signal to destination sig...
NppStatus nppsSub_32fc_Ctx(const Npp32fc *pSrc1, const Npp32fc *pSrc2, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point signal subtract signal, then clamp to saturated value.
NppStatus nppsNormalize_16s_Sfs(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s vSub, int vDiv, int nScaleFactor)
NppStatus nppsMulC_16s_ISfs_Ctx(Npp16s nValue, Npp16s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short in place signal times constant, scale, then clamp to saturated value...
NppStatus nppsAddC_32sc_ISfs(Npp32sc nValue, Npp32sc *pSrcDst, int nLength, int nScaleFactor)
Complex Number This struct represents an unsigned int complex number.
Definition: nppdefs.h:316
NppStatus nppsSub_16u_Sfs_Ctx(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short signal subtract signal, scale, then clamp to saturated value.
NppStatus nppsOr_16u_I(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength)
NppStatus nppsSubCRev_16u_Sfs_Ctx(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short signal subtract from constant, scale, then clamp to saturated value...
NppStatus nppsXor_32u_I_Ctx(const Npp32u *pSrc, Npp32u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned integer in place signal exclusive or with signal.
NppStatus nppsSubC_16sc_Sfs(const Npp16sc *pSrc, Npp16sc nValue, Npp16sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_16s_ISfs(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSqr_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal squared.
NppStatus nppsAddC_32fc(const Npp32fc *pSrc, Npp32fc nValue, Npp32fc *pDst, int nLength)
NppStatus nppsSqrt_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point signal square root.
NppStatus nppsDivCRev_16u(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength)
NppStatus nppsLShiftC_32u_I(int nValue, Npp32u *pSrcDst, int nLength)
NppStatus nppsDiv_16s_ISfs_Ctx(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short in place signal divide signal, with scaling, then clamp to saturated value...
NppStatus nppsOrC_32u_I(Npp32u nValue, Npp32u *pSrcDst, int nLength)
NppStatus nppsExp_32f_I_Ctx(Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal exponent.
NppStatus nppsSqrt_8u_Sfs_Ctx(const Npp8u *pSrc, Npp8u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char signal square root, scale, then clamp to saturated value.
NppStatus nppsMulC_64f_Ctx(const Npp64f *pSrc, Npp64f nValue, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal times constant.
NppStatus nppsMul_32s32sc_ISfs(const Npp32s *pSrc, Npp32sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSubCRev_64f_Ctx(const Npp64f *pSrc, Npp64f nValue, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal subtract from constant.
NppStatus nppsSumLnGetBufferSize_32f64f(int nLength, int *hpBufferSize)
NppStatus nppsSub_8u_ISfs_Ctx(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal subtract signal, with scaling, then clamp to saturated value...
NppStatus nppsAdd_32fc(const Npp32fc *pSrc1, const Npp32fc *pSrc2, Npp32fc *pDst, int nLength)
NppStatus nppsRShiftC_8u_I_Ctx(int nValue, Npp8u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal right shift with constant.
NppStatus nppsNormalize_16sc_Sfs(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16sc vSub, int vDiv, int nScaleFactor)
NppStatus nppsAddC_16sc_Sfs(const Npp16sc *pSrc, Npp16sc nValue, Npp16sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsDiv_8u_ISfs_Ctx(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal divide signal, with scaling, then clamp to saturated value...
NppStatus nppsLn_32s_Sfs(const Npp32s *pSrc, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_16sc_ISfs_Ctx(const Npp16sc *pSrc, Npp16sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit complex signed short in place signal add signal, with scaling, then clamp to saturated value...
NppStatus nppsNot_32u_I(Npp32u *pSrcDst, int nLength)
NppStatus nppsSqr_32f_I(Npp32f *pSrcDst, int nLength)
NppStatus nppsXorC_32u_I_Ctx(Npp32u nValue, Npp32u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned signed integer in place signal exclusive or with constant.
NppStatus nppsSqr_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength)
NppStatus nppsMul_16u_ISfs(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSub_64fc_I_Ctx(const Npp64fc *pSrc, Npp64fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit complex floating point in place signal subtract signal, then clamp to saturated value...
NppStatus nppsDivC_16sc_ISfs(Npp16sc nValue, Npp16sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSub_16u_ISfs_Ctx(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal subtract signal, with scaling, then clamp to saturated value...
NppStatus nppsAddC_16sc_Sfs_Ctx(const Npp16sc *pSrc, Npp16sc nValue, Npp16sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit integer complex number (16 bit real, 16 bit imaginary) signal add constant, scale, then clamp to saturated value.
NppStatus nppsAdd_64f_I_Ctx(const Npp64f *pSrc, Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point in place signal add signal, then clamp to saturated value.
NppStatus nppsAddC_8u_Sfs(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, int nScaleFactor)
NppStatus nppsSqrt_16sc_ISfs_Ctx(Npp16sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit complex signed short signal square root, scale, then clamp to saturated value.
NppStatus nppsSumLnGetBufferSize_32f64f_Ctx(int nLength, int *hpBufferSize, NppStreamContext nppStreamCtx)
Device scratch buffer size (in bytes) for 32f64f SumLn.
NppStatus nppsSub_8u_ISfs(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSqrt_64s_ISfs(Npp64s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsMulC_Low_32f16s_Ctx(const Npp32f *pSrc, Npp32f nValue, Npp16s *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal times constant with output converted to 16-bit signed integer...
NppStatus nppsLShiftC_32u(const Npp32u *pSrc, int nValue, Npp32u *pDst, int nLength)
NppStatus nppsSub_32sc_Sfs_Ctx(const Npp32sc *pSrc1, const Npp32sc *pSrc2, Npp32sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed complex integer signal subtract signal, scale, then clamp to saturated value...
NppStatus nppsSubCRev_64fc_I_Ctx(Npp64fc nValue, Npp64fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal subtract from co...
NppStatus nppsMul_32f_I(const Npp32f *pSrc, Npp32f *pSrcDst, int nLength)
NppStatus nppsAnd_8u_Ctx(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char signal and with signal.
NppStatus nppsSqrt_8u_ISfs(Npp8u *pSrcDst, int nLength, int nScaleFactor)
NppStatus npps10Log10_32s_Sfs_Ctx(const Npp32s *pSrc, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value...
NppStatus nppsRShiftC_8u(const Npp8u *pSrc, int nValue, Npp8u *pDst, int nLength)
NppStatus nppsSqrt_64s_Sfs_Ctx(const Npp64s *pSrc, Npp64s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
64-bit signed integer signal square root, scale, then clamp to saturated value.
NppStatus nppsMulC_16sc_ISfs(Npp16sc nValue, Npp16sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSqr_8u_Sfs(const Npp8u *pSrc, Npp8u *pDst, int nLength, int nScaleFactor)
NppStatus nppsNot_8u_I_Ctx(Npp8u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char in place not signal.
NppStatus nppsDivC_16u_ISfs_Ctx(Npp16u nValue, Npp16u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal divided by constant, scale, then clamp to saturated value...
NppStatus nppsOr_16u_I_Ctx(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal or with signal.
NppStatus nppsSubC_8u_Sfs_Ctx(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char signal subtract constant, scale, then clamp to saturated value.
NppStatus nppsAnd_16u_Ctx(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short signal and with signal.
NppStatus nppsExp_32f64f(const Npp32f *pSrc, Npp64f *pDst, int nLength)
NppStatus nppsSub_64f(const Npp64f *pSrc1, const Npp64f *pSrc2, Npp64f *pDst, int nLength)
NppStatus nppsLShiftC_16u_Ctx(const Npp16u *pSrc, int nValue, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short signal left shift with constant.
NppStatus nppsAddProduct_16s_Sfs(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsMul_16s_Sfs(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus
Error Status Codes.
Definition: nppdefs.h:170
NppStatus nppsSubCRev_32f_I_Ctx(Npp32f nValue, Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point in place signal subtract from constant.
NppStatus nppsSubC_64f_I_Ctx(Npp64f nValue, Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point, in place signal subtract constant.
NppStatus nppsMul_32f(const Npp32f *pSrc1, const Npp32f *pSrc2, Npp32f *pDst, int nLength)
NppStatus nppsSqr_16s_ISfs(Npp16s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAddC_64f(const Npp64f *pSrc, Npp64f nValue, Npp64f *pDst, int nLength)
NppStatus nppsOr_8u_I(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength)
NppStatus nppsSubCRev_32s_Sfs_Ctx(const Npp32s *pSrc, Npp32s nValue, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integersignal subtract from constant and scale.
NppStatus nppsSubCRev_32s_Sfs(const Npp32s *pSrc, Npp32s nValue, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsRShiftC_32u_I(int nValue, Npp32u *pSrcDst, int nLength)
NppStatus nppsAddC_32f_I_Ctx(Npp32f nValue, Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point in place signal add constant.
NppStatus nppsAndC_8u_I(Npp8u nValue, Npp8u *pSrcDst, int nLength)
NppStatus nppsMulC_32fc_I_Ctx(Npp32fc nValue, Npp32fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in place signal times constant...
NppStatus nppsMul_16sc_Sfs(const Npp16sc *pSrc1, const Npp16sc *pSrc2, Npp16sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsSub_32s_Sfs(const Npp32s *pSrc1, const Npp32s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsMulC_16u_ISfs(Npp16u nValue, Npp16u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAddProduct_16s32s_Sfs(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsArctan_64f_I_Ctx(Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal inverse tangent.
NppStatus nppsOr_32u_Ctx(const Npp32u *pSrc1, const Npp32u *pSrc2, Npp32u *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned integer signal or with signal.
NppStatus nppsLShiftC_16s_I_Ctx(int nValue, Npp16s *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short in place signal left shift with constant.
NppStatus nppsDivC_16sc_Sfs_Ctx(const Npp16sc *pSrc, Npp16sc nValue, Npp16sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit integer complex number (16 bit real, 16 bit imaginary) signal divided by constant, scale, then clamp to saturated value.
NppStatus nppsSqrt_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength)
NppStatus nppsAdd_64s_Sfs(const Npp64s *pSrc1, const Npp64s *pSrc2, Npp64s *pDst, int nLength, int nScaleFactor)
NppStatus nppsSqrt_32fc_I(Npp32fc *pSrcDst, int nLength)
NppStatus nppsDivC_16s_ISfs_Ctx(Npp16s nValue, Npp16s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short in place signal divided by constant, scale, then clamp to saturated value...
NppStatus nppsMul_32s_Sfs_Ctx(const Npp32s *pSrc1, const Npp32s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal times signal, scale, then clamp to saturated value.
NppStatus nppsAnd_32u_I_Ctx(const Npp32u *pSrc, Npp32u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned integer in place signal and with signal.
NppStatus nppsXor_8u_I_Ctx(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal exclusive or with signal.
NppStatus nppsCauchyDD2_32f_I(Npp32f *pSrcDst, Npp32f *pD2FVal, int nLength, Npp32f nParam)
NppStatus nppsDivCRev_16u_Ctx(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short signal divided by constant, then clamp to saturated value.
NppStatus nppsSumLn_16s32f(const Npp16s *pSrc, int nLength, Npp32f *pDst, Npp8u *pDeviceBuffer)
NppStatus nppsSubC_16u_ISfs_Ctx(Npp16u nValue, Npp16u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal subtract constant, scale, then clamp to saturated value...
NppStatus nppsExp_64s_ISfs_Ctx(Npp64s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
64-bit signed integer signal exponent, scale, then clamp to saturated value.
NppStatus nppsSub_32f_I(const Npp32f *pSrc, Npp32f *pSrcDst, int nLength)
NppStatus nppsAndC_16u_Ctx(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short signal and with constant.
NppStatus nppsAdd_64f(const Npp64f *pSrc1, const Npp64f *pSrc2, Npp64f *pDst, int nLength)
NppStatus nppsAddC_32s_Sfs_Ctx(const Npp32s *pSrc, Npp32s nValue, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integersignal add constant and scale.
NppStatus nppsArctan_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal inverse tangent.
NppStatus nppsAndC_8u_Ctx(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char signal and with constant.
NppStatus nppsSubC_32f_I(Npp32f nValue, Npp32f *pSrcDst, int nLength)
NppStatus nppsSubC_16u_Sfs_Ctx(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short signal subtract constant, scale, then clamp to saturated value.
NppStatus nppsOr_16u(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength)
NppStatus nppsAnd_16u_I(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength)
NppStatus nppsCauchyD_32f_I(Npp32f *pSrcDst, int nLength, Npp32f nParam)
NppStatus nppsAdd_8u_ISfs(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_16u_Sfs(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, int nScaleFactor)
NppStatus nppsSqr_16s_Sfs(const Npp16s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsSqr_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength)
NppStatus nppsRShiftC_16u_I_Ctx(int nValue, Npp16u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal right shift with constant.
NppStatus nppsMul_16s32f(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp32f *pDst, int nLength)
NppStatus nppsAddC_16s_Sfs(const Npp16s *pSrc, Npp16s nValue, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsLShiftC_8u_I_Ctx(int nValue, Npp8u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal left shift with constant.
NppStatus nppsSumLn_64f(const Npp64f *pSrc, int nLength, Npp64f *pDst, Npp8u *pDeviceBuffer)
NppStatus nppsMul_Low_32s_Sfs_Ctx(const Npp32s *pSrc1, const Npp32s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal times signal, scale, then clamp to saturated value.
NppStatus nppsAdd_32f_I_Ctx(const Npp32f *pSrc, Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point in place signal add signal, then clamp to saturated value.
NppStatus nppsAddC_32s_Sfs(const Npp32s *pSrc, Npp32s nValue, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsAddProduct_16s32s_Sfs_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal add product of source signal1 times source signal2 to 32-bit signed intege...
NppStatus nppsSqrt_64s_ISfs_Ctx(Npp64s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
64-bit signed integer signal square root, scale, then clamp to saturated value.
NppStatus nppsLn_32s_ISfs_Ctx(Npp32s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal natural logarithm, scale, then clamp to saturated value.
Complex Number This struct represents a long long complex number.
Definition: nppdefs.h:346
NppStatus nppsSubC_16u_Sfs(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, int nScaleFactor)
NppStatus nppsMul_8u16u_Ctx(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char signal times signal with 16-bit unsigned result, then clamp to saturated value...
NppStatus nppsSqr_32fc_I(Npp32fc *pSrcDst, int nLength)
NppStatus nppsExp_16s_ISfs(Npp16s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsMul_16s_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short signal times signal, then clamp to saturated value.
NppStatus nppsSubC_32sc_Sfs(const Npp32sc *pSrc, Npp32sc nValue, Npp32sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsDiv_Round_8u_ISfs(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, NppRoundMode nRndMode, int nScaleFactor)
NppStatus nppsMul_32sc_Sfs(const Npp32sc *pSrc1, const Npp32sc *pSrc2, Npp32sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsSqrt_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal square root.
NppStatus nppsAddC_16u_Sfs(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, int nScaleFactor)
NppStatus nppsAddC_8u_ISfs(Npp8u nValue, Npp8u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsNot_16u_I_Ctx(Npp16u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short in place not signal.
NppStatus nppsMul_32fc(const Npp32fc *pSrc1, const Npp32fc *pSrc2, Npp32fc *pDst, int nLength)
NppStatus nppsSubCRev_16u_ISfs(Npp16u nValue, Npp16u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsExp_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal exponent.
NppStatus nppsAnd_16u(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength)
NppStatus nppsExp_32s_ISfs(Npp32s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSubCRev_16u_Sfs(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, int nScaleFactor)
NppStatus nppsOrC_8u(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength)
NppStatus nppsSubC_16sc_Sfs_Ctx(const Npp16sc *pSrc, Npp16sc nValue, Npp16sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract constant, scale, then clamp to saturated value.
NppStatus nppsAdd_16s32s_I_Ctx(const Npp16s *pSrc, Npp32s *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16/32-bit signed short in place signal add signal with 32-bit signed integer results, then clamp to saturated value.
NppStatus nppsRShiftC_32u_I_Ctx(int nValue, Npp32u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned signed integer in place signal right shift with constant.
NppStatus nppsMulC_64f64s_ISfs_Ctx(Npp64f nValue, Npp64s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
64-bit floating point signal times constant with in place conversion to 64-bit signed integer and wit...
NppStatus nppsOr_32u(const Npp32u *pSrc1, const Npp32u *pSrc2, Npp32u *pDst, int nLength)
NppStatus nppsMulC_32f_I(Npp32f nValue, Npp32f *pSrcDst, int nLength)
NppStatus nppsDiv_Round_8u_ISfs_Ctx(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, NppRoundMode nRndMode, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal divide signal, with scaling, rounding then clamp to saturated val...
NppStatus nppsSumLn_32f64f(const Npp32f *pSrc, int nLength, Npp64f *pDst, Npp8u *pDeviceBuffer)
NppStatus nppsDivC_64fc(const Npp64fc *pSrc, Npp64fc nValue, Npp64fc *pDst, int nLength)
NppStatus nppsSubCRev_16sc_Sfs(const Npp16sc *pSrc, Npp16sc nValue, Npp16sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsSubCRev_32f_I(Npp32f nValue, Npp32f *pSrcDst, int nLength)
NppStatus nppsDivC_64fc_I_Ctx(Npp64fc nValue, Npp64fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal divided by const...
NppStatus nppsXor_16u_Ctx(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short signal exclusive or with signal.
NppStatus nppsXor_32u(const Npp32u *pSrc1, const Npp32u *pSrc2, Npp32u *pDst, int nLength)
NppStatus nppsSub_16s32f_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short signal subtract 16-bit signed short signal, then clamp and convert to 32-bit floa...
NppStatus nppsMulC_32f16s_Sfs(const Npp32f *pSrc, Npp32f nValue, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsDiv_Round_16u_Sfs(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, NppRoundMode nRndMode, int nScaleFactor)
NppStatus nppsExp_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal exponent.
NppStatus nppsAbs_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength)
NppStatus nppsNormalize_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f vSub, Npp64f vDiv, NppStreamContext nppStreamCtx)
64-bit floating point signal normalize.
NppStatus nppsMulC_32s_ISfs_Ctx(Npp32s nValue, Npp32s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer in place signal times constant and scale.
NppStatus nppsMulC_64fc_I_Ctx(Npp64fc nValue, Npp64fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal times constant...
NppStatus nppsMul_8u16u(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp16u *pDst, int nLength)
NppStatus nppsSubC_16u_ISfs(Npp16u nValue, Npp16u *pSrcDst, int nLength, int nScaleFactor)
NppStatus npps10Log10_32s_ISfs_Ctx(Npp32s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value...
NppStatus nppsMul_32s_ISfs_Ctx(const Npp32s *pSrc, Npp32s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer in place signal times signal, with scaling, then clamp to saturated value...
NppStatus nppsSubC_64f(const Npp64f *pSrc, Npp64f nValue, Npp64f *pDst, int nLength)
NppStatus nppsMul_32s_Sfs(const Npp32s *pSrc1, const Npp32s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsMul_32fc_I(const Npp32fc *pSrc, Npp32fc *pSrcDst, int nLength)
NppStatus nppsDiv_32s16s_Sfs_Ctx(const Npp16s *pSrc1, const Npp32s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal divided by 16-bit signed short signal, scale, then clamp to 16-bit signe...
NppStatus nppsAddProductC_32f(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength)
NppStatus nppsAddC_8u_Sfs_Ctx(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned charvector add constant, scale, then clamp to saturated value.
NppStatus nppsRShiftC_32u_Ctx(const Npp32u *pSrc, int nValue, Npp32u *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned integer signal right shift with constant.
NppStatus nppsMul_16sc_ISfs(const Npp16sc *pSrc, Npp16sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_64fc_Ctx(const Npp64fc *pSrc1, const Npp64fc *pSrc2, Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit complex floating point signal add signal, then clamp to saturated value.
NppStatus nppsSqrt_16s_ISfs_Ctx(Npp16s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal square root, scale, then clamp to saturated value.
NppStatus nppsSubC_8u_ISfs_Ctx(Npp8u nValue, Npp8u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal subtract constant, scale, then clamp to saturated value ...
NppStatus nppsAndC_32u_I(Npp32u nValue, Npp32u *pSrcDst, int nLength)
NppStatus nppsNormalize_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f vSub, Npp32f vDiv, NppStreamContext nppStreamCtx)
32-bit floating point signal normalize.
NppStatus nppsAdd_32s_ISfs(const Npp32s *pSrc, Npp32s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAndC_32u_I_Ctx(Npp32u nValue, Npp32u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned signed integer in place signal and with constant.
NppStatus nppsDiv_Round_16s_Sfs(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, NppRoundMode nRndMode, int nScaleFactor)
NppStatus nppsAddC_32f_Ctx(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal add constant.
NppStatus nppsAbs_64f_I_Ctx(Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal absolute value.
NppStatus nppsSqr_16u_Sfs(const Npp16u *pSrc, Npp16u *pDst, int nLength, int nScaleFactor)
NppStatus nppsDiv_16u_Sfs(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, int nScaleFactor)
NppStatus nppsSub_64f_Ctx(const Npp64f *pSrc1, const Npp64f *pSrc2, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal subtract signal, then clamp to saturated value.
NppStatus nppsExp_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength)
NppStatus npps10Log10_32s_Sfs(const Npp32s *pSrc, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsNot_32u_Ctx(const Npp32u *pSrc, Npp32u *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned integer not signal.
NppStatus nppsXor_16u_I(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength)
NppStatus nppsAdd_16sc_Sfs_Ctx(const Npp16sc *pSrc1, const Npp16sc *pSrc2, Npp16sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed complex short add signal, scale, then clamp to saturated value.
NppStatus nppsRShiftC_16u_I(int nValue, Npp16u *pSrcDst, int nLength)
NppStatus nppsAdd_8u16u_Ctx(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char signal add signal with 16-bit unsigned result, then clamp to saturated value...
NppStatus nppsDivC_32fc_I(Npp32fc nValue, Npp32fc *pSrcDst, int nLength)
NppStatus nppsLn_32f_I(Npp32f *pSrcDst, int nLength)
NppStatus nppsDiv_64f(const Npp64f *pSrc1, const Npp64f *pSrc2, Npp64f *pDst, int nLength)
NppStatus nppsSub_16u_ISfs(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsLn_16s_ISfs(Npp16s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsMul_16s32f_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short signal times signal with 32-bit floating point result, then clamp to saturated va...
NppStatus nppsLn_32s16s_Sfs_Ctx(const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal natural logarithm, scale, then clamp to 16-bit signed short saturated va...
NppStatus nppsSub_32f_I_Ctx(const Npp32f *pSrc, Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point in place signal subtract signal, then clamp to saturated value.
NppStatus nppsSqrt_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit complex floating point signal square root.
NppStatus nppsSub_32fc_I(const Npp32fc *pSrc, Npp32fc *pSrcDst, int nLength)
NppStatus nppsOrC_32u_I_Ctx(Npp32u nValue, Npp32u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned signed integer in place signal or with constant.
NppStatus nppsMul_32f_Ctx(const Npp32f *pSrc1, const Npp32f *pSrc2, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal times signal, then clamp to saturated value.
NppStatus nppsDivC_64fc_Ctx(const Npp64fc *pSrc, Npp64fc nValue, Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal divided by constant...
NppStatus nppsSumLnGetBufferSize_16s32f_Ctx(int nLength, int *hpBufferSize, NppStreamContext nppStreamCtx)
Device scratch buffer size (in bytes) for 16s32f SumLn.
NppStatus nppsLn_32f_I_Ctx(Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal natural logarithm.
NppStatus nppsAbs_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal absolute value.
NppStatus nppsSub_16s_ISfs_Ctx(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short in place signal subtract signal, with scaling, then clamp to saturated value...
NppStatus nppsLn_64f32f(const Npp64f *pSrc, Npp32f *pDst, int nLength)
NppStatus nppsLShiftC_8u(const Npp8u *pSrc, int nValue, Npp8u *pDst, int nLength)
NppStatus nppsSub_64f_I_Ctx(const Npp64f *pSrc, Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point in place signal subtract signal, then clamp to saturated value.
NppStatus nppsMul_16s32s_Sfs(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsSub_16s_Sfs_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal subtract signal, scale, then clamp to saturated value. ...
NppStatus nppsNormalize_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f vSub, Npp64f vDiv)
NppStatus nppsSub_8u_Sfs(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_16s_I_Ctx(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short in place signal add signal, then clamp to saturated value.
NppStatus nppsMulC_32s_Sfs_Ctx(const Npp32s *pSrc, Npp32s nValue, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal times constant and scale.
NppStatus nppsSub_32s_ISfs(const Npp32s *pSrc, Npp32s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsDiv_Round_8u_Sfs_Ctx(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, NppRoundMode nRndMode, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char signal divide signal, scale, then clamp to saturated value.
NppStatus nppsSub_16sc_Sfs_Ctx(const Npp16sc *pSrc1, const Npp16sc *pSrc2, Npp16sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed complex short signal subtract signal, scale, then clamp to saturated value...
NppStatus nppsSubC_32f_Ctx(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal subtract constant.
NppStatus nppsNot_8u(const Npp8u *pSrc, Npp8u *pDst, int nLength)
NppStatus nppsNot_16u(const Npp16u *pSrc, Npp16u *pDst, int nLength)
NppStatus nppsDivC_64f_I(Npp64f nValue, Npp64f *pSrcDst, int nLength)
NppStatus nppsDiv_8u_Sfs_Ctx(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char signal divide signal, scale, then clamp to saturated value.
NppStatus nppsAbs_64f_I(Npp64f *pSrcDst, int nLength)
NppStatus nppsSub_8u_Sfs_Ctx(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char signal subtract signal, scale, then clamp to saturated value. ...
NppStatus nppsRShiftC_32s_I(int nValue, Npp32s *pSrcDst, int nLength)
NppStatus nppsCubrt_32s16s_Sfs(const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsNot_16u_Ctx(const Npp16u *pSrc, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short not signal.
NppStatus nppsDiv_Round_16s_ISfs(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength, NppRoundMode nRndMode, int nScaleFactor)
NppStatus nppsAdd_16sc_ISfs(const Npp16sc *pSrc, Npp16sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSqrt_64f_I_Ctx(Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal square root.
NppStatus nppsMulC_32f(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength)
NppStatus nppsAdd_32fc_I_Ctx(const Npp32fc *pSrc, Npp32fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point in place signal add signal, then clamp to saturated value...
NppStatus nppsRShiftC_16s_I_Ctx(int nValue, Npp16s *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short in place signal right shift with constant.
NppStatus nppsSqr_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point signal squared.
NppStatus nppsSubCRev_64fc_Ctx(const Npp64fc *pSrc, Npp64fc nValue, Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal subtract from constant...
NppStatus nppsLShiftC_32u_I_Ctx(int nValue, Npp32u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned signed integer in place signal left shift with constant.
NppStatus nppsSubCRev_64f_I(Npp64f nValue, Npp64f *pSrcDst, int nLength)
NppStatus nppsMulC_64fc(const Npp64fc *pSrc, Npp64fc nValue, Npp64fc *pDst, int nLength)
NppStatus nppsMulC_8u_ISfs(Npp8u nValue, Npp8u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAnd_32u_Ctx(const Npp32u *pSrc1, const Npp32u *pSrc2, Npp32u *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned integer signal and with signal.
NppStatus nppsDiv_64fc_I_Ctx(const Npp64fc *pSrc, Npp64fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit complex floating point in place signal divide signal, then clamp to saturated value...
NppStatus nppsAdd_32sc_Sfs(const Npp32sc *pSrc1, const Npp32sc *pSrc2, Npp32sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsMul_32f32fc_I_Ctx(const Npp32f *pSrc, Npp32fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point in place signal times 32-bit floating point signal, then clamp to 32-bi...
NppStatus nppsDiv_32fc_I_Ctx(const Npp32fc *pSrc, Npp32fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point in place signal divide signal, then clamp to saturated value...
NppStatus nppsCauchyD_32f_I_Ctx(Npp32f *pSrcDst, int nLength, Npp32f nParam, NppStreamContext nppStreamCtx)
32-bit floating point signal Cauchy first derivative.
NppStatus nppsSqrt_16s_ISfs(Npp16s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSub_64fc(const Npp64fc *pSrc1, const Npp64fc *pSrc2, Npp64fc *pDst, int nLength)
NppStatus nppsMulC_32sc_Sfs_Ctx(const Npp32sc *pSrc, Npp32sc nValue, Npp32sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit integer complex number (32 bit real, 32 bit imaginary) signal times constant and scale...
NppStatus nppsDiv_Round_16s_ISfs_Ctx(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength, NppRoundMode nRndMode, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short in place signal divide signal, with scaling, rounding then clamp to saturated val...
NppStatus nppsAdd_32u_Ctx(const Npp32u *pSrc1, const Npp32u *pSrc2, Npp32u *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned int signal add signal, then clamp to saturated value.
NppStatus nppsDiv_Round_16u_ISfs_Ctx(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, NppRoundMode nRndMode, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal divide signal, with scaling, rounding then clamp to saturated v...
NppStatus nppsDivC_64fc_I(Npp64fc nValue, Npp64fc *pSrcDst, int nLength)
NppStatus nppsAnd_8u(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength)
NppStatus nppsSubCRev_32s_ISfs(Npp32s nValue, Npp32s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsLn_16s_ISfs_Ctx(Npp16s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal natural logarithm, scale, then clamp to saturated value.
NppStatus nppsSubCRev_64f_I_Ctx(Npp64f nValue, Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point, in place signal subtract from constant.
NppStatus nppsMul_64f_Ctx(const Npp64f *pSrc1, const Npp64f *pSrc2, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal times signal, then clamp to saturated value.
NppStatus nppsMul_64f_I_Ctx(const Npp64f *pSrc, Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point in place signal times signal, then clamp to saturated value.
NppStatus nppsDiv_16u_ISfs(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsDivC_16s_Sfs(const Npp16s *pSrc, Npp16s nValue, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsAddC_64f_Ctx(const Npp64f *pSrc, Npp64f nValue, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating pointsignal add constant.
NppStatus nppsXorC_16u(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength)
NppStatus nppsSumLnGetBufferSize_16s32f(int nLength, int *hpBufferSize)
NppStatus nppsAdd_16s_ISfs_Ctx(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short in place signal add signal, with scaling, then clamp to saturated value...
NppStatus nppsMulC_16sc_Sfs(const Npp16sc *pSrc, Npp16sc nValue, Npp16sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsMulC_64f_I_Ctx(Npp64f nValue, Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point, in place signal times constant.
NppStatus nppsDiv_16sc_Sfs(const Npp16sc *pSrc1, const Npp16sc *pSrc2, Npp16sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsSubC_64fc(const Npp64fc *pSrc, Npp64fc nValue, Npp64fc *pDst, int nLength)
NppStatus nppsSqrt_64f_I(Npp64f *pSrcDst, int nLength)
NppStatus nppsAddC_16s_Sfs_Ctx(const Npp16s *pSrc, Npp16s nValue, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal add constant, scale, then clamp to saturated value.
NppStatus nppsOrC_8u_I(Npp8u nValue, Npp8u *pSrcDst, int nLength)
NppStatus nppsAdd_16u_Sfs_Ctx(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short add signal, scale, then clamp to saturated value.
NppStatus nppsSub_16s_Sfs(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsExp_64s_ISfs(Npp64s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsLShiftC_8u_Ctx(const Npp8u *pSrc, int nValue, Npp8u *pDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char signal left shift with constant.
NppStatus nppsAbs_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short signal absolute value.
NppStatus nppsAbs_16s_I(Npp16s *pSrcDst, int nLength)
NppStatus nppsAdd_16u_ISfs_Ctx(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal add signal, with scaling, then clamp to saturated value...
NppStatus nppsAddC_32sc_Sfs(const Npp32sc *pSrc, Npp32sc nValue, Npp32sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsSqr_16sc_ISfs(Npp16sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_16s(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength)
NppStatus nppsAdd_64f_I(const Npp64f *pSrc, Npp64f *pSrcDst, int nLength)
NppStatus nppsDiv_64fc(const Npp64fc *pSrc1, const Npp64fc *pSrc2, Npp64fc *pDst, int nLength)
NppStatus nppsMulC_8u_ISfs_Ctx(Npp8u nValue, Npp8u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal times constant, scale, then clamp to saturated value ...
long long Npp64s
64-bit signed integers
Definition: nppdefs.h:277
NppStatus nppsRShiftC_8u_I(int nValue, Npp8u *pSrcDst, int nLength)
NppStatus nppsMulC_64f_I(Npp64f nValue, Npp64f *pSrcDst, int nLength)
NppStatus nppsSubC_64f_Ctx(const Npp64f *pSrc, Npp64f nValue, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal subtract constant.
NppStatus nppsSubC_64fc_Ctx(const Npp64fc *pSrc, Npp64fc nValue, Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal subtract constant...
NppStatus nppsMul_16s_I(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength)
NppStatus nppsAdd_16s32s_I(const Npp16s *pSrc, Npp32s *pSrcDst, int nLength)
NppStatus nppsLShiftC_32s(const Npp32s *pSrc, int nValue, Npp32s *pDst, int nLength)
NppStatus nppsAddC_32fc_I_Ctx(Npp32fc nValue, Npp32fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in place signal add constant...
NppStatus nppsSubCRev_32f_Ctx(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal subtract from constant.
NppStatus nppsSubCRev_32s_ISfs_Ctx(Npp32s nValue, Npp32s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer in place signal subtract from constant and scale.
NppStatus nppsAdd_8u16u(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp16u *pDst, int nLength)
NppStatus nppsSubC_32s_ISfs_Ctx(Npp32s nValue, Npp32s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer in place signal subtract constant and scale.
NppStatus nppsAddC_64fc_Ctx(const Npp64fc *pSrc, Npp64fc nValue, Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal add constant.
NppStatus nppsSubC_32fc(const Npp32fc *pSrc, Npp32fc nValue, Npp32fc *pDst, int nLength)
NppStatus nppsAddProductC_32f_Ctx(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal add product of signal times constant to destination signal.
NppStatus nppsOrC_32u(const Npp32u *pSrc, Npp32u nValue, Npp32u *pDst, int nLength)
NppStatus nppsExp_16s_Sfs(const Npp16s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus npps10Log10_32s_ISfs(Npp32s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSqrt_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength)
int Npp32s
32-bit signed integers
Definition: nppdefs.h:275
NppStatus nppsDivC_16s_Sfs_Ctx(const Npp16s *pSrc, Npp16s nValue, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal divided by constant, scale, then clamp to saturated value.
NppStatus nppsSubCRev_32sc_ISfs_Ctx(Npp32sc nValue, Npp32sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal subtract from constant ...
NppStatus nppsSubC_64fc_I(Npp64fc nValue, Npp64fc *pSrcDst, int nLength)
NppStatus nppsDiv_64f_I_Ctx(const Npp64f *pSrc, Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point in place signal divide signal, then clamp to saturated value.
NppStatus nppsAddC_16s_ISfs_Ctx(Npp16s nValue, Npp16s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short in place signal add constant, scale, then clamp to saturated value.
NppStatus nppsRShiftC_32u(const Npp32u *pSrc, int nValue, Npp32u *pDst, int nLength)
NppStatus nppsOr_32u_I(const Npp32u *pSrc, Npp32u *pSrcDst, int nLength)
NppStatus nppsSqrt_32fc_I_Ctx(Npp32fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point signal square root.
NppStatus nppsSqrt_64s_Sfs(const Npp64s *pSrc, Npp64s *pDst, int nLength, int nScaleFactor)
NppStatus nppsSubC_32sc_ISfs_Ctx(Npp32sc nValue, Npp32sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal subtract constant and s...
NppStatus nppsOrC_16u_I_Ctx(Npp16u nValue, Npp16u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal or with constant.
NppStatus nppsXor_8u_Ctx(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char signal exclusive or with signal.
NppStatus nppsMulC_64fc_I(Npp64fc nValue, Npp64fc *pSrcDst, int nLength)
NppStatus nppsSub_32s_ISfs_Ctx(const Npp32s *pSrc, Npp32s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer in place signal subtract signal, with scaling, then clamp to saturated value...
NppStatus nppsExp_16s_Sfs_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal exponent, scale, then clamp to saturated value.
NppStatus nppsMul_16sc_Sfs_Ctx(const Npp16sc *pSrc1, const Npp16sc *pSrc2, Npp16sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed complex short signal times signal, scale, then clamp to saturated value.
NppStatus nppsNot_8u_I(Npp8u *pSrcDst, int nLength)
NppStatus nppsSqr_16u_ISfs_Ctx(Npp16u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short signal squared, scale, then clamp to saturated value.
NppStatus nppsExp_32s_Sfs(const Npp32s *pSrc, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsSubC_64f_I(Npp64f nValue, Npp64f *pSrcDst, int nLength)
NppStatus nppsMulC_32f_Ctx(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal times constant.
NppStatus nppsSqr_16s_Sfs_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal squared, scale, then clamp to saturated value.
NppStatus nppsDiv_16sc_ISfs_Ctx(const Npp16sc *pSrc, Npp16sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit complex signed short in place signal divide signal, with scaling, then clamp to saturated valu...
NppStatus nppsDivCRev_32f(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength)
NppStatus nppsSumLn_32f64f_Ctx(const Npp32f *pSrc, int nLength, Npp64f *pDst, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
32-bit flaoting point input, 64-bit floating point output signal sum natural logarithm.
NppStatus nppsAdd_32s_Sfs_Ctx(const Npp32s *pSrc1, const Npp32s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer add signal, scale, then clamp to saturated value.
NppStatus nppsDivC_16s_ISfs(Npp16s nValue, Npp16s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSub_16sc_Sfs(const Npp16sc *pSrc1, const Npp16sc *pSrc2, Npp16sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsSub_64fc_Ctx(const Npp64fc *pSrc1, const Npp64fc *pSrc2, Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit complex floating point signal subtract signal, then clamp to saturated value.
NppStatus nppsAdd_64fc(const Npp64fc *pSrc1, const Npp64fc *pSrc2, Npp64fc *pDst, int nLength)
NppStatus nppsDivC_32f_I(Npp32f nValue, Npp32f *pSrcDst, int nLength)
NppStatus nppsAdd_8u_Sfs_Ctx(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char add signal, scale, then clamp to saturated value.
NppStatus nppsMulC_32f_I_Ctx(Npp32f nValue, Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point in place signal times constant.
NppStatus nppsSqrt_16sc_Sfs(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsSqrt_64fc_I_Ctx(Npp64fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit complex floating point signal square root.
NppStatus nppsSub_16u_Sfs(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, int nScaleFactor)
NppStatus nppsSqr_16s_ISfs_Ctx(Npp16s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal squared, scale, then clamp to saturated value.
NppStatus nppsAdd_16sc_Sfs(const Npp16sc *pSrc1, const Npp16sc *pSrc2, Npp16sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsMulC_16s_ISfs(Npp16s nValue, Npp16s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsMul_32s_ISfs(const Npp32s *pSrc, Npp32s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsLn_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal natural logarithm.
NppStatus nppsMul_32f_I_Ctx(const Npp32f *pSrc, Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point in place signal times signal, then clamp to saturated value.
NppStatus nppsDivC_16u_ISfs(Npp16u nValue, Npp16u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAndC_16u_I_Ctx(Npp16u nValue, Npp16u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal and with constant.
NppStatus nppsAdd_32s_ISfs_Ctx(const Npp32s *pSrc, Npp32s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer in place signal add signal, with scaling, then clamp to saturated value...
NppStatus nppsDivC_8u_ISfs_Ctx(Npp8u nValue, Npp8u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal divided by constant, scale, then clamp to saturated value ...
NppStatus nppsAbs_32s(const Npp32s *pSrc, Npp32s *pDst, int nLength)
NppStatus nppsLn_64f_I(Npp64f *pSrcDst, int nLength)
NppStatus nppsSqrt_8u_Sfs(const Npp8u *pSrc, Npp8u *pDst, int nLength, int nScaleFactor)
NppStatus nppsCauchy_32f_I(Npp32f *pSrcDst, int nLength, Npp32f nParam)
NppStatus nppsMulC_32fc_I(Npp32fc nValue, Npp32fc *pSrcDst, int nLength)
NppStatus nppsDivC_32f(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength)
NppStatus nppsSubCRev_8u_Sfs(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, int nScaleFactor)
NppStatus nppsAddC_16sc_ISfs_Ctx(Npp16sc nValue, Npp16sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit integer complex number (16 bit real, 16 bit imaginary)signal add constant, scale...
NppStatus nppsDiv_64fc_I(const Npp64fc *pSrc, Npp64fc *pSrcDst, int nLength)
NppStatus nppsSubC_16s_Sfs_Ctx(const Npp16s *pSrc, Npp16s nValue, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal subtract constant, scale, then clamp to saturated value.
NppStatus nppsSumLnGetBufferSize_32f(int nLength, int *hpBufferSize)
NppStatus nppsAddC_64fc_I(Npp64fc nValue, Npp64fc *pSrcDst, int nLength)
NppStatus nppsAddC_32sc_ISfs_Ctx(Npp32sc nValue, Npp32sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal add constant and scale...
NppStatus nppsSubC_16s_ISfs(Npp16s nValue, Npp16s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsMulC_16sc_ISfs_Ctx(Npp16sc nValue, Npp16sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit integer complex number (16 bit real, 16 bit imaginary)signal times constant, scale, then clamp to saturated value.
NppStatus nppsDivC_16sc_Sfs(const Npp16sc *pSrc, Npp16sc nValue, Npp16sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsXorC_8u(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength)
NppStatus nppsExp_32f64f_Ctx(const Npp32f *pSrc, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal exponent with 64-bit floating point result.
NppStatus nppsDivC_16u_Sfs(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, int nScaleFactor)
NppStatus nppsExp_16s_ISfs_Ctx(Npp16s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal exponent, scale, then clamp to saturated value.
NppStatus nppsMul_16sc_ISfs_Ctx(const Npp16sc *pSrc, Npp16sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit complex signed short in place signal times signal, with scaling, then clamp to saturated value...
NppStatus nppsMul_32sc_ISfs(const Npp32sc *pSrc, Npp32sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsMulC_8u_Sfs(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, int nScaleFactor)
NppStatus nppsLShiftC_16s_I(int nValue, Npp16s *pSrcDst, int nLength)
Npp16sc
Definition: nppdefs.h:310
NppStatus nppsAddC_16u_ISfs(Npp16u nValue, Npp16u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsDiv_8u_Sfs(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, int nScaleFactor)
NppStatus nppsDiv_32s_ISfs_Ctx(const Npp32s *pSrc, Npp32s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer in place signal divide signal, with scaling, then clamp to saturated value...
NppStatus nppsLShiftC_32s_I_Ctx(int nValue, Npp32s *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit signed signed integer in place signal left shift with constant.
NppStatus nppsDiv_64f_Ctx(const Npp64f *pSrc1, const Npp64f *pSrc2, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal divide signal, then clamp to saturated value.
NppStatus nppsSub_16s_I(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength)
NppStatus nppsMulC_16s_Sfs_Ctx(const Npp16s *pSrc, Npp16s nValue, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal times constant, scale, then clamp to saturated value.
NppStatus nppsMul_32sc_Sfs_Ctx(const Npp32sc *pSrc1, const Npp32sc *pSrc2, Npp32sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed complex integer signal times signal, scale, then clamp to saturated value...
NppStatus nppsAdd_16u_ISfs(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_32f_I(const Npp32f *pSrc, Npp32f *pSrcDst, int nLength)
NppStatus nppsAddProduct_64f_Ctx(const Npp64f *pSrc1, const Npp64f *pSrc2, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal add product of source signal times destination signal to destination sig...
NppStatus nppsDiv_32fc_Ctx(const Npp32fc *pSrc1, const Npp32fc *pSrc2, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point signal divide signal, then clamp to saturated value.
NppStatus nppsAddC_16u_ISfs_Ctx(Npp16u nValue, Npp16u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal add constant, scale, then clamp to saturated value...
NppStatus nppsAdd_64fc_I_Ctx(const Npp64fc *pSrc, Npp64fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit complex floating point in place signal add signal, then clamp to saturated value...
NppStatus nppsAddC_32f(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength)
NppStatus nppsMul_16u_Sfs(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, int nScaleFactor)
NppStatus nppsSumLn_32f(const Npp32f *pSrc, int nLength, Npp32f *pDst, Npp8u *pDeviceBuffer)
NppStatus nppsMul_32f32fc_I(const Npp32f *pSrc, Npp32fc *pSrcDst, int nLength)
unsigned short Npp16u
16-bit unsigned integers
Definition: nppdefs.h:272
NppStatus nppsMulC_32sc_ISfs_Ctx(Npp32sc nValue, Npp32sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal times constant and scal...
NppStatus nppsAndC_16u(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength)
NppStatus nppsOrC_16u_Ctx(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short signal or with constant.
NppStatus nppsRShiftC_16s_Ctx(const Npp16s *pSrc, int nValue, Npp16s *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short signal right shift with constant.
NppStatus nppsDiv_32s_ISfs(const Npp32s *pSrc, Npp32s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAddC_32sc_Sfs_Ctx(const Npp32sc *pSrc, Npp32sc nValue, Npp32sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit integer complex number (32 bit real, 32 bit imaginary) signal add constant and scale...
NppStatus nppsExp_64f_I(Npp64f *pSrcDst, int nLength)
NppStatus nppsXorC_8u_Ctx(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char signal exclusive or with constant.
NppStatus nppsCauchy_32f_I_Ctx(Npp32f *pSrcDst, int nLength, Npp32f nParam, NppStreamContext nppStreamCtx)
32-bit floating point signal Cauchy error calculation.
NppStatus nppsAdd_16s32f(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp32f *pDst, int nLength)
NppStatus nppsMulC_64fc_Ctx(const Npp64fc *pSrc, Npp64fc nValue, Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal times constant...
NPP stream context structure must be filled in by application.
Definition: nppdefs.h:739
NppRoundMode
Rounding Modes.
Definition: nppdefs.h:460
NppStatus nppsRShiftC_16u_Ctx(const Npp16u *pSrc, int nValue, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short signal right shift with constant.
NppStatus nppsExp_64f_I_Ctx(Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal exponent.
NppStatus nppsAdd_8u_ISfs_Ctx(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal add signal, with scaling, then clamp to saturated value...
NppStatus nppsAbs_32s_Ctx(const Npp32s *pSrc, Npp32s *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit signed integer signal absolute value.
NppStatus nppsSubC_16sc_ISfs(Npp16sc nValue, Npp16sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsMul_32s32sc_ISfs_Ctx(const Npp32s *pSrc, Npp32sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit complex signed integer in place signal times 32-bit signed integer signal, with scaling...
NppStatus nppsMulC_8u_Sfs_Ctx(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char signal times constant, scale, then clamp to saturated value.
NppStatus nppsDivC_64f_Ctx(const Npp64f *pSrc, Npp64f nValue, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal divided by constant.
NppStatus nppsAdd_16u(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength)
NppStatus nppsSub_32sc_ISfs(const Npp32sc *pSrc, Npp32sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsDiv_64f_I(const Npp64f *pSrc, Npp64f *pSrcDst, int nLength)
NppStatus nppsDiv_Round_16s_Sfs_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, NppRoundMode nRndMode, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal divide signal, scale, round, then clamp to saturated value.
NppStatus nppsMulC_16s_Sfs(const Npp16s *pSrc, Npp16s nValue, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsSqrt_16s_Sfs(const Npp16s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsSubC_32f(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength)
NppStatus nppsDivC_64f(const Npp64f *pSrc, Npp64f nValue, Npp64f *pDst, int nLength)
NppStatus nppsXorC_8u_I_Ctx(Npp8u nValue, Npp8u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal exclusive or with constant.
NppStatus nppsMulC_64f64s_ISfs(Npp64f nValue, Npp64s *pDst, int nLength, int nScaleFactor)
NppStatus nppsMul_32fc_Ctx(const Npp32fc *pSrc1, const Npp32fc *pSrc2, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point signal times signal, then clamp to saturated value. ...
NppStatus nppsAddC_16u_Sfs_Ctx(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short vector add constant, scale, then clamp to saturated value.
NppStatus nppsSub_16s_I_Ctx(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short in place signal subtract signal, then clamp to saturated value.
NppStatus nppsLn_16s_Sfs_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal natural logarithm, scale, then clamp to saturated value.
NppStatus nppsMul_8u_Sfs_Ctx(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char signal times signal, scale, then clamp to saturated value.
NppStatus nppsAdd_64fc_I(const Npp64fc *pSrc, Npp64fc *pSrcDst, int nLength)
NppStatus nppsOrC_8u_I_Ctx(Npp8u nValue, Npp8u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal or with constant.
NppStatus nppsOrC_16u_I(Npp16u nValue, Npp16u *pSrcDst, int nLength)
NppStatus nppsCauchyDD2_32f_I_Ctx(Npp32f *pSrcDst, Npp32f *pD2FVal, int nLength, Npp32f nParam, NppStreamContext nppStreamCtx)
32-bit floating point signal Cauchy first and second derivatives.
NppStatus nppsAdd_32f_Ctx(const Npp32f *pSrc1, const Npp32f *pSrc2, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal add signal, then clamp to saturated value.
NppStatus nppsAbs_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal absolute value.
NppStatus nppsDivCRev_32f_I(Npp32f nValue, Npp32f *pSrcDst, int nLength)
NppStatus nppsMul_32fc_I_Ctx(const Npp32fc *pSrc, Npp32fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point in place signal times signal, then clamp to saturated value...
NppStatus nppsDiv_32fc_I(const Npp32fc *pSrc, Npp32fc *pSrcDst, int nLength)
NppStatus nppsSubC_32fc_I_Ctx(Npp32fc nValue, Npp32fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in place signal subtract constan...
short Npp16s
16-bit signed integers
Definition: nppdefs.h:273
unsigned int Npp32u
32-bit unsigned integers
Definition: nppdefs.h:274
NppStatus nppsSqrt_64s16s_Sfs(const Npp64s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsRShiftC_32s_Ctx(const Npp32s *pSrc, int nValue, Npp32s *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit signed integer signal right shift with constant.
NppStatus nppsSub_16s32f(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp32f *pDst, int nLength)
NppStatus nppsAdd_32s_Sfs(const Npp32s *pSrc1, const Npp32s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsExp_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength)
NppStatus nppsSubCRev_16u_ISfs_Ctx(Npp16u nValue, Npp16u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal subtract from constant, scale, then clamp to saturated value...
NppStatus nppsSqrt_16s_Sfs_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal square root, scale, then clamp to saturated value.
NppStatus nppsAbs_32s_I(Npp32s *pSrcDst, int nLength)
NppStatus nppsExp_64s_Sfs_Ctx(const Npp64s *pSrc, Npp64s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
64-bit signed integer signal exponent, scale, then clamp to saturated value.
NppStatus nppsSub_32sc_Sfs(const Npp32sc *pSrc1, const Npp32sc *pSrc2, Npp32sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_64f_Ctx(const Npp64f *pSrc1, const Npp64f *pSrc2, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal add signal, then clamp to saturated value.
NppStatus nppsXor_8u_I(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength)
NppStatus nppsSubCRev_32fc_I_Ctx(Npp32fc nValue, Npp32fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in place signal subtract from co...
NppStatus nppsNormalize_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64fc vSub, Npp64f vDiv)
NppStatus nppsAdd_32sc_ISfs_Ctx(const Npp32sc *pSrc, Npp32sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit complex signed integer in place signal add signal, with scaling, then clamp to saturated value...
NppStatus nppsLShiftC_32u_Ctx(const Npp32u *pSrc, int nValue, Npp32u *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned integer signal left shift with constant.
NppStatus nppsAbs_32f_I_Ctx(Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal absolute value.
NppStatus nppsSubCRev_32fc_Ctx(const Npp32fc *pSrc, Npp32fc nValue, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal subtract from constant...
NppStatus nppsXorC_8u_I(Npp8u nValue, Npp8u *pSrcDst, int nLength)
NppStatus nppsDivCRev_16u_I(Npp16u nValue, Npp16u *pSrcDst, int nLength)
NppStatus nppsSqr_8u_ISfs(Npp8u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSub_32f_Ctx(const Npp32f *pSrc1, const Npp32f *pSrc2, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal subtract signal, then clamp to saturated value.
NppStatus nppsLShiftC_32s_I(int nValue, Npp32s *pSrcDst, int nLength)
NppStatus nppsSumLn_32f_Ctx(const Npp32f *pSrc, int nLength, Npp32f *pDst, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
32-bit floating point signal sum natural logarithm.
NppStatus nppsDiv_64fc_Ctx(const Npp64fc *pSrc1, const Npp64fc *pSrc2, Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit complex floating point signal divide signal, then clamp to saturated value.
double Npp64f
64-bit floating-point numbers
Definition: nppdefs.h:279
NppStatus nppsDiv_8u_ISfs(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSqr_32f_I_Ctx(Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal squared.
NppStatus nppsOr_8u_I_Ctx(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal or with signal.
NppStatus nppsSqr_16sc_ISfs_Ctx(Npp16sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit complex signed short signal squared, scale, then clamp to saturated value. ...
NppStatus nppsAddC_16sc_ISfs(Npp16sc nValue, Npp16sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsMulC_16u_ISfs_Ctx(Npp16u nValue, Npp16u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal times constant, scale, then clamp to saturated value...
NppStatus nppsMulC_32s_ISfs(Npp32s nValue, Npp32s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAddProduct_16s_Sfs_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal add product of source signal1 times source signal2 to destination signal...
NppStatus nppsSumLn_64f_Ctx(const Npp64f *pSrc, int nLength, Npp64f *pDst, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
64-bit floating point signal sum natural logarithm.
NppStatus nppsSqr_64fc_I(Npp64fc *pSrcDst, int nLength)
NppStatus nppsDivC_64f_I_Ctx(Npp64f nValue, Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point in place signal divided by constant.
NppStatus nppsRShiftC_8u_Ctx(const Npp8u *pSrc, int nValue, Npp8u *pDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char signal right shift with constant.
NppStatus nppsNormalize_16s_Sfs_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s vSub, int vDiv, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal normalize, scale, then clamp to saturated value.
NppStatus nppsSqrt_32f_I(Npp32f *pSrcDst, int nLength)
NppStatus nppsDiv_16s_Sfs_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal divide signal, scale, then clamp to saturated value.
NppStatus nppsSub_32fc(const Npp32fc *pSrc1, const Npp32fc *pSrc2, Npp32fc *pDst, int nLength)
NppStatus nppsDivC_16sc_ISfs_Ctx(Npp16sc nValue, Npp16sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit integer complex number (16 bit real, 16 bit imaginary)signal divided by constant, scale, then clamp to saturated value.
NppStatus nppsArctan_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength)
NppStatus nppsMul_16s_Sfs_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal times signal, scale, then clamp to saturated value.
NppStatus nppsArctan_32f_I(Npp32f *pSrcDst, int nLength)
NppStatus nppsMulC_64f(const Npp64f *pSrc, Npp64f nValue, Npp64f *pDst, int nLength)
NppStatus nppsNormalize_16sc_Sfs_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16sc vSub, int vDiv, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit complex signed short signal normalize, scale, then clamp to saturated value.
NppStatus nppsOr_32u_I_Ctx(const Npp32u *pSrc, Npp32u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned integer in place signal or with signal.
NppStatus nppsAdd_16s_I(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength)
NppStatus nppsXor_8u(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength)
NppStatus nppsCubrt_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal cube root.
NppStatus nppsCubrt_32s16s_Sfs_Ctx(const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal cube root, scale, then clamp to 16-bit signed integer saturated value...
NppStatus nppsAddC_64fc(const Npp64fc *pSrc, Npp64fc nValue, Npp64fc *pDst, int nLength)
NppStatus nppsRShiftC_16s(const Npp16s *pSrc, int nValue, Npp16s *pDst, int nLength)
NppStatus nppsSubCRev_32fc(const Npp32fc *pSrc, Npp32fc nValue, Npp32fc *pDst, int nLength)
NppStatus nppsNot_16u_I(Npp16u *pSrcDst, int nLength)
NppStatus nppsDiv_16u_Sfs_Ctx(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short signal divide signal, scale, then clamp to saturated value. ...
NppStatus nppsMulC_32f16s_Sfs_Ctx(const Npp32f *pSrc, Npp32f nValue, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit floating point signal times constant with output converted to 16-bit signed integer with scali...
NppStatus nppsSub_16sc_ISfs_Ctx(const Npp16sc *pSrc, Npp16sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit complex signed short in place signal subtract signal, with scaling, then clamp to saturated va...
NppStatus nppsMul_32s32sc_Sfs(const Npp32s *pSrc1, const Npp32sc *pSrc2, Npp32sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsSub_16s_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short signal subtract signal, then clamp to saturated value.
NppStatus nppsSqr_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength)
NppStatus nppsMul_16u16s_Sfs_Ctx(const Npp16u *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short signal times 16-bit signed short signal, scale, then clamp to 16-bit signed sat...
NppStatus nppsDiv_16sc_ISfs(const Npp16sc *pSrc, Npp16sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSqrt_16u_ISfs_Ctx(Npp16u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short signal square root, scale, then clamp to saturated value.
NppStatus nppsSubC_32sc_ISfs(Npp32sc nValue, Npp32sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_32fc_I(const Npp32fc *pSrc, Npp32fc *pSrcDst, int nLength)
NppStatus nppsMul_8u_ISfs_Ctx(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal times signal, with scaling, then clamp to saturated value...
NppStatus nppsArctan_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength)
NppStatus nppsNormalize_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64fc vSub, Npp64f vDiv, NppStreamContext nppStreamCtx)
64-bit complex floating point signal normalize.
NppStatus nppsMulC_32sc_Sfs(const Npp32sc *pSrc, Npp32sc nValue, Npp32sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsMul_64f_I(const Npp64f *pSrc, Npp64f *pSrcDst, int nLength)
NppStatus nppsAndC_8u(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength)
NppStatus nppsMulC_32s_Sfs(const Npp32s *pSrc, Npp32s nValue, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsSubCRev_16s_ISfs(Npp16s nValue, Npp16s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsLShiftC_16u_I_Ctx(int nValue, Npp16u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal left shift with constant.
NppStatus nppsSubCRev_64fc_I(Npp64fc nValue, Npp64fc *pSrcDst, int nLength)
NppStatus nppsDivC_8u_Sfs_Ctx(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char signal divided by constant, scale, then clamp to saturated value.
NppStatus nppsAnd_8u_I(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength)
NppStatus nppsXorC_32u_Ctx(const Npp32u *pSrc, Npp32u nValue, Npp32u *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned integer signal exclusive or with constant.
NppStatus nppsMulC_32fc(const Npp32fc *pSrc, Npp32fc nValue, Npp32fc *pDst, int nLength)
NppStatus nppsSubCRev_32sc_ISfs(Npp32sc nValue, Npp32sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAbs_32f_I(Npp32f *pSrcDst, int nLength)
NppStatus nppsOrC_8u_Ctx(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char signal or with constant.
NppStatus nppsDivC_32fc_I_Ctx(Npp32fc nValue, Npp32fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in place signal divided by const...
NppStatus nppsOrC_16u(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength)
NppStatus nppsRShiftC_32s_I_Ctx(int nValue, Npp32s *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit signed signed integer in place signal right shift with constant.
NppStatus nppsLn_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength)
NppStatus nppsSubC_32fc_Ctx(const Npp32fc *pSrc, Npp32fc nValue, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal subtract constant...
NppStatus nppsSubCRev_32fc_I(Npp32fc nValue, Npp32fc *pSrcDst, int nLength)
NppStatus nppsMul_16s(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength)
NppStatus nppsDiv_Round_16u_Sfs_Ctx(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, NppRoundMode nRndMode, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short signal divide signal, scale, round, then clamp to saturated value...
float Npp32f
32-bit (IEEE) floating-point numbers
Definition: nppdefs.h:278
NppStatus nppsNot_32u_I_Ctx(Npp32u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned signed integer in place not signal.
NppStatus nppsSqrt_16u_Sfs(const Npp16u *pSrc, Npp16u *pDst, int nLength, int nScaleFactor)
NppStatus nppsSubCRev_16s_Sfs(const Npp16s *pSrc, Npp16s nValue, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsAbs_32s_I_Ctx(Npp32s *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit signed integer signal absolute value.
NppStatus nppsOr_8u_Ctx(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char signal or with signal.
NppStatus nppsAddC_64fc_I_Ctx(Npp64fc nValue, Npp64fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal add constant...
NppStatus nppsXorC_32u_I(Npp32u nValue, Npp32u *pSrcDst, int nLength)
NppStatus nppsXorC_16u_I(Npp16u nValue, Npp16u *pSrcDst, int nLength)
NppStatus nppsAddC_32s_ISfs_Ctx(Npp32s nValue, Npp32s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer in place signal add constant and scale.
NppStatus nppsAdd_32sc_ISfs(const Npp32sc *pSrc, Npp32sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsLn_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength)
NppStatus nppsMul_64fc_I_Ctx(const Npp64fc *pSrc, Npp64fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit complex floating point in place signal times signal, then clamp to saturated value...
NppStatus nppsAdd_8u_Sfs(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, int nScaleFactor)
NppStatus nppsSubCRev_8u_ISfs(Npp8u nValue, Npp8u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAddProduct_64fc_Ctx(const Npp64fc *pSrc1, const Npp64fc *pSrc2, Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit complex floating point signal add product of source signal times destination signal to destina...
NppStatus nppsRShiftC_32s(const Npp32s *pSrc, int nValue, Npp32s *pDst, int nLength)
NppStatus nppsSub_64fc_I(const Npp64fc *pSrc, Npp64fc *pSrcDst, int nLength)
NppStatus nppsNot_8u_Ctx(const Npp8u *pSrc, Npp8u *pDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char not signal.
NppStatus nppsSqrt_64fc_I(Npp64fc *pSrcDst, int nLength)
NppStatus nppsSubC_8u_ISfs(Npp8u nValue, Npp8u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSub_32fc_I_Ctx(const Npp32fc *pSrc, Npp32fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point in place signal subtract signal, then clamp to saturated value...
NppStatus nppsSubCRev_16sc_ISfs_Ctx(Npp16sc nValue, Npp16sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract from constant...
NppStatus nppsSqr_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal squared.
NppStatus nppsMul_16u16s_Sfs(const Npp16u *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_32u(const Npp32u *pSrc1, const Npp32u *pSrc2, Npp32u *pDst, int nLength)
NppStatus nppsMul_8u_Sfs(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, int nScaleFactor)
NppStatus nppsAddProduct_32s_Sfs_Ctx(const Npp32s *pSrc1, const Npp32s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed short signal add product of source signal1 times source signal2 to destination signal...
NppStatus nppsDiv_32f(const Npp32f *pSrc1, const Npp32f *pSrc2, Npp32f *pDst, int nLength)
NppStatus nppsMul_32s32sc_Sfs_Ctx(const Npp32s *pSrc1, const Npp32sc *pSrc2, Npp32sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal times 32-bit complex signed integer signal, scale, then clamp to 32-bit ...
NppStatus nppsNormalize_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32fc vSub, Npp32f vDiv, NppStreamContext nppStreamCtx)
32-bit complex floating point signal normalize.
NppStatus nppsSqrt_64s16s_Sfs_Ctx(const Npp64s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
64-bit signed integer signal square root, scale, then clamp to 16-bit signed integer saturated value...
NppStatus nppsSubCRev_16sc_ISfs(Npp16sc nValue, Npp16sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAnd_32u_I(const Npp32u *pSrc, Npp32u *pSrcDst, int nLength)
NppStatus nppsMul_8u_ISfs(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsDivC_32f_I_Ctx(Npp32f nValue, Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point in place signal divided by constant.
NppStatus nppsSqr_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength)
NppStatus nppsSub_16s_ISfs(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsDivC_8u_Sfs(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, int nScaleFactor)
NppStatus nppsAnd_8u_I_Ctx(const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal and with signal.
NppStatus nppsSubCRev_16s_ISfs_Ctx(Npp16s nValue, Npp16s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short in place signal subtract from constant, scale, then clamp to saturated value...
NppStatus nppsLShiftC_8u_I(int nValue, Npp8u *pSrcDst, int nLength)
NppStatus nppsOr_16u_Ctx(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short signal or with signal.
NppStatus nppsLShiftC_32s_Ctx(const Npp32s *pSrc, int nValue, Npp32s *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit signed integer signal left shift with constant.
NppStatus nppsSubC_32s_Sfs_Ctx(const Npp32s *pSrc, Npp32s nValue, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal subtract constant and scale.
NppStatus nppsSub_16sc_ISfs(const Npp16sc *pSrc, Npp16sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsDiv_16s_ISfs(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSubC_32s_Sfs(const Npp32s *pSrc, Npp32s nValue, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsAddC_32fc_Ctx(const Npp32fc *pSrc, Npp32fc nValue, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal add constant.
NppStatus nppsAdd_16s32f_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short signal add signal with 32-bit floating point result, then clamp to saturated valu...
NppStatus nppsAdd_16u_Ctx(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short signal add signal, then clamp to saturated value.
NppStatus nppsAddC_16s_ISfs(Npp16s nValue, Npp16s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSubCRev_32sc_Sfs(const Npp32sc *pSrc, Npp32sc nValue, Npp32sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_32sc_Sfs_Ctx(const Npp32sc *pSrc1, const Npp32sc *pSrc2, Npp32sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed complex integer add signal, scale, then clamp to saturated value.
NppStatus nppsMul_16s_ISfs_Ctx(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short in place signal times signal, with scaling, then clamp to saturated value...
NppStatus nppsSub_32sc_ISfs_Ctx(const Npp32sc *pSrc, Npp32sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit complex signed integer in place signal subtract signal, with scaling, then clamp to saturated ...
NppStatus nppsSubC_8u_Sfs(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, int nScaleFactor)
NppStatus nppsAnd_32u(const Npp32u *pSrc1, const Npp32u *pSrc2, Npp32u *pDst, int nLength)
NppStatus nppsLn_64f32f_Ctx(const Npp64f *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal natural logarithm with 32-bit floating point result. ...
NppStatus nppsMul_64f(const Npp64f *pSrc1, const Npp64f *pSrc2, Npp64f *pDst, int nLength)
NppStatus nppsSqr_64f_I_Ctx(Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal squared.
NppStatus nppsRShiftC_16u(const Npp16u *pSrc, int nValue, Npp16u *pDst, int nLength)
NppStatus nppsAbs_16s_I_Ctx(Npp16s *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short signal absolute value.
NppStatus nppsSubCRev_16s_Sfs_Ctx(const Npp16s *pSrc, Npp16s nValue, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short signal subtract from constant, scale, then clamp to saturated value...
NppStatus nppsAndC_32u(const Npp32u *pSrc, Npp32u nValue, Npp32u *pDst, int nLength)
NppStatus nppsExp_32s_ISfs_Ctx(Npp32s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal exponent, scale, then clamp to saturated value.
NppStatus nppsSubCRev_16sc_Sfs_Ctx(const Npp16sc *pSrc, Npp16sc nValue, Npp16sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract from constant...
NppStatus nppsAddProduct_32f(const Npp32f *pSrc1, const Npp32f *pSrc2, Npp32f *pDst, int nLength)
NppStatus nppsDiv_16sc_Sfs_Ctx(const Npp16sc *pSrc1, const Npp16sc *pSrc2, Npp16sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed complex short signal divide signal, scale, then clamp to saturated value.
NppStatus nppsAddProduct_64fc(const Npp64fc *pSrc1, const Npp64fc *pSrc2, Npp64fc *pDst, int nLength)
NppStatus nppsSub_32f(const Npp32f *pSrc1, const Npp32f *pSrc2, Npp32f *pDst, int nLength)
NppStatus nppsDiv_16s_Sfs(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsSubC_32s_ISfs(Npp32s nValue, Npp32s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_16s_Sfs(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsDivC_32fc_Ctx(const Npp32fc *pSrc, Npp32fc nValue, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal divided by constant...
NppStatus nppsSqr_32fc_I_Ctx(Npp32fc *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point signal squared.
NppStatus nppsSqrt_32s16s_Sfs_Ctx(const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal square root, scale, then clamp to 16-bit signed integer saturated value...
NppStatus nppsSqrt_32f_I_Ctx(Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point signal square root.
NppStatus nppsSqr_16sc_Sfs(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_32f(const Npp32f *pSrc1, const Npp32f *pSrc2, Npp32f *pDst, int nLength)
NppStatus nppsSqr_16u_Sfs_Ctx(const Npp16u *pSrc, Npp16u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short signal squared, scale, then clamp to saturated value.
NppStatus nppsLShiftC_16s(const Npp16s *pSrc, int nValue, Npp16s *pDst, int nLength)
NppStatus nppsAbs_16s(const Npp16s *pSrc, Npp16s *pDst, int nLength)
NppStatus nppsSubCRev_8u_ISfs_Ctx(Npp8u nValue, Npp8u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal subtract from constant, scale, then clamp to saturated value ...
NppStatus nppsAndC_16u_I(Npp16u nValue, Npp16u *pSrcDst, int nLength)
NppStatus nppsLn_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal natural logarithm.
NppStatus nppsSqrt_8u_ISfs_Ctx(Npp8u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char signal square root, scale, then clamp to saturated value.
NppStatus nppsSqrt_16sc_ISfs(Npp16sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSqrt_16sc_Sfs_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit complex signed short signal square root, scale, then clamp to saturated value.
NppStatus nppsArctan_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal inverse tangent.
NppStatus nppsSumLnGetBufferSize_64f_Ctx(int nLength, int *hpBufferSize, NppStreamContext nppStreamCtx)
Device scratch buffer size (in bytes) for 64f SumLn.
NppStatus nppsSumLn_16s32f_Ctx(const Npp16s *pSrc, int nLength, Npp32f *pDst, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
16-bit signed short integer input, 32-bit floating point output signal sum natural logarithm...
NppStatus nppsDiv_16u_ISfs_Ctx(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal divide signal, with scaling, then clamp to saturated value...
NppStatus nppsDiv_32s16s_Sfs(const Npp16s *pSrc1, const Npp32s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor)
NppStatus nppsMulC_32fc_Ctx(const Npp32fc *pSrc, Npp32fc nValue, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal times constant...
NppStatus nppsLn_64f_I_Ctx(Npp64f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
64-bit floating point signal natural logarithm.
NppStatus nppsMul_64fc_I(const Npp64fc *pSrc, Npp64fc *pSrcDst, int nLength)
NppStatus nppsMulC_16u_Sfs_Ctx(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short signal times constant, scale, then clamp to saturated value.
NppStatus nppsAndC_8u_I_Ctx(Npp8u nValue, Npp8u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
8-bit unsigned char in place signal and with constant.
NppStatus nppsSqrt_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength)
NppStatus nppsSub_16s(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength)
NppStatus nppsExp_32f_I(Npp32f *pSrcDst, int nLength)
NppStatus nppsSub_32s_Sfs_Ctx(const Npp32s *pSrc1, const Npp32s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit signed integer signal subtract signal, scale, then clamp to saturated value.
NppStatus nppsMulC_32sc_ISfs(Npp32sc nValue, Npp32sc *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsArctan_64f_I(Npp64f *pSrcDst, int nLength)
NppStatus nppsMul_16s_ISfs(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsSubC_16sc_ISfs_Ctx(Npp16sc nValue, Npp16sc *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract constant, scale, then clamp to saturated value.
NppStatus nppsMulC_16sc_Sfs_Ctx(const Npp16sc *pSrc, Npp16sc nValue, Npp16sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit integer complex number (16 bit real, 16 bit imaginary)signal times constant, scale, then clamp to saturated value.
NppStatus nppsXor_16u_I_Ctx(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal exclusive or with signal.
NppStatus nppsDivCRev_32f_I_Ctx(Npp32f nValue, Npp32f *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
32-bit floating point in place constant divided by signal.
NppStatus nppsMul_16u_Sfs_Ctx(const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short signal time signal, scale, then clamp to saturated value.
NppStatus nppsAddProduct_32fc_Ctx(const Npp32fc *pSrc1, const Npp32fc *pSrc2, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit complex floating point signal add product of source signal times destination signal to destina...
NppStatus nppsDiv_Round_8u_Sfs(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, NppRoundMode nRndMode, int nScaleFactor)
NppStatus nppsDiv_32fc(const Npp32fc *pSrc1, const Npp32fc *pSrc2, Npp32fc *pDst, int nLength)
NppStatus nppsOrC_32u_Ctx(const Npp32u *pSrc, Npp32u nValue, Npp32u *pDst, int nLength, NppStreamContext nppStreamCtx)
32-bit unsigned integer signal or with constant.
NppStatus nppsDivC_16u_Sfs_Ctx(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit unsigned short signal divided by constant, scale, then clamp to saturated value.
NppStatus nppsDivC_32fc(const Npp32fc *pSrc, Npp32fc nValue, Npp32fc *pDst, int nLength)
NppStatus nppsSubCRev_8u_Sfs_Ctx(const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
8-bit unsigned char signal subtract from constant, scale, then clamp to saturated value...
NppStatus nppsNormalize_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32fc vSub, Npp32f vDiv)
NppStatus nppsAnd_16u_I_Ctx(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short in place signal and with signal.
NppStatus nppsSubC_32sc_Sfs_Ctx(const Npp32sc *pSrc, Npp32sc nValue, Npp32sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit integer complex number (32 bit real, 32 bit imaginary)signal subtract constant and scale...
NppStatus nppsMul_Low_32s_Sfs(const Npp32s *pSrc1, const Npp32s *pSrc2, Npp32s *pDst, int nLength, int nScaleFactor)
NppStatus nppsSqr_64f_I(Npp64f *pSrcDst, int nLength)
NppStatus nppsSubC_16s_ISfs_Ctx(Npp16s nValue, Npp16s *pSrcDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short in place signal subtract constant, scale, then clamp to saturated value...
NppStatus nppsXorC_16u_Ctx(const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short signal exclusive or with constant.
NppStatus nppsSubCRev_32sc_Sfs_Ctx(const Npp32sc *pSrc, Npp32sc nValue, Npp32sc *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
32-bit integer complex number (32 bit real, 32 bit imaginary) signal subtract from constant and scale...
NppStatus nppsSub_64f_I(const Npp64f *pSrc, Npp64f *pSrcDst, int nLength)
NppStatus nppsMul_16s_I_Ctx(const Npp16s *pSrc, Npp16s *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit signed short in place signal times signal, then clamp to saturated value.
NppStatus nppsSqr_16u_ISfs(Npp16u *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsAdd_16s_Sfs_Ctx(const Npp16s *pSrc1, const Npp16s *pSrc2, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
16-bit signed short add signal, scale, then clamp to saturated value.
NppStatus nppsNot_32u(const Npp32u *pSrc, Npp32u *pDst, int nLength)
NppStatus nppsSubCRev_32f(const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength)
NppStatus nppsOr_8u(const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength)
NppStatus nppsDiv_Round_16u_ISfs(const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, NppRoundMode nRndMode, int nScaleFactor)
NppStatus nppsDivCRev_16u_I_Ctx(Npp16u nValue, Npp16u *pSrcDst, int nLength, NppStreamContext nppStreamCtx)
16-bit unsigned short in place constant divided by signal, then clamp to saturated value...
NppStatus nppsAddC_32s_ISfs(Npp32s nValue, Npp32s *pSrcDst, int nLength, int nScaleFactor)
NppStatus nppsLn_32s16s_Sfs(const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor)

Copyright © 2009-2021 NVIDIA CORPORATION AND AFFILIATES