Uses of Interface
jcuda.jnpp.types.Npp32s

Packages that use Npp32s
jcuda.jnpp Contains the classes of JNpp. 
 

Uses of Npp32s in jcuda.jnpp
 

Methods in jcuda.jnpp that return types with arguments of type Npp32s
static TypedPointer<Npp32s> JNppi.nppiMalloc_32s_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           32-bit signed image memory allocator.
static TypedPointer<Npp32s> JNppi.nppiMalloc_32s_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           3 channel 32-bit signed image memory allocator.
static TypedPointer<Npp32s> JNppi.nppiMalloc_32s_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           4 channel 32-bit signed image memory allocator.
static TypedPointer<Npp32s> JNppi.nppiMalloc_32sc_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           32-bit integer complex image memory allocator.
static TypedPointer<Npp32s> JNppi.nppiMalloc_32sc_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           2 channel 32-bit integer complex image memory allocator.
static TypedPointer<Npp32s> JNppi.nppiMalloc_32sc_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           3 channel 32-bit integer complex image memory allocator.
static TypedPointer<Npp32s> JNppi.nppiMalloc_32sc_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           4 channel 32-bit integer complex image memory allocator.
static TypedPointer<Npp32s> TypedPointer.to32s(int[] array)
          Creates a new typed pointer to the given array
 

Method parameters in jcuda.jnpp with type arguments of type Npp32s
static int JNppi.nppiAdd_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image add.
static int JNppi.nppiAdd_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image add.
static int JNppi.nppiAdd_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image add.
static int JNppi.nppiAdd_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAddC_32s_C1IRSfs(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
static int JNppi.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(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha.
static int JNppi.nppiAndC_32s_AC4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha.
static int JNppi.nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with constant with unmodified alpha.
static int JNppi.nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with constant with unmodified alpha.
static int JNppi.nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with constant with unmodified alpha.
static int JNppi.nppiAndC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical and with constant.
static int JNppi.nppiAndC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiAndC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiAndC_32s_C3IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical and with constant.
static int JNppi.nppiAndC_32s_C3IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical and with constant.
static int JNppi.nppiAndC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiAndC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiAndC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiAndC_32s_C4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and with constant.
static int JNppi.nppiAndC_32s_C4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and with constant.
static int JNppi.nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiConvert_16s32s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit to 32-bit conversion.
static int JNppi.nppiConvert_16u32s_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit unsigned to 32-bit signed conversion.
static int JNppi.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)
           32-bit image copy.
static int JNppi.nppiCopy_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit image copy.
static int JNppi.nppiCopy_32s_C3C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel to single-channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C3C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel to single-channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C3CR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 32-bit signed image copy for three-channel images.
static int JNppi.nppiCopy_32s_C3CR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 32-bit signed image copy for three-channel images.
static int JNppi.nppiCopy_32s_C3MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C3MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C3P3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s>[] aDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 32-bit signed packed to planar image copy.
static int JNppi.nppiCopy_32s_C4C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel to single-channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C4C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel to single-channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C4CR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 32-bit signed image copy for four-channel images.
static int JNppi.nppiCopy_32s_C4CR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 32-bit signed image copy for four-channel images.
static int JNppi.nppiCopy_32s_C4MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C4MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_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)
           Four-channel 32-bit signed planar to packed image copy.
static int JNppi.nppiCopy_32sc_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 32-bit complex image copy, ignoring alpha.
static int JNppi.nppiCopy_32sc_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 32-bit complex image copy, ignoring alpha.
static int JNppi.nppiCopy_32sc_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit complex image copy.
static int JNppi.nppiCopy_32sc_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit complex image copy.
static int JNppi.nppiCopy_32sc_C2R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Two-channel 32-bit complex image copy.
static int JNppi.nppiCopy_32sc_C2R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Two-channel 32-bit complex image copy.
static int JNppi.nppiCopy_32sc_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 32-bit complex image copy.
static int JNppi.nppiCopy_32sc_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 32-bit complex image copy.
static int JNppi.nppiCopy_32sc_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 32-bit complex image copy.
static int JNppi.nppiCopy_32sc_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 32-bit complex image copy.
static int JNppi.nppiCopyConstBorder_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, int nValue)
           32-bit image copy with constant border color.
static int JNppi.nppiCopyConstBorder_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, int nValue)
           32-bit image copy with constant border color.
static int JNppi.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(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiEvenLevelsHost_32s(TypedPointer<Npp32s> hpLevels, int nLevels, int nLowerLevel, int nUpperLevel)
           Compute levels with even distribution.
static int JNppi.nppiFilter_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pKernel, NppiSize oKernelSize, NppiPoint oAnchor, int nDivisor)
           8-bit unsigned convolution filter.
