Package | Description |
---|---|
jcuda.jnpp |
Contains the classes of JNpp.
|
Modifier and Type | Method and Description |
---|---|
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) |
static TypedPointer<Npp32s> |
JNppi.nppiMalloc_32sc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes) |
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<Npp32s> |
JNpps.nppsMalloc_32s(int nSize)
32-bit integer signal allocator.
|
static TypedPointer<Npp32s> |
JNpps.nppsMalloc_32sc(int nSize) |
static TypedPointer<Npp32s> |
TypedPointer.to32s(int[] array)
Creates a new typed pointer to the given array
|
Modifier and Type | Method and Description |
---|---|
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) |
static int |
JNppi.nppiAdd_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
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) |
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) |
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) |
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.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(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
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(Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
JNppi.nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
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(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
JNppi.nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
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.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.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.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.nppiAndC_32s_AC4IR(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
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(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and with constant.
|
static int |
JNppi.nppiAndC_32s_C4IR(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant.
|
static int |
JNppi.nppiAverageError_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image Average_Error.
|
static int |
JNppi.nppiAverageError_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image Average_Error.
|
static int |
JNppi.nppiAverageError_32s_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed image Average_Error.
|
static int |
JNppi.nppiAverageError_32s_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed image Average_Error.
|
static int |
JNppi.nppiAverageError_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed image Average_Error.
|
static int |
JNppi.nppiAverageError_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed image Average_Error.
|
static int |
JNppi.nppiAverageError_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image Average_Error.
|
static int |
JNppi.nppiAverageError_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image Average_Error.
|
static int |
JNppi.nppiAverageError_32sc_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed complex image Average_Error.
|
static int |
JNppi.nppiAverageError_32sc_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed complex image Average_Error.
|
static int |
JNppi.nppiAverageError_32sc_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed complex image Average_Error.
|
static int |
JNppi.nppiAverageError_32sc_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed complex image Average_Error.
|
static int |
JNppi.nppiAverageError_32sc_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed complex image Average_Error.
|
static int |
JNppi.nppiAverageError_32sc_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed complex image Average_Error.
|
static int |
JNppi.nppiAverageError_32sc_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed complex image Average_Error.
|
static int |
JNppi.nppiAverageError_32sc_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed complex image Average_Error.
|
static int |
JNppi.nppiAverageRelativeError_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32s_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32s_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32sc_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32sc_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32sc_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32sc_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32sc_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32sc_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32sc_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiAverageRelativeError_32sc_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiConvert_16s32s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed to 32-bit signed conversion, not affecting Alpha.
|
static int |
JNppi.nppiConvert_16s32s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit signed to 32-bit signed conversion.
|
static int |
JNppi.nppiConvert_16s32s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
JNppi.nppiConvert_16s32s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed to 32-bit signed conversion.
|
static int |
JNppi.nppiConvert_16u32s_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit unsigned to 32-bit signed conversion, not affecting Alpha.
|
static int |
JNppi.nppiConvert_16u32s_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit unsigned to 32-bit signed conversion.
|
static int |
JNppi.nppiConvert_16u32s_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit unsigned to 32-bit signed conversion.
|
static int |
JNppi.nppiConvert_16u32s_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit unsigned to 32-bit signed conversion.
|
static int |
JNppi.nppiConvert_32f32s_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit floating point to 32-bit signed conversion.
|
static int |
JNppi.nppiConvert_32s16s_C1RSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit unsigned to 16-bit signed conversion.
|
static int |
JNppi.nppiConvert_32s16u_C1RSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit unsigned to 16-bit unsigned conversion.
|
static int |
JNppi.nppiConvert_32s32f_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit signed to 32-bit floating-point conversion.
|
static int |
JNppi.nppiConvert_32s32u_C1Rs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit signed to 32-bit unsigned conversion with saturation.
|
static int |
JNppi.nppiConvert_32s8s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit signed to 8-bit signed conversion, not affecting Alpha.
|
static int |
JNppi.nppiConvert_32s8s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit signed to 8-bit signed conversion.
|
static int |
JNppi.nppiConvert_32s8s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit signed to 8-bit signed conversion.
|
static int |
JNppi.nppiConvert_32s8s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
JNppi.nppiConvert_32s8u_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit signed to 8-bit unsigned conversion, not affecting Alpha.
|
static int |
JNppi.nppiConvert_32s8u_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit signed to 8-bit unsigned conversion.
|
static int |
JNppi.nppiConvert_32s8u_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit signed to 8-bit unsigned conversion.
|
static int |
JNppi.nppiConvert_32s8u_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit signed to 8-bit unsigned conversion.
|
static int |
JNppi.nppiConvert_32u32s_C1RSfs(TypedPointer<Npp32u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit unsigned to 32-bit signed conversion.
|
static int |
JNppi.nppiConvert_8s32s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit signed to 32-bit signed conversion, not affecting Alpha.
|
static int |
JNppi.nppiConvert_8s32s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 32-bit signed conversion.
|
static int |
JNppi.nppiConvert_8s32s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit signed to 32-bit signed conversion.
|
static int |
JNppi.nppiConvert_8s32s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit signed to 32-bit signed conversion.
|
static int |
JNppi.nppiConvert_8u32s_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned to 32-bit signed conversion, not affecting Alpha.
|
static int |
JNppi.nppiConvert_8u32s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned to 32-bit signed conversion.
|
static int |
JNppi.nppiConvert_8u32s_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned to 32-bit signed conversion.
|
static int |
JNppi.nppiConvert_8u32s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
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_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
JNppi.nppiCopy_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
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_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_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit image copy.
|
static int |
JNppi.nppiCopy_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit 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_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_P4C4R(TypedPointer<Npp32s>[] aSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
JNppi.nppiCopy_32sc_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
JNppi.nppiCopy_32sc_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
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) |
static int |
JNppi.nppiCopy_32sc_C2R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
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.nppiCopyConstBorder_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
int[] aValue)
4 channel 32-bit signed integer image copy with constant border color with alpha channel unaffected.
|
static int |
JNppi.nppiCopyConstBorder_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
int[] aValue)
4 channel 32-bit signed integer image copy with constant border color with alpha channel unaffected.
|
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)
1 channel 32-bit signed integer 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)
1 channel 32-bit signed integer image copy with constant border color.
|
static int |
JNppi.nppiCopyConstBorder_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
int[] aValue)
3 channel 32-bit signed integer image copy with constant border color.
|
static int |
JNppi.nppiCopyConstBorder_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
int[] aValue)
3 channel 32-bit signed integer image copy with constant border color.
|
static int |
JNppi.nppiCopyConstBorder_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
int[] aValue)
4 channel 32-bit signed integer image copy with constant border color.
|
static int |
JNppi.nppiCopyConstBorder_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
int[] aValue)
4 channel 32-bit signed integer image copy with constant border color.
|
static int |
JNppi.nppiCopyReplicateBorder_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 32-bit signed integer image copy with nearest source image pixel color with alpha channel unaffected.
|
static int |
JNppi.nppiCopyReplicateBorder_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 32-bit signed integer image copy with nearest source image pixel color with alpha channel unaffected.
|
static int |
JNppi.nppiCopyReplicateBorder_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
1 channel 32-bit signed integer image copy with nearest source image pixel color.
|
static int |
JNppi.nppiCopyReplicateBorder_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
1 channel 32-bit signed integer image copy with nearest source image pixel color.
|
static int |
JNppi.nppiCopyReplicateBorder_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
3 channel 32-bit signed image copy with nearest source image pixel color.
|
static int |
JNppi.nppiCopyReplicateBorder_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
3 channel 32-bit signed image copy with nearest source image pixel color.
|
static int |
JNppi.nppiCopyReplicateBorder_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 32-bit signed integer image copy with nearest source image pixel color.
|
static int |
JNppi.nppiCopyReplicateBorder_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 32-bit signed integer image copy with nearest source image pixel color.
|
static int |
JNppi.nppiCopySubpix_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
4 channel 32-bit signed integer linearly interpolated source image subpixel coordinate color copy with alpha channel unaffected.
|
static int |
JNppi.nppiCopySubpix_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
4 channel 32-bit signed integer linearly interpolated source image subpixel coordinate color copy with alpha channel unaffected.
|
static int |
JNppi.nppiCopySubpix_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
1 channel 32-bit signed integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
JNppi.nppiCopySubpix_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
1 channel 32-bit signed integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
JNppi.nppiCopySubpix_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
3 channel 32-bit signed linearly interpolated source image subpixel coordinate color copy.
|
static int |
JNppi.nppiCopySubpix_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
3 channel 32-bit signed linearly interpolated source image subpixel coordinate color copy.
|
static int |
JNppi.nppiCopySubpix_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
4 channel 32-bit signed integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
JNppi.nppiCopySubpix_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
4 channel 32-bit signed integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
JNppi.nppiCopyWrapBorder_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth) |
static int |
JNppi.nppiCopyWrapBorder_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth) |
static int |
JNppi.nppiCopyWrapBorder_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth) |
static int |
JNppi.nppiCopyWrapBorder_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth) |
static int |
JNppi.nppiCopyWrapBorder_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
3 channel 32-bit signed integer image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
JNppi.nppiCopyWrapBorder_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
3 channel 32-bit signed integer image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
JNppi.nppiCopyWrapBorder_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 32-bit signed integer image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
JNppi.nppiCopyWrapBorder_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 32-bit signed integer image copy with the borders wrapped by replication of source image pixel colors.
|
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.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(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
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(Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
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(Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
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.nppiDotProd_32s64f_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image DotProd ignoring alpha channel.
|
static int |
JNppi.nppiDotProd_32s64f_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image DotProd ignoring alpha channel.
|
static int |
JNppi.nppiDotProd_32s64f_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image DotProd.
|
static int |
JNppi.nppiDotProd_32s64f_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image DotProd.
|
static int |
JNppi.nppiDotProd_32s64f_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed image DotProd.
|
static int |
JNppi.nppiDotProd_32s64f_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed image DotProd.
|
static int |
JNppi.nppiDotProd_32s64f_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image DotProd.
|
static int |
JNppi.nppiDotProd_32s64f_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image DotProd.
|
static int |
JNppi.nppiDup_32s_C1AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 32-bit signed integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected.
|
static int |
JNppi.nppiDup_32s_C1AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 32-bit signed integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected.
|
static int |
JNppi.nppiDup_32s_C1C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 32-bit signed integer source image duplicated in all 3 channels of destination image.
|
static int |
JNppi.nppiDup_32s_C1C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 32-bit signed integer source image duplicated in all 3 channels of destination image.
|
static int |
JNppi.nppiDup_32s_C1C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 32-bit signed integer source image duplicated in all 4 channels of destination image.
|
static int |
JNppi.nppiDup_32s_C1C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 32-bit signed integer source image duplicated in all 4 channels of destination image.
|
static int |
JNppi.nppiEncodeHuffmanScan_JPEG_8u16s_P1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
int restartInterval,
int Ss,
int Se,
int Ah,
int Al,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> nLength,
NppiEncodeHuffmanSpec pHuffmanTableDC,
NppiEncodeHuffmanSpec pHuffmanTableAC,
NppiSize oSizeROI,
TypedPointer<Npp8u> pTempStorage)
Huffman Encoding of the JPEG Encoding.
|
static int |
JNppi.nppiEncodeHuffmanScan_JPEG_8u16s_P3R(TypedPointer<Npp16s>[] apSrc,
int[] aSrcStep,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> nLength,
NppiEncodeHuffmanSpec[] apHuffmanDCTable,
NppiEncodeHuffmanSpec[] apHuffmanACTable,
NppiSize[] aSizeROI,
TypedPointer<Npp8u> pTempStorage)
Huffman Encoding of the JPEG Encoding.
|
static int |
JNppi.nppiEncodeOptimizeHuffmanScan_JPEG_8u16s_P1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> pLength,
TypedPointer<Npp8u> hpCodesDC,
TypedPointer<Npp8u> hpTableDC,
TypedPointer<Npp8u> hpCodesAC,
TypedPointer<Npp8u> hpTableAC,
NppiEncodeHuffmanSpec aHuffmanDCTable,
NppiEncodeHuffmanSpec aHuffmanACTable,
NppiSize oSizeROI,
TypedPointer<Npp8u> pTempStorage) |
static int |
JNppi.nppiEncodeOptimizeHuffmanScan_JPEG_8u16s_P3R(TypedPointer<Npp16s>[] pSrc,
int[] aSrcStep,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> pLength,
TypedPointer<Npp8u>[] hpCodesDC,
TypedPointer<Npp8u>[] hpTableDC,
TypedPointer<Npp8u>[] hpCodesAC,
TypedPointer<Npp8u>[] hpTableAC,
NppiEncodeHuffmanSpec[] aHuffmanDCTable,
NppiEncodeHuffmanSpec[] aHuffmanACTable,
NppiSize[] oSizeROI,
TypedPointer<Npp8u> pTempStorage)
Optimize Huffman Encoding of the JPEG Encoding.
|
static int |
JNppi.nppiEvenLevelsHost_32s(TypedPointer<Npp32s> hpLevels,
int nLevels,
int nLowerLevel,
int nUpperLevel)
Compute levels with even distribution.
|
static int |
JNppi.nppiFilter_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel 16-bit convolution filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilter_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Single channel 16-bit convolution filter.
|
static int |
JNppi.nppiFilter_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Three channel 16-bit convolution filter.
|
static int |
JNppi.nppiFilter_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel channel 16-bit convolution filter.
|
static int |
JNppi.nppiFilter_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel 16-bit unsigned convolution filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilter_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor) |
static int |
JNppi.nppiFilter_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Three channel 16-bit unsigned convolution filter.
|
static int |
JNppi.nppiFilter_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel channel 16-bit unsigned convolution filter.
|
static int |
JNppi.nppiFilter_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel 8-bit unsigned convolution filter, ignoring alpha channel.
|
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) |
static int |
JNppi.nppiFilter_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Three 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) |
static int |
JNppi.nppiFilter32f_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 32-bit convolution filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilter32f_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 32-bit convolution filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilter32f_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 32-bit convolution filter.
|
static int |
JNppi.nppiFilter32f_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 32-bit convolution filter.
|
static int |
JNppi.nppiFilter32f_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 32-bit convolution filter.
|
static int |
JNppi.nppiFilter32f_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 32-bit convolution filter.
|
static int |
JNppi.nppiFilter32f_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 32-bit convolution filter.
|
static int |
JNppi.nppiFilter32f_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 32-bit convolution filter.
|
static int |
JNppi.nppiFilterBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Single channel 16-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Three channel 16-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Single channel 16-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Three channel 16-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Four channel channel 16-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Four channel 8-bit unsigned convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Single channel 8-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Three channel 8-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Four channel channel 8-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 32-bit convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterBorder32f_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 32-bit convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterBorder32f_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Single channel 32-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Single channel 32-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 32-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 32-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 32-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 32-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterColumn_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit four-channel 1D column convolution ignoring alpha-channel.
|
static int |
JNppi.nppiFilterColumn_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit single-channel 1D column convolution.
|
static int |
JNppi.nppiFilterColumn_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit three-channel 1D column convolution.
|
static int |
JNppi.nppiFilterColumn_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
static int |
JNppi.nppiFilterColumn_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit unsigned four-channel 1D column convolution ignoring alpha-channel.
|
static int |
JNppi.nppiFilterColumn_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
static int |
JNppi.nppiFilterColumn_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit unsigned three-channel 1D column convolution.
|
static int |
JNppi.nppiFilterColumn_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
static int |
JNppi.nppiFilterColumn_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
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 single-channel 1D column convolution.
|
static int |
JNppi.nppiFilterColumn_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
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) |
static int |
JNppi.nppiFilterRow_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit four-channel 1D row convolution ignoring alpha-channel.
|
static int |
JNppi.nppiFilterRow_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit single-channel 1D row convolution.
|
static int |
JNppi.nppiFilterRow_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit three-channel 1D row convolution.
|
static int |
JNppi.nppiFilterRow_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit four-channel 1D row convolution.
|
static int |
JNppi.nppiFilterRow_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit unsigned four-channel 1D row convolution ignoring alpha-channel.
|
static int |
JNppi.nppiFilterRow_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit unsigned single-channel 1D row convolution.
|
static int |
JNppi.nppiFilterRow_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
static int |
JNppi.nppiFilterRow_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit unsigned four-channel 1D row convolution.
|
static int |
JNppi.nppiFilterRow_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
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 single-channel 1D row convolution.
|
static int |
JNppi.nppiFilterRow_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned three-channel 1D row 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)
8-bit unsigned four-channel 1D row convolution.
|
static int |
JNppi.nppiFilterRowBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel 16-bit 1D row convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterRowBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType) |
static int |
JNppi.nppiFilterRowBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Three channel 16-bit 1D row convolution filter with border control.
|
static int |
JNppi.nppiFilterRowBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel channel 16-bit 1D row convolution filter with border control.
|
static int |
JNppi.nppiFilterRowBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel 16-bit unsigned 1D row convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterRowBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType) |
static int |
JNppi.nppiFilterRowBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Three channel 16-bit unsigned 1D row convolution filter with border control.
|
static int |
JNppi.nppiFilterRowBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel channel 16-bit 1D row unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterRowBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel 8-bit unsigned convolution 1D row filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterRowBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Single channel 8-bit unsigned 1D row convolution filter with border control.
|
static int |
JNppi.nppiFilterRowBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType) |
static int |
JNppi.nppiFilterRowBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel channel 8-bit unsigned 1D row convolution filter with border control.
|
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.nppiHistogramEven_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
One-channel 16-bit signed HistogramEven.
|
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)
One-channel 16-bit unsigned HistogramEven.
|
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)
One-channel 8-bit unsigned HistogramEven.
|
static int |
JNppi.nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
One-channel 16-bit signed HistogramRange.
|
static int |
JNppi.nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
One-channel 16-bit signed HistogramRange.
|
static int |
JNppi.nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
One-channel 16-bit unsigned HistogramRange.
|
static int |
JNppi.nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
One-channel 16-bit unsigned HistogramRange.
|
static int |
JNppi.nppiHistogramRange_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32f> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
One-channel 32-bit floating point HistogramRange.
|
static int |
JNppi.nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
One-channel 8-bit unsigned HistogramRange.
|
static int |
JNppi.nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
One-channel 8-bit unsigned HistogramRange.
|
static int |
JNppi.nppiIntegral_8u32s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int nVal)
One-channel 8-bit unsigned image Integral with 32-bit signed output.
|
static int |
JNppi.nppiLShiftC_32s_AC4IR(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
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(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image left shift by constant.
|
static int |
JNppi.nppiLShiftC_32s_C4IR(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant.
|
static int |
JNppi.nppiLUT_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table color conversion.
|
static int |
JNppi.nppiLUT_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table color conversion.
|
static int |
JNppi.nppiLUT_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit unsigned look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit unsigned look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
JNppi.nppiLUT_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
JNppi.nppiLUT_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_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_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_Cubic_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_Cubic_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_Cubic_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table color conversion.
|
static int |
JNppi.nppiLUT_Cubic_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table color conversion.
|
static int |
JNppi.nppiLUT_Cubic_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit unsigned look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_Cubic_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit unsigned look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_Cubic_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
JNppi.nppiLUT_Cubic_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
JNppi.nppiLUT_Cubic_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned cubic interpolated look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_Cubic_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned cubic interpolated look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_Cubic_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
JNppi.nppiLUT_Cubic_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
JNppi.nppiLUT_Linear_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
JNppi.nppiLUT_Linear_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
JNppi.nppiLUT_Linear_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table color conversion.
|
static int |
JNppi.nppiLUT_Linear_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table color conversion.
|
static int |
JNppi.nppiLUT_Linear_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit unsigned look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_Linear_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit unsigned look-up-table in place color conversion.
|
static int |
JNppi.nppiLUT_Linear_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
JNppi.nppiLUT_Linear_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
JNppi.nppiLUT_Linear_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
JNppi.nppiLUT_Linear_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
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 linear interpolated 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 linear interpolated look-up-table color conversion.
|
static int |
JNppi.nppiMaximumError_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32s_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32s_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32sc_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed complex image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32sc_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed complex image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32sc_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed complex image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32sc_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed complex image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32sc_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed complex image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32sc_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed complex image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32sc_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed complex image Maximum_Error.
|
static int |
JNppi.nppiMaximumError_32sc_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed complex image Maximum_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32s_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32s_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32sc_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32sc_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32sc_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32sc_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32sc_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32sc_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32sc_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiMaximumRelativeError_32sc_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
JNppi.nppiMirror_32s_AC4IR(TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip) |
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_C1IR(TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
1 channel 32-bit signed in place image mirror.
|
static int |
JNppi.nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip) |
static int |
JNppi.nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip) |
static int |
JNppi.nppiMirror_32s_C3IR(TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
3 channel 32-bit signed in place image mirror.
|
static int |
JNppi.nppiMirror_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip) |
static int |
JNppi.nppiMirror_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip) |
static int |
JNppi.nppiMirror_32s_C4IR(TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit signed in place 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.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) |
static int |
JNppi.nppiMul_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
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.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(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
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(Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
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(Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
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.nppiNorm_Inf_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image Norm_Inf.
|
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.nppiOrC_32s_AC4IR(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
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(int[] aConstants,
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,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
JNppi.nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
JNppi.nppiOrC_32s_C4IR(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant.
|
static int |
JNppi.nppiRectStdDev_32s_C1RSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSqr,
int nSqrStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect oRect,
int nScaleFactor)
One-channel 32-bit signed image RectStdDev, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
JNppi.nppiRectStdDev_32s_C1RSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSqr,
int nSqrStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect oRect,
int nScaleFactor)
One-channel 32-bit signed image RectStdDev, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
JNppi.nppiRectStdDev_32s_C1RSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSqr,
int nSqrStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect oRect,
int nScaleFactor)
One-channel 32-bit signed image RectStdDev, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
JNppi.nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pSqr,
int nSqrStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect oRect)
One-channel 32-bit signed image RectStdDev.
|
static int |
JNppi.nppiRShiftC_32s_AC4IR(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
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(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image right shift by constant.
|
static int |
JNppi.nppiRShiftC_32s_C4IR(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant.
|
static int |
JNppi.nppiScale_32s8u_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Four channel 32-bit signed to 8-bit unsigned conversion, not affecting Alpha.
|
static int |
JNppi.nppiScale_32s8u_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Single channel 32-bit signed to 8-bit unsigned conversion.
|
static int |
JNppi.nppiScale_32s8u_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Three channel 32-bit signed to 8-bit unsigned conversion.
|
static int |
JNppi.nppiScale_32s8u_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Four channel 32-bit signed to 8-bit unsigned conversion.
|
static int |
JNppi.nppiScale_8u32s_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
JNppi.nppiScale_8u32s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned to 32-bit signed conversion.
|
static int |
JNppi.nppiScale_8u32s_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned to 32-bit signed conversion.
|
static int |
JNppi.nppiScale_8u32s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned to 32-bit signed conversion.
|
static int |
JNppi.nppiSet_32s_AC4MR(int[] aValue,
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[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-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_C1R(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit image set.
|
static int |
JNppi.nppiSet_32s_C2R(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 32-bit image set.
|
static int |
JNppi.nppiSet_32s_C3CR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
JNppi.nppiSet_32s_C3MR(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 3 channel 32-bit image set.
|
static int |
JNppi.nppiSet_32s_C3R(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 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[] aValue,
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[] aValue,
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) |
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.nppiSqrIntegral_8u32s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
TypedPointer<Npp32s> pSqr,
int nSqrStep,
NppiSize oSrcROI,
int nVal,
int nValSqr)
One-channel 8-bit unsigned image SqrIntegral.
|
static int |
JNppi.nppiSqrIntegral_8u32s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
TypedPointer<Npp32s> pSqr,
int nSqrStep,
NppiSize oSrcROI,
int nVal,
int nValSqr)
One-channel 8-bit unsigned image SqrIntegral.
|
static int |
JNppi.nppiSqrIntegral_8u32s64f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
TypedPointer<Npp64f> pSqr,
int nSqrStep,
NppiSize oSrcROI,
int nVal,
double nValSqr)
One-channel 8-bit unsigned image SqrIntegral.
|
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) |
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) |
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) |
static int |
JNppi.nppiSub_32s_C4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
JNppi.nppiSub_32s_C4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
JNppi.nppiSub_32s_C4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
JNppi.nppiSub_32s_C4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
JNppi.nppiSub_32s_C4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 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) |
static int |
JNppi.nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
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.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(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
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(Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
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) |
static int |
JNppi.nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
JNppi.nppiSubC_32sc_C3IRSfs(Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
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,
Npp32sc[] aConstants,
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.nppiSwapChannels_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit signed integer source image to 4 channel destination image with destination alpha channel unaffected.
|
static int |
JNppi.nppiSwapChannels_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit signed integer source image to 4 channel destination image with destination alpha channel unaffected.
|
static int |
JNppi.nppiSwapChannels_32s_C3C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder,
int nValue)
3 channel 32-bit signed integer source image to 4 channel destination image.
|
static int |
JNppi.nppiSwapChannels_32s_C3C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder,
int nValue)
3 channel 32-bit signed integer source image to 4 channel destination image.
|
static int |
JNppi.nppiSwapChannels_32s_C3IR(TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
3 channel 32-bit signed integer in place image.
|
static int |
JNppi.nppiSwapChannels_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
3 channel 32-bit signed integer source image to 3 channel destination image.
|
static int |
JNppi.nppiSwapChannels_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
3 channel 32-bit signed integer source image to 3 channel destination image.
|
static int |
JNppi.nppiSwapChannels_32s_C4C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit signed integer source image to 3 channel destination image.
|
static int |
JNppi.nppiSwapChannels_32s_C4C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit signed integer source image to 3 channel destination image.
|
static int |
JNppi.nppiSwapChannels_32s_C4IR(TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit signed integer in place image.
|
static int |
JNppi.nppiSwapChannels_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit signed integer source image to 4 channel destination image.
|
static int |
JNppi.nppiSwapChannels_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit signed integer source image to 4 channel destination image.
|
static int |
JNppi.nppiTranspose_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSrcROI)
1 channel 32-bit signed int image transpose.
|
static int |
JNppi.nppiTranspose_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSrcROI)
1 channel 32-bit signed int image transpose.
|
static int |
JNppi.nppiTranspose_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSrcROI)
3 channel 32-bit signed int image transpose.
|
static int |
JNppi.nppiTranspose_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSrcROI)
3 channel 32-bit signed int image transpose.
|
static int |
JNppi.nppiTranspose_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSrcROI)
4 channel 32-bit signed int image transpose.
|
static int |
JNppi.nppiTranspose_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSrcROI)
4 channel 32-bit signed int image transpose.
|
static int |
JNppi.nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed affine warp, ignoring alpha channel.
|
static int |
JNppi.nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed affine warp, ignoring alpha channel.
|
static int |
JNppi.nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed affine warp.
|
static int |
JNppi.nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed affine warp.
|
static int |
JNppi.nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed affine warp.
|
static int |
JNppi.nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed affine warp.
|
static int |
JNppi.nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed affine warp.
|
static int |
JNppi.nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed affine warp.
|
static int |
JNppi.nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
JNppi.nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
JNppi.nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed integer backwards affine warp.
|
static int |
JNppi.nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed integer backwards affine warp.
|
static int |
JNppi.nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed integer backwards affine warp.
|
static int |
JNppi.nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed integer backwards affine warp.
|
static int |
JNppi.nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer backwards affine warp.
|
static int |
JNppi.nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer backwards affine warp.
|
static int |
JNppi.nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based affine warp, ignoring alpha channel.
|
static int |
JNppi.nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based affine warp, ignoring alpha channel.
|
static int |
JNppi.nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation) |
static int |
JNppi.nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation) |
static int |
JNppi.nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit signed integer quad-based affine warp.
|
static int |
JNppi.nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit signed integer quad-based affine warp.
|
static int |
JNppi.nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based affine warp.
|
static int |
JNppi.nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based affine warp.
|
static int |
JNppi.nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer perspective warp, igoring alpha channel.
|
static int |
JNppi.nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer perspective warp, igoring alpha channel.
|
static int |
JNppi.nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed integer perspective warp.
|
static int |
JNppi.nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed integer perspective warp.
|
static int |
JNppi.nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed integer perspective warp.
|
static int |
JNppi.nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed integer perspective warp.
|
static int |
JNppi.nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer perspective warp.
|
static int |
JNppi.nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer perspective warp.
|
static int |
JNppi.nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer backwards perspective warp, ignoring alpha channel.
|
static int |
JNppi.nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer backwards perspective warp, ignoring alpha channel.
|
static int |
JNppi.nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed integer backwards perspective warp.
|
static int |
JNppi.nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed integer backwards perspective warp.
|
static int |
JNppi.nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed integer backwards perspective warp.
|
static int |
JNppi.nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed integer backwards perspective warp.
|
static int |
JNppi.nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
JNppi.nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based perspective warp, ignoring alpha channel.
|
static int |
JNppi.nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based perspective warp, ignoring alpha channel.
|
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit signed integer quad-based perspective warp.
|
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit signed integer quad-based perspective warp.
|
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit signed integer quad-based perspective warp.
|
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit signed integer quad-based perspective warp.
|
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based perspective warp.
|
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based perspective warp.
|
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.nppiXorC_32s_AC4IR(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
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(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
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(int[] aConstants,
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,
int[] aConstants,
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,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant.
|
static int |
JNpps.npps10Log10_32s_ISfs(TypedPointer<Npp32s> pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.
|
static int |
JNpps.npps10Log10_32s_Sfs(TypedPointer<Npp32s> pSrc,
TypedPointer<Npp32s> pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.
|
static int |
JNpps.npps10Log10_32s_Sfs(TypedPointer<Npp32s> pSrc,
TypedPointer<Npp32s> pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.
|
static int |
JNpps.nppsAbs_32s_I(TypedPointer<Npp32s> pSrcDst,
int nLength)
32-bit signed integer signal absolute value.
|
static int |
JNpps.nppsAbs_32s(TypedPointer<Npp32s> pSrc,
TypedPointer<Npp32s> pDst,
int nLength)
32-bit signed integer signal absolute value.
|
static int |
JNpps.nppsAbs_32s(TypedPointer<Npp32s> pSrc,
TypedPointer<Npp32s> pDst,
int nLength)
32-bit signed integer signal absolute value.
|
static int |
JNpps.nppsAdd_16s32s_I(TypedPointer<Npp16s> pSrc,
TypedPointer<Npp32s> pSrcDst,
int nLength)
16/32-bit signed short in place signal add signal with 32-bit signed integer results,
then clamp to saturated value.
|
static int |
JNpps.nppsAdd_32s_ISfs(TypedPointer<Npp32s> pSrc,
TypedPointer<Npp32s> pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer in place signal add signal, with scaling,
then clamp to saturated value.
|
static int |
JNpps.nppsAdd_32s_ISfs(TypedPointer<Npp32s> pSrc,
TypedPointer<Npp32s> pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer in place signal add signal, with scaling,
then clamp to saturated value.
|
static int |
JNpps.nppsAdd_32s_Sfs(TypedPointer<Npp32s> pSrc1,
TypedPointer<Npp32s> pSrc2,
TypedPointer<Npp32s> pDst,
int nLength,
int nScaleFactor)
32-bit signed integer add signal, scale, then clamp to saturated value.
|
static int |
JNpps.nppsAdd_32s_Sfs(TypedPointer<Npp32s> pSrc1,
TypedPointer<Npp32s> pSrc2,
TypedPointer<Npp32s> pDst,
int nLength,
int nScaleFactor)
32-bit signed integer add signal, scale, then clamp to saturated value.
|
static int |
JNpps.nppsAdd_32s_Sfs(TypedPointer<Npp32s> pSrc1,
TypedPointer<Npp32s> pSrc2,
TypedPointer<Npp32s> pDst,
int nLength,
int nScaleFactor)
|