NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 11.1.0.*
Main Page
Related Pages
Modules
Data Structures
All
Data Structures
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
npp
include
nppi_arithmetic_and_logical_operations.h
1
/* Copyright 2009-2019 NVIDIA Corporation. All rights reserved.
2
*
3
* NOTICE TO LICENSEE:
4
*
5
* The source code and/or documentation ("Licensed Deliverables") are
6
* subject to NVIDIA intellectual property rights under U.S. and
7
* international Copyright laws.
8
*
9
* The Licensed Deliverables contained herein are PROPRIETARY and
10
* CONFIDENTIAL to NVIDIA and are being provided under the terms and
11
* conditions of a form of NVIDIA software license agreement by and
12
* between NVIDIA and Licensee ("License Agreement") or electronically
13
* accepted by Licensee. Notwithstanding any terms or conditions to
14
* the contrary in the License Agreement, reproduction or disclosure
15
* of the Licensed Deliverables to any third party without the express
16
* written consent of NVIDIA is prohibited.
17
*
18
* NOTWITHSTANDING ANY TERMS OR CONDITIONS TO THE CONTRARY IN THE
19
* LICENSE AGREEMENT, NVIDIA MAKES NO REPRESENTATION ABOUT THE
20
* SUITABILITY OF THESE LICENSED DELIVERABLES FOR ANY PURPOSE. THEY ARE
21
* PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND.
22
* NVIDIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THESE LICENSED
23
* DELIVERABLES, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY,
24
* NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE.
25
* NOTWITHSTANDING ANY TERMS OR CONDITIONS TO THE CONTRARY IN THE
26
* LICENSE AGREEMENT, IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY
27
* SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY
28
* DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
29
* WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
30
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
31
* OF THESE LICENSED DELIVERABLES.
32
*
33
* U.S. Government End Users. These Licensed Deliverables are a
34
* "commercial item" as that term is defined at 48 C.F.R. 2.101 (OCT
35
* 1995), consisting of "commercial computer software" and "commercial
36
* computer software documentation" as such terms are used in 48
37
* C.F.R. 12.212 (SEPT 1995) and are provided to the U.S. Government
38
* only as a commercial end item. Consistent with 48 C.F.R.12.212 and
39
* 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), all
40
* U.S. Government End Users acquire the Licensed Deliverables with
41
* only those rights set forth herein.
42
*
43
* Any use of the Licensed Deliverables in individual and commercial
44
* software must include, in the user documentation and internal
45
* comments to the code, the above Disclaimer and U.S. Government End
46
* Users Notice.
47
*/
48
#ifndef NV_NPPI_ARITHMETIC_AND_LOGICAL_OPERATIONS_H
49
#define NV_NPPI_ARITHMETIC_AND_LOGICAL_OPERATIONS_H
50
56
#include "nppdefs.h"
57
58
59
#ifdef __cplusplus
60
extern
"C"
{
61
#endif
62
63
99
NppStatus
100
nppiAddC_8u_C1RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
nConstant,
101
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
102
NppStatus
103
nppiAddC_8u_C1RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
nConstant,
104
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
105
116
NppStatus
117
nppiAddC_8u_C1IRSfs_Ctx
(
const
Npp8u
nConstant,
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
118
119
NppStatus
120
nppiAddC_8u_C1IRSfs
(
const
Npp8u
nConstant,
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
121
134
NppStatus
135
nppiAddC_8u_C3RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
136
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
137
138
NppStatus
139
nppiAddC_8u_C3RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
140
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
141
152
NppStatus
153
nppiAddC_8u_C3IRSfs_Ctx
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
154
155
NppStatus
156
nppiAddC_8u_C3IRSfs
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
157
170
NppStatus
171
nppiAddC_8u_AC4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
172
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
173
174
NppStatus
175
nppiAddC_8u_AC4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
176
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
177
188
NppStatus
189
nppiAddC_8u_AC4IRSfs_Ctx
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
190
191
NppStatus
192
nppiAddC_8u_AC4IRSfs
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
193
206
NppStatus
207
nppiAddC_8u_C4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[4],
208
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
209
NppStatus
210
nppiAddC_8u_C4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[4],
211
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
212
223
NppStatus
224
nppiAddC_8u_C4IRSfs_Ctx
(
const
Npp8u
aConstants[4],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
225
226
NppStatus
227
nppiAddC_8u_C4IRSfs
(
const
Npp8u
aConstants[4],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
228
241
NppStatus
242
nppiAddC_16u_C1RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
nConstant,
243
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
244
245
NppStatus
246
nppiAddC_16u_C1RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
nConstant,
247
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
248
259
NppStatus
260
nppiAddC_16u_C1IRSfs_Ctx
(
const
Npp16u
nConstant,
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
261
262
NppStatus
263
nppiAddC_16u_C1IRSfs
(
const
Npp16u
nConstant,
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
264
277
NppStatus
278
nppiAddC_16u_C3RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
279
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
280
281
NppStatus
282
nppiAddC_16u_C3RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
283
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
284
295
NppStatus
296
nppiAddC_16u_C3IRSfs_Ctx
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
297
298
NppStatus
299
nppiAddC_16u_C3IRSfs
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
300
313
NppStatus
314
nppiAddC_16u_AC4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
315
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
316
NppStatus
317
nppiAddC_16u_AC4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
318
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
319
330
NppStatus
331
nppiAddC_16u_AC4IRSfs_Ctx
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
332
333
NppStatus
334
nppiAddC_16u_AC4IRSfs
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
335
348
NppStatus
349
nppiAddC_16u_C4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[4],
350
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
351
352
NppStatus
353
nppiAddC_16u_C4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[4],
354
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
355
366
NppStatus
367
nppiAddC_16u_C4IRSfs_Ctx
(
const
Npp16u
aConstants[4],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
368
369
NppStatus
370
nppiAddC_16u_C4IRSfs
(
const
Npp16u
aConstants[4],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
371
384
NppStatus
385
nppiAddC_16s_C1RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
nConstant,
386
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
387
388
NppStatus
389
nppiAddC_16s_C1RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
nConstant,
390
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
391
402
NppStatus
403
nppiAddC_16s_C1IRSfs_Ctx
(
const
Npp16s
nConstant,
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
404
405
NppStatus
406
nppiAddC_16s_C1IRSfs
(
const
Npp16s
nConstant,
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
407
420
NppStatus
421
nppiAddC_16s_C3RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
422
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
423
424
NppStatus
425
nppiAddC_16s_C3RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
426
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
427
438
NppStatus
439
nppiAddC_16s_C3IRSfs_Ctx
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
440
441
NppStatus
442
nppiAddC_16s_C3IRSfs
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
443
456
NppStatus
457
nppiAddC_16s_AC4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
458
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
459
460
NppStatus
461
nppiAddC_16s_AC4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
462
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
463
474
NppStatus
475
nppiAddC_16s_AC4IRSfs_Ctx
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
476
477
NppStatus
478
nppiAddC_16s_AC4IRSfs
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
479
492
NppStatus
493
nppiAddC_16s_C4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[4],
494
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
495
496
NppStatus
497
nppiAddC_16s_C4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[4],
498
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
499
510
NppStatus
511
nppiAddC_16s_C4IRSfs_Ctx
(
const
Npp16s
aConstants[4],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
512
513
NppStatus
514
nppiAddC_16s_C4IRSfs
(
const
Npp16s
aConstants[4],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
515
528
NppStatus
529
nppiAddC_16sc_C1RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
nConstant,
530
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
531
532
NppStatus
533
nppiAddC_16sc_C1RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
nConstant,
534
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
535
546
NppStatus
547
nppiAddC_16sc_C1IRSfs_Ctx
(
const
Npp16sc
nConstant,
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
548
549
NppStatus
550
nppiAddC_16sc_C1IRSfs
(
const
Npp16sc
nConstant,
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
551
564
NppStatus
565
nppiAddC_16sc_C3RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
566
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
567
568
NppStatus
569
nppiAddC_16sc_C3RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
570
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
571
582
NppStatus
583
nppiAddC_16sc_C3IRSfs_Ctx
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
584
585
NppStatus
586
nppiAddC_16sc_C3IRSfs
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
587
600
NppStatus
601
nppiAddC_16sc_AC4RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
602
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
603
604
NppStatus
605
nppiAddC_16sc_AC4RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
606
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
607
618
NppStatus
619
nppiAddC_16sc_AC4IRSfs_Ctx
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
620
621
NppStatus
622
nppiAddC_16sc_AC4IRSfs
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
623
636
NppStatus
637
nppiAddC_32s_C1RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
nConstant,
638
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
639
640
NppStatus
641
nppiAddC_32s_C1RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
nConstant,
642
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
643
654
NppStatus
655
nppiAddC_32s_C1IRSfs_Ctx
(
const
Npp32s
nConstant,
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
656
657
NppStatus
658
nppiAddC_32s_C1IRSfs
(
const
Npp32s
nConstant,
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
659
672
NppStatus
673
nppiAddC_32s_C3RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
aConstants[3],
674
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
675
676
NppStatus
677
nppiAddC_32s_C3RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
aConstants[3],
678
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
679
690
NppStatus
691
nppiAddC_32s_C3IRSfs_Ctx
(
const
Npp32s
aConstants[3],
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
692
693
NppStatus
694
nppiAddC_32s_C3IRSfs
(
const
Npp32s
aConstants[3],
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
695
708
NppStatus
709
nppiAddC_32sc_C1RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
nConstant,
710
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
711
712
NppStatus
713
nppiAddC_32sc_C1RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
nConstant,
714
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
715
726
NppStatus
727
nppiAddC_32sc_C1IRSfs_Ctx
(
const
Npp32sc
nConstant,
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
728
729
NppStatus
730
nppiAddC_32sc_C1IRSfs
(
const
Npp32sc
nConstant,
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
731
744
NppStatus
745
nppiAddC_32sc_C3RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
746
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
747
748
NppStatus
749
nppiAddC_32sc_C3RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
750
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
751
762
NppStatus
763
nppiAddC_32sc_C3IRSfs_Ctx
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
764
765
NppStatus
766
nppiAddC_32sc_C3IRSfs
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
767
780
NppStatus
781
nppiAddC_32sc_AC4RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
782
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
783
784
NppStatus
785
nppiAddC_32sc_AC4RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
786
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
787
798
NppStatus
799
nppiAddC_32sc_AC4IRSfs_Ctx
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
800
801
NppStatus
802
nppiAddC_32sc_AC4IRSfs
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
803
815
NppStatus
816
nppiAddC_16f_C1R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
817
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
818
819
NppStatus
820
nppiAddC_16f_C1R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
821
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
822
832
NppStatus
833
nppiAddC_16f_C1IR_Ctx
(
const
Npp32f
nConstant,
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
834
835
NppStatus
836
nppiAddC_16f_C1IR
(
const
Npp32f
nConstant,
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
837
849
NppStatus
850
nppiAddC_16f_C3R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
851
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
852
853
NppStatus
854
nppiAddC_16f_C3R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
855
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
856
866
NppStatus
867
nppiAddC_16f_C3IR_Ctx
(
const
Npp32f
aConstants[3],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
868
869
NppStatus
870
nppiAddC_16f_C3IR
(
const
Npp32f
aConstants[3],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
871
883
NppStatus
884
nppiAddC_16f_C4R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
885
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
886
887
NppStatus
888
nppiAddC_16f_C4R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
889
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
890
900
NppStatus
901
nppiAddC_16f_C4IR_Ctx
(
const
Npp32f
aConstants[4],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
902
903
NppStatus
904
nppiAddC_16f_C4IR
(
const
Npp32f
aConstants[4],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
905
917
NppStatus
918
nppiAddC_32f_C1R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
919
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
920
921
NppStatus
922
nppiAddC_32f_C1R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
923
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
924
934
NppStatus
935
nppiAddC_32f_C1IR_Ctx
(
const
Npp32f
nConstant,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
936
937
NppStatus
938
nppiAddC_32f_C1IR
(
const
Npp32f
nConstant,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
939
951
NppStatus
952
nppiAddC_32f_C3R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
953
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
954
NppStatus
955
nppiAddC_32f_C3R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
956
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
957
967
NppStatus
968
nppiAddC_32f_C3IR_Ctx
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
969
970
NppStatus
971
nppiAddC_32f_C3IR
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
972
984
NppStatus
985
nppiAddC_32f_AC4R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
986
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
987
988
NppStatus
989
nppiAddC_32f_AC4R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
990
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
991
1001
NppStatus
1002
nppiAddC_32f_AC4IR_Ctx
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1003
1004
NppStatus
1005
nppiAddC_32f_AC4IR
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
1006
1018
NppStatus
1019
nppiAddC_32f_C4R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
1020
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1021
1022
NppStatus
1023
nppiAddC_32f_C4R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
1024
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
1025
1035
NppStatus
1036
nppiAddC_32f_C4IR_Ctx
(
const
Npp32f
aConstants[4],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1037
1038
NppStatus
1039
nppiAddC_32f_C4IR
(
const
Npp32f
aConstants[4],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
1040
1052
NppStatus
1053
nppiAddC_32fc_C1R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
nConstant,
1054
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1055
1056
NppStatus
1057
nppiAddC_32fc_C1R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
nConstant,
1058
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
1059
1069
NppStatus
1070
nppiAddC_32fc_C1IR_Ctx
(
const
Npp32fc
nConstant,
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1071
1072
NppStatus
1073
nppiAddC_32fc_C1IR
(
const
Npp32fc
nConstant,
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
1074
1086
NppStatus
1087
nppiAddC_32fc_C3R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
1088
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1089
NppStatus
1090
nppiAddC_32fc_C3R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
1091
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
1092
1102
NppStatus
1103
nppiAddC_32fc_C3IR_Ctx
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1104
1105
NppStatus
1106
nppiAddC_32fc_C3IR
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
1107
1119
NppStatus
1120
nppiAddC_32fc_AC4R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
1121
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1122
1123
NppStatus
1124
nppiAddC_32fc_AC4R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
1125
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
1126
1136
NppStatus
1137
nppiAddC_32fc_AC4IR_Ctx
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1138
1139
NppStatus
1140
nppiAddC_32fc_AC4IR
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
1141
1153
NppStatus
1154
nppiAddC_32fc_C4R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[4],
1155
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1156
1157
NppStatus
1158
nppiAddC_32fc_C4R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[4],
1159
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
1160
1170
NppStatus
1171
nppiAddC_32fc_C4IR_Ctx
(
const
Npp32fc
aConstants[4],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1172
1173
NppStatus
1174
nppiAddC_32fc_C4IR
(
const
Npp32fc
aConstants[4],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
1175
1199
NppStatus
1200
nppiMulC_8u_C1RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
nConstant,
1201
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1202
1203
NppStatus
1204
nppiMulC_8u_C1RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
nConstant,
1205
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1206
1217
NppStatus
1218
nppiMulC_8u_C1IRSfs_Ctx
(
const
Npp8u
nConstant,
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1219
1220
NppStatus
1221
nppiMulC_8u_C1IRSfs
(
const
Npp8u
nConstant,
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1222
1235
NppStatus
1236
nppiMulC_8u_C3RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
1237
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1238
1239
NppStatus
1240
nppiMulC_8u_C3RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
1241
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1242
1253
NppStatus
1254
nppiMulC_8u_C3IRSfs_Ctx
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1255
1256
NppStatus
1257
nppiMulC_8u_C3IRSfs
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1258
1271
NppStatus
1272
nppiMulC_8u_AC4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
1273
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1274
1275
NppStatus
1276
nppiMulC_8u_AC4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
1277
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1278
1289
NppStatus
1290
nppiMulC_8u_AC4IRSfs_Ctx
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1291
1292
NppStatus
1293
nppiMulC_8u_AC4IRSfs
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1294
1307
NppStatus
1308
nppiMulC_8u_C4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[4],
1309
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1310
1311
NppStatus
1312
nppiMulC_8u_C4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[4],
1313
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1314
1325
NppStatus
1326
nppiMulC_8u_C4IRSfs_Ctx
(
const
Npp8u
aConstants[4],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1327
1328
NppStatus
1329
nppiMulC_8u_C4IRSfs
(
const
Npp8u
aConstants[4],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1330
1343
NppStatus
1344
nppiMulC_16u_C1RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
nConstant,
1345
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1346
1347
NppStatus
1348
nppiMulC_16u_C1RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
nConstant,
1349
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1350
1361
NppStatus
1362
nppiMulC_16u_C1IRSfs_Ctx
(
const
Npp16u
nConstant,
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1363
1364
NppStatus
1365
nppiMulC_16u_C1IRSfs
(
const
Npp16u
nConstant,
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1366
1379
NppStatus
1380
nppiMulC_16u_C3RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
1381
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1382
1383
NppStatus
1384
nppiMulC_16u_C3RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
1385
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1386
1397
NppStatus
1398
nppiMulC_16u_C3IRSfs_Ctx
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1399
1400
NppStatus
1401
nppiMulC_16u_C3IRSfs
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1402
1415
NppStatus
1416
nppiMulC_16u_AC4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
1417
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1418
1419
NppStatus
1420
nppiMulC_16u_AC4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
1421
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1422
1433
NppStatus
1434
nppiMulC_16u_AC4IRSfs_Ctx
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1435
1436
NppStatus
1437
nppiMulC_16u_AC4IRSfs
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1438
1451
NppStatus
1452
nppiMulC_16u_C4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[4],
1453
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1454
1455
NppStatus
1456
nppiMulC_16u_C4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[4],
1457
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1458
1469
NppStatus
1470
nppiMulC_16u_C4IRSfs_Ctx
(
const
Npp16u
aConstants[4],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1471
1472
NppStatus
1473
nppiMulC_16u_C4IRSfs
(
const
Npp16u
aConstants[4],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1474
1487
NppStatus
1488
nppiMulC_16s_C1RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
nConstant,
1489
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1490
1491
NppStatus
1492
nppiMulC_16s_C1RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
nConstant,
1493
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1494
1505
NppStatus
1506
nppiMulC_16s_C1IRSfs_Ctx
(
const
Npp16s
nConstant,
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1507
1508
NppStatus
1509
nppiMulC_16s_C1IRSfs
(
const
Npp16s
nConstant,
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1510
1523
NppStatus
1524
nppiMulC_16s_C3RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
1525
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1526
1527
NppStatus
1528
nppiMulC_16s_C3RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
1529
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1530
1541
NppStatus
1542
nppiMulC_16s_C3IRSfs_Ctx
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1543
1544
NppStatus
1545
nppiMulC_16s_C3IRSfs
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1546
1559
NppStatus
1560
nppiMulC_16s_AC4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
1561
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1562
1563
NppStatus
1564
nppiMulC_16s_AC4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
1565
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1566
1577
NppStatus
1578
nppiMulC_16s_AC4IRSfs_Ctx
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1579
1580
NppStatus
1581
nppiMulC_16s_AC4IRSfs
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1582
1595
NppStatus
1596
nppiMulC_16s_C4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[4],
1597
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1598
1599
NppStatus
1600
nppiMulC_16s_C4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[4],
1601
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1602
1613
NppStatus
1614
nppiMulC_16s_C4IRSfs_Ctx
(
const
Npp16s
aConstants[4],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1615
1616
NppStatus
1617
nppiMulC_16s_C4IRSfs
(
const
Npp16s
aConstants[4],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1618
1631
NppStatus
1632
nppiMulC_16sc_C1RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
nConstant,
1633
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1634
1635
NppStatus
1636
nppiMulC_16sc_C1RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
nConstant,
1637
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1638
1649
NppStatus
1650
nppiMulC_16sc_C1IRSfs_Ctx
(
const
Npp16sc
nConstant,
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1651
1652
NppStatus
1653
nppiMulC_16sc_C1IRSfs
(
const
Npp16sc
nConstant,
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1654
1667
NppStatus
1668
nppiMulC_16sc_C3RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
1669
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1670
1671
NppStatus
1672
nppiMulC_16sc_C3RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
1673
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1674
1685
NppStatus
1686
nppiMulC_16sc_C3IRSfs_Ctx
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1687
1688
NppStatus
1689
nppiMulC_16sc_C3IRSfs
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1690
1703
NppStatus
1704
nppiMulC_16sc_AC4RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
1705
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1706
1707
NppStatus
1708
nppiMulC_16sc_AC4RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
1709
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1710
1721
NppStatus
1722
nppiMulC_16sc_AC4IRSfs_Ctx
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1723
1724
NppStatus
1725
nppiMulC_16sc_AC4IRSfs
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1726
1739
NppStatus
1740
nppiMulC_32s_C1RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
nConstant,
1741
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1742
1743
NppStatus
1744
nppiMulC_32s_C1RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
nConstant,
1745
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1746
1757
NppStatus
1758
nppiMulC_32s_C1IRSfs_Ctx
(
const
Npp32s
nConstant,
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1759
1760
NppStatus
1761
nppiMulC_32s_C1IRSfs
(
const
Npp32s
nConstant,
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1762
1775
NppStatus
1776
nppiMulC_32s_C3RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
aConstants[3],
1777
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1778
1779
NppStatus
1780
nppiMulC_32s_C3RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
aConstants[3],
1781
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1782
1793
NppStatus
1794
nppiMulC_32s_C3IRSfs_Ctx
(
const
Npp32s
aConstants[3],
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1795
1796
NppStatus
1797
nppiMulC_32s_C3IRSfs
(
const
Npp32s
aConstants[3],
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1798
1811
NppStatus
1812
nppiMulC_32sc_C1RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
nConstant,
1813
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1814
1815
NppStatus
1816
nppiMulC_32sc_C1RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
nConstant,
1817
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1818
1829
NppStatus
1830
nppiMulC_32sc_C1IRSfs_Ctx
(
const
Npp32sc
nConstant,
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1831
1832
NppStatus
1833
nppiMulC_32sc_C1IRSfs
(
const
Npp32sc
nConstant,
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1834
1847
NppStatus
1848
nppiMulC_32sc_C3RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
1849
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1850
1851
NppStatus
1852
nppiMulC_32sc_C3RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
1853
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1854
1865
NppStatus
1866
nppiMulC_32sc_C3IRSfs_Ctx
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1867
1868
NppStatus
1869
nppiMulC_32sc_C3IRSfs
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1870
1883
NppStatus
1884
nppiMulC_32sc_AC4RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
1885
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1886
1887
NppStatus
1888
nppiMulC_32sc_AC4RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
1889
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1890
1901
NppStatus
1902
nppiMulC_32sc_AC4IRSfs_Ctx
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
1903
1904
NppStatus
1905
nppiMulC_32sc_AC4IRSfs
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
1906
1918
NppStatus
1919
nppiMulC_16f_C1R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
1920
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1921
1922
NppStatus
1923
nppiMulC_16f_C1R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
1924
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
1925
1935
NppStatus
1936
nppiMulC_16f_C1IR_Ctx
(
const
Npp32f
nConstant,
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1937
1938
NppStatus
1939
nppiMulC_16f_C1IR
(
const
Npp32f
nConstant,
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
1940
1952
NppStatus
1953
nppiMulC_16f_C3R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
1954
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1955
1956
NppStatus
1957
nppiMulC_16f_C3R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
1958
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
1959
1969
NppStatus
1970
nppiMulC_16f_C3IR_Ctx
(
const
Npp32f
aConstants[3],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1971
1972
NppStatus
1973
nppiMulC_16f_C3IR
(
const
Npp32f
aConstants[3],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
1974
1986
NppStatus
1987
nppiMulC_16f_C4R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
1988
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
1989
1990
NppStatus
1991
nppiMulC_16f_C4R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
1992
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
1993
2003
NppStatus
2004
nppiMulC_16f_C4IR_Ctx
(
const
Npp32f
aConstants[4],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2005
2006
NppStatus
2007
nppiMulC_16f_C4IR
(
const
Npp32f
aConstants[4],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2008
2020
NppStatus
2021
nppiMulC_32f_C1R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
2022
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2023
2024
NppStatus
2025
nppiMulC_32f_C1R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
2026
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2027
2037
NppStatus
2038
nppiMulC_32f_C1IR_Ctx
(
const
Npp32f
nConstant,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2039
2040
NppStatus
2041
nppiMulC_32f_C1IR
(
const
Npp32f
nConstant,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2042
2054
NppStatus
2055
nppiMulC_32f_C3R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
2056
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2057
2058
NppStatus
2059
nppiMulC_32f_C3R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
2060
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2061
2071
NppStatus
2072
nppiMulC_32f_C3IR_Ctx
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2073
2074
NppStatus
2075
nppiMulC_32f_C3IR
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2076
2088
NppStatus
2089
nppiMulC_32f_AC4R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
2090
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2091
2092
NppStatus
2093
nppiMulC_32f_AC4R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
2094
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2095
2105
NppStatus
2106
nppiMulC_32f_AC4IR_Ctx
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2107
2108
NppStatus
2109
nppiMulC_32f_AC4IR
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2110
2122
NppStatus
2123
nppiMulC_32f_C4R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
2124
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2125
2126
NppStatus
2127
nppiMulC_32f_C4R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
2128
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2129
2139
NppStatus
2140
nppiMulC_32f_C4IR_Ctx
(
const
Npp32f
aConstants[4],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2141
2142
NppStatus
2143
nppiMulC_32f_C4IR
(
const
Npp32f
aConstants[4],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2144
2156
NppStatus
2157
nppiMulC_32fc_C1R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
nConstant,
2158
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2159
2160
NppStatus
2161
nppiMulC_32fc_C1R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
nConstant,
2162
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2163
2173
NppStatus
2174
nppiMulC_32fc_C1IR_Ctx
(
const
Npp32fc
nConstant,
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2175
2176
NppStatus
2177
nppiMulC_32fc_C1IR
(
const
Npp32fc
nConstant,
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2178
2190
NppStatus
2191
nppiMulC_32fc_C3R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
2192
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2193
2194
NppStatus
2195
nppiMulC_32fc_C3R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
2196
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2197
2207
NppStatus
2208
nppiMulC_32fc_C3IR_Ctx
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2209
2210
NppStatus
2211
nppiMulC_32fc_C3IR
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2212
2224
NppStatus
2225
nppiMulC_32fc_AC4R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
2226
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2227
2228
NppStatus
2229
nppiMulC_32fc_AC4R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
2230
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2231
2241
NppStatus
2242
nppiMulC_32fc_AC4IR_Ctx
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2243
2244
NppStatus
2245
nppiMulC_32fc_AC4IR
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2246
2258
NppStatus
2259
nppiMulC_32fc_C4R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[4],
2260
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2261
2262
NppStatus
2263
nppiMulC_32fc_C4R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[4],
2264
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2265
2275
NppStatus
2276
nppiMulC_32fc_C4IR_Ctx
(
const
Npp32fc
aConstants[4],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2277
2278
NppStatus
2279
nppiMulC_32fc_C4IR
(
const
Npp32fc
aConstants[4],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2280
2303
NppStatus
2304
nppiMulCScale_8u_C1R_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
nConstant,
2305
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2306
2307
NppStatus
2308
nppiMulCScale_8u_C1R
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
nConstant,
2309
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2310
2320
NppStatus
2321
nppiMulCScale_8u_C1IR_Ctx
(
const
Npp8u
nConstant,
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2322
2323
NppStatus
2324
nppiMulCScale_8u_C1IR
(
const
Npp8u
nConstant,
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2325
2337
NppStatus
2338
nppiMulCScale_8u_C3R_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
2339
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2340
2341
NppStatus
2342
nppiMulCScale_8u_C3R
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
2343
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2344
2354
NppStatus
2355
nppiMulCScale_8u_C3IR_Ctx
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2356
2357
NppStatus
2358
nppiMulCScale_8u_C3IR
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2359
2371
NppStatus
2372
nppiMulCScale_8u_AC4R_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
2373
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2374
2375
NppStatus
2376
nppiMulCScale_8u_AC4R
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
2377
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2378
2388
NppStatus
2389
nppiMulCScale_8u_AC4IR_Ctx
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2390
2391
NppStatus
2392
nppiMulCScale_8u_AC4IR
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2393
2405
NppStatus
2406
nppiMulCScale_8u_C4R_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[4],
2407
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2408
2409
NppStatus
2410
nppiMulCScale_8u_C4R
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[4],
2411
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2412
2422
NppStatus
2423
nppiMulCScale_8u_C4IR_Ctx
(
const
Npp8u
aConstants[4],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2424
2425
NppStatus
2426
nppiMulCScale_8u_C4IR
(
const
Npp8u
aConstants[4],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2427
2439
NppStatus
2440
nppiMulCScale_16u_C1R_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
nConstant,
2441
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2442
2443
NppStatus
2444
nppiMulCScale_16u_C1R
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
nConstant,
2445
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2446
2456
NppStatus
2457
nppiMulCScale_16u_C1IR_Ctx
(
const
Npp16u
nConstant,
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2458
2459
NppStatus
2460
nppiMulCScale_16u_C1IR
(
const
Npp16u
nConstant,
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2461
2473
NppStatus
2474
nppiMulCScale_16u_C3R_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
2475
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2476
2477
NppStatus
2478
nppiMulCScale_16u_C3R
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
2479
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2480
2490
NppStatus
2491
nppiMulCScale_16u_C3IR_Ctx
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2492
2493
NppStatus
2494
nppiMulCScale_16u_C3IR
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2495
2507
NppStatus
2508
nppiMulCScale_16u_AC4R_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
2509
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2510
2511
NppStatus
2512
nppiMulCScale_16u_AC4R
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
2513
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2514
2524
NppStatus
2525
nppiMulCScale_16u_AC4IR_Ctx
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2526
2527
NppStatus
2528
nppiMulCScale_16u_AC4IR
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2529
2541
NppStatus
2542
nppiMulCScale_16u_C4R_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[4],
2543
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2544
2545
NppStatus
2546
nppiMulCScale_16u_C4R
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[4],
2547
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
2548
2558
NppStatus
2559
nppiMulCScale_16u_C4IR_Ctx
(
const
Npp16u
aConstants[4],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
2560
2561
NppStatus
2562
nppiMulCScale_16u_C4IR
(
const
Npp16u
aConstants[4],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
2563
2583
NppStatus
2584
nppiSubC_8u_C1RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
nConstant,
2585
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2586
2587
NppStatus
2588
nppiSubC_8u_C1RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
nConstant,
2589
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2590
2601
NppStatus
2602
nppiSubC_8u_C1IRSfs_Ctx
(
const
Npp8u
nConstant,
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2603
2604
NppStatus
2605
nppiSubC_8u_C1IRSfs
(
const
Npp8u
nConstant,
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2606
2619
NppStatus
2620
nppiSubC_8u_C3RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
2621
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2622
2623
NppStatus
2624
nppiSubC_8u_C3RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
2625
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2626
2637
NppStatus
2638
nppiSubC_8u_C3IRSfs_Ctx
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2639
2640
NppStatus
2641
nppiSubC_8u_C3IRSfs
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2642
2655
NppStatus
2656
nppiSubC_8u_AC4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
2657
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2658
2659
NppStatus
2660
nppiSubC_8u_AC4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
2661
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2662
2673
NppStatus
2674
nppiSubC_8u_AC4IRSfs_Ctx
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2675
2676
NppStatus
2677
nppiSubC_8u_AC4IRSfs
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2678
2691
NppStatus
2692
nppiSubC_8u_C4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[4],
2693
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2694
2695
NppStatus
2696
nppiSubC_8u_C4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[4],
2697
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2698
2709
NppStatus
2710
nppiSubC_8u_C4IRSfs_Ctx
(
const
Npp8u
aConstants[4],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2711
2712
NppStatus
2713
nppiSubC_8u_C4IRSfs
(
const
Npp8u
aConstants[4],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2714
2727
NppStatus
2728
nppiSubC_16u_C1RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
nConstant,
2729
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2730
2731
NppStatus
2732
nppiSubC_16u_C1RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
nConstant,
2733
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2734
2745
NppStatus
2746
nppiSubC_16u_C1IRSfs_Ctx
(
const
Npp16u
nConstant,
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2747
2748
NppStatus
2749
nppiSubC_16u_C1IRSfs
(
const
Npp16u
nConstant,
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2750
2763
NppStatus
2764
nppiSubC_16u_C3RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
2765
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2766
2767
NppStatus
2768
nppiSubC_16u_C3RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
2769
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2770
2781
NppStatus
2782
nppiSubC_16u_C3IRSfs_Ctx
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2783
2784
NppStatus
2785
nppiSubC_16u_C3IRSfs
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2786
2799
NppStatus
2800
nppiSubC_16u_AC4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
2801
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2802
2803
NppStatus
2804
nppiSubC_16u_AC4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
2805
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2806
2817
NppStatus
2818
nppiSubC_16u_AC4IRSfs_Ctx
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2819
2820
NppStatus
2821
nppiSubC_16u_AC4IRSfs
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2822
2835
NppStatus
2836
nppiSubC_16u_C4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[4],
2837
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2838
2839
NppStatus
2840
nppiSubC_16u_C4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[4],
2841
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2842
2853
NppStatus
2854
nppiSubC_16u_C4IRSfs_Ctx
(
const
Npp16u
aConstants[4],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2855
2856
NppStatus
2857
nppiSubC_16u_C4IRSfs
(
const
Npp16u
aConstants[4],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2858
2871
NppStatus
2872
nppiSubC_16s_C1RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
nConstant,
2873
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2874
2875
NppStatus
2876
nppiSubC_16s_C1RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
nConstant,
2877
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2878
2889
NppStatus
2890
nppiSubC_16s_C1IRSfs_Ctx
(
const
Npp16s
nConstant,
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2891
2892
NppStatus
2893
nppiSubC_16s_C1IRSfs
(
const
Npp16s
nConstant,
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2894
2907
NppStatus
2908
nppiSubC_16s_C3RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
2909
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2910
2911
NppStatus
2912
nppiSubC_16s_C3RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
2913
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2914
2925
NppStatus
2926
nppiSubC_16s_C3IRSfs_Ctx
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2927
2928
NppStatus
2929
nppiSubC_16s_C3IRSfs
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2930
2943
NppStatus
2944
nppiSubC_16s_AC4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
2945
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2946
2947
NppStatus
2948
nppiSubC_16s_AC4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
2949
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2950
2961
NppStatus
2962
nppiSubC_16s_AC4IRSfs_Ctx
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2963
2964
NppStatus
2965
nppiSubC_16s_AC4IRSfs
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2966
2979
NppStatus
2980
nppiSubC_16s_C4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[4],
2981
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2982
2983
NppStatus
2984
nppiSubC_16s_C4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[4],
2985
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
2986
2997
NppStatus
2998
nppiSubC_16s_C4IRSfs_Ctx
(
const
Npp16s
aConstants[4],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
2999
3000
NppStatus
3001
nppiSubC_16s_C4IRSfs
(
const
Npp16s
aConstants[4],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3002
3015
NppStatus
3016
nppiSubC_16sc_C1RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
nConstant,
3017
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3018
3019
NppStatus
3020
nppiSubC_16sc_C1RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
nConstant,
3021
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3022
3033
NppStatus
3034
nppiSubC_16sc_C1IRSfs_Ctx
(
const
Npp16sc
nConstant,
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3035
3036
NppStatus
3037
nppiSubC_16sc_C1IRSfs
(
const
Npp16sc
nConstant,
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3038
3051
NppStatus
3052
nppiSubC_16sc_C3RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
3053
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3054
3055
NppStatus
3056
nppiSubC_16sc_C3RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
3057
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3058
3069
NppStatus
3070
nppiSubC_16sc_C3IRSfs_Ctx
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3071
3072
NppStatus
3073
nppiSubC_16sc_C3IRSfs
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3074
3087
NppStatus
3088
nppiSubC_16sc_AC4RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
3089
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3090
3091
NppStatus
3092
nppiSubC_16sc_AC4RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
3093
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3094
3105
NppStatus
3106
nppiSubC_16sc_AC4IRSfs_Ctx
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3107
3108
NppStatus
3109
nppiSubC_16sc_AC4IRSfs
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3110
3123
NppStatus
3124
nppiSubC_32s_C1RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
nConstant,
3125
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3126
3127
NppStatus
3128
nppiSubC_32s_C1RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
nConstant,
3129
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3130
3141
NppStatus
3142
nppiSubC_32s_C1IRSfs_Ctx
(
const
Npp32s
nConstant,
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3143
3144
NppStatus
3145
nppiSubC_32s_C1IRSfs
(
const
Npp32s
nConstant,
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3146
3159
NppStatus
3160
nppiSubC_32s_C3RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
aConstants[3],
3161
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3162
3163
NppStatus
3164
nppiSubC_32s_C3RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
aConstants[3],
3165
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3166
3177
NppStatus
3178
nppiSubC_32s_C3IRSfs_Ctx
(
const
Npp32s
aConstants[3],
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3179
3180
NppStatus
3181
nppiSubC_32s_C3IRSfs
(
const
Npp32s
aConstants[3],
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3182
3195
NppStatus
3196
nppiSubC_32sc_C1RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
nConstant,
3197
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3198
3199
NppStatus
3200
nppiSubC_32sc_C1RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
nConstant,
3201
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3202
3213
NppStatus
3214
nppiSubC_32sc_C1IRSfs_Ctx
(
const
Npp32sc
nConstant,
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3215
3216
NppStatus
3217
nppiSubC_32sc_C1IRSfs
(
const
Npp32sc
nConstant,
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3218
3231
NppStatus
3232
nppiSubC_32sc_C3RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
3233
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3234
3235
NppStatus
3236
nppiSubC_32sc_C3RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
3237
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3238
3249
NppStatus
3250
nppiSubC_32sc_C3IRSfs_Ctx
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3251
3252
NppStatus
3253
nppiSubC_32sc_C3IRSfs
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3254
3267
NppStatus
3268
nppiSubC_32sc_AC4RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
3269
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3270
3271
NppStatus
3272
nppiSubC_32sc_AC4RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
3273
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3274
3285
NppStatus
3286
nppiSubC_32sc_AC4IRSfs_Ctx
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3287
3288
NppStatus
3289
nppiSubC_32sc_AC4IRSfs
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3290
3302
NppStatus
3303
nppiSubC_16f_C1R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
3304
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3305
3306
NppStatus
3307
nppiSubC_16f_C1R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
3308
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
3309
3319
NppStatus
3320
nppiSubC_16f_C1IR_Ctx
(
const
Npp32f
nConstant,
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3321
3322
NppStatus
3323
nppiSubC_16f_C1IR
(
const
Npp32f
nConstant,
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
3324
3336
NppStatus
3337
nppiSubC_16f_C3R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
3338
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3339
3340
NppStatus
3341
nppiSubC_16f_C3R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
3342
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
3343
3353
NppStatus
3354
nppiSubC_16f_C3IR_Ctx
(
const
Npp32f
aConstants[3],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3355
3356
NppStatus
3357
nppiSubC_16f_C3IR
(
const
Npp32f
aConstants[3],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
3358
3370
NppStatus
3371
nppiSubC_16f_C4R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
3372
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3373
3374
NppStatus
3375
nppiSubC_16f_C4R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
3376
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
3377
3387
NppStatus
3388
nppiSubC_16f_C4IR_Ctx
(
const
Npp32f
aConstants[4],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3389
3390
NppStatus
3391
nppiSubC_16f_C4IR
(
const
Npp32f
aConstants[4],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
3392
3404
NppStatus
3405
nppiSubC_32f_C1R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
3406
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3407
3408
NppStatus
3409
nppiSubC_32f_C1R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
3410
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
3411
3421
NppStatus
3422
nppiSubC_32f_C1IR_Ctx
(
const
Npp32f
nConstant,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3423
3424
NppStatus
3425
nppiSubC_32f_C1IR
(
const
Npp32f
nConstant,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
3426
3438
NppStatus
3439
nppiSubC_32f_C3R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
3440
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3441
3442
NppStatus
3443
nppiSubC_32f_C3R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
3444
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
3445
3455
NppStatus
3456
nppiSubC_32f_C3IR_Ctx
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3457
3458
NppStatus
3459
nppiSubC_32f_C3IR
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
3460
3472
NppStatus
3473
nppiSubC_32f_AC4R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
3474
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3475
3476
NppStatus
3477
nppiSubC_32f_AC4R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
3478
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
3479
3489
NppStatus
3490
nppiSubC_32f_AC4IR_Ctx
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3491
3492
NppStatus
3493
nppiSubC_32f_AC4IR
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
3494
3506
NppStatus
3507
nppiSubC_32f_C4R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
3508
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3509
3510
NppStatus
3511
nppiSubC_32f_C4R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
3512
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
3513
3523
NppStatus
3524
nppiSubC_32f_C4IR_Ctx
(
const
Npp32f
aConstants[4],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3525
3526
NppStatus
3527
nppiSubC_32f_C4IR
(
const
Npp32f
aConstants[4],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
3528
3540
NppStatus
3541
nppiSubC_32fc_C1R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
nConstant,
3542
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3543
3544
NppStatus
3545
nppiSubC_32fc_C1R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
nConstant,
3546
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
3547
3557
NppStatus
3558
nppiSubC_32fc_C1IR_Ctx
(
const
Npp32fc
nConstant,
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3559
3560
NppStatus
3561
nppiSubC_32fc_C1IR
(
const
Npp32fc
nConstant,
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
3562
3574
NppStatus
3575
nppiSubC_32fc_C3R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
3576
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3577
3578
NppStatus
3579
nppiSubC_32fc_C3R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
3580
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
3581
3591
NppStatus
3592
nppiSubC_32fc_C3IR_Ctx
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3593
3594
NppStatus
3595
nppiSubC_32fc_C3IR
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
3596
3608
NppStatus
3609
nppiSubC_32fc_AC4R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
3610
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3611
3612
NppStatus
3613
nppiSubC_32fc_AC4R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
3614
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
3615
3625
NppStatus
3626
nppiSubC_32fc_AC4IR_Ctx
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3627
3628
NppStatus
3629
nppiSubC_32fc_AC4IR
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
3630
3642
NppStatus
3643
nppiSubC_32fc_C4R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[4],
3644
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3645
3646
NppStatus
3647
nppiSubC_32fc_C4R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[4],
3648
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
3649
3659
NppStatus
3660
nppiSubC_32fc_C4IR_Ctx
(
const
Npp32fc
aConstants[4],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
3661
3662
NppStatus
3663
nppiSubC_32fc_C4IR
(
const
Npp32fc
aConstants[4],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
3664
3687
NppStatus
3688
nppiDivC_8u_C1RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
nConstant,
3689
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3690
3691
NppStatus
3692
nppiDivC_8u_C1RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
nConstant,
3693
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3694
3705
NppStatus
3706
nppiDivC_8u_C1IRSfs_Ctx
(
const
Npp8u
nConstant,
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3707
3708
NppStatus
3709
nppiDivC_8u_C1IRSfs
(
const
Npp8u
nConstant,
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3710
3723
NppStatus
3724
nppiDivC_8u_C3RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
3725
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3726
3727
NppStatus
3728
nppiDivC_8u_C3RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
3729
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3730
3741
NppStatus
3742
nppiDivC_8u_C3IRSfs_Ctx
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3743
3744
NppStatus
3745
nppiDivC_8u_C3IRSfs
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3746
3759
NppStatus
3760
nppiDivC_8u_AC4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
3761
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3762
3763
NppStatus
3764
nppiDivC_8u_AC4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[3],
3765
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3766
3777
NppStatus
3778
nppiDivC_8u_AC4IRSfs_Ctx
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3779
3780
NppStatus
3781
nppiDivC_8u_AC4IRSfs
(
const
Npp8u
aConstants[3],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3782
3795
NppStatus
3796
nppiDivC_8u_C4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[4],
3797
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3798
3799
NppStatus
3800
nppiDivC_8u_C4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
aConstants[4],
3801
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3802
3813
NppStatus
3814
nppiDivC_8u_C4IRSfs_Ctx
(
const
Npp8u
aConstants[4],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3815
3816
NppStatus
3817
nppiDivC_8u_C4IRSfs
(
const
Npp8u
aConstants[4],
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3818
3831
NppStatus
3832
nppiDivC_16u_C1RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
nConstant,
3833
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3834
3835
NppStatus
3836
nppiDivC_16u_C1RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
nConstant,
3837
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3838
3849
NppStatus
3850
nppiDivC_16u_C1IRSfs_Ctx
(
const
Npp16u
nConstant,
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3851
3852
NppStatus
3853
nppiDivC_16u_C1IRSfs
(
const
Npp16u
nConstant,
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3854
3867
NppStatus
3868
nppiDivC_16u_C3RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
3869
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3870
3871
NppStatus
3872
nppiDivC_16u_C3RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
3873
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3874
3885
NppStatus
3886
nppiDivC_16u_C3IRSfs_Ctx
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3887
3888
NppStatus
3889
nppiDivC_16u_C3IRSfs
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3890
3903
NppStatus
3904
nppiDivC_16u_AC4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
3905
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3906
3907
NppStatus
3908
nppiDivC_16u_AC4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[3],
3909
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3910
3921
NppStatus
3922
nppiDivC_16u_AC4IRSfs_Ctx
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3923
3924
NppStatus
3925
nppiDivC_16u_AC4IRSfs
(
const
Npp16u
aConstants[3],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3926
3939
NppStatus
3940
nppiDivC_16u_C4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[4],
3941
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3942
3943
NppStatus
3944
nppiDivC_16u_C4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
aConstants[4],
3945
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3946
3957
NppStatus
3958
nppiDivC_16u_C4IRSfs_Ctx
(
const
Npp16u
aConstants[4],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3959
3960
NppStatus
3961
nppiDivC_16u_C4IRSfs
(
const
Npp16u
aConstants[4],
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3962
3975
NppStatus
3976
nppiDivC_16s_C1RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
nConstant,
3977
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3978
3979
NppStatus
3980
nppiDivC_16s_C1RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
nConstant,
3981
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3982
3993
NppStatus
3994
nppiDivC_16s_C1IRSfs_Ctx
(
const
Npp16s
nConstant,
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
3995
3996
NppStatus
3997
nppiDivC_16s_C1IRSfs
(
const
Npp16s
nConstant,
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
3998
4011
NppStatus
4012
nppiDivC_16s_C3RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
4013
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4014
4015
NppStatus
4016
nppiDivC_16s_C3RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
4017
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4018
4029
NppStatus
4030
nppiDivC_16s_C3IRSfs_Ctx
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4031
4032
NppStatus
4033
nppiDivC_16s_C3IRSfs
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4034
4047
NppStatus
4048
nppiDivC_16s_AC4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
4049
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4050
4051
NppStatus
4052
nppiDivC_16s_AC4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[3],
4053
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4054
4065
NppStatus
4066
nppiDivC_16s_AC4IRSfs_Ctx
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4067
4068
NppStatus
4069
nppiDivC_16s_AC4IRSfs
(
const
Npp16s
aConstants[3],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4070
4083
NppStatus
4084
nppiDivC_16s_C4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[4],
4085
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4086
4087
NppStatus
4088
nppiDivC_16s_C4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
aConstants[4],
4089
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4090
4101
NppStatus
4102
nppiDivC_16s_C4IRSfs_Ctx
(
const
Npp16s
aConstants[4],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4103
4104
NppStatus
4105
nppiDivC_16s_C4IRSfs
(
const
Npp16s
aConstants[4],
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4106
4119
NppStatus
4120
nppiDivC_16sc_C1RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
nConstant,
4121
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4122
4123
NppStatus
4124
nppiDivC_16sc_C1RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
nConstant,
4125
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4126
4137
NppStatus
4138
nppiDivC_16sc_C1IRSfs_Ctx
(
const
Npp16sc
nConstant,
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4139
4140
NppStatus
4141
nppiDivC_16sc_C1IRSfs
(
const
Npp16sc
nConstant,
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4142
4155
NppStatus
4156
nppiDivC_16sc_C3RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
4157
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4158
4159
NppStatus
4160
nppiDivC_16sc_C3RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
4161
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4162
4173
NppStatus
4174
nppiDivC_16sc_C3IRSfs_Ctx
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4175
4176
NppStatus
4177
nppiDivC_16sc_C3IRSfs
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4178
4191
NppStatus
4192
nppiDivC_16sc_AC4RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
4193
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4194
4195
NppStatus
4196
nppiDivC_16sc_AC4RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
aConstants[3],
4197
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4198
4209
NppStatus
4210
nppiDivC_16sc_AC4IRSfs_Ctx
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4211
4212
NppStatus
4213
nppiDivC_16sc_AC4IRSfs
(
const
Npp16sc
aConstants[3],
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4214
4227
NppStatus
4228
nppiDivC_32s_C1RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
nConstant,
4229
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4230
4231
NppStatus
4232
nppiDivC_32s_C1RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
nConstant,
4233
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4234
4245
NppStatus
4246
nppiDivC_32s_C1IRSfs_Ctx
(
const
Npp32s
nConstant,
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4247
4248
NppStatus
4249
nppiDivC_32s_C1IRSfs
(
const
Npp32s
nConstant,
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4250
4263
NppStatus
4264
nppiDivC_32s_C3RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
aConstants[3],
4265
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4266
4267
NppStatus
4268
nppiDivC_32s_C3RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
aConstants[3],
4269
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4270
4281
NppStatus
4282
nppiDivC_32s_C3IRSfs_Ctx
(
const
Npp32s
aConstants[3],
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4283
4284
NppStatus
4285
nppiDivC_32s_C3IRSfs
(
const
Npp32s
aConstants[3],
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4286
4299
NppStatus
4300
nppiDivC_32sc_C1RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
nConstant,
4301
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4302
4303
NppStatus
4304
nppiDivC_32sc_C1RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
nConstant,
4305
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4306
4317
NppStatus
4318
nppiDivC_32sc_C1IRSfs_Ctx
(
const
Npp32sc
nConstant,
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4319
4320
NppStatus
4321
nppiDivC_32sc_C1IRSfs
(
const
Npp32sc
nConstant,
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4322
4335
NppStatus
4336
nppiDivC_32sc_C3RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
4337
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4338
4339
NppStatus
4340
nppiDivC_32sc_C3RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
4341
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4342
4353
NppStatus
4354
nppiDivC_32sc_C3IRSfs_Ctx
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4355
4356
NppStatus
4357
nppiDivC_32sc_C3IRSfs
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4358
4371
NppStatus
4372
nppiDivC_32sc_AC4RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
4373
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4374
4375
NppStatus
4376
nppiDivC_32sc_AC4RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
aConstants[3],
4377
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4378
4389
NppStatus
4390
nppiDivC_32sc_AC4IRSfs_Ctx
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4391
4392
NppStatus
4393
nppiDivC_32sc_AC4IRSfs
(
const
Npp32sc
aConstants[3],
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4394
4406
NppStatus
4407
nppiDivC_16f_C1R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
4408
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4409
4410
NppStatus
4411
nppiDivC_16f_C1R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
4412
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
4413
4423
NppStatus
4424
nppiDivC_16f_C1IR_Ctx
(
const
Npp32f
nConstant,
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4425
4426
NppStatus
4427
nppiDivC_16f_C1IR
(
const
Npp32f
nConstant,
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
4428
4441
NppStatus
4442
nppiDivC_16f_C3R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
4443
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4444
4445
NppStatus
4446
nppiDivC_16f_C3R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
4447
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
4448
4459
NppStatus
4460
nppiDivC_16f_C3IR_Ctx
(
const
Npp32f
aConstants[3],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4461
4462
NppStatus
4463
nppiDivC_16f_C3IR
(
const
Npp32f
aConstants[3],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
4464
4476
NppStatus
4477
nppiDivC_16f_C4R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
4478
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4479
4480
NppStatus
4481
nppiDivC_16f_C4R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
4482
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
4483
4493
NppStatus
4494
nppiDivC_16f_C4IR_Ctx
(
const
Npp32f
aConstants[4],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4495
4496
NppStatus
4497
nppiDivC_16f_C4IR
(
const
Npp32f
aConstants[4],
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
4498
4510
NppStatus
4511
nppiDivC_32f_C1R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
4512
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4513
4514
NppStatus
4515
nppiDivC_32f_C1R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
nConstant,
4516
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
4517
4527
NppStatus
4528
nppiDivC_32f_C1IR_Ctx
(
const
Npp32f
nConstant,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4529
4530
NppStatus
4531
nppiDivC_32f_C1IR
(
const
Npp32f
nConstant,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
4532
4544
NppStatus
4545
nppiDivC_32f_C3R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
4546
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4547
4548
NppStatus
4549
nppiDivC_32f_C3R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
4550
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
4551
4561
NppStatus
4562
nppiDivC_32f_C3IR_Ctx
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4563
4564
NppStatus
4565
nppiDivC_32f_C3IR
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
4566
4578
NppStatus
4579
nppiDivC_32f_AC4R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
4580
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4581
4582
NppStatus
4583
nppiDivC_32f_AC4R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[3],
4584
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
4585
4595
NppStatus
4596
nppiDivC_32f_AC4IR_Ctx
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4597
4598
NppStatus
4599
nppiDivC_32f_AC4IR
(
const
Npp32f
aConstants[3],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
4600
4612
NppStatus
4613
nppiDivC_32f_C4R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
4614
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4615
4616
NppStatus
4617
nppiDivC_32f_C4R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
aConstants[4],
4618
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
4619
4629
NppStatus
4630
nppiDivC_32f_C4IR_Ctx
(
const
Npp32f
aConstants[4],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4631
4632
NppStatus
4633
nppiDivC_32f_C4IR
(
const
Npp32f
aConstants[4],
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
4634
4646
NppStatus
4647
nppiDivC_32fc_C1R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
nConstant,
4648
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4649
4650
NppStatus
4651
nppiDivC_32fc_C1R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
nConstant,
4652
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
4653
4663
NppStatus
4664
nppiDivC_32fc_C1IR_Ctx
(
const
Npp32fc
nConstant,
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4665
4666
NppStatus
4667
nppiDivC_32fc_C1IR
(
const
Npp32fc
nConstant,
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
4668
4680
NppStatus
4681
nppiDivC_32fc_C3R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
4682
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4683
4684
NppStatus
4685
nppiDivC_32fc_C3R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
4686
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
4687
4697
NppStatus
4698
nppiDivC_32fc_C3IR_Ctx
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4699
4700
NppStatus
4701
nppiDivC_32fc_C3IR
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
4702
4714
NppStatus
4715
nppiDivC_32fc_AC4R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
4716
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4717
4718
NppStatus
4719
nppiDivC_32fc_AC4R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[3],
4720
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
4721
4731
NppStatus
4732
nppiDivC_32fc_AC4IR_Ctx
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4733
4734
NppStatus
4735
nppiDivC_32fc_AC4IR
(
const
Npp32fc
aConstants[3],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
4736
4748
NppStatus
4749
nppiDivC_32fc_C4R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[4],
4750
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4751
4752
NppStatus
4753
nppiDivC_32fc_C4R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
aConstants[4],
4754
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
4755
4765
NppStatus
4766
nppiDivC_32fc_C4IR_Ctx
(
const
Npp32fc
aConstants[4],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
4767
4768
NppStatus
4769
nppiDivC_32fc_C4IR
(
const
Npp32fc
aConstants[4],
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
4770
4792
NppStatus
4793
nppiAbsDiffC_8u_C1R_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
Npp8u
nConstant,
NppStreamContext
nppStreamCtx);
4794
4795
NppStatus
4796
nppiAbsDiffC_8u_C1R
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
Npp8u
nConstant);
4797
4809
NppStatus
4810
nppiAbsDiffC_16u_C1R_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
Npp16u
nConstant,
NppStreamContext
nppStreamCtx);
4811
4812
NppStatus
4813
nppiAbsDiffC_16u_C1R
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
Npp16u
nConstant);
4814
4826
NppStatus
4827
nppiAbsDiffC_32f_C1R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
Npp32f
nConstant,
NppStreamContext
nppStreamCtx);
4828
4829
NppStatus
4830
nppiAbsDiffC_32f_C1R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
Npp32f
nConstant);
4831
4855
NppStatus
4856
nppiAdd_8u_C1RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
4857
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4858
4859
NppStatus
4860
nppiAdd_8u_C1RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
4861
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4862
4874
NppStatus
4875
nppiAdd_8u_C1IRSfs_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
4876
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4877
4878
NppStatus
4879
nppiAdd_8u_C1IRSfs
(
const
Npp8u
* pSrc,
int
nSrcStep,
4880
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4881
4895
NppStatus
4896
nppiAdd_8u_C3RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
4897
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4898
4899
NppStatus
4900
nppiAdd_8u_C3RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
4901
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4902
4914
NppStatus
4915
nppiAdd_8u_C3IRSfs_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
4916
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4917
4918
NppStatus
4919
nppiAdd_8u_C3IRSfs
(
const
Npp8u
* pSrc,
int
nSrcStep,
4920
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4921
4935
NppStatus
4936
nppiAdd_8u_AC4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
4937
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4938
4939
NppStatus
4940
nppiAdd_8u_AC4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
4941
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4942
4954
NppStatus
4955
nppiAdd_8u_AC4IRSfs_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
4956
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4957
4958
NppStatus
4959
nppiAdd_8u_AC4IRSfs
(
const
Npp8u
* pSrc,
int
nSrcStep,
4960
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4961
4975
NppStatus
4976
nppiAdd_8u_C4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
4977
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4978
4979
NppStatus
4980
nppiAdd_8u_C4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
4981
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
4982
4994
NppStatus
4995
nppiAdd_8u_C4IRSfs_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
4996
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
4997
4998
NppStatus
4999
nppiAdd_8u_C4IRSfs
(
const
Npp8u
* pSrc,
int
nSrcStep,
5000
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5001
5015
NppStatus
5016
nppiAdd_16u_C1RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
5017
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5018
5019
NppStatus
5020
nppiAdd_16u_C1RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
5021
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5022
5034
NppStatus
5035
nppiAdd_16u_C1IRSfs_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
5036
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5037
5038
NppStatus
5039
nppiAdd_16u_C1IRSfs
(
const
Npp16u
* pSrc,
int
nSrcStep,
5040
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5041
5055
NppStatus
5056
nppiAdd_16u_C3RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
5057
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5058
5059
NppStatus
5060
nppiAdd_16u_C3RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
5061
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5062
5074
NppStatus
5075
nppiAdd_16u_C3IRSfs_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
5076
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5077
5078
NppStatus
5079
nppiAdd_16u_C3IRSfs
(
const
Npp16u
* pSrc,
int
nSrcStep,
5080
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5081
5095
NppStatus
5096
nppiAdd_16u_AC4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
5097
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5098
5099
NppStatus
5100
nppiAdd_16u_AC4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
5101
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5102
5114
NppStatus
5115
nppiAdd_16u_AC4IRSfs_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
5116
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5117
5118
NppStatus
5119
nppiAdd_16u_AC4IRSfs
(
const
Npp16u
* pSrc,
int
nSrcStep,
5120
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5121
5135
NppStatus
5136
nppiAdd_16u_C4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
5137
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5138
5139
NppStatus
5140
nppiAdd_16u_C4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
5141
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5142
5154
NppStatus
5155
nppiAdd_16u_C4IRSfs_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
5156
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5157
5158
NppStatus
5159
nppiAdd_16u_C4IRSfs
(
const
Npp16u
* pSrc,
int
nSrcStep,
5160
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5161
5175
NppStatus
5176
nppiAdd_16s_C1RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
5177
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5178
5179
NppStatus
5180
nppiAdd_16s_C1RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
5181
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5182
5194
NppStatus
5195
nppiAdd_16s_C1IRSfs_Ctx
(
const
Npp16s
* pSrc,
int
nSrcStep,
5196
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5197
5198
NppStatus
5199
nppiAdd_16s_C1IRSfs
(
const
Npp16s
* pSrc,
int
nSrcStep,
5200
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5201
5215
NppStatus
5216
nppiAdd_16s_C3RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
5217
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5218
5219
NppStatus
5220
nppiAdd_16s_C3RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
5221
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5222
5234
NppStatus
5235
nppiAdd_16s_C3IRSfs_Ctx
(
const
Npp16s
* pSrc,
int
nSrcStep,
5236
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5237
5238
NppStatus
5239
nppiAdd_16s_C3IRSfs
(
const
Npp16s
* pSrc,
int
nSrcStep,
5240
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5241
5255
NppStatus
5256
nppiAdd_16s_AC4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
5257
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5258
5259
NppStatus
5260
nppiAdd_16s_AC4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
5261
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5262
5274
NppStatus
5275
nppiAdd_16s_AC4IRSfs_Ctx
(
const
Npp16s
* pSrc,
int
nSrcStep,
5276
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5277
5278
NppStatus
5279
nppiAdd_16s_AC4IRSfs
(
const
Npp16s
* pSrc,
int
nSrcStep,
5280
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5281
5295
NppStatus
5296
nppiAdd_16s_C4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
5297
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5298
5299
NppStatus
5300
nppiAdd_16s_C4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
5301
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5302
5314
NppStatus
5315
nppiAdd_16s_C4IRSfs_Ctx
(
const
Npp16s
* pSrc,
int
nSrcStep,
5316
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5317
5318
NppStatus
5319
nppiAdd_16s_C4IRSfs
(
const
Npp16s
* pSrc,
int
nSrcStep,
5320
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5321
5335
NppStatus
5336
nppiAdd_16sc_C1RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
5337
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5338
5339
NppStatus
5340
nppiAdd_16sc_C1RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
5341
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5342
5354
NppStatus
5355
nppiAdd_16sc_C1IRSfs_Ctx
(
const
Npp16sc
* pSrc,
int
nSrcStep,
5356
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5357
5358
NppStatus
5359
nppiAdd_16sc_C1IRSfs
(
const
Npp16sc
* pSrc,
int
nSrcStep,
5360
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5361
5375
NppStatus
5376
nppiAdd_16sc_C3RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
5377
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5378
5379
NppStatus
5380
nppiAdd_16sc_C3RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
5381
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5382
5394
NppStatus
5395
nppiAdd_16sc_C3IRSfs_Ctx
(
const
Npp16sc
* pSrc,
int
nSrcStep,
5396
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5397
5398
NppStatus
5399
nppiAdd_16sc_C3IRSfs
(
const
Npp16sc
* pSrc,
int
nSrcStep,
5400
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5401
5415
NppStatus
5416
nppiAdd_16sc_AC4RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
5417
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5418
5419
NppStatus
5420
nppiAdd_16sc_AC4RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
5421
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5422
5434
NppStatus
5435
nppiAdd_16sc_AC4IRSfs_Ctx
(
const
Npp16sc
* pSrc,
int
nSrcStep,
5436
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5437
5438
NppStatus
5439
nppiAdd_16sc_AC4IRSfs
(
const
Npp16sc
* pSrc,
int
nSrcStep,
5440
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5441
5455
NppStatus
5456
nppiAdd_32s_C1RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
5457
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5458
5459
NppStatus
5460
nppiAdd_32s_C1RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
5461
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5462
5477
NppStatus
nppiAdd_32s_C1R_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
5478
const
Npp32s
* pSrc2,
int
nSrc2Step,
5479
Npp32s
* pDst,
int
nDstStep,
5480
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5481
5482
NppStatus
nppiAdd_32s_C1R
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
5483
const
Npp32s
* pSrc2,
int
nSrc2Step,
5484
Npp32s
* pDst,
int
nDstStep,
5485
NppiSize
oSizeROI);
5486
5498
NppStatus
5499
nppiAdd_32s_C1IRSfs_Ctx
(
const
Npp32s
* pSrc,
int
nSrcStep,
5500
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5501
5502
NppStatus
5503
nppiAdd_32s_C1IRSfs
(
const
Npp32s
* pSrc,
int
nSrcStep,
5504
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5505
5519
NppStatus
5520
nppiAdd_32s_C3RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
5521
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5522
5523
NppStatus
5524
nppiAdd_32s_C3RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
5525
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5526
5538
NppStatus
5539
nppiAdd_32s_C3IRSfs_Ctx
(
const
Npp32s
* pSrc,
int
nSrcStep,
5540
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5541
5542
NppStatus
5543
nppiAdd_32s_C3IRSfs
(
const
Npp32s
* pSrc,
int
nSrcStep,
5544
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5545
5559
NppStatus
5560
nppiAdd_32sc_C1RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
5561
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5562
5563
NppStatus
5564
nppiAdd_32sc_C1RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
5565
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5566
5578
NppStatus
5579
nppiAdd_32sc_C1IRSfs_Ctx
(
const
Npp32sc
* pSrc,
int
nSrcStep,
5580
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5581
5582
NppStatus
5583
nppiAdd_32sc_C1IRSfs
(
const
Npp32sc
* pSrc,
int
nSrcStep,
5584
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5585
5599
NppStatus
5600
nppiAdd_32sc_C3RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
5601
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5602
5603
NppStatus
5604
nppiAdd_32sc_C3RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
5605
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5606
5618
NppStatus
5619
nppiAdd_32sc_C3IRSfs_Ctx
(
const
Npp32sc
* pSrc,
int
nSrcStep,
5620
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5621
5622
NppStatus
5623
nppiAdd_32sc_C3IRSfs
(
const
Npp32sc
* pSrc,
int
nSrcStep,
5624
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5625
5639
NppStatus
5640
nppiAdd_32sc_AC4RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
5641
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5642
5643
NppStatus
5644
nppiAdd_32sc_AC4RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
5645
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5646
5658
NppStatus
5659
nppiAdd_32sc_AC4IRSfs_Ctx
(
const
Npp32sc
* pSrc,
int
nSrcStep,
5660
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
5661
5662
NppStatus
5663
nppiAdd_32sc_AC4IRSfs
(
const
Npp32sc
* pSrc,
int
nSrcStep,
5664
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
5665
5678
NppStatus
5679
nppiAdd_16f_C1R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
5680
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5681
5682
NppStatus
5683
nppiAdd_16f_C1R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
5684
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
5685
5696
NppStatus
5697
nppiAdd_16f_C1IR_Ctx
(
const
Npp16f
* pSrc,
int
nSrcStep,
5698
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5699
5700
NppStatus
5701
nppiAdd_16f_C1IR
(
const
Npp16f
* pSrc,
int
nSrcStep,
5702
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
5703
5716
NppStatus
5717
nppiAdd_16f_C3R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
5718
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5719
5720
NppStatus
5721
nppiAdd_16f_C3R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
5722
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
5723
5734
NppStatus
5735
nppiAdd_16f_C3IR_Ctx
(
const
Npp16f
* pSrc,
int
nSrcStep,
5736
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5737
5738
NppStatus
5739
nppiAdd_16f_C3IR
(
const
Npp16f
* pSrc,
int
nSrcStep,
5740
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
5741
5754
NppStatus
5755
nppiAdd_16f_C4R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
5756
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5757
5758
NppStatus
5759
nppiAdd_16f_C4R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
5760
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
5761
5772
NppStatus
5773
nppiAdd_16f_C4IR_Ctx
(
const
Npp16f
* pSrc,
int
nSrcStep,
5774
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5775
5776
NppStatus
5777
nppiAdd_16f_C4IR
(
const
Npp16f
* pSrc,
int
nSrcStep,
5778
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
5779
5792
NppStatus
5793
nppiAdd_32f_C1R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
5794
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5795
5796
NppStatus
5797
nppiAdd_32f_C1R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
5798
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
5799
5810
NppStatus
5811
nppiAdd_32f_C1IR_Ctx
(
const
Npp32f
* pSrc,
int
nSrcStep,
5812
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5813
5814
NppStatus
5815
nppiAdd_32f_C1IR
(
const
Npp32f
* pSrc,
int
nSrcStep,
5816
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
5817
5830
NppStatus
5831
nppiAdd_32f_C3R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
5832
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5833
5834
NppStatus
5835
nppiAdd_32f_C3R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
5836
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
5837
5848
NppStatus
5849
nppiAdd_32f_C3IR_Ctx
(
const
Npp32f
* pSrc,
int
nSrcStep,
5850
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5851
5852
NppStatus
5853
nppiAdd_32f_C3IR
(
const
Npp32f
* pSrc,
int
nSrcStep,
5854
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
5855
5868
NppStatus
5869
nppiAdd_32f_AC4R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
5870
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5871
5872
NppStatus
5873
nppiAdd_32f_AC4R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
5874
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
5875
5886
NppStatus
5887
nppiAdd_32f_AC4IR_Ctx
(
const
Npp32f
* pSrc,
int
nSrcStep,
5888
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5889
5890
NppStatus
5891
nppiAdd_32f_AC4IR
(
const
Npp32f
* pSrc,
int
nSrcStep,
5892
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
5893
5906
NppStatus
5907
nppiAdd_32f_C4R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
5908
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5909
5910
NppStatus
5911
nppiAdd_32f_C4R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
5912
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
5913
5924
NppStatus
5925
nppiAdd_32f_C4IR_Ctx
(
const
Npp32f
* pSrc,
int
nSrcStep,
5926
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5927
5928
NppStatus
5929
nppiAdd_32f_C4IR
(
const
Npp32f
* pSrc,
int
nSrcStep,
5930
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
5931
5944
NppStatus
5945
nppiAdd_32fc_C1R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
5946
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5947
5948
NppStatus
5949
nppiAdd_32fc_C1R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
5950
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
5951
5962
NppStatus
5963
nppiAdd_32fc_C1IR_Ctx
(
const
Npp32fc
* pSrc,
int
nSrcStep,
5964
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5965
5966
NppStatus
5967
nppiAdd_32fc_C1IR
(
const
Npp32fc
* pSrc,
int
nSrcStep,
5968
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
5969
5982
NppStatus
5983
nppiAdd_32fc_C3R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
5984
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
5985
5986
NppStatus
5987
nppiAdd_32fc_C3R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
5988
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
5989
6000
NppStatus
6001
nppiAdd_32fc_C3IR_Ctx
(
const
Npp32fc
* pSrc,
int
nSrcStep,
6002
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6003
6004
NppStatus
6005
nppiAdd_32fc_C3IR
(
const
Npp32fc
* pSrc,
int
nSrcStep,
6006
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6007
6020
NppStatus
6021
nppiAdd_32fc_AC4R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
6022
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6023
6024
NppStatus
6025
nppiAdd_32fc_AC4R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
6026
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
6027
6038
NppStatus
6039
nppiAdd_32fc_AC4IR_Ctx
(
const
Npp32fc
* pSrc,
int
nSrcStep,
6040
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6041
6042
NppStatus
6043
nppiAdd_32fc_AC4IR
(
const
Npp32fc
* pSrc,
int
nSrcStep,
6044
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6045
6058
NppStatus
6059
nppiAdd_32fc_C4R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
6060
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6061
6062
NppStatus
6063
nppiAdd_32fc_C4R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
6064
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
6065
6076
NppStatus
6077
nppiAdd_32fc_C4IR_Ctx
(
const
Npp32fc
* pSrc,
int
nSrcStep,
6078
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6079
6080
NppStatus
6081
nppiAdd_32fc_C4IR
(
const
Npp32fc
* pSrc,
int
nSrcStep,
6082
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6083
6107
NppStatus
6108
nppiAddSquare_8u32f_C1IMR_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
const
Npp8u
* pMask,
int
nMaskStep,
6109
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6110
6111
NppStatus
6112
nppiAddSquare_8u32f_C1IMR
(
const
Npp8u
* pSrc,
int
nSrcStep,
const
Npp8u
* pMask,
int
nMaskStep,
6113
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6114
6125
NppStatus
6126
nppiAddSquare_8u32f_C1IR_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
6127
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6128
6129
NppStatus
6130
nppiAddSquare_8u32f_C1IR
(
const
Npp8u
* pSrc,
int
nSrcStep,
6131
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6132
6145
NppStatus
6146
nppiAddSquare_16u32f_C1IMR_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
const
Npp8u
* pMask,
int
nMaskStep,
6147
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6148
6149
NppStatus
6150
nppiAddSquare_16u32f_C1IMR
(
const
Npp16u
* pSrc,
int
nSrcStep,
const
Npp8u
* pMask,
int
nMaskStep,
6151
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6152
6163
NppStatus
6164
nppiAddSquare_16u32f_C1IR_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
6165
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6166
6167
NppStatus
6168
nppiAddSquare_16u32f_C1IR
(
const
Npp16u
* pSrc,
int
nSrcStep,
6169
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6170
6183
NppStatus
6184
nppiAddSquare_32f_C1IMR_Ctx
(
const
Npp32f
* pSrc,
int
nSrcStep,
const
Npp8u
* pMask,
int
nMaskStep,
6185
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6186
6187
NppStatus
6188
nppiAddSquare_32f_C1IMR
(
const
Npp32f
* pSrc,
int
nSrcStep,
const
Npp8u
* pMask,
int
nMaskStep,
6189
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6190
6201
NppStatus
6202
nppiAddSquare_32f_C1IR_Ctx
(
const
Npp32f
* pSrc,
int
nSrcStep,
6203
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6204
6205
NppStatus
6206
nppiAddSquare_32f_C1IR
(
const
Npp32f
* pSrc,
int
nSrcStep,
6207
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6208
6233
NppStatus
6234
nppiAddProduct_8u32f_C1IMR_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
6235
const
Npp8u
* pMask,
int
nMaskStep,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6236
6237
NppStatus
6238
nppiAddProduct_8u32f_C1IMR
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
6239
const
Npp8u
* pMask,
int
nMaskStep,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6240
6253
NppStatus
6254
nppiAddProduct_8u32f_C1IR_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
6255
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6256
6257
NppStatus
6258
nppiAddProduct_8u32f_C1IR
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
6259
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6260
6275
NppStatus
6276
nppiAddProduct_16u32f_C1IMR_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
6277
const
Npp8u
* pMask,
int
nMaskStep,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6278
6279
NppStatus
6280
nppiAddProduct_16u32f_C1IMR
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
6281
const
Npp8u
* pMask,
int
nMaskStep,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6282
6295
NppStatus
6296
nppiAddProduct_16u32f_C1IR_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
6297
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6298
6299
NppStatus
6300
nppiAddProduct_16u32f_C1IR
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
6301
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6302
6317
NppStatus
6318
nppiAddProduct_32f_C1IMR_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
6319
const
Npp8u
* pMask,
int
nMaskStep,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6320
6321
NppStatus
6322
nppiAddProduct_32f_C1IMR
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
6323
const
Npp8u
* pMask,
int
nMaskStep,
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6324
6337
NppStatus
6338
nppiAddProduct_32f_C1IR_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
6339
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6340
6341
NppStatus
6342
nppiAddProduct_32f_C1IR
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
6343
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6344
6357
NppStatus
6358
nppiAddProduct_16f_C1IR_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
6359
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
6360
6361
NppStatus
6362
nppiAddProduct_16f_C1IR
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
6363
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
6364
6388
NppStatus
6389
nppiAddWeighted_8u32f_C1IMR_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
const
Npp8u
* pMask,
int
nMaskStep,
6390
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
Npp32f
nAlpha,
NppStreamContext
nppStreamCtx);
6391
6392
NppStatus
6393
nppiAddWeighted_8u32f_C1IMR
(
const
Npp8u
* pSrc,
int
nSrcStep,
const
Npp8u
* pMask,
int
nMaskStep,
6394
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
Npp32f
nAlpha);
6395
6407
NppStatus
6408
nppiAddWeighted_8u32f_C1IR_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
6409
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
Npp32f
nAlpha,
NppStreamContext
nppStreamCtx);
6410
6411
NppStatus
6412
nppiAddWeighted_8u32f_C1IR
(
const
Npp8u
* pSrc,
int
nSrcStep,
6413
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
Npp32f
nAlpha);
6414
6428
NppStatus
6429
nppiAddWeighted_16u32f_C1IMR_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
const
Npp8u
* pMask,
int
nMaskStep,
6430
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
Npp32f
nAlpha,
NppStreamContext
nppStreamCtx);
6431
6432
NppStatus
6433
nppiAddWeighted_16u32f_C1IMR
(
const
Npp16u
* pSrc,
int
nSrcStep,
const
Npp8u
* pMask,
int
nMaskStep,
6434
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
Npp32f
nAlpha);
6435
6447
NppStatus
6448
nppiAddWeighted_16u32f_C1IR_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
6449
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
Npp32f
nAlpha,
NppStreamContext
nppStreamCtx);
6450
6451
NppStatus
6452
nppiAddWeighted_16u32f_C1IR
(
const
Npp16u
* pSrc,
int
nSrcStep,
6453
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
Npp32f
nAlpha);
6454
6468
NppStatus
6469
nppiAddWeighted_32f_C1IMR_Ctx
(
const
Npp32f
* pSrc,
int
nSrcStep,
const
Npp8u
* pMask,
int
nMaskStep,
6470
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
Npp32f
nAlpha,
NppStreamContext
nppStreamCtx);
6471
6472
NppStatus
6473
nppiAddWeighted_32f_C1IMR
(
const
Npp32f
* pSrc,
int
nSrcStep,
const
Npp8u
* pMask,
int
nMaskStep,
6474
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
Npp32f
nAlpha);
6475
6487
NppStatus
6488
nppiAddWeighted_32f_C1IR_Ctx
(
const
Npp32f
* pSrc,
int
nSrcStep,
6489
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
Npp32f
nAlpha,
NppStreamContext
nppStreamCtx);
6490
6491
NppStatus
6492
nppiAddWeighted_32f_C1IR
(
const
Npp32f
* pSrc,
int
nSrcStep,
6493
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
Npp32f
nAlpha);
6494
6518
NppStatus
6519
nppiMul_8u_C1RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
6520
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6521
6522
NppStatus
6523
nppiMul_8u_C1RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
6524
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6525
6537
NppStatus
6538
nppiMul_8u_C1IRSfs_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
6539
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6540
6541
NppStatus
6542
nppiMul_8u_C1IRSfs
(
const
Npp8u
* pSrc,
int
nSrcStep,
6543
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6544
6558
NppStatus
6559
nppiMul_8u_C3RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
6560
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6561
6562
NppStatus
6563
nppiMul_8u_C3RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
6564
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6565
6577
NppStatus
6578
nppiMul_8u_C3IRSfs_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
6579
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6580
6581
NppStatus
6582
nppiMul_8u_C3IRSfs
(
const
Npp8u
* pSrc,
int
nSrcStep,
6583
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6584
6598
NppStatus
6599
nppiMul_8u_AC4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
6600
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6601
6602
NppStatus
6603
nppiMul_8u_AC4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
6604
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6605
6617
NppStatus
6618
nppiMul_8u_AC4IRSfs_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
6619
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6620
6621
NppStatus
6622
nppiMul_8u_AC4IRSfs
(
const
Npp8u
* pSrc,
int
nSrcStep,
6623
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6624
6638
NppStatus
6639
nppiMul_8u_C4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
6640
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6641
6642
NppStatus
6643
nppiMul_8u_C4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
6644
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6645
6657
NppStatus
6658
nppiMul_8u_C4IRSfs_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
6659
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6660
6661
NppStatus
6662
nppiMul_8u_C4IRSfs
(
const
Npp8u
* pSrc,
int
nSrcStep,
6663
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6664
6678
NppStatus
6679
nppiMul_16u_C1RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
6680
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6681
6682
NppStatus
6683
nppiMul_16u_C1RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
6684
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6685
6697
NppStatus
6698
nppiMul_16u_C1IRSfs_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
6699
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6700
6701
NppStatus
6702
nppiMul_16u_C1IRSfs
(
const
Npp16u
* pSrc,
int
nSrcStep,
6703
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6704
6718
NppStatus
6719
nppiMul_16u_C3RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
6720
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6721
6722
NppStatus
6723
nppiMul_16u_C3RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
6724
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6725
6737
NppStatus
6738
nppiMul_16u_C3IRSfs_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
6739
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6740
6741
NppStatus
6742
nppiMul_16u_C3IRSfs
(
const
Npp16u
* pSrc,
int
nSrcStep,
6743
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6744
6758
NppStatus
6759
nppiMul_16u_AC4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
6760
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6761
6762
NppStatus
6763
nppiMul_16u_AC4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
6764
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6765
6777
NppStatus
6778
nppiMul_16u_AC4IRSfs_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
6779
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6780
6781
NppStatus
6782
nppiMul_16u_AC4IRSfs
(
const
Npp16u
* pSrc,
int
nSrcStep,
6783
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6784
6798
NppStatus
6799
nppiMul_16u_C4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
6800
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6801
6802
NppStatus
6803
nppiMul_16u_C4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
6804
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6805
6817
NppStatus
6818
nppiMul_16u_C4IRSfs_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
6819
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6820
6821
NppStatus
6822
nppiMul_16u_C4IRSfs
(
const
Npp16u
* pSrc,
int
nSrcStep,
6823
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6824
6838
NppStatus
6839
nppiMul_16s_C1RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
6840
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6841
6842
NppStatus
6843
nppiMul_16s_C1RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
6844
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6845
6857
NppStatus
6858
nppiMul_16s_C1IRSfs_Ctx
(
const
Npp16s
* pSrc,
int
nSrcStep,
6859
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6860
6861
NppStatus
6862
nppiMul_16s_C1IRSfs
(
const
Npp16s
* pSrc,
int
nSrcStep,
6863
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6864
6878
NppStatus
6879
nppiMul_16s_C3RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
6880
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6881
6882
NppStatus
6883
nppiMul_16s_C3RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
6884
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6885
6897
NppStatus
6898
nppiMul_16s_C3IRSfs_Ctx
(
const
Npp16s
* pSrc,
int
nSrcStep,
6899
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6900
6901
NppStatus
6902
nppiMul_16s_C3IRSfs
(
const
Npp16s
* pSrc,
int
nSrcStep,
6903
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6904
6918
NppStatus
6919
nppiMul_16s_AC4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
6920
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6921
6922
NppStatus
6923
nppiMul_16s_AC4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
6924
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6925
6937
NppStatus
6938
nppiMul_16s_AC4IRSfs_Ctx
(
const
Npp16s
* pSrc,
int
nSrcStep,
6939
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6940
6941
NppStatus
6942
nppiMul_16s_AC4IRSfs
(
const
Npp16s
* pSrc,
int
nSrcStep,
6943
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6944
6958
NppStatus
6959
nppiMul_16s_C4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
6960
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6961
6962
NppStatus
6963
nppiMul_16s_C4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
6964
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6965
6977
NppStatus
6978
nppiMul_16s_C4IRSfs_Ctx
(
const
Npp16s
* pSrc,
int
nSrcStep,
6979
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
6980
6981
NppStatus
6982
nppiMul_16s_C4IRSfs
(
const
Npp16s
* pSrc,
int
nSrcStep,
6983
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
6984
6998
NppStatus
6999
nppiMul_16sc_C1RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
7000
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7001
7002
NppStatus
7003
nppiMul_16sc_C1RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
7004
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7005
7017
NppStatus
7018
nppiMul_16sc_C1IRSfs_Ctx
(
const
Npp16sc
* pSrc,
int
nSrcStep,
7019
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7020
7021
NppStatus
7022
nppiMul_16sc_C1IRSfs
(
const
Npp16sc
* pSrc,
int
nSrcStep,
7023
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7024
7038
NppStatus
7039
nppiMul_16sc_C3RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
7040
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7041
7042
NppStatus
7043
nppiMul_16sc_C3RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
7044
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7045
7057
NppStatus
7058
nppiMul_16sc_C3IRSfs_Ctx
(
const
Npp16sc
* pSrc,
int
nSrcStep,
7059
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7060
7061
NppStatus
7062
nppiMul_16sc_C3IRSfs
(
const
Npp16sc
* pSrc,
int
nSrcStep,
7063
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7064
7078
NppStatus
7079
nppiMul_16sc_AC4RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
7080
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7081
7082
NppStatus
7083
nppiMul_16sc_AC4RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
7084
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7085
7097
NppStatus
7098
nppiMul_16sc_AC4IRSfs_Ctx
(
const
Npp16sc
* pSrc,
int
nSrcStep,
7099
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7100
7101
NppStatus
7102
nppiMul_16sc_AC4IRSfs
(
const
Npp16sc
* pSrc,
int
nSrcStep,
7103
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7104
7118
NppStatus
7119
nppiMul_32s_C1RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
7120
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7121
7122
NppStatus
7123
nppiMul_32s_C1RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
7124
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7125
7140
NppStatus
nppiMul_32s_C1R_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
7141
const
Npp32s
* pSrc2,
int
nSrc2Step,
7142
Npp32s
* pDst,
int
nDstStep,
7143
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7144
7145
NppStatus
nppiMul_32s_C1R
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
7146
const
Npp32s
* pSrc2,
int
nSrc2Step,
7147
Npp32s
* pDst,
int
nDstStep,
7148
NppiSize
oSizeROI);
7149
7161
NppStatus
7162
nppiMul_32s_C1IRSfs_Ctx
(
const
Npp32s
* pSrc,
int
nSrcStep,
7163
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7164
7165
NppStatus
7166
nppiMul_32s_C1IRSfs
(
const
Npp32s
* pSrc,
int
nSrcStep,
7167
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7168
7182
NppStatus
7183
nppiMul_32s_C3RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
7184
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7185
7186
NppStatus
7187
nppiMul_32s_C3RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
7188
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7189
7201
NppStatus
7202
nppiMul_32s_C3IRSfs_Ctx
(
const
Npp32s
* pSrc,
int
nSrcStep,
7203
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7204
7205
NppStatus
7206
nppiMul_32s_C3IRSfs
(
const
Npp32s
* pSrc,
int
nSrcStep,
7207
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7208
7222
NppStatus
7223
nppiMul_32sc_C1RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
7224
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7225
7226
NppStatus
7227
nppiMul_32sc_C1RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
7228
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7229
7241
NppStatus
7242
nppiMul_32sc_C1IRSfs_Ctx
(
const
Npp32sc
* pSrc,
int
nSrcStep,
7243
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7244
7245
NppStatus
7246
nppiMul_32sc_C1IRSfs
(
const
Npp32sc
* pSrc,
int
nSrcStep,
7247
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7248
7262
NppStatus
7263
nppiMul_32sc_C3RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
7264
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7265
7266
NppStatus
7267
nppiMul_32sc_C3RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
7268
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7269
7281
NppStatus
7282
nppiMul_32sc_C3IRSfs_Ctx
(
const
Npp32sc
* pSrc,
int
nSrcStep,
7283
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7284
7285
NppStatus
7286
nppiMul_32sc_C3IRSfs
(
const
Npp32sc
* pSrc,
int
nSrcStep,
7287
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7288
7302
NppStatus
7303
nppiMul_32sc_AC4RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
7304
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7305
7306
NppStatus
7307
nppiMul_32sc_AC4RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
7308
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7309
7321
NppStatus
7322
nppiMul_32sc_AC4IRSfs_Ctx
(
const
Npp32sc
* pSrc,
int
nSrcStep,
7323
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
7324
7325
NppStatus
7326
nppiMul_32sc_AC4IRSfs
(
const
Npp32sc
* pSrc,
int
nSrcStep,
7327
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
7328
7341
NppStatus
7342
nppiMul_16f_C1R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
7343
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7344
7345
NppStatus
7346
nppiMul_16f_C1R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
7347
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7348
7359
NppStatus
7360
nppiMul_16f_C1IR_Ctx
(
const
Npp16f
* pSrc,
int
nSrcStep,
7361
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7362
7363
NppStatus
7364
nppiMul_16f_C1IR
(
const
Npp16f
* pSrc,
int
nSrcStep,
7365
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7366
7379
NppStatus
7380
nppiMul_16f_C3R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
7381
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7382
7383
NppStatus
7384
nppiMul_16f_C3R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
7385
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7386
7397
NppStatus
7398
nppiMul_16f_C3IR_Ctx
(
const
Npp16f
* pSrc,
int
nSrcStep,
7399
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7400
7401
NppStatus
7402
nppiMul_16f_C3IR
(
const
Npp16f
* pSrc,
int
nSrcStep,
7403
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7404
7417
NppStatus
7418
nppiMul_16f_C4R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
7419
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7420
7421
NppStatus
7422
nppiMul_16f_C4R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
7423
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7424
7435
NppStatus
7436
nppiMul_16f_C4IR_Ctx
(
const
Npp16f
* pSrc,
int
nSrcStep,
7437
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7438
7439
NppStatus
7440
nppiMul_16f_C4IR
(
const
Npp16f
* pSrc,
int
nSrcStep,
7441
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7442
7455
NppStatus
7456
nppiMul_32f_C1R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
7457
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7458
7459
NppStatus
7460
nppiMul_32f_C1R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
7461
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7462
7473
NppStatus
7474
nppiMul_32f_C1IR_Ctx
(
const
Npp32f
* pSrc,
int
nSrcStep,
7475
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7476
7477
NppStatus
7478
nppiMul_32f_C1IR
(
const
Npp32f
* pSrc,
int
nSrcStep,
7479
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7480
7493
NppStatus
7494
nppiMul_32f_C3R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
7495
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7496
7497
NppStatus
7498
nppiMul_32f_C3R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
7499
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7500
7511
NppStatus
7512
nppiMul_32f_C3IR_Ctx
(
const
Npp32f
* pSrc,
int
nSrcStep,
7513
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7514
7515
NppStatus
7516
nppiMul_32f_C3IR
(
const
Npp32f
* pSrc,
int
nSrcStep,
7517
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7518
7531
NppStatus
7532
nppiMul_32f_AC4R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
7533
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7534
7535
NppStatus
7536
nppiMul_32f_AC4R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
7537
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7538
7549
NppStatus
7550
nppiMul_32f_AC4IR_Ctx
(
const
Npp32f
* pSrc,
int
nSrcStep,
7551
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7552
7553
NppStatus
7554
nppiMul_32f_AC4IR
(
const
Npp32f
* pSrc,
int
nSrcStep,
7555
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7556
7569
NppStatus
7570
nppiMul_32f_C4R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
7571
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7572
7573
NppStatus
7574
nppiMul_32f_C4R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
7575
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7576
7587
NppStatus
7588
nppiMul_32f_C4IR_Ctx
(
const
Npp32f
* pSrc,
int
nSrcStep,
7589
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7590
7591
NppStatus
7592
nppiMul_32f_C4IR
(
const
Npp32f
* pSrc,
int
nSrcStep,
7593
Npp32f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7594
7607
NppStatus
7608
nppiMul_32fc_C1R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
7609
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7610
7611
NppStatus
7612
nppiMul_32fc_C1R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
7613
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7614
7625
NppStatus
7626
nppiMul_32fc_C1IR_Ctx
(
const
Npp32fc
* pSrc,
int
nSrcStep,
7627
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7628
7629
NppStatus
7630
nppiMul_32fc_C1IR
(
const
Npp32fc
* pSrc,
int
nSrcStep,
7631
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7632
7645
NppStatus
7646
nppiMul_32fc_C3R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
7647
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7648
7649
NppStatus
7650
nppiMul_32fc_C3R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
7651
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7652
7663
NppStatus
7664
nppiMul_32fc_C3IR_Ctx
(
const
Npp32fc
* pSrc,
int
nSrcStep,
7665
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7666
7667
NppStatus
7668
nppiMul_32fc_C3IR
(
const
Npp32fc
* pSrc,
int
nSrcStep,
7669
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7670
7683
NppStatus
7684
nppiMul_32fc_AC4R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
7685
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7686
7687
NppStatus
7688
nppiMul_32fc_AC4R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
7689
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7690
7701
NppStatus
7702
nppiMul_32fc_AC4IR_Ctx
(
const
Npp32fc
* pSrc,
int
nSrcStep,
7703
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7704
7705
NppStatus
7706
nppiMul_32fc_AC4IR
(
const
Npp32fc
* pSrc,
int
nSrcStep,
7707
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7708
7721
NppStatus
7722
nppiMul_32fc_C4R_Ctx
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
7723
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7724
7725
NppStatus
7726
nppiMul_32fc_C4R
(
const
Npp32fc
* pSrc1,
int
nSrc1Step,
const
Npp32fc
* pSrc2,
int
nSrc2Step,
7727
Npp32fc
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7728
7739
NppStatus
7740
nppiMul_32fc_C4IR_Ctx
(
const
Npp32fc
* pSrc,
int
nSrcStep,
7741
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7742
7743
NppStatus
7744
nppiMul_32fc_C4IR
(
const
Npp32fc
* pSrc,
int
nSrcStep,
7745
Npp32fc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7746
7770
NppStatus
7771
nppiMulScale_8u_C1R_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
7772
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7773
7774
NppStatus
7775
nppiMulScale_8u_C1R
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
7776
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7777
7788
NppStatus
7789
nppiMulScale_8u_C1IR_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
7790
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7791
7792
NppStatus
7793
nppiMulScale_8u_C1IR
(
const
Npp8u
* pSrc,
int
nSrcStep,
7794
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7795
7808
NppStatus
7809
nppiMulScale_8u_C3R_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
7810
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7811
7812
NppStatus
7813
nppiMulScale_8u_C3R
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
7814
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7815
7826
NppStatus
7827
nppiMulScale_8u_C3IR_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
7828
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7829
7830
NppStatus
7831
nppiMulScale_8u_C3IR
(
const
Npp8u
* pSrc,
int
nSrcStep,
7832
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7833
7846
NppStatus
7847
nppiMulScale_8u_AC4R_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
7848
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7849
7850
NppStatus
7851
nppiMulScale_8u_AC4R
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
7852
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7853
7864
NppStatus
7865
nppiMulScale_8u_AC4IR_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
7866
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7867
7868
NppStatus
7869
nppiMulScale_8u_AC4IR
(
const
Npp8u
* pSrc,
int
nSrcStep,
7870
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7871
7884
NppStatus
7885
nppiMulScale_8u_C4R_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
7886
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7887
7888
NppStatus
7889
nppiMulScale_8u_C4R
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
7890
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7891
7902
NppStatus
7903
nppiMulScale_8u_C4IR_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
7904
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7905
7906
NppStatus
7907
nppiMulScale_8u_C4IR
(
const
Npp8u
* pSrc,
int
nSrcStep,
7908
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7909
7922
NppStatus
7923
nppiMulScale_16u_C1R_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
7924
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7925
7926
NppStatus
7927
nppiMulScale_16u_C1R
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
7928
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7929
7940
NppStatus
7941
nppiMulScale_16u_C1IR_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
7942
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7943
7944
NppStatus
7945
nppiMulScale_16u_C1IR
(
const
Npp16u
* pSrc,
int
nSrcStep,
7946
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7947
7960
NppStatus
7961
nppiMulScale_16u_C3R_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
7962
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7963
7964
NppStatus
7965
nppiMulScale_16u_C3R
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
7966
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
7967
7978
NppStatus
7979
nppiMulScale_16u_C3IR_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
7980
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
7981
7982
NppStatus
7983
nppiMulScale_16u_C3IR
(
const
Npp16u
* pSrc,
int
nSrcStep,
7984
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
7985
7998
NppStatus
7999
nppiMulScale_16u_AC4R_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
8000
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
8001
8002
NppStatus
8003
nppiMulScale_16u_AC4R
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
8004
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
8005
8016
NppStatus
8017
nppiMulScale_16u_AC4IR_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
8018
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
8019
8020
NppStatus
8021
nppiMulScale_16u_AC4IR
(
const
Npp16u
* pSrc,
int
nSrcStep,
8022
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
8023
8036
NppStatus
8037
nppiMulScale_16u_C4R_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
8038
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
8039
8040
NppStatus
8041
nppiMulScale_16u_C4R
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
8042
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
8043
8054
NppStatus
8055
nppiMulScale_16u_C4IR_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
8056
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
8057
8058
NppStatus
8059
nppiMulScale_16u_C4IR
(
const
Npp16u
* pSrc,
int
nSrcStep,
8060
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
8061
8085
NppStatus
8086
nppiSub_8u_C1RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
8087
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8088
8089
NppStatus
8090
nppiSub_8u_C1RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
8091
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8092
8104
NppStatus
8105
nppiSub_8u_C1IRSfs_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
8106
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8107
8108
NppStatus
8109
nppiSub_8u_C1IRSfs
(
const
Npp8u
* pSrc,
int
nSrcStep,
8110
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8111
8125
NppStatus
8126
nppiSub_8u_C3RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
8127
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8128
8129
NppStatus
8130
nppiSub_8u_C3RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
8131
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8132
8144
NppStatus
8145
nppiSub_8u_C3IRSfs_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
8146
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8147
8148
NppStatus
8149
nppiSub_8u_C3IRSfs
(
const
Npp8u
* pSrc,
int
nSrcStep,
8150
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8151
8165
NppStatus
8166
nppiSub_8u_AC4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
8167
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8168
8169
NppStatus
8170
nppiSub_8u_AC4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
8171
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8172
8184
NppStatus
8185
nppiSub_8u_AC4IRSfs_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
8186
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8187
8188
NppStatus
8189
nppiSub_8u_AC4IRSfs
(
const
Npp8u
* pSrc,
int
nSrcStep,
8190
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8191
8205
NppStatus
8206
nppiSub_8u_C4RSfs_Ctx
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
8207
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8208
8209
NppStatus
8210
nppiSub_8u_C4RSfs
(
const
Npp8u
* pSrc1,
int
nSrc1Step,
const
Npp8u
* pSrc2,
int
nSrc2Step,
8211
Npp8u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8212
8224
NppStatus
8225
nppiSub_8u_C4IRSfs_Ctx
(
const
Npp8u
* pSrc,
int
nSrcStep,
8226
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8227
NppStatus
8228
nppiSub_8u_C4IRSfs
(
const
Npp8u
* pSrc,
int
nSrcStep,
8229
Npp8u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8230
8244
NppStatus
8245
nppiSub_16u_C1RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
8246
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8247
8248
NppStatus
8249
nppiSub_16u_C1RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
8250
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8251
8263
NppStatus
8264
nppiSub_16u_C1IRSfs_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
8265
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8266
8267
NppStatus
8268
nppiSub_16u_C1IRSfs
(
const
Npp16u
* pSrc,
int
nSrcStep,
8269
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8270
8284
NppStatus
8285
nppiSub_16u_C3RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
8286
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8287
8288
NppStatus
8289
nppiSub_16u_C3RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
8290
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8291
8303
NppStatus
8304
nppiSub_16u_C3IRSfs_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
8305
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8306
8307
NppStatus
8308
nppiSub_16u_C3IRSfs
(
const
Npp16u
* pSrc,
int
nSrcStep,
8309
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8310
8324
NppStatus
8325
nppiSub_16u_AC4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
8326
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8327
8328
NppStatus
8329
nppiSub_16u_AC4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
8330
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8331
8343
NppStatus
8344
nppiSub_16u_AC4IRSfs_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
8345
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8346
8347
NppStatus
8348
nppiSub_16u_AC4IRSfs
(
const
Npp16u
* pSrc,
int
nSrcStep,
8349
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8350
8364
NppStatus
8365
nppiSub_16u_C4RSfs_Ctx
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
8366
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8367
8368
NppStatus
8369
nppiSub_16u_C4RSfs
(
const
Npp16u
* pSrc1,
int
nSrc1Step,
const
Npp16u
* pSrc2,
int
nSrc2Step,
8370
Npp16u
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8371
8383
NppStatus
8384
nppiSub_16u_C4IRSfs_Ctx
(
const
Npp16u
* pSrc,
int
nSrcStep,
8385
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8386
8387
NppStatus
8388
nppiSub_16u_C4IRSfs
(
const
Npp16u
* pSrc,
int
nSrcStep,
8389
Npp16u
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8390
8404
NppStatus
8405
nppiSub_16s_C1RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
8406
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8407
8408
NppStatus
8409
nppiSub_16s_C1RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
8410
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8411
8423
NppStatus
8424
nppiSub_16s_C1IRSfs_Ctx
(
const
Npp16s
* pSrc,
int
nSrcStep,
8425
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8426
8427
NppStatus
8428
nppiSub_16s_C1IRSfs
(
const
Npp16s
* pSrc,
int
nSrcStep,
8429
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8430
8444
NppStatus
8445
nppiSub_16s_C3RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
8446
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8447
8448
NppStatus
8449
nppiSub_16s_C3RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
8450
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8451
8463
NppStatus
8464
nppiSub_16s_C3IRSfs_Ctx
(
const
Npp16s
* pSrc,
int
nSrcStep,
8465
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8466
8467
NppStatus
8468
nppiSub_16s_C3IRSfs
(
const
Npp16s
* pSrc,
int
nSrcStep,
8469
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8470
8484
NppStatus
8485
nppiSub_16s_AC4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
8486
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8487
8488
NppStatus
8489
nppiSub_16s_AC4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
8490
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8491
8503
NppStatus
8504
nppiSub_16s_AC4IRSfs_Ctx
(
const
Npp16s
* pSrc,
int
nSrcStep,
8505
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8506
8507
NppStatus
8508
nppiSub_16s_AC4IRSfs
(
const
Npp16s
* pSrc,
int
nSrcStep,
8509
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8510
8524
NppStatus
8525
nppiSub_16s_C4RSfs_Ctx
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
8526
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8527
8528
NppStatus
8529
nppiSub_16s_C4RSfs
(
const
Npp16s
* pSrc1,
int
nSrc1Step,
const
Npp16s
* pSrc2,
int
nSrc2Step,
8530
Npp16s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8531
8543
NppStatus
8544
nppiSub_16s_C4IRSfs_Ctx
(
const
Npp16s
* pSrc,
int
nSrcStep,
8545
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8546
8547
NppStatus
8548
nppiSub_16s_C4IRSfs
(
const
Npp16s
* pSrc,
int
nSrcStep,
8549
Npp16s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8550
8564
NppStatus
8565
nppiSub_16sc_C1RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
8566
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8567
8568
NppStatus
8569
nppiSub_16sc_C1RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
8570
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8571
8583
NppStatus
8584
nppiSub_16sc_C1IRSfs_Ctx
(
const
Npp16sc
* pSrc,
int
nSrcStep,
8585
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8586
8587
NppStatus
8588
nppiSub_16sc_C1IRSfs
(
const
Npp16sc
* pSrc,
int
nSrcStep,
8589
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8590
8604
NppStatus
8605
nppiSub_16sc_C3RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
8606
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8607
8608
NppStatus
8609
nppiSub_16sc_C3RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
8610
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8611
8623
NppStatus
8624
nppiSub_16sc_C3IRSfs_Ctx
(
const
Npp16sc
* pSrc,
int
nSrcStep,
8625
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8626
8627
NppStatus
8628
nppiSub_16sc_C3IRSfs
(
const
Npp16sc
* pSrc,
int
nSrcStep,
8629
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8630
8644
NppStatus
8645
nppiSub_16sc_AC4RSfs_Ctx
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
8646
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8647
8648
NppStatus
8649
nppiSub_16sc_AC4RSfs
(
const
Npp16sc
* pSrc1,
int
nSrc1Step,
const
Npp16sc
* pSrc2,
int
nSrc2Step,
8650
Npp16sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8651
8663
NppStatus
8664
nppiSub_16sc_AC4IRSfs_Ctx
(
const
Npp16sc
* pSrc,
int
nSrcStep,
8665
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8666
8667
NppStatus
8668
nppiSub_16sc_AC4IRSfs
(
const
Npp16sc
* pSrc,
int
nSrcStep,
8669
Npp16sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8670
8684
NppStatus
8685
nppiSub_32s_C1RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
8686
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8687
8688
NppStatus
8689
nppiSub_32s_C1RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
8690
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8691
8706
NppStatus
nppiSub_32s_C1R_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
8707
const
Npp32s
* pSrc2,
int
nSrc2Step,
8708
Npp32s
* pDst,
int
nDstStep,
8709
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
8710
8711
NppStatus
nppiSub_32s_C1R
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
8712
const
Npp32s
* pSrc2,
int
nSrc2Step,
8713
Npp32s
* pDst,
int
nDstStep,
8714
NppiSize
oSizeROI);
8715
8727
NppStatus
8728
nppiSub_32s_C1IRSfs_Ctx
(
const
Npp32s
* pSrc,
int
nSrcStep,
8729
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8730
8731
NppStatus
8732
nppiSub_32s_C1IRSfs
(
const
Npp32s
* pSrc,
int
nSrcStep,
8733
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8734
8748
NppStatus
8749
nppiSub_32s_C3RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
8750
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8751
8752
NppStatus
8753
nppiSub_32s_C3RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
8754
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8755
8767
NppStatus
8768
nppiSub_32s_C3IRSfs_Ctx
(
const
Npp32s
* pSrc,
int
nSrcStep,
8769
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8770
8771
NppStatus
8772
nppiSub_32s_C3IRSfs
(
const
Npp32s
* pSrc,
int
nSrcStep,
8773
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8774
8788
NppStatus
8789
nppiSub_32s_C4RSfs_Ctx
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
8790
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8791
8792
NppStatus
8793
nppiSub_32s_C4RSfs
(
const
Npp32s
* pSrc1,
int
nSrc1Step,
const
Npp32s
* pSrc2,
int
nSrc2Step,
8794
Npp32s
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8795
8807
NppStatus
8808
nppiSub_32s_C4IRSfs_Ctx
(
const
Npp32s
* pSrc,
int
nSrcStep,
8809
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8810
8811
NppStatus
8812
nppiSub_32s_C4IRSfs
(
const
Npp32s
* pSrc,
int
nSrcStep,
8813
Npp32s
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8814
8828
NppStatus
8829
nppiSub_32sc_C1RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
8830
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8831
8832
NppStatus
8833
nppiSub_32sc_C1RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
8834
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8835
8847
NppStatus
8848
nppiSub_32sc_C1IRSfs_Ctx
(
const
Npp32sc
* pSrc,
int
nSrcStep,
8849
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8850
8851
NppStatus
8852
nppiSub_32sc_C1IRSfs
(
const
Npp32sc
* pSrc,
int
nSrcStep,
8853
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8854
8868
NppStatus
8869
nppiSub_32sc_C3RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
8870
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8871
8872
NppStatus
8873
nppiSub_32sc_C3RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
8874
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8875
8887
NppStatus
8888
nppiSub_32sc_C3IRSfs_Ctx
(
const
Npp32sc
* pSrc,
int
nSrcStep,
8889
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8890
8891
NppStatus
8892
nppiSub_32sc_C3IRSfs
(
const
Npp32sc
* pSrc,
int
nSrcStep,
8893
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8894
8908
NppStatus
8909
nppiSub_32sc_AC4RSfs_Ctx
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
8910
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8911
8912
NppStatus
8913
nppiSub_32sc_AC4RSfs
(
const
Npp32sc
* pSrc1,
int
nSrc1Step,
const
Npp32sc
* pSrc2,
int
nSrc2Step,
8914
Npp32sc
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8915
8927
NppStatus
8928
nppiSub_32sc_AC4IRSfs_Ctx
(
const
Npp32sc
* pSrc,
int
nSrcStep,
8929
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor,
NppStreamContext
nppStreamCtx);
8930
8931
NppStatus
8932
nppiSub_32sc_AC4IRSfs
(
const
Npp32sc
* pSrc,
int
nSrcStep,
8933
Npp32sc
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
int
nScaleFactor);
8934
8947
NppStatus
8948
nppiSub_16f_C1R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
8949
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
8950
8951
NppStatus
8952
nppiSub_16f_C1R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
8953
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
8954
8965
NppStatus
8966
nppiSub_16f_C1IR_Ctx
(
const
Npp16f
* pSrc,
int
nSrcStep,
8967
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
8968
8969
NppStatus
8970
nppiSub_16f_C1IR
(
const
Npp16f
* pSrc,
int
nSrcStep,
8971
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
8972
8985
NppStatus
8986
nppiSub_16f_C3R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
8987
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
8988
8989
NppStatus
8990
nppiSub_16f_C3R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
8991
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
8992
9003
NppStatus
9004
nppiSub_16f_C3IR_Ctx
(
const
Npp16f
* pSrc,
int
nSrcStep,
9005
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
9006
9007
NppStatus
9008
nppiSub_16f_C3IR
(
const
Npp16f
* pSrc,
int
nSrcStep,
9009
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
9010
9023
NppStatus
9024
nppiSub_16f_C4R_Ctx
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
9025
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
9026
9027
NppStatus
9028
nppiSub_16f_C4R
(
const
Npp16f
* pSrc1,
int
nSrc1Step,
const
Npp16f
* pSrc2,
int
nSrc2Step,
9029
Npp16f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
9030
9041
NppStatus
9042
nppiSub_16f_C4IR_Ctx
(
const
Npp16f
* pSrc,
int
nSrcStep,
9043
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
9044
9045
NppStatus
9046
nppiSub_16f_C4IR
(
const
Npp16f
* pSrc,
int
nSrcStep,
9047
Npp16f
* pSrcDst,
int
nSrcDstStep,
NppiSize
oSizeROI);
9048
9061
NppStatus
9062
nppiSub_32f_C1R_Ctx
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
9063
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI,
NppStreamContext
nppStreamCtx);
9064
9065
NppStatus
9066
nppiSub_32f_C1R
(
const
Npp32f
* pSrc1,
int
nSrc1Step,
const
Npp32f
* pSrc2,
int
nSrc2Step,
9067
Npp32f
* pDst,
int
nDstStep,
NppiSize
oSizeROI);
9068
9079
NppStatus
9080
nppiSub_32f_C1IR_Ctx
(
const
Npp32f
* pSrc,