|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypedPointer | |
---|---|
jcuda.jnpp | Contains the classes of JNpp. |
Uses of TypedPointer in jcuda.jnpp |
---|
Methods in jcuda.jnpp that return TypedPointer | ||
---|---|---|
static
|
TypedPointer.from(jcuda.Pointer pointer)
Create a new typed pointer from the given Pointer |
|
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16s_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
16-bit signed image memory allocator. |
|
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16s_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
|
|
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16s_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit signed image memory allocator. |
|
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16sc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
1 channel 16-bit signed complex image memory allocator. |
|
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16sc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 16-bit signed complex image memory allocator. |
|
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16sc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 16-bit signed complex image memory allocator. |
|
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16sc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit signed complex image memory allocator. |
|
static TypedPointer<Npp16u> |
JNppi.nppiMalloc_16u_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
16-bit unsigned image memory allocator. |
|
static TypedPointer<Npp16u> |
JNppi.nppiMalloc_16u_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 16-bit unsigned image memory allocator. |
|
static TypedPointer<Npp16u> |
JNppi.nppiMalloc_16u_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 16-bit unsigned image memory allocator. |
|
static TypedPointer<Npp16u> |
JNppi.nppiMalloc_16u_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit unsigned image memory allocator. |
|
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32f_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit floating point image memory allocator. |
|
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32f_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 32-bit floating point image memory allocator. |
|
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32f_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit floating point image memory allocator. |
|
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32f_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit floating point image memory allocator. |
|
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32fc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
|
|
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32fc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 32-bit float complex image memory allocator. |
|
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32fc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit float complex image memory allocator. |
|
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32fc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit float complex image memory allocator. |
|
static TypedPointer<Npp32s> |
JNppi.nppiMalloc_32s_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit signed image memory allocator. |
|
static TypedPointer<Npp32s> |
JNppi.nppiMalloc_32s_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit signed image memory allocator. |
|
static TypedPointer<Npp32s> |
JNppi.nppiMalloc_32s_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit signed image memory allocator. |
|
static TypedPointer<Npp32s> |
JNppi.nppiMalloc_32sc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit integer complex image memory allocator. |
|
static TypedPointer<Npp32s> |
JNppi.nppiMalloc_32sc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 32-bit integer complex image memory allocator. |
|
static TypedPointer<Npp32s> |
JNppi.nppiMalloc_32sc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit integer complex image memory allocator. |
|
static TypedPointer<Npp32s> |
JNppi.nppiMalloc_32sc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit integer complex image memory allocator. |
|
static TypedPointer<Npp8u> |
JNppi.nppiMalloc_8u_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
8-bit unsigned image memory allocator. |
|
static TypedPointer<Npp8u> |
JNppi.nppiMalloc_8u_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 8-bit unsigned image memory allocator. |
|
static TypedPointer<Npp8u> |
JNppi.nppiMalloc_8u_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 8-bit unsigned image memory allocator. |
|
static TypedPointer<Npp8u> |
JNppi.nppiMalloc_8u_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 8-bit unsigned image memory allocator. |
|
static
|
TypedPointer.to(java.nio.ByteBuffer buffer)
Creates a new typed pointer to the given buffer. |
|
static TypedPointer<Npp16s> |
TypedPointer.to16s(short[] array)
Creates a new typed pointer to the given array |
|
static TypedPointer<Npp16u> |
TypedPointer.to16u(short[] array)
Creates a new typed pointer to the given array |
|
static TypedPointer<Npp32f> |
TypedPointer.to32f(float[] array)
Creates a new typed pointer to the given array |
|
static TypedPointer<Npp32s> |
TypedPointer.to32s(int[] array)
Creates a new typed pointer to the given array |
|
static TypedPointer<Npp32u> |
TypedPointer.to32u(int[] array)
Creates a new typed pointer to the given array |
|
static TypedPointer<Npp64f> |
TypedPointer.to64f(double[] array)
Creates a new typed pointer to the given array |
|
static TypedPointer<Npp64s> |
TypedPointer.to64s(long[] array)
Creates a new typed pointer to the given array |
|
static TypedPointer<Npp64u> |
TypedPointer.to64u(long[] array)
Creates a new typed pointer to the given array |
|
static TypedPointer<Npp8s> |
TypedPointer.to8s(byte[] array)
Creates a new typed pointer to the given array |
|
static TypedPointer<Npp8u> |
TypedPointer.to8u(byte[] array)
Creates a new typed pointer to the given array |
|
TypedPointer<T> |
TypedPointer.withByteOffset(long byteOffset)
Returns a new typed pointer with an offset of the given number of bytes |
Methods in jcuda.jnpp with parameters of type TypedPointer | |
---|---|
static int |
JNppi.nppiAbs_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image absolute value with unmodified alpha. |
static int |
JNppi.nppiAbs_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value with unmodified alpha. |
static int |
JNppi.nppiAbs_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value with unmodified alpha. |
static int |
JNppi.nppiAbs_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel in place image absolute value. |
static int |
JNppi.nppiAbs_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel image absolute value. |
static int |
JNppi.nppiAbs_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel image absolute value. |
static int |
JNppi.nppiAbs_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel in place image absolute value. |
static int |
JNppi.nppiAbs_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image absolute value. |
static int |
JNppi.nppiAbs_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image absolute value. |
static int |
JNppi.nppiAbs_16s_C4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image absolute value. |
static int |
JNppi.nppiAbs_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value. |
static int |
JNppi.nppiAbs_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value. |
static int |
JNppi.nppiAbs_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image absolute value with unmodified alpha. |
static int |
JNppi.nppiAbs_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image absolute value with unmodified alpha. |
static int |
JNppi.nppiAbs_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image absolute value with unmodified alpha. |
static int |
JNppi.nppiAbs_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image absolute value. |
static int |
JNppi.nppiAbs_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image absolute value. |
static int |
JNppi.nppiAbs_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image absolute value. |
static int |
JNppi.nppiAbs_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image absolute value. |
static int |
JNppi.nppiAbs_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image absolute value. |
static int |
JNppi.nppiAbs_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image absolute value. |
static int |
JNppi.nppiAbs_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image absolute value. |
static int |
JNppi.nppiAbs_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image absolute value. |
static int |
JNppi.nppiAbs_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image absolute value. |
static int |
JNppi.nppiAbsDiff_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel absolute difference of image1 minus image2. |
static int |
JNppi.nppiAbsDiff_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel absolute difference of image1 minus image2. |
static int |
JNppi.nppiAbsDiff_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel absolute difference of image1 minus image2. |
static int |
JNppi.nppiAbsDiff_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel absolute difference of image1 minus image2. |
static int |
JNppi.nppiAbsDiff_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel absolute difference of image1 minus image2. |
static int |
JNppi.nppiAbsDiff_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel absolute difference of image1 minus image2. |
static int |
JNppi.nppiAbsDiff_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel absolute difference of image1 minus image2. |
static int |
JNppi.nppiAbsDiff_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel absolute difference of image1 minus image2. |
static int |
JNppi.nppiAbsDiff_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel absolute difference of image1 minus image2. |
static int |
JNppi.nppiAbsDiffC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nConstant)
One 16-bit unsigned short channel image absolute difference with constant. |
static int |
JNppi.nppiAbsDiffC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nConstant)
One 16-bit unsigned short channel image absolute difference with constant. |
static int |
JNppi.nppiAbsDiffC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nConstant)
One 32-bit floating point channel image absolute difference with constant. |
static int |
JNppi.nppiAbsDiffC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nConstant)
One 32-bit floating point channel image absolute difference with constant. |
static int |
JNppi.nppiAbsDiffC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nConstant)
One 8-bit unsigned char channel image absolute difference with constant. |
static int |
JNppi.nppiAbsDiffC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nConstant)
One 8-bit unsigned char channel image absolute difference with constant. |
static int |
JNppi.nppiAdd_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image addition. |
static int |
JNppi.nppiAdd_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image addition. |
static int |
JNppi.nppiAdd_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image addition. |
static int |
JNppi.nppiAdd_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image addition. |
static int |
JNppi.nppiAdd_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image addition. |
static int |
JNppi.nppiAdd_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image addition. |
static int |
JNppi.nppiAdd_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image addition. |
static int |
JNppi.nppiAdd_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image addition. |
static int |
JNppi.nppiAdd_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image addition. |
static int |
JNppi.nppiAdd_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image addition. |
static int |
JNppi.nppiAdd_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image addition. |
static int |
JNppi.nppiAdd_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image addition. |
static int |
JNppi.nppiAdd_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image addition. |
static int |
JNppi.nppiAdd_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image addition. |
static int |
JNppi.nppiAdd_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image addition. |
static int |
JNppi.nppiAdd_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image addition. |
static int |
JNppi.nppiAdd_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image addition. |
static int |
JNppi.nppiAdd_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image addition. |
static int |
JNppi.nppiAdd_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image addition. |
static int |
JNppi.nppiAdd_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image addition. |
static int |
JNppi.nppiAdd_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition. |
static int |
JNppi.nppiAdd_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition. |
static int |
JNppi.nppiAdd_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition. |
static int |
JNppi.nppiAdd_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition. |
static int |
JNppi.nppiAdd_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition. |
static int |
JNppi.nppiAdd_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition. |
static int |
JNppi.nppiAdd_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition. |
static int |
JNppi.nppiAdd_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
JNppi.nppiAdd_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
JNppi.nppiAdd_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
JNppi.nppiAdd_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition. |
static int |
JNppi.nppiAdd_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition. |
static int |
JNppi.nppiAdd_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
JNppi.nppiAdd_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
JNppi.nppiAdd_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
JNppi.nppiAdd_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition. |
static int |
JNppi.nppiAdd_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition. |
static int |
JNppi.nppiAdd_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
JNppi.nppiAdd_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
JNppi.nppiAdd_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
JNppi.nppiAdd_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image add. |
static int |
JNppi.nppiAdd_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image add. |
static int |
JNppi.nppiAdd_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image add. |
static int |
JNppi.nppiAdd_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image add constant. |
static int |
JNppi.nppiAddC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image add constant. |
static int |
JNppi.nppiAddC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image add constant. |
static int |
JNppi.nppiAddC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image add constant. |
static int |
JNppi.nppiAddC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image add constant. |
static int |
JNppi.nppiAddC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image add constant. |
static int |
JNppi.nppiAddC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image add constant. |
static int |
JNppi.nppiAddC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image add constant. |
static int |
JNppi.nppiAddC_32f_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image add constant. |
static int |
JNppi.nppiAddC_32f_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image add constant. |
static int |
JNppi.nppiAddC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image add constant. |
static int |
JNppi.nppiAddC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image add constant. |
static int |
JNppi.nppiAddC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image add constant. |
static int |
JNppi.nppiAddC_32f_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image add constant. |
static int |
JNppi.nppiAddC_32f_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image add constant. |
static int |
JNppi.nppiAddC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image add constant. |
static int |
JNppi.nppiAddC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image add constant. |
static int |
JNppi.nppiAddC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image add constant. |
static int |
JNppi.nppiAddC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image add constant. |
static int |
JNppi.nppiAddC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image add constant. |
static int |
JNppi.nppiAddC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image add constant. |
static int |
JNppi.nppiAddC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image add constant. |
static int |
JNppi.nppiAddC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image add constant. |
static int |
JNppi.nppiAddC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant. |
static int |
JNppi.nppiAddC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
JNppi.nppiAddC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
JNppi.nppiAddC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant. |
static int |
JNppi.nppiAddC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant. |
static int |
JNppi.nppiAddC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
JNppi.nppiAddC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
JNppi.nppiAddC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
JNppi.nppiAddC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant. |
static int |
JNppi.nppiAddC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant. |
static int |
JNppi.nppiAddC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
JNppi.nppiAddC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
JNppi.nppiAddC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
JNppi.nppiAddC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddProduct_16u32f_C1IMR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddProduct_16u32f_C1IMR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddProduct_16u32f_C1IMR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddProduct_16u32f_C1IMR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddProduct_16u32f_C1IR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image. |
static int |
JNppi.nppiAddProduct_16u32f_C1IR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image. |
static int |
JNppi.nppiAddProduct_16u32f_C1IR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image. |
static int |
JNppi.nppiAddProduct_32f_C1IMR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddProduct_32f_C1IMR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddProduct_32f_C1IMR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddProduct_32f_C1IMR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddProduct_32f_C1IR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image. |
static int |
JNppi.nppiAddProduct_32f_C1IR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image. |
static int |
JNppi.nppiAddProduct_32f_C1IR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image. |
static int |
JNppi.nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddProduct_8u32f_C1IR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image. |
static int |
JNppi.nppiAddProduct_8u32f_C1IR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image. |
static int |
JNppi.nppiAddProduct_8u32f_C1IR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image. |
static int |
JNppi.nppiAddSquare_16u32f_C1IMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddSquare_16u32f_C1IMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddSquare_16u32f_C1IMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddSquare_16u32f_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image squared then added to in place floating point destination image. |
static int |
JNppi.nppiAddSquare_16u32f_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image squared then added to in place floating point destination image. |
static int |
JNppi.nppiAddSquare_32f_C1IMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddSquare_32f_C1IMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddSquare_32f_C1IMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddSquare_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared then added to in place floating point destination image. |
static int |
JNppi.nppiAddSquare_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared then added to in place floating point destination image. |
static int |
JNppi.nppiAddSquare_8u32f_C1IMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddSquare_8u32f_C1IMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddSquare_8u32f_C1IMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddSquare_8u32f_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image squared then added to in place floating point destination image. |
static int |
JNppi.nppiAddSquare_8u32f_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image squared then added to in place floating point destination image. |
static int |
JNppi.nppiAddWeighted_16u32f_C1IMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddWeighted_16u32f_C1IMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddWeighted_16u32f_C1IMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddWeighted_16u32f_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image. |
static int |
JNppi.nppiAddWeighted_16u32f_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image. |
static int |
JNppi.nppiAddWeighted_32f_C1IMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 32-bit floating point channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddWeighted_32f_C1IMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 32-bit floating point channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddWeighted_32f_C1IMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 32-bit floating point channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddWeighted_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 32-bit floating point channel alpha weighted image added to in place floating point destination image. |
static int |
JNppi.nppiAddWeighted_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 32-bit floating point channel alpha weighted image added to in place floating point destination image. |
static int |
JNppi.nppiAddWeighted_8u32f_C1IMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddWeighted_8u32f_C1IMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddWeighted_8u32f_C1IMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
JNppi.nppiAddWeighted_8u32f_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image. |
static int |
JNppi.nppiAddWeighted_8u32f_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image. |
static int |
JNppi.nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_16u_AC1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_16u_AC1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_16u_AC1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_32f_AC1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit floating point channel image composition using image alpha values (0.0 - 1.0). |
static int |
JNppi.nppiAlphaComp_32f_AC1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit floating point channel image composition using image alpha values (0.0 - 1.0). |
static int |
JNppi.nppiAlphaComp_32f_AC1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit floating point channel image composition using image alpha values (0.0 - 1.0). |
static int |
JNppi.nppiAlphaComp_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit floating point channel image composition using image alpha values (0.0 - 1.0). |
static int |
JNppi.nppiAlphaComp_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit floating point channel image composition using image alpha values (0.0 - 1.0). |
static int |
JNppi.nppiAlphaComp_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit floating point channel image composition using image alpha values (0.0 - 1.0). |
static int |
JNppi.nppiAlphaComp_32s_AC1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_32s_AC1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_32s_AC1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_32u_AC1R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_32u_AC1R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_32u_AC1R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_32u_AC4R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_32u_AC4R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_32u_AC4R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_8s_AC1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_8s_AC1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_8s_AC1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_8u_AC1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_8u_AC1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_8u_AC1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition with alpha using constant source alpha. |
static int |
JNppi.nppiAlphaCompC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition with alpha using constant source alpha. |
static int |
JNppi.nppiAlphaCompC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition with alpha using constant source alpha. |
static int |
JNppi.nppiAlphaCompC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit unsigned short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit unsigned short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit unsigned short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Three 16-bit unsigned short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Three 16-bit unsigned short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Three 16-bit unsigned short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nAlpha1,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
float nAlpha2,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit floating point channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nAlpha1,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
float nAlpha2,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit floating point channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nAlpha1,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
float nAlpha2,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit floating point channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nAlpha1,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
int nAlpha2,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit signed integer channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nAlpha1,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
int nAlpha2,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit signed integer channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nAlpha1,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
int nAlpha2,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit signed integer channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_32u_C1R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
int nAlpha1,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
int nAlpha2,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit unsigned integer channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_32u_C1R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
int nAlpha1,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
int nAlpha2,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit unsigned integer channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_32u_C1R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
int nAlpha1,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
int nAlpha2,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit unsigned integer channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition with alpha using constant source alpha. |
static int |
JNppi.nppiAlphaCompC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition with alpha using constant source alpha. |
static int |
JNppi.nppiAlphaCompC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition with alpha using constant source alpha. |
static int |
JNppi.nppiAlphaCompC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit unsigned char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit unsigned char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit unsigned char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Three 8-bit unsigned char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Three 8-bit unsigned char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Three 8-bit unsigned char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaPremul_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaPremul_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaPremul_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaPremul_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaPremul_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaPremul_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaPremulC_16u_AC4IR(short nAlpha1,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication with alpha using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication with alpha using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication with alpha using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_16u_C1IR(short nAlpha1,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_16u_C3IR(short nAlpha1,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_16u_C4IR(short nAlpha1,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_8u_AC4IR(byte nAlpha1,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication with alpha using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication with alpha using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication with alpha using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_8u_C1IR(byte nAlpha1,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_8u_C3IR(byte nAlpha1,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_8u_C4IR(byte nAlpha1,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication using constant alpha. |
static int |
JNppi.nppiAlphaPremulC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication using constant alpha. |
static int |
JNppi.nppiAnd_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical and. |
static int |
JNppi.nppiAnd_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical and. |
static int |
JNppi.nppiAnd_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical and. |
static int |
JNppi.nppiAnd_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical and. |
static int |
JNppi.nppiAnd_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical and. |
static int |
JNppi.nppiAnd_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical and. |
static int |
JNppi.nppiAnd_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical and. |
static int |
JNppi.nppiAnd_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and. |
static int |
JNppi.nppiAnd_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and. |
static int |
JNppi.nppiAnd_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and. |
static int |
JNppi.nppiAnd_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and. |
static int |
JNppi.nppiAnd_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and. |
static int |
JNppi.nppiAnd_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and. |
static int |
JNppi.nppiAnd_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and. |
static int |
JNppi.nppiAnd_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and. |
static int |
JNppi.nppiAnd_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical and. |
static int |
JNppi.nppiAnd_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical and. |
static int |
JNppi.nppiAnd_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical and. |
static int |
JNppi.nppiAnd_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical and. |
static int |
JNppi.nppiAnd_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical and. |
static int |
JNppi.nppiAnd_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical and. |
static int |
JNppi.nppiAnd_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical and. |
static int |
JNppi.nppiAnd_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and. |
static int |
JNppi.nppiAnd_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and. |
static int |
JNppi.nppiAnd_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and. |
static int |
JNppi.nppiAnd_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and. |
static int |
JNppi.nppiAnd_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and. |
static int |
JNppi.nppiAnd_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and. |
static int |
JNppi.nppiAnd_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and. |
static int |
JNppi.nppiAnd_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and. |
static int |
JNppi.nppiAnd_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with unmodified alpha. |
static int |
JNppi.nppiAnd_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical and. |
static int |
JNppi.nppiAnd_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical and. |
static int |
JNppi.nppiAnd_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical and. |
static int |
JNppi.nppiAnd_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical and. |
static int |
JNppi.nppiAnd_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical and. |
static int |
JNppi.nppiAnd_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical and. |
static int |
JNppi.nppiAnd_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical and. |
static int |
JNppi.nppiAnd_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and. |
static int |
JNppi.nppiAnd_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and. |
static int |
JNppi.nppiAnd_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and. |
static int |
JNppi.nppiAnd_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and. |
static int |
JNppi.nppiAnd_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and. |
static int |
JNppi.nppiAnd_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and. |
static int |
JNppi.nppiAnd_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and. |
static int |
JNppi.nppiAnd_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and. |
static int |
JNppi.nppiAndC_16u_AC4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_16u_AC4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical and with constant. |
static int |
JNppi.nppiAndC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical and with constant. |
static int |
JNppi.nppiAndC_16u_C3IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_16u_C3IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and with constant. |
static int |
JNppi.nppiAndC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and with constant. |
static int |
JNppi.nppiAndC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and with constant. |
static int |
JNppi.nppiAndC_16u_C4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_16u_C4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant. |
static int |
JNppi.nppiAndC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant. |
static int |
JNppi.nppiAndC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant. |
static int |
JNppi.nppiAndC_32s_AC4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_32s_AC4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical and with constant. |
static int |
JNppi.nppiAndC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical and with constant. |
static int |
JNppi.nppiAndC_32s_C3IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_32s_C3IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and with constant. |
static int |
JNppi.nppiAndC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and with constant. |
static int |
JNppi.nppiAndC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and with constant. |
static int |
JNppi.nppiAndC_32s_C4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_32s_C4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant. |
static int |
JNppi.nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant. |
static int |
JNppi.nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant. |
static int |
JNppi.nppiAndC_8u_AC4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_8u_AC4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant with unmodified alpha. |
static int |
JNppi.nppiAndC_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical and with constant. |
static int |
JNppi.nppiAndC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical and with constant. |
static int |
JNppi.nppiAndC_8u_C3IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_8u_C3IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and with constant. |
static int |
JNppi.nppiAndC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and with constant. |
static int |
JNppi.nppiAndC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and with constant. |
static int |
JNppi.nppiAndC_8u_C4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_8u_C4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant. |
static int |
JNppi.nppiAndC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant. |
static int |
JNppi.nppiAndC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant. |
static int |
JNppi.nppiAndC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant. |
static int |
JNppi.nppiColorTwist32f_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] twist)
4 channel 8-bit unsigned color twist, not affecting Alpha. |
static int |
JNppi.nppiColorTwist32f_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] twist)
4 channel 8-bit unsigned color twist, not affecting Alpha. |
static int |
JNppi.nppiColorTwist32f_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] twist)
3 channel 8-bit unsigned color twist. |
static int |
JNppi.nppiColorTwist32f_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] twist)
3 channel 8-bit unsigned color twist. |
static int |
JNppi.nppiColorTwist32f_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] twist)
3 channel planar 8-bit unsigned color twist. |
static int |
JNppi.nppiColorTwist32f_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] twist)
3 channel planar 8-bit unsigned color twist. |
static int |
JNppi.nppiCompare_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
32-bit floating point image compare. |
static int |
JNppi.nppiCompare_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
32-bit floating point image compare. |
static int |
JNppi.nppiCompare_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
32-bit floating point image compare. |
static int |
JNppi.nppiCompare_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 8-bit unsigned image compare, not affecting Alpha. |
static int |
JNppi.nppiCompare_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 8-bit unsigned image compare, not affecting Alpha. |
static int |
JNppi.nppiCompare_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 8-bit unsigned image compare, not affecting Alpha. |
static int |
JNppi.nppiCompare_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 8-bit unsigned image compare. |
static int |
JNppi.nppiCompare_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 8-bit unsigned image compare. |
static int |
JNppi.nppiCompare_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 8-bit unsigned image compare. |
static int |
JNppi.nppiConvert_16s32f_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit singedto 32-bit floating point conversion. |
static int |
JNppi.nppiConvert_16s32f_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit singedto 32-bit floating point conversion. |
static int |
JNppi.nppiConvert_16s32s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit to 32-bit conversion. |
static int |
JNppi.nppiConvert_16s32s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit to 32-bit conversion. |
static int |
JNppi.nppiConvert_16s8u_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed to 8-bit unsigned conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_16s8u_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed to 8-bit unsigned conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_16s8u_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed to 8-bit unsigned conversion. |
static int |
JNppi.nppiConvert_16s8u_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed to 8-bit unsigned conversion. |
static int |
JNppi.nppiConvert_16s8u_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed to 8-bit unsignedconversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_16s8u_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed to 8-bit unsignedconversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_16u32f_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned to 32-bit floating point conversion. |
static int |
JNppi.nppiConvert_16u32f_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned to 32-bit floating point conversion. |
static int |
JNppi.nppiConvert_16u32s_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned to 32-bit signed conversion. |
static int |
JNppi.nppiConvert_16u32s_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned to 32-bit signed conversion. |
static int |
JNppi.nppiConvert_16u8u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned to 8-bit unsigned conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_16u8u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned to 8-bit unsigned conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_16u8u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned to 8-bit unsigned conversion. |
static int |
JNppi.nppiConvert_16u8u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned to 8-bit unsigned conversion. |
static int |
JNppi.nppiConvert_16u8u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned to 8-bit unsigned conversion. |
static int |
JNppi.nppiConvert_16u8u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned to 8-bit unsigned conversion. |
static int |
JNppi.nppiConvert_32f16s_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
32-bit floating point to 16-bit conversion. |
static int |
JNppi.nppiConvert_32f16s_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
32-bit floating point to 16-bit conversion. |
static int |
JNppi.nppiConvert_32f16u_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
32-bit floating point to 16-bit unsigned conversion. |
static int |
JNppi.nppiConvert_32f16u_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
32-bit floating point to 16-bit unsigned conversion. |
static int |
JNppi.nppiConvert_32f8u_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
32-bit floating point to 8-bit unsigned conversion. |
static int |
JNppi.nppiConvert_32f8u_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
32-bit floating point to 8-bit unsigned conversion. |
static int |
JNppi.nppiConvert_8u16s_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit signed conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_8u16s_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit signed conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned to 16-bit signed conversion. |
static int |
JNppi.nppiConvert_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned to 16-bit signed conversion. |
static int |
JNppi.nppiConvert_8u16s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit signed conversion. |
static int |
JNppi.nppiConvert_8u16s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit signed conversion. |
static int |
JNppi.nppiConvert_8u16u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit unsigned conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_8u16u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit unsigned conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_8u16u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned to 16-bit unsigned conversion. |
static int |
JNppi.nppiConvert_8u16u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned to 16-bit unsigned conversion. |
static int |
JNppi.nppiConvert_8u16u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit unsigned conversion. |
static int |
JNppi.nppiConvert_8u16u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit unsigned conversion. |
static int |
JNppi.nppiConvert_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned to 32-bit floating point conversion. |
static int |
JNppi.nppiConvert_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned to 32-bit floating point conversion. |
static int |
JNppi.nppiCopy_16s_AC4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_16s_AC4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_16s_AC4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image copy, not affecting Alpha. |
static int |
JNppi.nppiCopy_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image copy, not affecting Alpha. |
static int |
JNppi.nppiCopy_16s_C1C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C1C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C1C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C1C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C1MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C1MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C1MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit image copy. |
static int |
JNppi.nppiCopy_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit image copy. |
static int |
JNppi.nppiCopy_16s_C3C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C3C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C3CR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit signed image copy for three-channel images. |
static int |
JNppi.nppiCopy_16s_C3CR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit signed image copy for three-channel images. |
static int |
JNppi.nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C3P3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit signed packed to planar image copy. |
static int |
JNppi.nppiCopy_16s_C3P3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit signed packed to planar image copy. |
static int |
JNppi.nppiCopy_16s_C4C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C4C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C4CR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit signed image copy for four-channel images. |
static int |
JNppi.nppiCopy_16s_C4CR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit signed image copy for four-channel images. |
static int |
JNppi.nppiCopy_16s_C4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C4P4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed packed to planar image copy. |
static int |
JNppi.nppiCopy_16s_C4P4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed packed to planar image copy. |
static int |
JNppi.nppiCopy_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image copy. |
static int |
JNppi.nppiCopy_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image copy. |
static int |
JNppi.nppiCopy_16s_P3C3R(TypedPointer<Npp16s>[] aSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit signed planar to packed image copy. |
static int |
JNppi.nppiCopy_16s_P3C3R(TypedPointer<Npp16s>[] aSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit signed planar to packed image copy. |
static int |
JNppi.nppiCopy_16s_P4C4R(TypedPointer<Npp16s>[] aSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed planar to packed image copy. |
static int |
JNppi.nppiCopy_16s_P4C4R(TypedPointer<Npp16s>[] aSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed planar to packed image copy. |
static int |
JNppi.nppiCopy_16sc_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_16sc_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_16sc_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C2R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C2R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy. |
static int |
JNppi.nppiCopy_16u_AC4MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_16u_AC4MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_16u_AC4MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image copy, not affecting Alpha channel. |
static int |
JNppi.nppiCopy_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image copy, not affecting Alpha channel. |
static int |
JNppi.nppiCopy_16u_C1C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C1C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C1C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C1C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C3C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C3C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C3CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit unsigned image copy for three-channel images. |
static int |
JNppi.nppiCopy_16u_C3CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit unsigned image copy for three-channel images. |
static int |
JNppi.nppiCopy_16u_C3MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C3MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C3MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C3P3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit unsigned packed to planar image copy. |
static int |
JNppi.nppiCopy_16u_C3P3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit unsigned packed to planar image copy. |
static int |
JNppi.nppiCopy_16u_C4C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C4C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C4CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit unsigned image copy for four-channel images. |
static int |
JNppi.nppiCopy_16u_C4CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit unsigned image copy for four-channel images. |
static int |
JNppi.nppiCopy_16u_C4MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C4MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C4MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C4P4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned packed to planar image copy. |
static int |
JNppi.nppiCopy_16u_C4P4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned packed to planar image copy. |
static int |
JNppi.nppiCopy_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image copy. |
static int |
JNppi.nppiCopy_16u_P3C3R(TypedPointer<Npp16u>[] aSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit unsigned planar to packed image copy. |
static int |
JNppi.nppiCopy_16u_P3C3R(TypedPointer<Npp16u>[] aSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit unsigned planar to packed image copy. |
static int |
JNppi.nppiCopy_16u_P4C4R(TypedPointer<Npp16u>[] aSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned planar to packed image copy. |
static int |
JNppi.nppiCopy_16u_P4C4R(TypedPointer<Npp16u>[] aSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned planar to packed image copy. |
static int |
JNppi.nppiCopy_32f_AC4MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit float image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_32f_AC4MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit float image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_32f_AC4MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit float image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image copy, not affecting Alpha. |
static int |
JNppi.nppiCopy_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image copy, not affecting Alpha. |
static int |
JNppi.nppiCopy_32f_C1C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C1C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C1C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C1C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point image copy. |
static int |
JNppi.nppiCopy_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point image copy. |
static int |
JNppi.nppiCopy_32f_C3C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C3C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit float image copy for three-channel images. |
static int |
JNppi.nppiCopy_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit float image copy for three-channel images. |
static int |
JNppi.nppiCopy_32f_C3MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C3MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C3MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C3P3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit float packed to planar image copy. |
static int |
JNppi.nppiCopy_32f_C3P3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit float packed to planar image copy. |
static int |
JNppi.nppiCopy_32f_C4C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C4C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C4CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit float image copy for four-channel images. |
static int |
JNppi.nppiCopy_32f_C4CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit float image copy for four-channel images. |
static int |
JNppi.nppiCopy_32f_C4MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C4MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C4MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit float image copy. |
static int |
JNppi.nppiCopy_32f_C4P4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit float packed to planar image copy. |
static int |
JNppi.nppiCopy_32f_C4P4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit float packed to planar image copy. |
static int |
JNppi.nppiCopy_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image copy. |
static int |
JNppi.nppiCopy_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image copy. |
static int |
JNppi.nppiCopy_32f_P3C3R(TypedPointer<Npp32f>[] aSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit float planar to packed image copy. |
static int |
JNppi.nppiCopy_32f_P3C3R(TypedPointer<Npp32f>[] aSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit float planar to packed image copy. |
static int |
JNppi.nppiCopy_32f_P4C4R(TypedPointer<Npp32f>[] aSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit float planar to packed image copy. |
static int |
JNppi.nppiCopy_32f_P4C4R(TypedPointer<Npp32f>[] aSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit float planar to packed image copy. |
static int |
JNppi.nppiCopy_32fc_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating-point complex image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_32fc_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating-point complex image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_32fc_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating-point complex image copy. |
static int |
JNppi.nppiCopy_32fc_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating-point complex image copy. |
static int |
JNppi.nppiCopy_32fc_C2R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 32-bit floating-point complex image copy. |
static int |
JNppi.nppiCopy_32fc_C2R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 32-bit floating-point complex image copy. |
static int |
JNppi.nppiCopy_32fc_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit floating-point complex image copy. |
static int |
JNppi.nppiCopy_32fc_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit floating-point complex image copy. |
static int |
JNppi.nppiCopy_32fc_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating-point complex image copy. |
static int |
JNppi.nppiCopy_32fc_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating-point complex image copy. |
static int |
JNppi.nppiCopy_32s_AC4MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_32s_AC4MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_32s_AC4MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image copy, not affecting Alpha. |
static int |
JNppi.nppiCopy_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image copy, not affecting Alpha. |
static int |
JNppi.nppiCopy_32s_C1C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C1C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C1C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C1C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C1MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C1MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C1MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit image copy. |
static int |
JNppi.nppiCopy_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit image copy. |
static int |
JNppi.nppiCopy_32s_C3C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C3C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C3CR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit signed image copy for three-channel images. |
static int |
JNppi.nppiCopy_32s_C3CR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit signed image copy for three-channel images. |
static int |
JNppi.nppiCopy_32s_C3MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C3MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C3MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C3P3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit signed packed to planar image copy. |
static int |
JNppi.nppiCopy_32s_C3P3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit signed packed to planar image copy. |
static int |
JNppi.nppiCopy_32s_C4C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C4C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C4CR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit signed image copy for four-channel images. |
static int |
JNppi.nppiCopy_32s_C4CR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit signed image copy for four-channel images. |
static int |
JNppi.nppiCopy_32s_C4MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C4MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C4MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy. |
static int |
JNppi.nppiCopy_32s_C4P4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit signed packed to planar image copy. |
static int |
JNppi.nppiCopy_32s_C4P4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit signed packed to planar image copy. |
static int |
JNppi.nppiCopy_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image copy. |
static int |
JNppi.nppiCopy_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image copy. |
static int |
JNppi.nppiCopy_32s_P3C3R(TypedPointer<Npp32s>[] aSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit signed planar to packed image copy. |
static int |
JNppi.nppiCopy_32s_P3C3R(TypedPointer<Npp32s>[] aSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit signed planar to packed image copy. |
static int |
JNppi.nppiCopy_32s_P4C4R(TypedPointer<Npp32s>[] aSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit signed planar to packed image copy. |
static int |
JNppi.nppiCopy_32s_P4C4R(TypedPointer<Npp32s>[] aSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit signed planar to packed image copy. |
static int |
JNppi.nppiCopy_32sc_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit complex image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_32sc_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit complex image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_32sc_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit complex image copy. |
static int |
JNppi.nppiCopy_32sc_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit complex image copy. |
static int |
JNppi.nppiCopy_32sc_C2R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 32-bit complex image copy. |
static int |
JNppi.nppiCopy_32sc_C2R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 32-bit complex image copy. |
static int |
JNppi.nppiCopy_32sc_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit complex image copy. |
static int |
JNppi.nppiCopy_32sc_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit complex image copy. |
static int |
JNppi.nppiCopy_32sc_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit complex image copy. |
static int |
JNppi.nppiCopy_32sc_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit complex image copy. |
static int |
JNppi.nppiCopy_8s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy, ignoring alpha channel. |
static int |
JNppi.nppiCopy_8s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy, ignoring alpha channel. |
static int |
JNppi.nppiCopy_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit image copy. |
static int |
JNppi.nppiCopy_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit image copy. |
static int |
JNppi.nppiCopy_8s_C2R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 8-bit image copy. |
static int |
JNppi.nppiCopy_8s_C2R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 8-bit image copy. |
static int |
JNppi.nppiCopy_8s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit image copy. |
static int |
JNppi.nppiCopy_8s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit image copy. |
static int |
JNppi.nppiCopy_8s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy. |
static int |
JNppi.nppiCopy_8s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy. |
static int |
JNppi.nppiCopy_8u_AC4MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_8u_AC4MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_8u_AC4MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image copy, not affecting Alpha channel. |
static int |
JNppi.nppiCopy_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image copy, not affecting Alpha channel. |
static int |
JNppi.nppiCopy_8u_C1C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C1C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C1C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C1C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C3C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C3C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C3CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 8-bit unsigned image copy for three-channel images. |
static int |
JNppi.nppiCopy_8u_C3CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 8-bit unsigned image copy for three-channel images. |
static int |
JNppi.nppiCopy_8u_C3MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C3MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C3MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit unsigned packed to planar image copy. |
static int |
JNppi.nppiCopy_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit unsigned packed to planar image copy. |
static int |
JNppi.nppiCopy_8u_C4C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C4C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C4CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 8-bit unsigned image copy for four-channel images. |
static int |
JNppi.nppiCopy_8u_C4CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 8-bit unsigned image copy for four-channel images. |
static int |
JNppi.nppiCopy_8u_C4MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C4MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C4MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C4P4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned packed to planar image copy. |
static int |
JNppi.nppiCopy_8u_C4P4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned packed to planar image copy. |
static int |
JNppi.nppiCopy_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image copy. |
static int |
JNppi.nppiCopy_8u_P3C3R(TypedPointer<Npp8u>[] aSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit unsigned planar to packed image copy. |
static int |
JNppi.nppiCopy_8u_P3C3R(TypedPointer<Npp8u>[] aSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit unsigned planar to packed image copy. |
static int |
JNppi.nppiCopy_8u_P4C4R(TypedPointer<Npp8u>[] aSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned planar to packed image copy. |
static int |
JNppi.nppiCopy_8u_P4C4R(TypedPointer<Npp8u>[] aSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned planar to packed image copy. |
static int |
JNppi.nppiCopyConstBorder_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
int nValue)
32-bit image copy with constant border color. |
static int |
JNppi.nppiCopyConstBorder_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
int nValue)
32-bit image copy with constant border color. |
static int |
JNppi.nppiCopyConstBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
byte[] aValue)
4 channel 8-bit unsigned image copy with constant border color. |
static int |
JNppi.nppiCopyConstBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
byte[] aValue)
4 channel 8-bit unsigned image copy with constant border color. |
static int |
JNppi.nppiCopyConstBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
byte nValue)
8-bit unsigned image copy width constant border color. |
static int |
JNppi.nppiCopyConstBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
byte nValue)
8-bit unsigned image copy width constant border color. |
static int |
JNppi.nppiCopyConstBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
byte[] aValue)
4channel 8-bit unsigned image copy with constant border color. |
static int |
JNppi.nppiCopyConstBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
byte[] aValue)
4channel 8-bit unsigned image copy with constant border color. |
static int |
JNppi.nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantFwdTable,
NppiSize oSizeROI)
Forward DCT, quantization and level shift part of the JPEG encoding. |
static int |
JNppi.nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantFwdTable,
NppiSize oSizeROI)
Forward DCT, quantization and level shift part of the JPEG encoding. |
static int |
JNppi.nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantFwdTable,
NppiSize oSizeROI)
Forward DCT, quantization and level shift part of the JPEG encoding. |
static int |
JNppi.nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantInvTable,
NppiSize oSizeROI)
Inverse DCT, de-quantization and level shift part of the JPEG decoding. |
static int |
JNppi.nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantInvTable,
NppiSize oSizeROI)
Inverse DCT, de-quantization and level shift part of the JPEG decoding. |
static int |
JNppi.nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantInvTable,
NppiSize oSizeROI)
Inverse DCT, de-quantization and level shift part of the JPEG decoding. |
static int |
JNppi.nppiDilate_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned image dilation. |
static int |
JNppi.nppiDilate_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned image dilation. |
static int |
JNppi.nppiDilate_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned image dilation. |
static int |
JNppi.nppiDilate_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned image dilation. |
static int |
JNppi.nppiDilate_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned image dilation. |
static int |
JNppi.nppiDilate_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned image dilation. |
static int |
JNppi.nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image division. |
static int |
JNppi.nppiDiv_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image division. |
static int |
JNppi.nppiDiv_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image division. |
static int |
JNppi.nppiDiv_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image division. |
static int |
JNppi.nppiDiv_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image division. |
static int |
JNppi.nppiDiv_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image division. |
static int |
JNppi.nppiDiv_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image division. |
static int |
JNppi.nppiDiv_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image division. |
static int |
JNppi.nppiDiv_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image division. |
static int |
JNppi.nppiDiv_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image division. |
static int |
JNppi.nppiDiv_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image division. |
static int |
JNppi.nppiDiv_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image division. |
static int |
JNppi.nppiDiv_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image division. |
static int |
JNppi.nppiDiv_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image division. |
static int |
JNppi.nppiDiv_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image division. |
static int |
JNppi.nppiDiv_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image division. |
static int |
JNppi.nppiDiv_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image division. |
static int |
JNppi.nppiDiv_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image division. |
static int |
JNppi.nppiDiv_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image division. |
static int |
JNppi.nppiDiv_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image division. |
static int |
JNppi.nppiDiv_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division. |
static int |
JNppi.nppiDiv_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division. |
static int |
JNppi.nppiDiv_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division. |
static int |
JNppi.nppiDiv_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division. |
static int |
JNppi.nppiDiv_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division. |
static int |
JNppi.nppiDiv_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division. |
static int |
JNppi.nppiDiv_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division. |
static int |
JNppi.nppiDiv_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
JNppi.nppiDiv_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
JNppi.nppiDiv_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
JNppi.nppiDiv_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division. |
static int |
JNppi.nppiDiv_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division. |
static int |
JNppi.nppiDiv_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
JNppi.nppiDiv_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
JNppi.nppiDiv_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
JNppi.nppiDiv_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division. |
static int |
JNppi.nppiDiv_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division. |
static int |
JNppi.nppiDiv_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
JNppi.nppiDiv_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
JNppi.nppiDiv_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
JNppi.nppiDiv_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image division. |
static int |
JNppi.nppiDiv_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image division. |
static int |
JNppi.nppiDiv_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image division. |
static int |
JNppi.nppiDiv_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image divided by constant. |
static int |
JNppi.nppiDivC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image divided by constant. |
static int |
JNppi.nppiDivC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image divided by constant. |
static int |
JNppi.nppiDivC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image divided by constant. |
static int |
JNppi.nppiDivC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image divided by constant. |
static int |
JNppi.nppiDivC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image divided by constant. |
static int |
JNppi.nppiDivC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image divided by constant. |
static int |
JNppi.nppiDivC_32f_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32f_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image divided by constant. |
static int |
JNppi.nppiDivC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image divided by constant. |
static int |
JNppi.nppiDivC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image divided by constant. |
static int |
JNppi.nppiDivC_32f_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32f_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image divided by constant. |
static int |
JNppi.nppiDivC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image divided by constant. |
static int |
JNppi.nppiDivC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image divided by constant. |
static int |
JNppi.nppiDivC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image divided by constant. |
static int |
JNppi.nppiDivC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image divided by constant. |
static int |
JNppi.nppiDivC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant. |
static int |
JNppi.nppiDivC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant. |
static int |
JNppi.nppiDivC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
JNppi.nppiDivC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiErode_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned image erosion. |
static int |
JNppi.nppiErode_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned image erosion. |
static int |
JNppi.nppiErode_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned image erosion. |
static int |
JNppi.nppiErode_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned image erosion. |
static int |
JNppi.nppiErode_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned image erosion. |
static int |
JNppi.nppiErode_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned image erosion. |
static int |
JNppi.nppiEvenLevelsHost_32s(TypedPointer<Npp32s> hpLevels,
int nLevels,
int nLowerLevel,
int nUpperLevel)
Compute levels with even distribution. |
static int |
JNppi.nppiExp_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image exponential. |
static int |
JNppi.nppiExp_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image exponential. |
static int |
JNppi.nppiExp_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image exponential. |
static int |
JNppi.nppiExp_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image exponential. |
static int |
JNppi.nppiExp_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image exponential. |
static int |
JNppi.nppiExp_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image exponential. |
static int |
JNppi.nppiExp_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiFilter_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
8-bit unsigned convolution filter. |
static int |
JNppi.nppiFilter_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
8-bit unsigned convolution filter. |
static int |
JNppi.nppiFilter_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
8-bit unsigned convolution filter. |
static int |
JNppi.nppiFilter_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
4 channel 8-bit unsigned convolution filter. |
static int |
JNppi.nppiFilter_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
4 channel 8-bit unsigned convolution filter. |
static int |
JNppi.nppiFilter_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
4 channel 8-bit unsigned convolution filter. |
static int |
JNppi.nppiFilterBox_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned box filter. |
static int |
JNppi.nppiFilterBox_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned box filter. |
static int |
JNppi.nppiFilterBox_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned box filter. |
static int |
JNppi.nppiFilterBox_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned box filter. |
static int |
JNppi.nppiFilterColumn_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned 1D (column) image convolution. |
static int |
JNppi.nppiFilterColumn_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned 1D (column) image convolution. |
static int |
JNppi.nppiFilterColumn_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned 1D (column) image convolution. |
static int |
JNppi.nppiFilterColumn_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
4 channel 8-bit unsigned 1D (column) image convolution. |
static int |
JNppi.nppiFilterColumn_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
4 channel 8-bit unsigned 1D (column) image convolution. |
static int |
JNppi.nppiFilterColumn_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
4 channel 8-bit unsigned 1D (column) image convolution. |
static int |
JNppi.nppiFilterMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned maximum filter. |
static int |
JNppi.nppiFilterMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned maximum filter. |
static int |
JNppi.nppiFilterMax_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned maximum filter. |
static int |
JNppi.nppiFilterMax_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned maximum filter. |
static int |
JNppi.nppiFilterMin_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned minimum filter. |
static int |
JNppi.nppiFilterMin_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned minimum filter. |
static int |
JNppi.nppiFilterMin_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned minimum filter. |
static int |
JNppi.nppiFilterMin_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned minimum filter. |
static int |
JNppi.nppiFilterRow_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned 1D (row) image convolution. |
static int |
JNppi.nppiFilterRow_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned 1D (row) image convolution. |
static int |
JNppi.nppiFilterRow_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned 1D (row) image convolution. |
static int |
JNppi.nppiFilterRow_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
4 channel 8-bit unsigned 1D (row) image convolution. |
static int |
JNppi.nppiFilterRow_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
4 channel 8-bit unsigned 1D (row) image convolution. |
static int |
JNppi.nppiFilterRow_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
4 channel 8-bit unsigned 1D (row) image convolution. |
static int |
JNppi.nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
JNppi.nppiGraphcut8InitAlloc(NppiSize oSize,
NppiGraphcutState[] ppState,
TypedPointer<Npp8u> pDeviceMem)
Allocates and initializes the graph-cut state structure and additional resources for graph-cut with 8 neighborhood labeling. |
static int |
JNppi.nppiGraphcutInitAlloc(NppiSize oSize,
NppiGraphcutState[] ppState,
TypedPointer<Npp8u> pDeviceMem)
Initializes graph-cut state structure and allocates additional resources for graph-cut with 8 neighborhood labeling. |
static int |
JNppi.nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 16-bit signed histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 16-bit signed histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 16-bit signed histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 16-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 16-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 16-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
16-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
16-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
16-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 8-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 8-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 8-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
8-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
8-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
8-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 8-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 8-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 8-bit unsigned histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 16-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 16-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 16-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 16-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
16-bit unsigned histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
16-bit unsigned histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
16-bit unsigned histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
16-bit unsigned histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 32-bit float histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 32-bit float histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 32-bit float histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 32-bit float histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32f> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
32-bit float histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32f> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
32-bit float histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32f> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
32-bit float histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32f> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
32-bit float histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 32-bit float histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 32-bit float histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 32-bit float histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 32-bit float histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 8-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 8-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 8-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 8-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
8-bit unsigned histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
8-bit unsigned histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
8-bit unsigned histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
8-bit unsigned histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 8-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 8-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 8-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 8-bit unsigned histogram with bins determined by pLevels. |
static int |
JNppi.nppiLn_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image natural logarithm. |
static int |
JNppi.nppiLn_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image natural logarithm. |
static int |
JNppi.nppiLn_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image natural logarithm. |
static int |
JNppi.nppiLn_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image natural logarithm. |
static int |
JNppi.nppiLn_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image natural logarithm. |
static int |
JNppi.nppiLn_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image natural logarithm. |
static int |
JNppi.nppiLn_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLShiftC_16u_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_16u_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_16u_C1IR(int nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_16u_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_16u_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_16u_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_16u_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_8u_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_8u_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant with unmodified alpha. |
static int |
JNppi.nppiLShiftC_8u_C1IR(int nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_8u_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_8u_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_8u_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_8u_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant. |
static int |
JNppi.nppiLShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant. |
static int |
JNppi.nppiLShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant. |
static int |
JNppi.nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned look-up-table color conversion, not affecting Alpha. |
static int |
JNppi.nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned look-up-table color conversion, not affecting Alpha. |
static int |
JNppi.nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned look-up-table color conversion, not affecting Alpha. |
static int |
JNppi.nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned look-up-table color conversion, not affecting Alpha. |
static int |
JNppi.nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned look-up-table color conversion. |
static int |
JNppi.nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned look-up-table color conversion. |
static int |
JNppi.nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned look-up-table color conversion. |
static int |
JNppi.nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned look-up-table color conversion. |
static int |
JNppi.nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 8-bit unsigned look-up-table color conversion. |
static int |
JNppi.nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 8-bit unsigned look-up-table color conversion. |
static int |
JNppi.nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 8-bit unsigned look-up-table color conversion. |
static int |
JNppi.nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 8-bit unsigned look-up-table color conversion. |
static int |
JNppi.nppiMagnitude_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point complex to 32-bit floating point magnitude. |
static int |
JNppi.nppiMagnitude_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point complex to 32-bit floating point magnitude. |
static int |
JNppi.nppiMagnitudeSqr_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point complex to 32-bit floating point squared magnitude. |
static int |
JNppi.nppiMagnitudeSqr_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point complex to 32-bit floating point squared magnitude. |
static int |
JNppi.nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
8-bit unsigned mean standard deviation. |
static int |
JNppi.nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
8-bit unsigned mean standard deviation. |
static int |
JNppi.nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
8-bit unsigned mean standard deviation. |
static int |
JNppi.nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
8-bit unsigned mean standard deviation. |
static int |
JNppi.nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMin,
TypedPointer<Npp8u> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
8-bit unsigned pixel minimum and maximum. |
static int |
JNppi.nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMin,
TypedPointer<Npp8u> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
8-bit unsigned pixel minimum and maximum. |
static int |
JNppi.nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMin,
TypedPointer<Npp8u> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
8-bit unsigned pixel minimum and maximum. |
static int |
JNppi.nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMin,
TypedPointer<Npp8u> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
8-bit unsigned pixel minimum and maximum. |
static int |
JNppi.nppiMinMax_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
byte[] aMin,
byte[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
4 channel 8-bit unsigned pixel minimum and maximum. |
static int |
JNppi.nppiMinMax_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
byte[] aMin,
byte[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
4 channel 8-bit unsigned pixel minimum and maximum. |
static int |
JNppi.nppiMirror_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 16-bit unsigned image mirror not affecting alpha. |
static int |
JNppi.nppiMirror_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 16-bit unsigned image mirror not affecting alpha. |
static int |
JNppi.nppiMirror_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
16-bit unsigned image mirror. |
static int |
JNppi.nppiMirror_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
16-bit unsigned image mirror. |
static int |
JNppi.nppiMirror_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 16-bit unsigned image mirror. |
static int |
JNppi.nppiMirror_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 16-bit unsigned image mirror. |
static int |
JNppi.nppiMirror_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 16-bit unsigned image mirror. |
static int |
JNppi.nppiMirror_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 16-bit unsigned image mirror. |
static int |
JNppi.nppiMirror_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit float image mirror not affecting alpha. |
static int |
JNppi.nppiMirror_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit float image mirror not affecting alpha. |
static int |
JNppi.nppiMirror_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
32-bit float image mirror. |
static int |
JNppi.nppiMirror_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
32-bit float image mirror. |
static int |
JNppi.nppiMirror_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 32-bit float image mirror. |
static int |
JNppi.nppiMirror_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 32-bit float image mirror. |
static int |
JNppi.nppiMirror_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit float image mirror. |
static int |
JNppi.nppiMirror_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit float image mirror. |
static int |
JNppi.nppiMirror_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit image mirror not affecting alpha. |
static int |
JNppi.nppiMirror_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit image mirror not affecting alpha. |
static int |
JNppi.nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
32-bit image mirror. |
static int |
JNppi.nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
32-bit image mirror. |
static int |
JNppi.nppiMirror_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 32-bit image mirror. |
static int |
JNppi.nppiMirror_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 32-bit image mirror. |
static int |
JNppi.nppiMirror_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit image mirror. |
static int |
JNppi.nppiMirror_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit image mirror. |
static int |
JNppi.nppiMirror_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 8-bit unsigned image mirror not affecting alpha. |
static int |
JNppi.nppiMirror_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 8-bit unsigned image mirror not affecting alpha. |
static int |
JNppi.nppiMirror_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
8-bit unsigned image mirror. |
static int |
JNppi.nppiMirror_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
8-bit unsigned image mirror. |
static int |
JNppi.nppiMirror_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 8-bit unsigned image mirror. |
static int |
JNppi.nppiMirror_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 8-bit unsigned image mirror. |
static int |
JNppi.nppiMirror_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 8-bit unsigned image mirror. |
static int |
JNppi.nppiMirror_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 8-bit unsigned image mirror. |
static int |
JNppi.nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiplication. |
static int |
JNppi.nppiMul_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiplication. |
static int |
JNppi.nppiMul_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiplication. |
static int |
JNppi.nppiMul_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiplication. |
static int |
JNppi.nppiMul_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiplication. |
static int |
JNppi.nppiMul_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image multiplication. |
static int |
JNppi.nppiMul_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image multiplication. |
static int |
JNppi.nppiMul_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image multiplication. |
static int |
JNppi.nppiMul_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image multiplication. |
static int |
JNppi.nppiMul_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image multiplication. |
static int |
JNppi.nppiMul_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image multiplication. |
static int |
JNppi.nppiMul_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image multiplication. |
static int |
JNppi.nppiMul_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiplication. |
static int |
JNppi.nppiMul_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiplication. |
static int |
JNppi.nppiMul_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiplication. |
static int |
JNppi.nppiMul_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiplication. |
static int |
JNppi.nppiMul_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiplication. |
static int |
JNppi.nppiMul_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image multiplication. |
static int |
JNppi.nppiMul_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image multiplication. |
static int |
JNppi.nppiMul_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image multiplication. |
static int |
JNppi.nppiMul_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication. |
static int |
JNppi.nppiMul_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication. |
static int |
JNppi.nppiMul_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication. |
static int |
JNppi.nppiMul_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication. |
static int |
JNppi.nppiMul_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication. |
static int |
JNppi.nppiMul_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication. |
static int |
JNppi.nppiMul_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication. |
static int |
JNppi.nppiMul_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
JNppi.nppiMul_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
JNppi.nppiMul_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
JNppi.nppiMul_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication. |
static int |
JNppi.nppiMul_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication. |
static int |
JNppi.nppiMul_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
JNppi.nppiMul_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
JNppi.nppiMul_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
JNppi.nppiMul_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication. |
static int |
JNppi.nppiMul_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication. |
static int |
JNppi.nppiMul_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
JNppi.nppiMul_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
JNppi.nppiMul_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
JNppi.nppiMul_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 1 channel 32-bit image multiplication. |
static int |
JNppi.nppiMul_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 1 channel 32-bit image multiplication. |
static int |
JNppi.nppiMul_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 1 channel 32-bit image multiplication. |
static int |
JNppi.nppiMul_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiply by constant. |
static int |
JNppi.nppiMulC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiply by constant. |
static int |
JNppi.nppiMulC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiply by constant. |
static int |
JNppi.nppiMulC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiply by constant. |
static int |
JNppi.nppiMulC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
JNppi.nppiMulC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulCScale_16u_AC4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_AC4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_C3IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_C3IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_C4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_C4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_AC4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_AC4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_C3IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_C3IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_C4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_C4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulCScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
JNppi.nppiMulScale_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiMulScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
JNppi.nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned Infinity Norm of pixel differences. |
static int |
JNppi.nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned Infinity Norm of pixel differences. |
static int |
JNppi.nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned Infinity Norm of pixel differences. |
static int |
JNppi.nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned L1 norm of pixel differences. |
static int |
JNppi.nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned L1 norm of pixel differences. |
static int |
JNppi.nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned L1 norm of pixel differences. |
static int |
JNppi.nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned L2 norm of pixel differences. |
static int |
JNppi.nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned L2 norm of pixel differences. |
static int |
JNppi.nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned L2 norm of pixel differences. |
static int |
JNppi.nppiNot_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical not with unmodified alpha. |
static int |
JNppi.nppiNot_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical not with unmodified alpha. |
static int |
JNppi.nppiNot_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical not with unmodified alpha. |
static int |
JNppi.nppiNot_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical not. |
static int |
JNppi.nppiNot_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical not. |
static int |
JNppi.nppiNot_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical not. |
static int |
JNppi.nppiNot_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical not. |
static int |
JNppi.nppiNot_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical not. |
static int |
JNppi.nppiNot_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical not. |
static int |
JNppi.nppiNot_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical not. |
static int |
JNppi.nppiNot_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical not. |
static int |
JNppi.nppiNot_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical not. |
static int |
JNppi.nppiOr_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical or. |
static int |
JNppi.nppiOr_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical or. |
static int |
JNppi.nppiOr_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or. |
static int |
JNppi.nppiOr_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or. |
static int |
JNppi.nppiOr_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or. |
static int |
JNppi.nppiOr_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or. |
static int |
JNppi.nppiOr_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or. |
static int |
JNppi.nppiOr_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or. |
static int |
JNppi.nppiOr_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or. |
static int |
JNppi.nppiOr_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or. |
static int |
JNppi.nppiOr_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or. |
static int |
JNppi.nppiOr_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or. |
static int |
JNppi.nppiOr_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or. |
static int |
JNppi.nppiOr_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or. |
static int |
JNppi.nppiOr_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or. |
static int |
JNppi.nppiOr_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical or. |
static int |
JNppi.nppiOr_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical or. |
static int |
JNppi.nppiOr_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical or. |
static int |
JNppi.nppiOr_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical or. |
static int |
JNppi.nppiOr_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical or. |
static int |
JNppi.nppiOr_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or. |
static int |
JNppi.nppiOr_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or. |
static int |
JNppi.nppiOr_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or. |
static int |
JNppi.nppiOr_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or. |
static int |
JNppi.nppiOr_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or. |
static int |
JNppi.nppiOr_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or. |
static int |
JNppi.nppiOr_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or. |
static int |
JNppi.nppiOr_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or. |
static int |
JNppi.nppiOr_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or. |
static int |
JNppi.nppiOr_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or. |
static int |
JNppi.nppiOr_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with unmodified alpha. |
static int |
JNppi.nppiOr_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical or. |
static int |
JNppi.nppiOr_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical or. |
static int |
JNppi.nppiOr_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or. |
static int |
JNppi.nppiOr_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or. |
static int |
JNppi.nppiOr_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or. |
static int |
JNppi.nppiOr_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or. |
static int |
JNppi.nppiOr_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or. |
static int |
JNppi.nppiOr_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or. |
static int |
JNppi.nppiOr_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or. |
static int |
JNppi.nppiOr_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or. |
static int |
JNppi.nppiOr_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or. |
static int |
JNppi.nppiOr_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or. |
static int |
JNppi.nppiOr_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or. |
static int |
JNppi.nppiOr_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or. |
static int |
JNppi.nppiOr_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or. |
static int |
JNppi.nppiOrC_16u_AC4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_16u_AC4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or with constant. |
static int |
JNppi.nppiOrC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or with constant. |
static int |
JNppi.nppiOrC_16u_C3IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_16u_C3IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or with constant. |
static int |
JNppi.nppiOrC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or with constant. |
static int |
JNppi.nppiOrC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or with constant. |
static int |
JNppi.nppiOrC_16u_C4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_16u_C4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant. |
static int |
JNppi.nppiOrC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant. |
static int |
JNppi.nppiOrC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant. |
static int |
JNppi.nppiOrC_32s_AC4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_32s_AC4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical or with constant. |
static int |
JNppi.nppiOrC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical or with constant. |
static int |
JNppi.nppiOrC_32s_C3IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_32s_C3IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or with constant. |
static int |
JNppi.nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or with constant. |
static int |
JNppi.nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or with constant. |
static int |
JNppi.nppiOrC_32s_C4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_32s_C4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant. |
static int |
JNppi.nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant. |
static int |
JNppi.nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant. |
static int |
JNppi.nppiOrC_8u_AC4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_8u_AC4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant with unmodified alpha. |
static int |
JNppi.nppiOrC_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or with constant. |
static int |
JNppi.nppiOrC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or with constant. |
static int |
JNppi.nppiOrC_8u_C3IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_8u_C3IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or with constant. |
static int |
JNppi.nppiOrC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or with constant. |
static int |
JNppi.nppiOrC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or with constant. |
static int |
JNppi.nppiOrC_8u_C4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_8u_C4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant. |
static int |
JNppi.nppiOrC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant. |
static int |
JNppi.nppiOrC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant. |
static int |
JNppi.nppiOrC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant. |
static int |
JNppi.nppiQuantFwdRawTableInit_JPEG_8u(TypedPointer<Npp8u> hpQuantRawTable,
int nQualityFactor)
Apply quality factor to raw 8-bit quantization table. |
static int |
JNppi.nppiQuantFwdTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable,
TypedPointer<Npp16u> hpQuantFwdRawTable)
Initializes a quantization table for nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(). |
static int |
JNppi.nppiQuantFwdTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable,
TypedPointer<Npp16u> hpQuantFwdRawTable)
Initializes a quantization table for nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(). |
static int |
JNppi.nppiQuantInvTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable,
TypedPointer<Npp16u> hpQuantFwdRawTable)
Initializes a quantization table for nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(). |
static int |
JNppi.nppiQuantInvTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable,
TypedPointer<Npp16u> hpQuantFwdRawTable)
Initializes a quantization table for nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(). |
static int |
JNppi.nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pSqr,
int nSqrStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect rect)
RectStdDev Computes the standard deviation of integral images |
static int |
JNppi.nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pSqr,
int nSqrStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect rect)
RectStdDev Computes the standard deviation of integral images |
static int |
JNppi.nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pSqr,
int nSqrStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect rect)
RectStdDev Computes the standard deviation of integral images |
static int |
JNppi.nppiResize_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double xFactor,
double yFactor,
int eInterpolation)
8-bit unsigned image resize. |
static int |
JNppi.nppiResize_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double xFactor,
double yFactor,
int eInterpolation)
8-bit unsigned image resize. |
static int |
JNppi.nppiResize_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double xFactor,
double yFactor,
int eInterpolation)
4 channel 8-bit unsigned image resize. |
static int |
JNppi.nppiResize_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double xFactor,
double yFactor,
int eInterpolation)
4 channel 8-bit unsigned image resize. |
static int |
JNppi.nppiRGBToYCbCr_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned RGB to YCbCr color conversion, ignoring Alpha. |
static int |
JNppi.nppiRGBToYCbCr_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned RGB to YCbCr color conversion, ignoring Alpha. |
static int |
JNppi.nppiRGBToYCbCr_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to packed YCbCr color conversion. |
static int |
JNppi.nppiRGBToYCbCr_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to packed YCbCr color conversion. |
static int |
JNppi.nppiRGBToYCbCr_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel planar 8-bit unsigned RGB to YCbCr color conversion. |
static int |
JNppi.nppiRGBToYCbCr_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel planar 8-bit unsigned RGB to YCbCr color conversion. |
static int |
JNppi.nppiRGBToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to planar YCbCr420 color conversion. |
static int |
JNppi.nppiRGBToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to planar YCbCr420 color conversion. |
static int |
JNppi.nppiRGBToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned RGB to 2 channel chroma packed YCbCr422 color conversion. |
static int |
JNppi.nppiRGBToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned RGB to 2 channel chroma packed YCbCr422 color conversion. |
static int |
JNppi.nppiRotate_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 16-bit unsigned image rotate ignoring alpha channel. |
static int |
JNppi.nppiRotate_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 16-bit unsigned image rotate ignoring alpha channel. |
static int |
JNppi.nppiRotate_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
16-bit unsigned image rotate. |
static int |
JNppi.nppiRotate_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
16-bit unsigned image rotate. |
static int |
JNppi.nppiRotate_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
3 channel 16-bit unsigned image rotate. |
static int |
JNppi.nppiRotate_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
3 channel 16-bit unsigned image rotate. |
static int |
JNppi.nppiRotate_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 16-bit unsigned image rotate. |
static int |
JNppi.nppiRotate_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 16-bit unsigned image rotate. |
static int |
JNppi.nppiRotate_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 32-bit float image rotate ignoring alpha channel. |
static int |
JNppi.nppiRotate_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 32-bit float image rotate ignoring alpha channel. |
static int |
JNppi.nppiRotate_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
32-bit float image rotate. |
static int |
JNppi.nppiRotate_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
32-bit float image rotate. |
static int |
JNppi.nppiRotate_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
3 channel 32-bit float image rotate. |
static int |
JNppi.nppiRotate_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
3 channel 32-bit float image rotate. |
static int |
JNppi.nppiRotate_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 32-bit float image rotate. |
static int |
JNppi.nppiRotate_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 32-bit float image rotate. |
static int |
JNppi.nppiRotate_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 8-bit unsigned image rotate ignoring alpha channel. |
static int |
JNppi.nppiRotate_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 8-bit unsigned image rotate ignoring alpha channel. |
static int |
JNppi.nppiRotate_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
8-bit unsigned image rotate. |
static int |
JNppi.nppiRotate_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
8-bit unsigned image rotate. |
static int |
JNppi.nppiRotate_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
3 channel 8-bit unsigned image rotate. |
static int |
JNppi.nppiRotate_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
3 channel 8-bit unsigned image rotate. |
static int |
JNppi.nppiRotate_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 8-bit unsigned image rotate. |
static int |
JNppi.nppiRotate_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 8-bit unsigned image rotate. |
static int |
JNppi.nppiRShiftC_16s_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_16s_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_16s_C1IR(int nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16u_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_16u_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_16u_C1IR(int nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16u_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_16u_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16u_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_16u_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_8s_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_8s_AC4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_8s_AC4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_8s_AC4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_8s_C1IR(int nConstant,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit signed char channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C3R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C3R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C3R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8u_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_8u_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_8u_C1IR(int nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8u_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_8u_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8u_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_8u_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant. |
static int |
JNppi.nppiSet_16s_AC4MR(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_16s_AC4MR(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_16s_AC4R(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_16s_C1MR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 16-bit image set. |
static int |
JNppi.nppiSet_16s_C1MR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 16-bit image set. |
static int |
JNppi.nppiSet_16s_C1R(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit image set. |
static int |
JNppi.nppiSet_16s_C2R(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 16-bit image set. |
static int |
JNppi.nppiSet_16s_C4CR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set affecting only single channel. |
static int |
JNppi.nppiSet_16s_C4MR(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set. |
static int |
JNppi.nppiSet_16s_C4MR(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set. |
static int |
JNppi.nppiSet_16s_C4R(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set. |
static int |
JNppi.nppiSet_16sc_AC4R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer four-channel image set ignoring alpha. |
static int |
JNppi.nppiSet_16sc_C1R(Npp16sc oValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer image set. |
static int |
JNppi.nppiSet_16sc_C2R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer two-channel image set. |
static int |
JNppi.nppiSet_16sc_C3R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer three-channel image set. |
static int |
JNppi.nppiSet_16sc_C4R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer four-channel image set. |
static int |
JNppi.nppiSet_16u_AC4MR(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_16u_AC4MR(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_16u_AC4R(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_16u_C1MR(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 16-bit unsigned image set. |
static int |
JNppi.nppiSet_16u_C1MR(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 16-bit unsigned image set. |
static int |
JNppi.nppiSet_16u_C1R(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned image set. |
static int |
JNppi.nppiSet_16u_C2R(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 16-bit unsigned image set. |
static int |
JNppi.nppiSet_16u_C4CR(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set affecting only single channel. |
static int |
JNppi.nppiSet_16u_C4MR(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit unsigned image set. |
static int |
JNppi.nppiSet_16u_C4MR(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit unsigned image set. |
static int |
JNppi.nppiSet_16u_C4R(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set. |
static int |
JNppi.nppiSet_32f_AC4MR(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_32f_AC4MR(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_32f_AC4R(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_32f_C1MR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 32-bit floating point image set. |
static int |
JNppi.nppiSet_32f_C1MR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 32-bit floating point image set. |
static int |
JNppi.nppiSet_32f_C1R(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point image set. |
static int |
JNppi.nppiSet_32f_C4CR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set affecting only single channel. |
static int |
JNppi.nppiSet_32f_C4MR(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit floating point image set. |
static int |
JNppi.nppiSet_32f_C4MR(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit floating point image set. |
static int |
JNppi.nppiSet_32f_C4R(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set. |
static int |
JNppi.nppiSet_32fc_AC4R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit complex four-channel image set ignoring alpha. |
static int |
JNppi.nppiSet_32fc_C1R(Npp32fc oValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit complex image set. |
static int |
JNppi.nppiSet_32fc_C2R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Two channel 32-bit complex image set. |
static int |
JNppi.nppiSet_32fc_C3R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit complex image set. |
static int |
JNppi.nppiSet_32fc_C4R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit complex image set. |
static int |
JNppi.nppiSet_32s_AC4MR(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_32s_AC4MR(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_32s_AC4R(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_32s_C1MR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 32-bit image set. |
static int |
JNppi.nppiSet_32s_C1MR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 32-bit image set. |
static int |
JNppi.nppiSet_32s_C1R(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit image set. |
static int |
JNppi.nppiSet_32s_C4CR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit unsigned image set affecting only single channel. |
static int |
JNppi.nppiSet_32s_C4MR(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit image set. |
static int |
JNppi.nppiSet_32s_C4MR(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit image set. |
static int |
JNppi.nppiSet_32s_C4R(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image set. |
static int |
JNppi.nppiSet_32sc_AC4R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit complex integer four-channel image set ignoring alpha. |
static int |
JNppi.nppiSet_32sc_C1R(Npp32sc oValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit complex integer image set. |
static int |
JNppi.nppiSet_32sc_C2R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two channel 32-bit complex integer image set. |
static int |
JNppi.nppiSet_32sc_C3R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit complex integer image set. |
static int |
JNppi.nppiSet_32sc_C4R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit complex integer image set. |
static int |
JNppi.nppiSet_8s_AC4R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit four-channel image set ignoring alpha channel. |
static int |
JNppi.nppiSet_8s_C1R(byte nValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit image set. |
static int |
JNppi.nppiSet_8s_C2R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit two-channel image set. |
static int |
JNppi.nppiSet_8s_C3R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit three-channel image set. |
static int |
JNppi.nppiSet_8s_C4R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit four-channel image set. |
static int |
JNppi.nppiSet_8u_AC4MR(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_8u_AC4MR(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_8u_AC4R(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_8u_C1MR(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 8-bit unsigned image set. |
static int |
JNppi.nppiSet_8u_C1MR(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 8-bit unsigned image set. |
static int |
JNppi.nppiSet_8u_C1R(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned image set. |
static int |
JNppi.nppiSet_8u_C4CR(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image set affecting only single channel. |
static int |
JNppi.nppiSet_8u_C4MR(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 8-bit unsigned image set. |
static int |
JNppi.nppiSet_8u_C4MR(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 8-bit unsigned image set. |
static int |
JNppi.nppiSet_8u_C4R(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image set. |
static int |
JNppi.nppiSqr_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16u_AC4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16u_AC4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16u_C4IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16u_C4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16u_C4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image squared with unmodified alpha. |
static int |
JNppi.nppiSqr_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image squared with unmodified alpha. |
static int |
JNppi.nppiSqr_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image squared with unmodified alpha. |
static int |
JNppi.nppiSqr_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image squared. |
static int |
JNppi.nppiSqr_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared. |
static int |
JNppi.nppiSqr_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared. |
static int |
JNppi.nppiSqr_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image squared. |
static int |
JNppi.nppiSqr_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image squared. |
static int |
JNppi.nppiSqr_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image squared. |
static int |
JNppi.nppiSqr_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image squared. |
static int |
JNppi.nppiSqr_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image squared. |
static int |
JNppi.nppiSqr_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image squared. |
static int |
JNppi.nppiSqr_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_8u_C4IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_8u_C4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_8u_C4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrIntegral_8u32s32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
TypedPointer<Npp32f> pSqr,
int nSqrStep,
NppiSize oSrcROI,
int val,
float valSqr,
int integralImageNewHeight)
SqrIntegral Transforms an image to integral and integral of pixel squares representation. |
static int |
JNppi.nppiSqrIntegral_8u32s32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
TypedPointer<Npp32f> pSqr,
int nSqrStep,
NppiSize oSrcROI,
int val,
float valSqr,
int integralImageNewHeight)
SqrIntegral Transforms an image to integral and integral of pixel squares representation. |
static int |
JNppi.nppiSqrIntegral_8u32s32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
TypedPointer<Npp32f> pSqr,
int nSqrStep,
NppiSize oSrcROI,
int val,
float valSqr,
int integralImageNewHeight)
SqrIntegral Transforms an image to integral and integral of pixel squares representation. |
static int |
JNppi.nppiSqrt_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16u_AC4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16u_AC4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image square root with unmodified alpha. |
static int |
JNppi.nppiSqrt_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image square root with unmodified alpha. |
static int |
JNppi.nppiSqrt_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image square root with unmodified alpha. |
static int |
JNppi.nppiSqrt_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image square root. |
static int |
JNppi.nppiSqrt_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image square root. |
static int |
JNppi.nppiSqrt_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image square root. |
static int |
JNppi.nppiSqrt_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image square root. |
static int |
JNppi.nppiSqrt_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image square root. |
static int |
JNppi.nppiSqrt_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image square root. |
static int |
JNppi.nppiSqrt_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image square root. |
static int |
JNppi.nppiSqrt_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image square root. |
static int |
JNppi.nppiSqrt_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image square root. |
static int |
JNppi.nppiSqrt_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtraction. |
static int |
JNppi.nppiSub_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtraction. |
static int |
JNppi.nppiSub_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtraction. |
static int |
JNppi.nppiSub_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtraction. |
static int |
JNppi.nppiSub_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtraction. |
static int |
JNppi.nppiSub_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image subtraction. |
static int |
JNppi.nppiSub_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image subtraction. |
static int |
JNppi.nppiSub_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image subtraction. |
static int |
JNppi.nppiSub_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image subtraction. |
static int |
JNppi.nppiSub_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image subtraction. |
static int |
JNppi.nppiSub_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image subtraction. |
static int |
JNppi.nppiSub_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image subtraction. |
static int |
JNppi.nppiSub_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtraction. |
static int |
JNppi.nppiSub_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtraction. |
static int |
JNppi.nppiSub_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtraction. |
static int |
JNppi.nppiSub_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtraction. |
static int |
JNppi.nppiSub_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtraction. |
static int |
JNppi.nppiSub_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtraction. |
static int |
JNppi.nppiSub_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtraction. |
static int |
JNppi.nppiSub_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtraction. |
static int |
JNppi.nppiSub_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction. |
static int |
JNppi.nppiSub_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction. |
static int |
JNppi.nppiSub_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction. |
static int |
JNppi.nppiSub_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction. |
static int |
JNppi.nppiSub_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction. |
static int |
JNppi.nppiSub_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction. |
static int |
JNppi.nppiSub_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction. |
static int |
JNppi.nppiSub_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
JNppi.nppiSub_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
JNppi.nppiSub_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
JNppi.nppiSub_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction. |
static int |
JNppi.nppiSub_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction. |
static int |
JNppi.nppiSub_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
JNppi.nppiSub_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
JNppi.nppiSub_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
JNppi.nppiSub_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction. |
static int |
JNppi.nppiSub_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction. |
static int |
JNppi.nppiSub_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
JNppi.nppiSub_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
JNppi.nppiSub_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
JNppi.nppiSub_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image subtraction. |
static int |
JNppi.nppiSub_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image subtraction. |
static int |
JNppi.nppiSub_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image subtraction. |
static int |
JNppi.nppiSub_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtract constant. |
static int |
JNppi.nppiSubC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtract constant. |
static int |
JNppi.nppiSubC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtract constant. |
static int |
JNppi.nppiSubC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtract constant. |
static int |
JNppi.nppiSubC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtract constant. |
static int |
JNppi.nppiSubC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image subtract constant. |
static int |
JNppi.nppiSubC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image subtract constant. |
static int |
JNppi.nppiSubC_32f_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32f_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtract constant. |
static int |
JNppi.nppiSubC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtract constant. |
static int |
JNppi.nppiSubC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtract constant. |
static int |
JNppi.nppiSubC_32f_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32f_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtract constant. |
static int |
JNppi.nppiSubC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtract constant. |
static int |
JNppi.nppiSubC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtract constant. |
static int |
JNppi.nppiSubC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image subtract constant. |
static int |
JNppi.nppiSubC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image subtract constant. |
static int |
JNppi.nppiSubC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant. |
static int |
JNppi.nppiSubC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant. |
static int |
JNppi.nppiSubC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
JNppi.nppiSubC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSum_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] pSum)
8-bit unsigned image sum with 64-bit double precision result. |
static int |
JNppi.nppiSum_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] pSum)
8-bit unsigned image sum with 64-bit double precision result. |
static int |
JNppi.nppiSum_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
4 channel 8-bit unsigned image sum with 64-bit double precision result. |
static int |
JNppi.nppiSum_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
4 channel 8-bit unsigned image sum with 64-bit double precision result. |
static int |
JNppi.nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
long[] pSum)
8-bit unsigned image sum with 64-bit long long result. |
static int |
JNppi.nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
long[] pSum)
8-bit unsigned image sum with 64-bit long long result. |
static int |
JNppi.nppiSum_8u64s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
long[] aSum)
4 channel 8-bit unsigned image sum with 64-bit long long result. |
static int |
JNppi.nppiSum_8u64s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
long[] aSum)
4 channel 8-bit unsigned image sum with 64-bit long long result. |
static int |
JNppi.nppiSumWindowColumn_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
8-bit unsigned 1D (column) sum to 32f. |
static int |
JNppi.nppiSumWindowColumn_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
8-bit unsigned 1D (column) sum to 32f. |
static int |
JNppi.nppiSumWindowRow_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
8-bit unsigned 1D (row) sum to 32f. |
static int |
JNppi.nppiSumWindowRow_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
8-bit unsigned 1D (row) sum to 32f. |
static int |
JNppi.nppiSwapChannels_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 8-bit unsigned swap channels, in-place. |
static int |
JNppi.nppiThreshold_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
int eComparisonOperation)
32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
int eComparisonOperation)
32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] aThresholds,
int eComparisonOperation)
4 channel 8-bit unsigned image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] aThresholds,
int eComparisonOperation)
4 channel 8-bit unsigned image threshold, not affecting Alpha. |
static int |
JNppi.nppiTranspose_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI)
8-bit image transpose. |
static int |
JNppi.nppiTranspose_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI)
8-bit image transpose. |
static int |
JNppi.nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
JNppi.nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
JNppi.nppiWarpAffine_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffine_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffine_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three channels) |
static int |
JNppi.nppiWarpAffine_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three channels) |
static int |
JNppi.nppiWarpAffine_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels) |
static int |
JNppi.nppiWarpAffine_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels) |
static int |
JNppi.nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three planes) |
static int |
JNppi.nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three planes) |
static int |
JNppi.nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four planes) |
static int |
JNppi.nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four planes) |
static int |
JNppi.nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpAffine_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpAffine_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int interpolation)
Affine transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int interpolation)
Affine transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
JNppi.nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
JNppi.nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, three channels) |
static int |
JNppi.nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, three channels) |
static int |
JNppi.nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four channels) |
static int |
JNppi.nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four channels) |
static int |
JNppi.nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, three planes) |
static int |
JNppi.nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, three planes) |
static int |
JNppi.nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four planes) |
static int |
JNppi.nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four planes) |
static int |
JNppi.nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
JNppi.nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
JNppi.nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three channels) |
static int |
JNppi.nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three channels) |
static int |
JNppi.nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels) |
static int |
JNppi.nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels) |
static int |
JNppi.nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three planes) |
static int |
JNppi.nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three planes) |
static int |
JNppi.nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four planes) |
static int |
JNppi.nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four planes) |
static int |
JNppi.nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
JNppi.nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
JNppi.nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, three channels) |
static int |
JNppi.nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, three channels) |
static int |
JNppi.nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four channels) |
static int |
JNppi.nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four channels) |
static int |
JNppi.nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, three planes) |
static int |
JNppi.nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, three planes) |
static int |
JNppi.nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four planes) |
static int |
JNppi.nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four planes) |
static int |
JNppi.nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiXor_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or. |
static int |
JNppi.nppiXor_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or. |
static int |
JNppi.nppiXor_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or. |
static int |
JNppi.nppiXor_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or. |
static int |
JNppi.nppiXor_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha. |
static int |
JNppi.nppiXor_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or. |
static int |
JNppi.nppiXor_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or. |
static int |
JNppi.nppiXorC_16u_AC4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_16u_AC4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_16u_C3IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_16u_C3IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_16u_C4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_16u_C4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_32s_AC4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_32s_AC4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_32s_C3IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_32s_C3IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_32s_C4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_32s_C4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_8u_AC4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_8u_AC4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha. |
static int |
JNppi.nppiXorC_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_8u_C3IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_8u_C3IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_8u_C4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_8u_C4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
JNppi.nppiXorC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
JNppi.nppiYCbCr420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to packed RGB color conversion. |
static int |
JNppi.nppiYCbCr420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to packed RGB color conversion. |
static int |
JNppi.nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] aSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:411 resampling. |
static int |
JNppi.nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] aSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:411 resampling. |
static int |
JNppi.nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] aSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:411 resampling. |
static int |
JNppi.nppiYCbCr420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:422 resampling. |
static int |
JNppi.nppiYCbCr420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:422 resampling. |
static int |
JNppi.nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned YCbCr422 to 3 channel packed RGB color conversion. |
static int |
JNppi.nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned YCbCr422 to 3 channel packed RGB color conversion. |
static int |
JNppi.nppiYCbCr422ToYCbCr411_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:411 resampling. |
static int |
JNppi.nppiYCbCr422ToYCbCr411_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:411 resampling. |
static int |
JNppi.nppiYCbCr422ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:420 resampling. |
static int |
JNppi.nppiYCbCr422ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:420 resampling. |
static int |
JNppi.nppiYCbCrToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed YCbCr to RGB color conversion, not affecting Alpha. |
static int |
JNppi.nppiYCbCrToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed YCbCr to RGB color conversion, not affecting Alpha. |
static int |
JNppi.nppiYCbCrToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed YCbCr to RGB color conversion. |
static int |
JNppi.nppiYCbCrToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed YCbCr to RGB color conversion. |
static int |
JNppi.nppiYCbCrToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr to RGB color conversion. |
static int |
JNppi.nppiYCbCrToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr to RGB color conversion. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |