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)
           
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> JNpps.nppsMalloc_32s(int nSize)
           32-bit integer signal allocator.
static TypedPointer<Npp32s> JNpps.nppsMalloc_32sc(int nSize)
           
static TypedPointer<Npp32s> TypedPointer.to32s(int[] array)
          Creates a new typed pointer to the given array
 

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(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_AC4IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           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, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image 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(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAlphaComp_32s_AC1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_32s_AC1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_32s_AC1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaCompC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nAlpha1, TypedPointer<Npp32s> pSrc2, int nSrc2Step, int nAlpha2, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit signed integer channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nAlpha1, TypedPointer<Npp32s> pSrc2, int nSrc2Step, int nAlpha2, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit signed integer channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nAlpha1, TypedPointer<Npp32s> pSrc2, int nSrc2Step, int nAlpha2, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit signed integer channel image composition using constant alpha.
static int JNppi.nppiAnd_32s_AC4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and with unmodified alpha.
static int JNppi.nppiAnd_32s_AC4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and with unmodified alpha.
static int JNppi.nppiAnd_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with unmodified alpha.
static int JNppi.nppiAnd_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with unmodified alpha.
static int JNppi.nppiAnd_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with unmodified alpha.
static int JNppi.nppiAnd_32s_C1IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical and.
static int JNppi.nppiAnd_32s_C1IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical and.
static int JNppi.nppiAnd_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical and.
static int JNppi.nppiAnd_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical and.
static int JNppi.nppiAnd_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical and.
static int JNppi.nppiAnd_32s_C3IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical and.
static int JNppi.nppiAnd_32s_C3IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical and.
static int JNppi.nppiAnd_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical and.
static int JNppi.nppiAnd_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical and.
static int JNppi.nppiAnd_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical and.
static int JNppi.nppiAnd_32s_C4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and.
static int JNppi.nppiAnd_32s_C4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and.
static int JNppi.nppiAnd_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and.
static int JNppi.nppiAnd_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and.
static int JNppi.nppiAnd_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and.
static int JNppi.nppiAndC_32s_AC4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha.
static int JNppi.nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with constant with unmodified alpha.
static int JNppi.nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with constant with unmodified alpha.
static int JNppi.nppiAndC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical and with constant.
static int JNppi.nppiAndC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiAndC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiAndC_32s_C3IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical and with constant.
static int JNppi.nppiAndC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiAndC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiAndC_32s_C4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and with constant.
static int JNppi.nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with constant.
static int JNppi.nppiConvert_16s32s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 32-bit signed conversion, not affecting Alpha.
static int JNppi.nppiConvert_16s32s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit signed to 32-bit signed conversion.
static int JNppi.nppiConvert_16s32s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 16-bit signed to 32-bit signed conversion.
static int JNppi.nppiConvert_16s32s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 32-bit signed conversion.
static int JNppi.nppiConvert_16u32s_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit unsigned to 32-bit signed conversion, not affecting Alpha.
static int JNppi.nppiConvert_16u32s_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit unsigned to 32-bit signed conversion.
static int JNppi.nppiConvert_16u32s_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 16-bit unsigned to 32-bit signed conversion.
static int JNppi.nppiConvert_16u32s_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit unsigned to 32-bit signed conversion.
static int JNppi.nppiConvert_32f32s_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiConvert_32s16s_C1RSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiConvert_32s16u_C1RSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiConvert_32s32f_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 32-bit signed to 32-bit floating-point conversion.
static int JNppi.nppiConvert_32s32u_C1Rs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 32-bit signed to 32-bit unsigned conversion with saturation.
static int JNppi.nppiConvert_32s8s_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 32-bit signed to 8-bit signed conversion, not affecting Alpha.
static int JNppi.nppiConvert_32s8s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 32-bit signed to 8-bit signed conversion.
static int JNppi.nppiConvert_32s8s_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 32-bit signed to 8-bit signed conversion.
static int JNppi.nppiConvert_32s8s_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 32-bit signed to 8-bit signed conversion.
static int JNppi.nppiConvert_32s8u_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiConvert_32s8u_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiConvert_32s8u_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 32-bit signed to 8-bit unsigned conversion.
static int JNppi.nppiConvert_32s8u_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 32-bit signed to 8-bit unsigned conversion.
static int JNppi.nppiConvert_32u32s_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiConvert_8s32s_AC4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiConvert_8s32s_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit signed to 32-bit signed conversion.
static int JNppi.nppiConvert_8s32s_C3R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 8-bit signed to 32-bit signed conversion.
static int JNppi.nppiConvert_8s32s_C4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiConvert_8u32s_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 8-bit unsigned to 32-bit signed conversion, not affecting Alpha.
static int JNppi.nppiConvert_8u32s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit unsigned to 32-bit signed conversion.
static int JNppi.nppiConvert_8u32s_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 8-bit unsigned to 32-bit signed conversion.
static int JNppi.nppiConvert_8u32s_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCopy_32s_AC4MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 32-bit signed image copy, ignoring alpha.
static int JNppi.nppiCopy_32s_AC4MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 32-bit signed image copy, ignoring alpha.
static int JNppi.nppiCopy_32s_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 32-bit image copy, not affecting Alpha.
static int JNppi.nppiCopy_32s_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 32-bit image copy, not affecting Alpha.
static int JNppi.nppiCopy_32s_C1C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to three-channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C1C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to three-channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C1C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to four-channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C1C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to four-channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C1MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C1MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCopy_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCopy_32s_C3C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel to single-channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C3C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel to single-channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C3CR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 32-bit signed image copy for three-channel images.
static int JNppi.nppiCopy_32s_C3CR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 32-bit signed image copy for three-channel images.
static int JNppi.nppiCopy_32s_C3MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C3MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 32-bit signed image copy.
static int JNppi.nppiCopy_32s_C3P3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s>[] aDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 32-bit signed packed to planar image copy.
static int JNppi.nppiCopy_32s_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)
           
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)
           