static int JNppi.nppiFilter_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pKernel, NppiSize oKernelSize, NppiPoint oAnchor, int nDivisor)
           4 channel 8-bit unsigned convolution filter.
static int JNppi.nppiFilterColumn_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           8-bit unsigned 1D (column) image convolution.
static int JNppi.nppiFilterColumn_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           4 channel 8-bit unsigned 1D (column) image convolution.
static int JNppi.nppiFilterRow_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           8-bit unsigned 1D (row) image convolution.
static int JNppi.nppiFilterRow_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           4 channel 8-bit unsigned 1D (row) image convolution.
static int JNppi.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)
           16-bit signed histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, int nLevels, int nLowerLevel, int nUpperLevel, TypedPointer<Npp8u> pBuffer)
           16-bit unsigned histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, int nLevels, int nLowerLevel, int nUpperLevel, TypedPointer<Npp8u> pBuffer)
           8-bit unsigned histogram with evenly distributed bins.
static int JNppi.nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           16-bit signed histogram with bins determined by pLevels array.
static int JNppi.nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           16-bit signed histogram with bins determined by pLevels array.
static int JNppi.nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           16-bit unsigned histogram with bins determined by pLevels array.
static int JNppi.nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           16-bit unsigned histogram with bins determined by pLevels array.
static int JNppi.nppiHistogramRange_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32f> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           32-bit float histogram with bins determined by pLevels array.
static int JNppi.nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           8-bit unsigned histogram with bins determined by pLevels array.
static int JNppi.nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           8-bit unsigned histogram with bins determined by pLevels array.
static int JNppi.nppiLShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha.
static int JNppi.nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image left shift by constant with unmodified alpha.
static int JNppi.nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image left shift by constant with unmodified alpha.
static int JNppi.nppiLShiftC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image left shift by constant.
static int JNppi.nppiLShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image left shift by constant.
static int JNppi.nppiLShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image left shift by constant.
static int JNppi.nppiLShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image left shift by constant.
static int JNppi.nppiLShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image left shift by constant.
static int JNppi.nppiLShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image left shift by constant.
static int JNppi.nppiLShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image left shift by constant.
static int JNppi.nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image left shift by constant.
static int JNppi.nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image left shift by constant.
static int JNppi.nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pValues, TypedPointer<Npp32s> pLevels, int nLevels)
           8-bit unsigned look-up-table color conversion.
static int JNppi.nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pValues, TypedPointer<Npp32s> pLevels, int nLevels)
           8-bit unsigned look-up-table color conversion.
static int JNppi.nppiMirror_32s_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 32-bit image mirror not affecting alpha.
static int JNppi.nppiMirror_32s_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 32-bit image mirror not affecting alpha.
static int JNppi.nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
           32-bit image mirror.
static int JNppi.nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
           32-bit image mirror.
static int JNppi.nppiMirror_32s_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
           3 channel 32-bit image mirror.
static int JNppi.nppiMirror_32s_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
           3 channel 32-bit image mirror.