static int JNppi.nppiDivC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiDivC_32s_C3IRSfs(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_AC4IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C3IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.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)
           
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)
           
static int JNppi.nppiFilterColumn_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           
static int JNppi.nppiFilterRow_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)
           
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)
           
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)
           
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)
           
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)
           
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)
           
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(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha.
static int JNppi.nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image left shift by constant with unmodified alpha.
static int JNppi.nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image left shift by constant with unmodified alpha.
static int JNppi.nppiLShiftC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image left shift by constant.
static int JNppi.nppiLShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image left shift by constant.
static int JNppi.nppiLShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image left shift by constant.
static int JNppi.nppiLShiftC_32s_C3IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image left shift by constant.
static int JNppi.nppiLShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image left shift by constant.
static int JNppi.nppiLShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image left shift by constant.
static int JNppi.nppiLShiftC_32s_C4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image left shift by constant.
static int JNppi.nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image left shift by constant.
static int JNppi.nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image left shift by constant.
static int JNppi.nppiLUT_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)
           
static int JNppi.nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
           
static int JNppi.nppiMirror_32s_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(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_AC4IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C3IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiNorm_Inf_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit signed int image infinity norm.
static int JNppi.nppiOr_32s_AC4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or with unmodified alpha.
static int JNppi.nppiOr_32s_AC4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or with unmodified alpha.
static int JNppi.nppiOr_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with unmodified alpha.
static int JNppi.nppiOr_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with unmodified alpha.
static int JNppi.nppiOr_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with unmodified alpha.
static int JNppi.nppiOr_32s_C1IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical or.
static int JNppi.nppiOr_32s_C1IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical or.
static int JNppi.nppiOr_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical or.
static int JNppi.nppiOr_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical or.
static int JNppi.nppiOr_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical or.
static int JNppi.nppiOr_32s_C3IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical or.
static int JNppi.nppiOr_32s_C3IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical or.
static int JNppi.nppiOr_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical or.
static int JNppi.nppiOr_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical or.
static int JNppi.nppiOr_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical or.
static int JNppi.nppiOr_32s_C4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or.
static int JNppi.nppiOr_32s_C4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or.
static int JNppi.nppiOr_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or.
static int JNppi.nppiOr_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or.
static int JNppi.nppiOr_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or.
static int JNppi.nppiOrC_32s_AC4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha.
static int JNppi.nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with constant with unmodified alpha.
static int JNppi.nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with constant with unmodified alpha.
static int JNppi.nppiOrC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical or with constant.
static int JNppi.nppiOrC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiOrC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiOrC_32s_C3IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical or with constant.
static int JNppi.nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiOrC_32s_C4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or with constant.
static int JNppi.nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with constant.
static int JNppi.nppiRectStdDev_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(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha.
static int JNppi.nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image right shift by constant with unmodified alpha.
static int JNppi.nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image right shift by constant with unmodified alpha.
static int JNppi.nppiRShiftC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image right shift by constant.
static int JNppi.nppiRShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image right shift by constant.
static int JNppi.nppiRShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image right shift by constant.
static int JNppi.nppiRShiftC_32s_C3IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image right shift by constant.
static int JNppi.nppiRShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image right shift by constant.
static int JNppi.nppiRShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image right shift by constant.
static int JNppi.nppiRShiftC_32s_C4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image right shift by constant.
static int JNppi.nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image right shift by constant.
static int JNppi.nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image right shift by constant.
static int JNppi.nppiSet_32s_AC4MR(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           
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_32s_C4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32s_C4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32s_C4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32s_C4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32s_C4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           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(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_AC4IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           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(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed affine warp.
static int JNppi.nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed affine warp.
static int JNppi.nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed affine warp.
static int JNppi.nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed affine warp.
static int JNppi.nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer backwards affine warp.
static int JNppi.nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based affine warp, ignoring alpha channel.
static int JNppi.nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based affine warp, ignoring alpha channel.
static int JNppi.nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int JNppi.nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int JNppi.nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int JNppi.nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int JNppi.nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based affine warp.
static int JNppi.nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer perspective warp, igoring alpha channel.
static int JNppi.nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer perspective warp, igoring alpha channel.
static int JNppi.nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed integer perspective warp.
static int JNppi.nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed integer perspective warp.
static int JNppi.nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed integer perspective warp.
static int JNppi.nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed integer perspective warp.
static int JNppi.nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer backwards perspective warp, ignoring alpha channel.
static int JNppi.nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer backwards perspective warp, ignoring alpha channel.
static int JNppi.nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based perspective warp, ignoring alpha channel.
static int JNppi.nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based perspective warp, ignoring alpha channel.
static int JNppi.nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 32-bit signed integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 32-bit signed integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 32-bit signed integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 32-bit signed integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based perspective warp.
static int JNppi.nppiXor_32s_AC4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or with unmodified alpha.
static int JNppi.nppiXor_32s_AC4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or with unmodified alpha.
static int JNppi.nppiXor_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with unmodified alpha.
static int JNppi.nppiXor_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with unmodified alpha.
static int JNppi.nppiXor_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with unmodified alpha.
static int JNppi.nppiXor_32s_C1IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical exclusive or.
static int JNppi.nppiXor_32s_C1IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical exclusive or.
static int JNppi.nppiXor_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical exclusive or.
static int JNppi.nppiXor_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical exclusive or.
static int JNppi.nppiXor_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical exclusive or.
static int JNppi.nppiXor_32s_C3IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical exclusive or.
static int JNppi.nppiXor_32s_C3IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical exclusive or.
static int JNppi.nppiXor_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical exclusive or.
static int JNppi.nppiXor_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical exclusive or.
static int JNppi.nppiXor_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical exclusive or.
static int JNppi.nppiXor_32s_C4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or.
static int JNppi.nppiXor_32s_C4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or.
static int JNppi.nppiXor_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or.
static int JNppi.nppiXor_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or.
static int JNppi.nppiXor_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or.
static int JNppi.nppiXorC_32s_AC4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha.
static int JNppi.nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha.
static int JNppi.nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha.
static int JNppi.nppiXorC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C3IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with constant.
static int JNppi.nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with constant.
static int JNpps.npps10Log10_32s_ISfs(TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.
static int JNpps.npps10Log10_32s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.
static int JNpps.npps10Log10_32s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.
static int JNpps.nppsAbs_32s_I(TypedPointer<Npp32s> pSrcDst, int nLength)
           32-bit signed integer signal absolute value.
static int JNpps.nppsAbs_32s(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength)
           32-bit signed integer signal absolute value.
static int JNpps.nppsAbs_32s(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength)
           32-bit signed integer signal absolute value.
static int JNpps.nppsAdd_16s32s_I(TypedPointer<Npp16s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength)
           16/32-bit signed short in place signal add signal with 32-bit signed integer results, then clamp to saturated value.
static int JNpps.nppsAdd_32s_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer in place signal add signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAdd_32s_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer in place signal add signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAdd_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer add signal, scale, then clamp to saturated value.
static int JNpps.nppsAdd_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer add signal, scale, then clamp to saturated value.
static int JNpps.nppsAdd_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer add signal, scale, then clamp to saturated value.
static int JNpps.nppsAdd_32sc_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit complex signed integer in place signal add signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAdd_32sc_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit complex signed integer in place signal add signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAdd_32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed complex integer add signal, scale, then clamp to saturated value.
static int JNpps.nppsAdd_32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed complex integer add signal, scale, then clamp to saturated value.
static int JNpps.nppsAdd_32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed complex integer add signal, scale, then clamp to saturated value.
static int JNpps.nppsAddC_32s_ISfs(int nValue, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer in place signal add constant and scale.
static int JNpps.nppsAddC_32s_Sfs(TypedPointer<Npp32s> pSrc, int nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integersignal add constant and scale.
static int JNpps.nppsAddC_32s_Sfs(TypedPointer<Npp32s> pSrc, int nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integersignal add constant and scale.
static int JNpps.nppsAddC_32sc_ISfs(Npp32sc nValue, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal add constant and scale.
static int JNpps.nppsAddC_32sc_Sfs(TypedPointer<Npp32s> pSrc, Npp32sc nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit integer complex number (32 bit real, 32 bit imaginary) signal add constant and scale.
static int JNpps.nppsAddC_32sc_Sfs(TypedPointer<Npp32s> pSrc, Npp32sc nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit integer complex number (32 bit real, 32 bit imaginary) signal add constant and scale.
static int JNpps.nppsAddProduct_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal add product of source signal1 times source signal2 to 32-bit signed integer destination signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAddProduct_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed short signal add product of source signal1 times source signal2 to destination signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAddProduct_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed short signal add product of source signal1 times source signal2 to destination signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAddProduct_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed short signal add product of source signal1 times source signal2 to destination signal, with scaling, then clamp to saturated value.
static int JNpps.nppsConvert_16s32s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp32s> pDst, int nLength)
           
static int JNpps.nppsConvert_32f32s_Sfs(TypedPointer<Npp32f> pSrc, TypedPointer<Npp32s> pDst, int nLength, int eRoundMode, int nScaleFactor)
           
static int JNpps.nppsConvert_32s16s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsConvert_32s16s(TypedPointer<Npp32s> pSrc, TypedPointer<Npp16s> pDst, int nLength)
           
static int JNpps.nppsConvert_32s32f_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32f> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsConvert_32s32f(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32f> pDst, int nLength)
           
static int JNpps.nppsConvert_32s64f_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp64f> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsConvert_32s64f(TypedPointer<Npp32s> pSrc, TypedPointer<Npp64f> pDst, int nLength)
           
static int JNpps.nppsConvert_64f32s_Sfs(TypedPointer<Npp64f> pSrc, TypedPointer<Npp32s> pDst, int nLength, int eRoundMode, int nScaleFactor)
           
static int JNpps.nppsConvert_64s32s_Sfs(TypedPointer<Npp64s> pSrc, TypedPointer<Npp32s> pDst, int nLength, int eRoundMode, int nScaleFactor)
           
static int JNpps.nppsCopy_32s(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength)
           32-bit signed integer, vector copy method.
static int JNpps.nppsCopy_32s(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength)
           32-bit signed integer, vector copy method.
static int JNpps.nppsCopy_32sc(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength)
           32-bit complex signed integer, vector copy method.
static int JNpps.nppsCopy_32sc(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength)
           32-bit complex signed integer, vector copy method.
static int JNpps.nppsCountInRange_32s(TypedPointer<Npp32s> pSrc, int nLength, int[] pCounts, int nLowerBound, int nUpperBound, TypedPointer<Npp8u> pDeviceBuffer)
           Computes the number of elements whose values fall into the specified range on a 32-bit signed integer array.
static int JNpps.nppsCubrt_32s16s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal cube root, scale, then clamp to 16-bit signed integer saturated value.
static int JNpps.nppsDiv_32s_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer in place signal divide signal, with scaling, then clamp to saturated value.
static int JNpps.nppsDiv_32s_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer in place signal divide signal, with scaling, then clamp to saturated value.
static int JNpps.nppsDiv_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_32s16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal divided by 16-bit signed short signal, scale, then clamp to 16-bit signed short saturated value.
static int JNpps.nppsDotProd_16s16sc32sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
static int JNpps.nppsDotProd_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 32-bit signed integer.
static int JNpps.nppsDotProd_16s32s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp32s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 32-bit signed integer dot product method, return value is 32-bit signed integer.
static int JNpps.nppsDotProd_16s32s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp32s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 32-bit signed integer dot product method, return value is 32-bit signed integer.
static int JNpps.nppsDotProd_16sc32sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
static int JNpps.nppsDotProd_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed integer dot product method, return value is 32-bit signed integer.
static int JNpps.nppsDotProd_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed integer dot product method, return value is 32-bit signed integer.
static int JNpps.nppsDotProd_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed integer dot product method, return value is 32-bit signed integer.
static int JNpps.nppsDotProd_32s32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed short integer and 32-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
static int JNpps.nppsDotProd_32s32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed short integer and 32-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
static int JNpps.nppsDotProd_32s32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed short integer and 32-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
static int JNpps.nppsDotProd_32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed integer complex dot product method, return value is 32-bit signed integer complex.
static int JNpps.nppsDotProd_32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed integer complex dot product method, return value is 32-bit signed integer complex.
static int JNpps.nppsDotProd_32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed integer complex dot product method, return value is 32-bit signed integer complex.
static int JNpps.nppsExp_32s_ISfs(TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer signal exponent, scale, then clamp to saturated value.
static int JNpps.nppsExp_32s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal exponent, scale, then clamp to saturated value.
static int JNpps.nppsExp_32s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal exponent, scale, then clamp to saturated value.
static int JNpps.nppsIntegral_32s(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNpps.nppsIntegral_32s(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNpps.nppsLn_32s_ISfs(TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer signal natural logarithm, scale, then clamp to saturated value.
static int JNpps.nppsLn_32s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal natural logarithm, scale, then clamp to saturated value.
static int JNpps.nppsLn_32s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal natural logarithm, scale, then clamp to saturated value.
static int JNpps.nppsLn_32s16s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal natural logarithm, scale, then clamp to 16-bit signed short saturated value.
static int JNpps.nppsLShiftC_32s_I(int nValue, TypedPointer<Npp32s> pSrcDst, int nLength)
           32-bit signed signed integer in place signal left shift with constant.
static int JNpps.nppsLShiftC_32s(TypedPointer<Npp32s> pSrc, int nValue, TypedPointer<Npp32s> pDst, int nLength)
           32-bit signed integer signal left shift with constant.
static int JNpps.nppsLShiftC_32s(TypedPointer<Npp32s> pSrc, int nValue, TypedPointer<Npp32s> pDst, int nLength)
           32-bit signed integer signal left shift with constant.
static int JNpps.nppsMax_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector max method
static int JNpps.nppsMax_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector max method
static int JNpps.nppsMaxAbs_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMaxAbs, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector max absolute method
static int JNpps.nppsMaxAbs_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMaxAbs, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector max absolute method
static int JNpps.nppsMaxAbsIndx_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMaxAbs, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNpps.nppsMaxAbsIndx_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMaxAbs, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNpps.nppsMaxEvery_32s_I(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength)
           32-bit signed integer in place max value for each pair of elements.
static int JNpps.nppsMaxEvery_32s_I(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength)
           32-bit signed integer in place max value for each pair of elements.
static int JNpps.nppsMaxIndx_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMax, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector max index method
static int JNpps.nppsMaxIndx_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMax, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector max index method
static int JNpps.nppsMean_32s_Sfs(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMean, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector mean with integer scaling method
static int JNpps.nppsMean_32s_Sfs(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMean, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector mean with integer scaling method
static int JNpps.nppsMeanStdDev_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pMean, TypedPointer<Npp32s> pStdDev, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit float vector mean and standard deviation method (return values are 32-bit)
static int JNpps.nppsMeanStdDev_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pMean, TypedPointer<Npp32s> pStdDev, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit float vector mean and standard deviation method (return values are 32-bit)
static int JNpps.nppsMin_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMin, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector min method
static int JNpps.nppsMin_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMin, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector min method
static int JNpps.nppsMinAbs_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMinAbs, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector min absolute method
static int JNpps.nppsMinAbs_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMinAbs, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector min absolute method
static int JNpps.nppsMinAbsIndx_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMinAbs, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector min absolute index method
static int JNpps.nppsMinAbsIndx_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMinAbs, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector min absolute index method
static int JNpps.nppsMinEvery_32s_I(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength)
           
static int JNpps.nppsMinEvery_32s_I(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength)
           
static int JNpps.nppsMinIndx_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMin, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector min index method
static int JNpps.nppsMinIndx_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMin, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector min index method
static int JNpps.nppsMinMax_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMin, TypedPointer<Npp32s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed int vector min and max method
static int JNpps.nppsMinMax_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMin, TypedPointer<Npp32s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed int vector min and max method
static int JNpps.nppsMinMax_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMin, TypedPointer<Npp32s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed int vector min and max method
static int JNpps.nppsMinMaxIndx_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMin, int[] pMinIndx, TypedPointer<Npp32s> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed short vector min and max with indices method
static int JNpps.nppsMinMaxIndx_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMin, int[] pMinIndx, TypedPointer<Npp32s> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed short vector min and max with indices method
static int JNpps.nppsMinMaxIndx_32s(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pMin, int[] pMinIndx, TypedPointer<Npp32s> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit signed short vector min and max with indices method
static int JNpps.nppsMul_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal times signal, scale, then clamp to 32-bit signed saturated value.
static int JNpps.nppsMul_32s_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer in place signal times signal, with scaling, then clamp to saturated value.
static int JNpps.nppsMul_32s_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer in place signal times signal, with scaling, then clamp to saturated value.
static int JNpps.nppsMul_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_32s32sc_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit complex signed integer in place signal times 32-bit signed integer signal, with scaling, then clamp to saturated value.
static int JNpps.nppsMul_32s32sc_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit complex signed integer in place signal times 32-bit signed integer signal, with scaling, then clamp to saturated value.
static int JNpps.nppsMul_32s32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal times 32-bit complex signed integer signal, scale, then clamp to 32-bit complex integer saturated value.
static int JNpps.nppsMul_32s32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal times 32-bit complex signed integer signal, scale, then clamp to 32-bit complex integer saturated value.
static int JNpps.nppsMul_32s32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal times 32-bit complex signed integer signal, scale, then clamp to 32-bit complex integer saturated value.
static int JNpps.nppsMul_32sc_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit complex signed integer in place signal times signal, with scaling, then clamp to saturated value.
static int JNpps.nppsMul_32sc_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit complex signed integer in place signal times signal, with scaling, then clamp to saturated value.
static int JNpps.nppsMul_32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed complex integer signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed complex integer signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed complex integer signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_Low_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_Low_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_Low_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMulC_32s_ISfs(int nValue, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer in place signal times constant and scale.
static int JNpps.nppsMulC_32s_Sfs(TypedPointer<Npp32s> pSrc, int nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal times constant and scale.
static int JNpps.nppsMulC_32s_Sfs(TypedPointer<Npp32s> pSrc, int nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal times constant and scale.
static int JNpps.nppsMulC_32sc_ISfs(Npp32sc nValue, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal times constant and scale.
static int JNpps.nppsMulC_32sc_Sfs(TypedPointer<Npp32s> pSrc, Npp32sc nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit integer complex number (32 bit real, 32 bit imaginary) signal times constant and scale.
static int JNpps.nppsMulC_32sc_Sfs(TypedPointer<Npp32s> pSrc, Npp32sc nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit integer complex number (32 bit real, 32 bit imaginary) signal times constant and scale.
static int JNpps.nppsNorm_Inf_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector C norm method, return value is 32-bit signed integer.
static int JNpps.nppsNorm_L1_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L1 norm method, return value is 32-bit signed integer.
static int JNpps.nppsNorm_L2_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L2 norm method, return value is 32-bit signed integer.
static int JNpps.nppsNormDiff_Inf_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer C norm method on two vectors' difference, return value is 32-bit signed integer.
static int JNpps.nppsNormDiff_L1_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L1 norm method on two vectors' difference, return value is 32-bit signed integer.
static int JNpps.nppsNormDiff_L2_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L2 norm method on two vectors' difference, return value is 32-bit signed integer.
static int JNpps.nppsRShiftC_32s_I(int nValue, TypedPointer<Npp32s> pSrcDst, int nLength)
           32-bit signed signed integer in place signal right shift with constant.
static int JNpps.nppsRShiftC_32s(TypedPointer<Npp32s> pSrc, int nValue, TypedPointer<Npp32s> pDst, int nLength)
           32-bit signed integer signal right shift with constant.
static int JNpps.nppsRShiftC_32s(TypedPointer<Npp32s> pSrc, int nValue, TypedPointer<Npp32s> pDst, int nLength)
           32-bit signed integer signal right shift with constant.
static int JNpps.nppsSet_32s(int nValue, TypedPointer<Npp32s> pDst, int nLength)
           32-bit integer, vector set method.
static int JNpps.nppsSet_32sc(Npp32sc nValue, TypedPointer<Npp32s> pDst, int nLength)
           32-bit integer complex, vector set method.
static int JNpps.nppsSqrt_32s16s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal square root, scale, then clamp to 16-bit signed integer saturated value.
static int JNpps.nppsStdDev_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pStdDev, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNpps.nppsSub_32s_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer in place signal subtract signal, with scaling, then clamp to saturated value.
static int JNpps.nppsSub_32s_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer in place signal subtract signal, with scaling, then clamp to saturated value.
static int JNpps.nppsSub_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSub_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSub_32s_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSub_32sc_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit complex signed integer in place signal subtract signal, with scaling, then clamp to saturated value.
static int JNpps.nppsSub_32sc_ISfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit complex signed integer in place signal subtract signal, with scaling, then clamp to saturated value.
static int JNpps.nppsSub_32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed complex integer signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSub_32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed complex integer signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSub_32sc_Sfs(TypedPointer<Npp32s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed complex integer signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSubC_32s_ISfs(int nValue, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer in place signal subtract constant and scale.
static int JNpps.nppsSubC_32s_Sfs(TypedPointer<Npp32s> pSrc, int nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal subtract constant and scale.
static int JNpps.nppsSubC_32s_Sfs(TypedPointer<Npp32s> pSrc, int nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal subtract constant and scale.
static int JNpps.nppsSubC_32sc_ISfs(Npp32sc nValue, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal subtract constant and scale.
static int JNpps.nppsSubC_32sc_Sfs(TypedPointer<Npp32s> pSrc, Npp32sc nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit integer complex number (32 bit real, 32 bit imaginary)signal subtract constant and scale.
static int JNpps.nppsSubC_32sc_Sfs(TypedPointer<Npp32s> pSrc, Npp32sc nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit integer complex number (32 bit real, 32 bit imaginary)signal subtract constant and scale.
static int JNpps.nppsSubCRev_32s_ISfs(int nValue, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit signed integer in place signal subtract from constant and scale.
static int JNpps.nppsSubCRev_32s_Sfs(TypedPointer<Npp32s> pSrc, int nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integersignal subtract from constant and scale.
static int JNpps.nppsSubCRev_32s_Sfs(TypedPointer<Npp32s> pSrc, int nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit signed integersignal subtract from constant and scale.
static int JNpps.nppsSubCRev_32sc_ISfs(Npp32sc nValue, TypedPointer<Npp32s> pSrcDst, int nLength, int nScaleFactor)
           32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal subtract from constant and scale.
static int JNpps.nppsSubCRev_32sc_Sfs(TypedPointer<Npp32s> pSrc, Npp32sc nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit integer complex number (32 bit real, 32 bit imaginary) signal subtract from constant and scale.
static int JNpps.nppsSubCRev_32sc_Sfs(TypedPointer<Npp32s> pSrc, Npp32sc nValue, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           32-bit integer complex number (32 bit real, 32 bit imaginary) signal subtract from constant and scale.
static int JNpps.nppsSum_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pSum, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector sum (32bit) with integer scaling method
static int JNpps.nppsSum_16sc32sc_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pSum, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short complex vector sum (32bit int complex) with integer scaling method
static int JNpps.nppsSum_32s_Sfs(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pSum, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector sum with integer scaling method
static int JNpps.nppsSum_32s_Sfs(TypedPointer<Npp32s> pSrc, int nLength, TypedPointer<Npp32s> pSum, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit integer vector sum with integer scaling method
static int JNpps.nppsZero_32s(TypedPointer<Npp32s> pDst, int nLength)
           
static int JNpps.nppsZero_32sc(TypedPointer<Npp32s> pDst, int nLength)