static int JNppi.nppiMirror_32s_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 32-bit image mirror.
static int JNppi.nppiMirror_32s_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 32-bit image mirror.
static int JNppi.nppiMul_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 1 channel 32-bit image multiplication.
static int JNppi.nppiMul_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 1 channel 32-bit image multiplication.
static int JNppi.nppiMul_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 1 channel 32-bit image multiplication.
static int JNppi.nppiMul_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMulC_32s_C1IRSfs(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.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(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha.
static int JNppi.nppiOrC_32s_AC4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha.
static int JNppi.nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with constant with unmodified alpha.
static int JNppi.nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with constant with unmodified alpha.
static int JNppi.nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with constant with unmodified alpha.
static int JNppi.nppiOrC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical or with constant.
static int JNppi.nppiOrC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiOrC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiOrC_32s_C3IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical or with constant.
static int JNppi.nppiOrC_32s_C3IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical or with constant.
static int JNppi.nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiOrC_32s_C4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or with constant.
static int JNppi.nppiOrC_32s_C4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or with constant.
static int JNppi.nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp64f> pSqr, int nSqrStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, NppiRect rect)
           RectStdDev Computes the standard deviation of integral images
static int JNppi.nppiRShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha.
static int JNppi.nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image right shift by constant with unmodified alpha.
static int JNppi.nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image right shift by constant with unmodified alpha.
static int JNppi.nppiRShiftC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image right shift by constant.
static int JNppi.nppiRShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image right shift by constant.
static int JNppi.nppiRShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image right shift by constant.
static int JNppi.nppiRShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image right shift by constant.
static int JNppi.nppiRShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image right shift by constant.
static int JNppi.nppiRShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image right shift by constant.
static int JNppi.nppiRShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image right shift by constant.
static int JNppi.nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image right shift by constant.
static int JNppi.nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image right shift by constant.
static int JNppi.nppiSet_32s_AC4MR(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 16-bit image set method, not affecting Alpha channel.
static int JNppi.nppiSet_32s_AC4R(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit image set method, not affecting Alpha channel.
static int JNppi.nppiSet_32s_C1MR(int nValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 32-bit image set.
static int JNppi.nppiSet_32s_C1R(int nValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit image set.
static int JNppi.nppiSet_32s_C4CR(int nValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 32-bit unsigned image set affecting only single channel.
static int JNppi.nppiSet_32s_C4MR(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 32-bit image set.
static int JNppi.nppiSet_32s_C4R(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 32-bit image set.
static int JNppi.nppiSet_32sc_AC4R(Npp32sc[] aValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit complex integer four-channel image set ignoring alpha.
static int JNppi.nppiSet_32sc_C1R(Npp32sc oValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 32-bit complex integer image set.
static int JNppi.nppiSet_32sc_C2R(Npp32sc[] aValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Two channel 32-bit complex integer image set.
static int JNppi.nppiSet_32sc_C3R(Npp32sc[] aValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 32-bit complex integer image set.
static int JNppi.nppiSet_32sc_C4R(Npp32sc[] aValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 32-bit complex integer image set.
static int JNppi.nppiSqrIntegral_8u32s32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, TypedPointer<Npp32f> pSqr, int nSqrStep, NppiSize oSrcROI, int val, float valSqr, int integralImageNewHeight)
           SqrIntegral Transforms an image to integral and integral of pixel squares representation.
static int JNppi.nppiSub_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image subtraction.
static int JNppi.nppiSub_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image subtraction.
static int JNppi.nppiSub_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image subtraction.
static int JNppi.nppiSub_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSubC_32s_C1IRSfs(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit signed integer, four channels RGBA).
static int JNppi.nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit signed integer, four channels RGBA).
static int JNppi.nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit signed integer, single channel).
static int JNppi.nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit signed integer, single channel).
static int JNppi.nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int interpolation)
           Affine transform of an image (32bit signed integer, three channels).
static int JNppi.nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int interpolation)
           Affine transform of an image (32bit signed integer, three channels).
static int JNppi.nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit signed integer, four channels).
static int JNppi.nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit signed integer, four channels).
static int JNppi.nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, four channels RGBA).
static int JNppi.nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, four channels RGBA).
static int JNppi.nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, single channel).
static int JNppi.nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, single channel).
static int JNppi.nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, three channels).
static int JNppi.nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, three channels).
static int JNppi.nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, four channels).
static int JNppi.nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, four channels).
static int JNppi.nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, four channels RGBA).
static int JNppi.nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, four channels RGBA).
static int JNppi.nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, single channel).
static int JNppi.nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, single channel).
static int JNppi.nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, three channels).
static int JNppi.nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, three channels).
static int JNppi.nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, four channels).
static int JNppi.nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, four channels).
static int JNppi.nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four channels RGBA).
static int JNppi.nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four channels RGBA).
static int JNppi.nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, single channel).
static int JNppi.nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, single channel).
static int JNppi.nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, three channels).
static int JNppi.nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, three channels).
static int JNppi.nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four channels).
static int JNppi.nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four channels).
static int JNppi.nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, four channels RGBA).
static int JNppi.nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, four channels RGBA).
static int JNppi.nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, single channel).
static int JNppi.nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, single channel).
static int JNppi.nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, three channels).
static int JNppi.nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, three channels).
static int JNppi.nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, four channels).
static int JNppi.nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, four channels).
static int JNppi.nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four channels RGBA).
static int JNppi.nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four channels RGBA).
static int JNppi.nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, single channel).
static int JNppi.nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, single channel).
static int JNppi.nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, three channels).
static int JNppi.nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, three channels).
static int JNppi.nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four channels).
static int JNppi.nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four channels).
static int JNppi.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(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha.
static int JNppi.nppiXorC_32s_AC4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha.
static int JNppi.nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha.
static int JNppi.nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha.
static int JNppi.nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha.
static int JNppi.nppiXorC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C3IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C3IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with constant.