Uses of Interface
jcuda.jnpp.types.Npp8u

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

Uses of Npp8u in jcuda.jnpp
 

Methods in jcuda.jnpp that return types with arguments of type Npp8u
static TypedPointer<Npp8u> JNppi.nppiMalloc_8u_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           1 channel 8-bit unsigned image memory allocator.
static TypedPointer<Npp8u> JNppi.nppiMalloc_8u_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           2 channel 8-bit unsigned image memory allocator.
static TypedPointer<Npp8u> JNppi.nppiMalloc_8u_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           3 channel 8-bit unsigned image memory allocator.
static TypedPointer<Npp8u> JNppi.nppiMalloc_8u_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           4 channel 8-bit unsigned image memory allocator.
static TypedPointer<Npp8u> JNpps.nppsMalloc_8u(int nSize)
           8-bit unsigned signal allocator.
static TypedPointer<Npp8u> TypedPointer.to8u(byte[] array)
          Creates a new typed pointer to the given array
 

Method parameters in jcuda.jnpp with type arguments of type Npp8u
static int JNppi.nppiAbsDiff_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel absolute difference of image1 minus image2.
static int JNppi.nppiAbsDiff_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel absolute difference of image1 minus image2.
static int JNppi.nppiAbsDiff_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel absolute difference of image1 minus image2.
static int JNppi.nppiAbsDiff_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channels absolute difference of image1 minus image2.
static int JNppi.nppiAbsDiff_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channels absolute difference of image1 minus image2.
static int JNppi.nppiAbsDiff_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channels absolute difference of image1 minus image2.
static int JNppi.nppiAbsDiff_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channels absolute difference of image1 minus image2.
static int JNppi.nppiAbsDiff_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channels absolute difference of image1 minus image2.
static int JNppi.nppiAbsDiff_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channels absolute difference of image1 minus image2.
static int JNppi.nppiAbsDiffC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nConstant)
           One 8-bit unsigned char channel image absolute difference with constant.
static int JNppi.nppiAbsDiffC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nConstant)
           One 8-bit unsigned char channel image absolute difference with constant.
static int JNppi.nppiAdd_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAddC_8u_AC4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_8u_C1IRSfs(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAddC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_8u_C3IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel 8-bit unsigned char in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAddC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAddC_8u_C4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAddC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAddProduct_16u32f_C1IMR(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int JNppi.nppiAddProduct_32f_C1IMR(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int JNppi.nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int JNppi.nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int JNppi.nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int JNppi.nppiAddProduct_8u32f_C1IR(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image product added to in place floating point destination image.
static int JNppi.nppiAddProduct_8u32f_C1IR(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image product added to in place floating point destination image.
static int JNppi.nppiAddSquare_16u32f_C1IMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int JNppi.nppiAddSquare_32f_C1IMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int JNppi.nppiAddSquare_8u32f_C1IMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int JNppi.nppiAddSquare_8u32f_C1IMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int JNppi.nppiAddSquare_8u32f_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image squared then added to in place floating point destination image.
static int JNppi.nppiAddWeighted_16u32f_C1IMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
           One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int JNppi.nppiAddWeighted_32f_C1IMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
           One 32-bit floating point channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int JNppi.nppiAddWeighted_8u32f_C1IMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
           One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int JNppi.nppiAddWeighted_8u32f_C1IMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
           One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int JNppi.nppiAddWeighted_8u32f_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
           One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image.
static int JNppi.nppiAlphaComp_8u_AC1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_8u_AC1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_8u_AC1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaCompC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 8-bit unsigned char channel image composition with alpha using constant source alpha.
static int JNppi.nppiAlphaCompC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 8-bit unsigned char channel image composition with alpha using constant source alpha.
static int JNppi.nppiAlphaCompC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 8-bit unsigned char channel image composition with alpha using constant source alpha.
static int JNppi.nppiAlphaCompC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 8-bit unsigned char channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 8-bit unsigned char channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 8-bit unsigned char channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Three 8-bit unsigned char channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Three 8-bit unsigned char channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Three 8-bit unsigned char channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 8-bit unsigned char channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 8-bit unsigned char channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 8-bit unsigned char channel image composition using constant alpha.
static int JNppi.nppiAlphaCompColorKey_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst, int nppAlphaOp)
           4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2 with alpha blending.
static int JNppi.nppiAlphaCompColorKey_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst, int nppAlphaOp)
           4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2 with alpha blending.
static int JNppi.nppiAlphaCompColorKey_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst, int nppAlphaOp)
           4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2 with alpha blending.
static int JNppi.nppiAlphaPremul_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image premultiplication with pixel alpha (0 - max channel pixel value).
static int JNppi.nppiAlphaPremul_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel value).
static int JNppi.nppiAlphaPremul_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel value).
static int JNppi.nppiAlphaPremulC_8u_AC4IR(byte nAlpha1, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image premultiplication with alpha using constant alpha.
static int JNppi.nppiAlphaPremulC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image premultiplication with alpha using constant alpha.
static int JNppi.nppiAlphaPremulC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image premultiplication with alpha using constant alpha.
static int JNppi.nppiAlphaPremulC_8u_C1IR(byte nAlpha1, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image premultiplication using constant alpha.
static int JNppi.nppiAlphaPremulC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image premultiplication using constant alpha.
static int JNppi.nppiAlphaPremulC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image premultiplication using constant alpha.
static int JNppi.nppiAlphaPremulC_8u_C3IR(byte nAlpha1, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image premultiplication using constant alpha.
static int JNppi.nppiAlphaPremulC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image premultiplication using constant alpha.
static int JNppi.nppiAlphaPremulC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image premultiplication using constant alpha.
static int JNppi.nppiAlphaPremulC_8u_C4IR(byte nAlpha1, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image premultiplication using constant alpha.
static int JNppi.nppiAlphaPremulC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image premultiplication using constant alpha.
static int JNppi.nppiAlphaPremulC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image premultiplication using constant alpha.
static int JNppi.nppiAnd_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical and with unmodified alpha.
static int JNppi.nppiAnd_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical and with unmodified alpha.
static int JNppi.nppiAnd_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and with unmodified alpha.
static int JNppi.nppiAnd_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and with unmodified alpha.
static int JNppi.nppiAnd_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and with unmodified alpha.
static int JNppi.nppiAnd_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical and.
static int JNppi.nppiAnd_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical and.
static int JNppi.nppiAnd_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical and.
static int JNppi.nppiAnd_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical and.
static int JNppi.nppiAnd_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical and.
static int JNppi.nppiAnd_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical and.
static int JNppi.nppiAnd_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical and.
static int JNppi.nppiAnd_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical and.
static int JNppi.nppiAnd_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical and.
static int JNppi.nppiAnd_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical and.
static int JNppi.nppiAnd_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical and.
static int JNppi.nppiAnd_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical and.
static int JNppi.nppiAnd_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and.
static int JNppi.nppiAnd_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and.
static int JNppi.nppiAnd_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and.
static int JNppi.nppiAndC_8u_AC4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical and with constant with unmodified alpha.
static int JNppi.nppiAndC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and with constant with unmodified alpha.
static int JNppi.nppiAndC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and with constant with unmodified alpha.
static int JNppi.nppiAndC_8u_C1IR(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical and with constant.
static int JNppi.nppiAndC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical and with constant.
static int JNppi.nppiAndC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical and with constant.
static int JNppi.nppiAndC_8u_C3IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical and with constant.
static int JNppi.nppiAndC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical and with constant.
static int JNppi.nppiAndC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical and with constant.
static int JNppi.nppiAndC_8u_C4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical and with constant.
static int JNppi.nppiAndC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and with constant.
static int JNppi.nppiAndC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and with constant.
static int JNppi.nppiBGRToCbYCr422_709HDTV_8u_AC4C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiBGRToCbYCr422_709HDTV_8u_AC4C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiBGRToCbYCr422_709HDTV_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed CbYCr422_709HDTV color conversion.
static int JNppi.nppiBGRToCbYCr422_709HDTV_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed CbYCr422_709HDTV color conversion.
static int JNppi.nppiBGRToCbYCr422_8u_AC4C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiBGRToCbYCr422_8u_AC4C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiBGRToHLS_8u_AC4P4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 4 channel 8-bit unsigned planar HLS with alpha color conversion.
static int JNppi.nppiBGRToHLS_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.
static int JNppi.nppiBGRToHLS_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.
static int JNppi.nppiBGRToHLS_8u_AP4C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned planar BGR with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.
static int JNppi.nppiBGRToHLS_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar HLS color conversion.
static int JNppi.nppiBGRToHLS_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned packed HLS color conversion.
static int JNppi.nppiBGRToLab_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned packed Lab color conversion.
static int JNppi.nppiBGRToLab_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned packed Lab color conversion.
static int JNppi.nppiBGRToYCbCr411_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr411 color conversion.
static int JNppi.nppiBGRToYCbCr411_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr411 color conversion.
static int JNppi.nppiBGRToYCbCr420_709CSC_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiBGRToYCbCr420_709CSC_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr420_709CSC color conversion.
static int JNppi.nppiBGRToYCbCr420_709HDTV_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiBGRToYCbCr420_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
static int JNppi.nppiBGRToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
static int JNppi.nppiBGRToYCbCr422_8u_AC4C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
static int JNppi.nppiBGRToYCbCr422_8u_AC4C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
static int JNppi.nppiBGRToYCbCr422_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiBGRToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
static int JNppi.nppiBGRToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
static int JNppi.nppiBGRToYCbCr422_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
static int JNppi.nppiBGRToYCrCb420_709CSC_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCrCb420_709CSC color conversion.
static int JNppi.nppiBGRToYCrCb420_709CSC_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCrCb420_709CSC color conversion.
static int JNppi.nppiBGRToYCrCb420_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiBGRToYCrCb420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCrCb420 color conversion.
static int JNppi.nppiBGRToYUV420_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned pacmed BGR with alpha to 3 channel 8-bit unsigned planar YUV420 color conversion.
static int JNppi.nppiCbYCr422ToBGR_709HDTV_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCbYCr422ToBGR_709HDTV_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCbYCr422ToBGR_709HDTV_8u_C2C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha.
static int JNppi.nppiCbYCr422ToBGR_709HDTV_8u_C2C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha.
static int JNppi.nppiCbYCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR color conversion with alpha.
static int JNppi.nppiCbYCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR color conversion with alpha.
static int JNppi.nppiCbYCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed CbYCrC22 to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiCbYCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed CbYCrC22 to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiCbYCr422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCbYCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           
static int JNppi.nppiCbYCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           
static int JNppi.nppiCbYCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           
static int JNppi.nppiCbYCr422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiCbYCr422ToYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
static int JNppi.nppiCbYCr422ToYCbCr422_8u_C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed CbYCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int JNppi.nppiCbYCr422ToYCbCr422_8u_C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed CbYCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int JNppi.nppiCbYCr422ToYCrCb420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
static int JNppi.nppiColorTwist32f_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float[][] twist)
           4 channel 8-bit unsigned color twist, not affecting Alpha.
static int JNppi.nppiColorTwist32f_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float[][] twist)
           4 channel 8-bit unsigned color twist, not affecting Alpha.
static int JNppi.nppiColorTwist32f_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float[][] twist)
           3 channel 8-bit unsigned color twist.
static int JNppi.nppiColorTwist32f_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float[][] twist)
           3 channel 8-bit unsigned color twist.
static int JNppi.nppiCompare_16s_AC4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare, not affecting Alpha.
static int JNppi.nppiCompare_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 16-bit signed short image compare.
static int JNppi.nppiCompare_16s_C3R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 16-bit signed short image compare.
static int JNppi.nppiCompare_16s_C4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare.
static int JNppi.nppiCompare_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit unsigned short image compare, not affecting Alpha.
static int JNppi.nppiCompare_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 16-bit unsigned short image compare.
static int JNppi.nppiCompare_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 16-bit unsigned short image compare.
static int JNppi.nppiCompare_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           
static int JNppi.nppiCompare_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 32-bit signed floating point compare, not affecting Alpha.
static int JNppi.nppiCompare_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 32-bit floating point image compare.
static int JNppi.nppiCompare_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 32-bit floating point image compare.
static int JNppi.nppiCompare_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 32-bit floating point image compare.
static int JNppi.nppiCompare_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 8-bit unsigned char image compare, not affecting Alpha.
static int JNppi.nppiCompare_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 8-bit unsigned char image compare, not affecting Alpha.
static int JNppi.nppiCompare_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 8-bit unsigned char image compare, not affecting Alpha.
static int JNppi.nppiCompare_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 8-bit unsigned char image compare.
static int JNppi.nppiCompare_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 8-bit unsigned char image compare.
static int JNppi.nppiCompare_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 8-bit unsigned char image compare.
static int JNppi.nppiCompare_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 8-bit unsigned char image compare.
static int JNppi.nppiCompare_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 8-bit unsigned char image compare.
static int JNppi.nppiCompare_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 8-bit unsigned char image compare.
static int JNppi.nppiCompare_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 8-bit unsigned char image compare.
static int JNppi.nppiCompare_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 8-bit unsigned char image compare.
static int JNppi.nppiCompare_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 8-bit unsigned char image compare.
static int JNppi.nppiCompareC_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare, not affecting Alpha.
static int JNppi.nppiCompareC_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, short nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 16-bit signed short image compare with constant value.
static int JNppi.nppiCompareC_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 16-bit signed short image compare with constant value.
static int JNppi.nppiCompareC_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare with constant value.
static int JNppi.nppiCompareC_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit unsigned short image compare, not affecting Alpha.
static int JNppi.nppiCompareC_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, short nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 16-bit unsigned short image compare with constant value.
static int JNppi.nppiCompareC_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           
static int JNppi.nppiCompareC_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit unsigned short image compare with constant value.
static int JNppi.nppiCompareC_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 32-bit signed floating point compare, not affecting Alpha.
static int JNppi.nppiCompareC_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, float nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 32-bit floating point image compare with constant value.
static int JNppi.nppiCompareC_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 32-bit floating point image compare with constant value.
static int JNppi.nppiCompareC_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 32-bit floating point image compare with constant value.
static int JNppi.nppiCompareC_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           
static int JNppi.nppiCompareC_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           
static int JNppi.nppiCompareC_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           
static int JNppi.nppiCompareC_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 8-bit unsigned char image compare with constant value.
static int JNppi.nppiCompareC_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 8-bit unsigned char image compare with constant value.
static int JNppi.nppiCompareC_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 8-bit unsigned char image compare with constant value.
static int JNppi.nppiCompareC_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 8-bit unsigned char image compare with constant value.
static int JNppi.nppiCompareC_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 8-bit unsigned char image compare with constant value.
static int JNppi.nppiCompareC_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 8-bit unsigned char image compare with constant value.
static int JNppi.nppiCompareC_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 8-bit unsigned char image compare with constant value.
static int JNppi.nppiCompareC_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 8-bit unsigned char image compare with constant value.
static int JNppi.nppiCompareEqualEps_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           4 channel 32-bit signed floating point compare whether two images are equal within epsilon, not affecting Alpha.
static int JNppi.nppiCompareEqualEps_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           1 channel 32-bit floating point image compare whether two images are equal within epsilon.
static int JNppi.nppiCompareEqualEps_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           3 channel 32-bit floating point image compare whether two images are equal within epsilon.
static int JNppi.nppiCompareEqualEps_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           
static int JNppi.nppiCompareEqualEpsC_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           4 channel 32-bit signed floating point compare whether image and constant are equal within epsilon, not affecting Alpha.
static int JNppi.nppiCompareEqualEpsC_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, float nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           1 channel 32-bit floating point image compare whether image and constant are equal within epsilon.
static int JNppi.nppiCompareEqualEpsC_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           
static int JNppi.nppiCompareEqualEpsC_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           4 channel 32-bit floating point image compare whether image and constant are equal within epsilon.
static int JNppi.nppiCompColorKey_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nColorKeyConst)
           1 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
static int JNppi.nppiCompColorKey_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nColorKeyConst)
           1 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
static int JNppi.nppiCompColorKey_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nColorKeyConst)
           1 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
static int JNppi.nppiCompColorKey_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst)
           3 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
static int JNppi.nppiCompColorKey_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst)
           3 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
static int JNppi.nppiCompColorKey_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst)
           3 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
static int JNppi.nppiCompColorKey_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst)
           4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
static int JNppi.nppiCompColorKey_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst)
           4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
static int JNppi.nppiCompColorKey_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst)
           4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
static int JNppi.nppiConvert_16s8u_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 8-bit unsigned conversion, not affecting Alpha.
static int JNppi.nppiConvert_16s8u_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit signed to 8-bit unsigned conversion.
static int JNppi.nppiConvert_16s8u_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 16-bit signed to 8-bit unsigned conversion.
static int JNppi.nppiConvert_16s8u_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 8-bit unsigned conversion.
static int JNppi.nppiConvert_16u8u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit unsigned to 8-bit unsigned conversion, not affecting Alpha.
static int JNppi.nppiConvert_16u8u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit unsigned to 8-bit unsigned conversion.
static int JNppi.nppiConvert_16u8u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 16-bit unsigned to 8-bit unsigned conversion.
static int JNppi.nppiConvert_16u8u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiConvert_32f8u_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Four channel 32-bit floating point to 8-bit unsigned conversion, not affecting Alpha.
static int JNppi.nppiConvert_32f8u_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Single channel 32-bit floating point to 8-bit unsigned conversion.
static int JNppi.nppiConvert_32f8u_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiConvert_32f8u_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Three channel 32-bit floating point to 8-bit unsigned conversion.
static int JNppi.nppiConvert_32f8u_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Four channel 32-bit floating point to 8-bit unsigned 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_32u8u_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiConvert_8s8u_C1Rs(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit signed to 8-bit unsigned conversion with saturation.
static int JNppi.nppiConvert_8u16s_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 8-bit unsigned to 16-bit signed conversion, not affecting Alpha.
static int JNppi.nppiConvert_8u16s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit unsigned to 16-bit signed conversion.
static int JNppi.nppiConvert_8u16s_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 8-bit unsigned to 16-bit signed conversion.
static int JNppi.nppiConvert_8u16s_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 8-bit unsigned to 16-bit signed conversion.
static int JNppi.nppiConvert_8u16u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 8-bit unsigned to 16-bit unsigned conversion, not affecting Alpha.
static int JNppi.nppiConvert_8u16u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit unsigned to 16-bit unsigned conversion.
static int JNppi.nppiConvert_8u16u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 8-bit unsigned to 16-bit unsigned conversion.
static int JNppi.nppiConvert_8u16u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 8-bit unsigned to 16-bit unsigned conversion.
static int JNppi.nppiConvert_8u32f_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiConvert_8u32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit unsigned to 32-bit floating-point conversion.
static int JNppi.nppiConvert_8u32f_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 8-bit unsigned to 32-bit floating-point conversion.
static int JNppi.nppiConvert_8u32f_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 8-bit unsigned to 32-bit floating-point conversion.
static int JNppi.nppiConvert_8u32s_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 8-bit unsigned to 32-bit signed conversion, not affecting Alpha.
static int JNppi.nppiConvert_8u32s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit unsigned to 32-bit signed conversion.
static int JNppi.nppiConvert_8u32s_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 8-bit unsigned to 32-bit signed conversion.
static int JNppi.nppiConvert_8u32s_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiConvert_8u8s_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiCopy_16s_AC4MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 16-bit signed image copy, ignoring alpha.
static int JNppi.nppiCopy_16s_C1MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C4MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 16-bit signed image copy.
static int JNppi.nppiCopy_16u_AC4MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 16-bit unsigned image copy, ignoring alpha.
static int JNppi.nppiCopy_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 16-bit unsigned image copy.
static int JNppi.nppiCopy_16u_C3MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 16-bit unsigned image copy.
static int JNppi.nppiCopy_16u_C4MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 16-bit unsigned image copy.
static int JNppi.nppiCopy_32f_AC4MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 32-bit float image copy, ignoring alpha.
static int JNppi.nppiCopy_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 32-bit float image copy.
static int JNppi.nppiCopy_32f_C3MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 32-bit float image copy.
static int JNppi.nppiCopy_32f_C4MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 32-bit float image copy.
static int JNppi.nppiCopy_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_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_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_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_8u_AC4MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha.
static int JNppi.nppiCopy_8u_AC4MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha.
static int JNppi.nppiCopy_8u_AC4MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha.
static int JNppi.nppiCopy_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned image copy, not affecting Alpha channel.
static int JNppi.nppiCopy_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned image copy, not affecting Alpha channel.
static int JNppi.nppiCopy_8u_C1C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to three-channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C1C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to three-channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C1C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to four-channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C1C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to four-channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C3C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel to single-channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C3C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel to single-channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCopy_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCopy_8u_C3MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C3MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C3MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] aDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCopy_8u_C4C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCopy_8u_C4C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCopy_8u_C4CR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 8-bit unsigned image copy for four-channel images.
static int JNppi.nppiCopy_8u_C4CR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 8-bit unsigned image copy for four-channel images.
static int JNppi.nppiCopy_8u_C4MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C4MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C4MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C4P4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] aDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 8-bit unsigned packed to planar image copy.
static int JNppi.nppiCopy_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned image copy.
static int JNppi.nppiCopy_8u_P3C3R(TypedPointer<Npp8u>[] aSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 8-bit unsigned planar to packed image copy.
static int JNppi.nppiCopy_8u_P4C4R(TypedPointer<Npp8u>[] aSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 8-bit unsigned planar to packed image copy.
static int JNppi.nppiCopyConstBorder_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, byte[] aValue)
           4 channel 8-bit unsigned image copy with constant border color.
static int JNppi.nppiCopyConstBorder_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, byte[] aValue)
           4 channel 8-bit unsigned image copy with constant border color.
static int JNppi.nppiCopyConstBorder_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, byte nValue)
           8-bit unsigned image copy width constant border color.
static int JNppi.nppiCopyConstBorder_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, byte nValue)
           8-bit unsigned image copy width constant border color.
static int JNppi.nppiCopyConstBorder_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, byte[] aValue)
           4channel 8-bit unsigned image copy with constant border color.
static int JNppi.nppiCopyConstBorder_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, byte[] aValue)
           4channel 8-bit unsigned image copy with constant border color.
static int JNppi.nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, TypedPointer<Npp16u> pQuantFwdTable, NppiSize oSizeROI)
           Forward DCT, quantization and level shift part of the JPEG encoding.
static int JNppi.nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, TypedPointer<Npp16u> pQuantInvTable, NppiSize oSizeROI)
           Inverse DCT, de-quantization and level shift part of the JPEG decoding.
static int JNppi.nppiDilate_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned image dilation.
static int JNppi.nppiDilate_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned image dilation.
static int JNppi.nppiDilate_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned image dilation.
static int JNppi.nppiDilate_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned image dilation.
static int JNppi.nppiDilate_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned image dilation.
static int JNppi.nppiDilate_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned image dilation.
static int JNppi.nppiDiv_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDivC_8u_AC4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_8u_C1IRSfs(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiDivC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_8u_C3IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_8u_C4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiErode_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned image erosion.
static int JNppi.nppiErode_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned image erosion.
static int JNppi.nppiErode_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned image erosion.
static int JNppi.nppiErode_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           
static int JNppi.nppiErode_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           
static int JNppi.nppiErode_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           
static int JNppi.nppiExp_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiExp_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiExp_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiExp_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiExp_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiExp_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiFilter_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pKernel, NppiSize oKernelSize, NppiPoint oAnchor, int nDivisor)
           
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.nppiFilter_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pKernel, NppiSize oKernelSize, NppiPoint oAnchor, int nDivisor)
           4 channel 8-bit unsigned convolution filter.
static int JNppi.nppiFilterBox_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned box filter.
static int JNppi.nppiFilterBox_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned box filter.
static int JNppi.nppiFilterBox_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned box filter.
static int JNppi.nppiFilterBox_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned box filter.
static int JNppi.nppiFilterColumn_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           
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.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.nppiFilterMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned maximum filter.
static int JNppi.nppiFilterMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned maximum filter.
static int JNppi.nppiFilterMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned maximum filter.
static int JNppi.nppiFilterMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned maximum filter.
static int JNppi.nppiFilterMin_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned minimum filter.
static int JNppi.nppiFilterMin_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned minimum filter.
static int JNppi.nppiFilterMin_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned minimum filter.
static int JNppi.nppiFilterMin_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned minimum filter.
static int JNppi.nppiFilterRow_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           8-bit unsigned 1D (row) image convolution.
static int JNppi.nppiFilterRow_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           8-bit unsigned 1D (row) image convolution.
static int JNppi.nppiFilterRow_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           4 channel 8-bit unsigned 1D (row) image convolution.
static int JNppi.nppiFilterRow_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           4 channel 8-bit unsigned 1D (row) image convolution.
static int JNppi.nppiGammaFwd_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed color with alpha in place forward gamma correction.
static int JNppi.nppiGammaFwd_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed color with alpha not in place forward gamma correction.
static int JNppi.nppiGammaFwd_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed color with alpha not in place forward gamma correction.
static int JNppi.nppiGammaFwd_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed color in place forward gamma correction.
static int JNppi.nppiGammaFwd_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed color not in place forward gamma correction.
static int JNppi.nppiGammaFwd_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed color not in place forward gamma correction.
static int JNppi.nppiGammaInv_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed color with alpha in place inverse gamma correction.
static int JNppi.nppiGammaInv_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed color with alpha not in place inverse gamma correction.
static int JNppi.nppiGammaInv_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed color with alpha not in place inverse gamma correction.
static int JNppi.nppiGammaInv_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed color in place inverse gamma correction.
static int JNppi.nppiGammaInv_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed color not in place inverse gamma correction.
static int JNppi.nppiGammaInv_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed color not in place inverse gamma correction.
static int JNppi.nppiGraphcut_32f8u(TypedPointer<Npp32f> pTerminals, TypedPointer<Npp32f> pLeftTransposed, TypedPointer<Npp32f> pRightTransposed, TypedPointer<Npp32f> pTop, TypedPointer<Npp32f> pBottom, int nStep, int nTransposedStep, NppiSize size, TypedPointer<Npp8u> pLabel, int nLabelStep, NppiGraphcutState pState)
           Graphcut of a flow network (32bit float edge capacities).
static int JNppi.nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals, TypedPointer<Npp32s> pLeftTransposed, TypedPointer<Npp32s> pRightTransposed, TypedPointer<Npp32s> pTop, TypedPointer<Npp32s> pBottom, int nStep, int nTransposedStep, NppiSize size, TypedPointer<Npp8u> pLabel, int nLabelStep, NppiGraphcutState pState)
           
static int JNppi.nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals, TypedPointer<Npp32f> pLeftTransposed, TypedPointer<Npp32f> pRightTransposed, TypedPointer<Npp32f> pTop, TypedPointer<Npp32f> pTopLeft, TypedPointer<Npp32f> pTopRight, TypedPointer<Npp32f> pBottom, TypedPointer<Npp32f> pBottomLeft, TypedPointer<Npp32f> pBottomRight, 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.nppiGraphcut8InitAlloc(NppiSize oSize, NppiGraphcutState[] ppState, TypedPointer<Npp8u> pDeviceMem)
           Allocates and initializes the graph-cut state structure and additional resources for graph-cut with 8 neighborhood labeling.
static int JNppi.nppiGraphcutInitAlloc(NppiSize oSize, NppiGraphcutState[] ppState, TypedPointer<Npp8u> pDeviceMem)
           
static int JNppi.nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as the last channel) 16-bit signed histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, int nLevels, int nLowerLevel, int nUpperLevel, TypedPointer<Npp8u> pBuffer)
           16-bit signed histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           
static int JNppi.nppiHistogramEven_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel 16-bit signed histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as the last channel) 16-bit unsigned histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, int nLevels, int nLowerLevel, int nUpperLevel, TypedPointer<Npp8u> pBuffer)
           
static int JNppi.nppiHistogramEven_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           3 channel 16-bit unsigned histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel 16-bit unsigned histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as the last channel) 8-bit unsigned histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as the last channel) 8-bit unsigned histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, int nLevels, int nLowerLevel, int nUpperLevel, TypedPointer<Npp8u> pBuffer)
           8-bit unsigned histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, int nLevels, int nLowerLevel, int nUpperLevel, TypedPointer<Npp8u> pBuffer)
           8-bit unsigned histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           3 channel 8-bit unsigned histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           3 channel 8-bit unsigned histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel 8-bit unsigned histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel 8-bit unsigned histogram with evenly distributed bins.
static int JNppi.nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_16s_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_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           3 channel 16-bit signed histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel 16-bit signed histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           
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_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           3 channel 16-bit unsigned histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel 16-bit unsigned histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32f>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as a last channel) 32-bit float histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32f> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           32-bit float histogram with bins determined by pLevels array.
static int JNppi.nppiHistogramRange_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32f>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           3 channel 32-bit float histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32f>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel 32-bit float histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as a last channel) 8-bit unsigned histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as a last channel) 8-bit unsigned histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           8-bit unsigned histogram with bins determined by pLevels array.
static int JNppi.nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           8-bit unsigned histogram with bins determined by pLevels array.
static int JNppi.nppiHistogramRange_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           3 channel 8-bit unsigned histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           3 channel 8-bit unsigned histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel 8-bit unsigned histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel 8-bit unsigned histogram with bins determined by pLevels.
static int JNppi.nppiHLSToBGR_8u_AC4P4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion.
static int JNppi.nppiHLSToBGR_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion.
static int JNppi.nppiHLSToBGR_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion.
static int JNppi.nppiHLSToBGR_8u_AP4C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion.
static int JNppi.nppiHLSToBGR_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiHLSToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned packed BGR color conversion.
static int JNppi.nppiHLSToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
static int JNppi.nppiHLSToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
static int JNppi.nppiHLSToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed HLS to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiHLSToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed HLS to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiHSVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed HSV with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
static int JNppi.nppiHSVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed HSV with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
static int JNppi.nppiHSVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed HSV to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiHSVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed HSV to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiLabToBGR_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiLabToBGR_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiLn_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiLn_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiLn_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiLn_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiLn_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiLn_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiLShiftC_8u_AC4IR(int[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha.
static int JNppi.nppiLShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image left shift by constant with unmodified alpha.
static int JNppi.nppiLShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image left shift by constant with unmodified alpha.
static int JNppi.nppiLShiftC_8u_C1IR(int nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image left shift by constant.
static int JNppi.nppiLShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image left shift by constant.
static int JNppi.nppiLShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image left shift by constant.
static int JNppi.nppiLShiftC_8u_C3IR(int[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image left shift by constant.
static int JNppi.nppiLShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image left shift by constant.
static int JNppi.nppiLShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image left shift by constant.
static int JNppi.nppiLShiftC_8u_C4IR(int[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image left shift by constant.
static int JNppi.nppiLShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image left shift by constant.
static int JNppi.nppiLShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image left shift by constant.
static int JNppi.nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pValues, TypedPointer<Npp32s>[] pLevels, int[] nLevels)
           4 channel 8-bit unsigned look-up-table color conversion, not affecting Alpha.
static int JNppi.nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pValues, TypedPointer<Npp32s>[] pLevels, int[] nLevels)
           4 channel 8-bit unsigned look-up-table color conversion, not affecting Alpha.
static int JNppi.nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pValues, TypedPointer<Npp32s> pLevels, int nLevels)
           8-bit unsigned look-up-table color conversion.
static int JNppi.nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pValues, TypedPointer<Npp32s> pLevels, int nLevels)
           8-bit unsigned look-up-table color conversion.
static int JNppi.nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pValues, TypedPointer<Npp32s>[] pLevels, int[] nLevels)
           3 channel 8-bit unsigned look-up-table color conversion.
static int JNppi.nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pValues, TypedPointer<Npp32s>[] pLevels, int[] nLevels)
           3 channel 8-bit unsigned look-up-table color conversion.
static int JNppi.nppiLUT_Linear_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pValues, TypedPointer<Npp32s>[] pLevels, int[] nLevels)
           4 channel 8-bit unsigned look-up-table color conversion.
static int JNppi.nppiLUT_Linear_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pValues, TypedPointer<Npp32s>[] pLevels, int[] nLevels)
           4 channel 8-bit unsigned look-up-table color conversion.
static int JNppi.nppiLUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiLUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiLUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiLUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiMax_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           4-channel 16-bit signed short integer image max (alpha channel is not processed).
static int JNppi.nppiMax_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMax)
           1-channel 16-bit signed short integer image max.
static int JNppi.nppiMax_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           3-channel 16-bit signed short integer image max.
static int JNppi.nppiMax_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           
static int JNppi.nppiMax_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           4-channel 16-bit unsigned short integer image max (alpha channel is not processed).
static int JNppi.nppiMax_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16u> pMax)
           1-channel 16-bit unsigned short integer image max.
static int JNppi.nppiMax_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           3-channel 16-bit unsigned short integer image max.
static int JNppi.nppiMax_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           4-channel 16-bit unsigned short integer image max.
static int JNppi.nppiMax_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax)
           4-channel 32-bit floating point image max (alpha channel is not processed).
static int JNppi.nppiMax_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp32f> pMax)
           1-channel 32-bit floating point image max.
static int JNppi.nppiMax_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax)
           3-channel 32-bit floating point image max.
static int JNppi.nppiMax_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax)
           4-channel 32-bit floating point image max.
static int JNppi.nppiMax_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax)
           4-channel 8-bit unsigned char image max (alpha channel is not processed).
static int JNppi.nppiMax_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax)
           4-channel 8-bit unsigned char image max (alpha channel is not processed).
static int JNppi.nppiMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMax)
           
static int JNppi.nppiMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMax)
           
static int JNppi.nppiMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMax)
           
static int JNppi.nppiMax_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax)
           3-channel 8-bit unsigned char image max.
static int JNppi.nppiMax_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax)
           3-channel 8-bit unsigned char image max.
static int JNppi.nppiMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax)
           4-channel 8-bit unsigned char image max.
static int JNppi.nppiMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax)
           4-channel 8-bit unsigned char image max.
static int JNppi.nppiMaxIndx_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit signed short integer image max values with their X and Y coordinates (alpha channel is not processed).
static int JNppi.nppiMaxIndx_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMax, int[] pIndexX, int[] pIndexY)
           1-channel 16-bit signed short integer image max value with its X and Y coordinates.
static int JNppi.nppiMaxIndx_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           3-channel 16-bit signed short integer image max values with their X and Y coordinates.
static int JNppi.nppiMaxIndx_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit signed short integer image max values with their X and Y coordinates.
static int JNppi.nppiMaxIndx_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit unsigned short integer image max values with their X and Y coordinates (alpha channel is not processed).
static int JNppi.nppiMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16u> pMax, int[] pIndexX, int[] pIndexY)
           1-channel 16-bit unsigned short integer image max value with its X and Y coordinates.
static int JNppi.nppiMaxIndx_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           3-channel 16-bit unsigned short integer image max values with their X and Y coordinates.
static int JNppi.nppiMaxIndx_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit unsigned short integer image max values with their X and Y coordinates.
static int JNppi.nppiMaxIndx_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 32-bit floating point image max values with their X and Y coordinates (alpha channel is not processed).
static int JNppi.nppiMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp32f> pMax, int[] pIndexX, int[] pIndexY)
           
static int JNppi.nppiMaxIndx_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax, int[] aIndexX, int[] aIndexY)
           3-channel 32-bit floating point image max values with their X and Y coordinates.
static int JNppi.nppiMaxIndx_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 32-bit floating point image max values with their X and Y coordinates.
static int JNppi.nppiMaxIndx_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 8-bit unsigned char image max values with their X and Y coordinates (alpha channel is not processed).
static int JNppi.nppiMaxIndx_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 8-bit unsigned char image max values with their X and Y coordinates (alpha channel is not processed).
static int JNppi.nppiMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMax, int[] pIndexX, int[] pIndexY)
           1-channel 8-bit unsigned char image max value with its X and Y coordinates.
static int JNppi.nppiMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMax, int[] pIndexX, int[] pIndexY)
           1-channel 8-bit unsigned char image max value with its X and Y coordinates.
static int JNppi.nppiMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMax, int[] pIndexX, int[] pIndexY)
           1-channel 8-bit unsigned char image max value with its X and Y coordinates.
static int JNppi.nppiMaxIndx_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax, int[] aIndexX, int[] aIndexY)
           3-channel 8-bit unsigned char image max values with their X and Y coordinates.
static int JNppi.nppiMaxIndx_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax, int[] aIndexX, int[] aIndexY)
           3-channel 8-bit unsigned char image max values with their X and Y coordinates.
static int JNppi.nppiMaxIndx_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax, int[] aIndexX, int[] aIndexY)
           
static int JNppi.nppiMaxIndx_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax, int[] aIndexX, int[] aIndexY)
           
static int JNppi.nppiMean_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 16-bit signed short image mean with 64-bit double precision result.
static int JNppi.nppiMean_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 16-bit signed short integer image mean with 64-bit double precision result.
static int JNppi.nppiMean_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           
static int JNppi.nppiMean_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 16-bit signed short image mean with 64-bit double precision result.
static int JNppi.nppiMean_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 16-bit unsigned short image mean with 64-bit double precision result.
static int JNppi.nppiMean_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation.
static int JNppi.nppiMean_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation.
static int JNppi.nppiMean_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 16-bit unsigned short integer image mean with 64-bit double precision result.
static int JNppi.nppiMean_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           3-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           3-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           
static int JNppi.nppiMean_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 16-bit unsigned short image mean with 64-bit double precision result.
static int JNppi.nppiMean_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 32-bit floating point image mean with 64-bit double precision result.
static int JNppi.nppiMean_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation.
static int JNppi.nppiMean_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation.
static int JNppi.nppiMean_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 32-bit floating point image mean with 64-bit double precision result.
static int JNppi.nppiMean_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           3-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           3-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           
static int JNppi.nppiMean_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 32-bit floating point image mean with 64-bit double precision result.
static int JNppi.nppiMean_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 8-bit signed char image mean with 64-bit double precision result, \ref masked_operation.
static int JNppi.nppiMean_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 8-bit signed char image mean with 64-bit double precision result, \ref masked_operation.
static int JNppi.nppiMean_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           
static int JNppi.nppiMean_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           
static int JNppi.nppiMean_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 8-bit unsigned char image mean with 64-bit double precision result.
static int JNppi.nppiMean_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 8-bit unsigned char image mean with 64-bit double precision result.
static int JNppi.nppiMean_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation.
static int JNppi.nppiMean_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation.
static int JNppi.nppiMean_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation.
static int JNppi.nppiMean_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
          host pointer
static int JNppi.nppiMean_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
          host pointer
static int JNppi.nppiMean_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           3-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           3-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           3-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           3-channel 8-bit unsigned char image mean with 64-bit double precision result.
static int JNppi.nppiMean_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           3-channel 8-bit unsigned char image mean with 64-bit double precision result.
static int JNppi.nppiMean_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 8-bit unsigned char image mean with 64-bit double precision result.
static int JNppi.nppiMean_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 8-bit unsigned char image mean with 64-bit double precision result.
static int JNppi.nppiMean_StdDev_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation.
static int JNppi.nppiMean_StdDev_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation.
static int JNppi.nppiMean_StdDev_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 16-bit unsigned short int image mean and standard deviation.
static int JNppi.nppiMean_StdDev_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_StdDev_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_StdDev_16u_C3CR(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 16-bit unsigned short int image mean and standard deviation, \ref channel_of_interest.
static int JNppi.nppiMean_StdDev_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation.
static int JNppi.nppiMean_StdDev_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation.
static int JNppi.nppiMean_StdDev_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           
static int JNppi.nppiMean_StdDev_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_StdDev_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_StdDev_32f_C3CR(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 32-bit floating-point image mean and standard deviation, \ref channel_of_interest.
static int JNppi.nppiMean_StdDev_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 8-bit signed char image mean and standard deviation, \ref masked_operation.
static int JNppi.nppiMean_StdDev_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 8-bit signed char image mean and standard deviation, \ref masked_operation.
static int JNppi.nppiMean_StdDev_8s_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 8-bit signed char image mean and standard deviation.
static int JNppi.nppiMean_StdDev_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 8-bit signed char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_StdDev_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 8-bit signed char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_StdDev_8s_C3CR(TypedPointer<Npp8s> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 8-bit signed char image mean and standard deviation, \ref channel_of_interest.
static int JNppi.nppiMean_StdDev_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation.
static int JNppi.nppiMean_StdDev_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation.
static int JNppi.nppiMean_StdDev_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation.
static int JNppi.nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
          host pointer
static int JNppi.nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
          host pointer
static int JNppi.nppiMean_StdDev_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_StdDev_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_StdDev_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMean_StdDev_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 8-bit unsigned char image mean and standard deviation, \ref channel_of_interest.
static int JNppi.nppiMean_StdDev_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 8-bit unsigned char image mean and standard deviation, \ref channel_of_interest.
static int JNppi.nppiMin_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           4-channel 16-bit signed short integer image min (alpha channel is not processed).
static int JNppi.nppiMin_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMin)
           1-channel 16-bit signed short integer image min.
static int JNppi.nppiMin_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           
static int JNppi.nppiMin_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           4-channel 16-bit signed short integer image min.
static int JNppi.nppiMin_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           4-channel 16-bit unsigned short integer image min (alpha channel is not processed).
static int JNppi.nppiMin_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16u> pMin)
           1-channel 16-bit unsigned short integer image min.
static int JNppi.nppiMin_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           3-channel 16-bit unsigned short integer image min.
static int JNppi.nppiMin_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           4-channel 16-bit unsigned short integer image min.
static int JNppi.nppiMin_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin)
           4-channel 32-bit floating point image min (alpha channel is not processed).
static int JNppi.nppiMin_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp32f> pMin)
           1-channel 32-bit floating point image min.
static int JNppi.nppiMin_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin)
           3-channel 32-bit floating point image min.
static int JNppi.nppiMin_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin)
           4-channel 32-bit floating point image min.
static int JNppi.nppiMin_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin)
           4-channel 8-bit unsigned char image min (alpha channel is not processed).
static int JNppi.nppiMin_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin)
           4-channel 8-bit unsigned char image min (alpha channel is not processed).
static int JNppi.nppiMin_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMin)
           1-channel 8-bit unsigned char image min.
static int JNppi.nppiMin_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMin)
           1-channel 8-bit unsigned char image min.
static int JNppi.nppiMin_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMin)
           1-channel 8-bit unsigned char image min.
static int JNppi.nppiMin_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin)
           3-channel 8-bit unsigned char image min.
static int JNppi.nppiMin_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin)
           3-channel 8-bit unsigned char image min.
static int JNppi.nppiMin_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin)
           4-channel 8-bit unsigned char image min.
static int JNppi.nppiMin_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin)
           4-channel 8-bit unsigned char image min.
static int JNppi.nppiMinIndx_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit signed short integer image min values with their X and Y coordinates (alpha channel is not processed).
static int JNppi.nppiMinIndx_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMin, int[] pIndexX, int[] pIndexY)
           1-channel 16-bit signed short integer image min with its X and Y coordinates.
static int JNppi.nppiMinIndx_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           
static int JNppi.nppiMinIndx_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit signed short integer image min values with their X and Y coordinates.
static int JNppi.nppiMinIndx_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           
static int JNppi.nppiMinIndx_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16u> pMin, int[] pIndexX, int[] pIndexY)
           1-channel 16-bit unsigned short integer image min with its X and Y coordinates.
static int JNppi.nppiMinIndx_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           
static int JNppi.nppiMinIndx_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit unsigned short integer image min values with their X and Y coordinates.
static int JNppi.nppiMinIndx_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin, int[] aIndexX, int[] aIndexY)
           
static int JNppi.nppiMinIndx_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp32f> pMin, int[] pIndexX, int[] pIndexY)
           1-channel 32-bit floating point image min with its X and Y coordinates.
static int JNppi.nppiMinIndx_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin, int[] aIndexX, int[] aIndexY)
           3-channel 32-bit floating point image min values with their X and Y coordinates.
static int JNppi.nppiMinIndx_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 32-bit floating point image min values with their X and Y coordinates.
static int JNppi.nppiMinIndx_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 8-bit unsigned char image min values with their X and Y coordinates (alpha channel is not processed).
static int JNppi.nppiMinIndx_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 8-bit unsigned char image min values with their X and Y coordinates (alpha channel is not processed).
static int JNppi.nppiMinIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMin, int[] pIndexX, int[] pIndexY)
           1-channel 8-bit unsigned char image min with its X and Y coordinates.
static int JNppi.nppiMinIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMin, int[] pIndexX, int[] pIndexY)
           1-channel 8-bit unsigned char image min with its X and Y coordinates.
static int JNppi.nppiMinIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMin, int[] pIndexX, int[] pIndexY)
           1-channel 8-bit unsigned char image min with its X and Y coordinates.
static int JNppi.nppiMinIndx_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin, int[] aIndexX, int[] aIndexY)
           3-channel 8-bit unsigned char image min values with their X and Y coordinates.
static int JNppi.nppiMinIndx_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin, int[] aIndexX, int[] aIndexY)
           3-channel 8-bit unsigned char image min values with their X and Y coordinates.
static int JNppi.nppiMinIndx_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 8-bit unsigned char image min values with their X and Y coordinates.
static int JNppi.nppiMinIndx_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 8-bit unsigned char image min values with their X and Y coordinates.
static int JNppi.nppiMinMax_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image minimum and maximum values (alpha channel is not calculated).
static int JNppi.nppiMinMax_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp16s> pMin, TypedPointer<Npp16s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image minimum and maximum values.
static int JNppi.nppiMinMax_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit signed short image minimum and maximum values.
static int JNppi.nppiMinMax_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image minimum and maximum values.
static int JNppi.nppiMinMax_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image minimum and maximum values (alpha channel is not calculated).
static int JNppi.nppiMinMax_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp16u> pMin, TypedPointer<Npp16u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image minimum and maximum values.
static int JNppi.nppiMinMax_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image minimum and maximum values.
static int JNppi.nppiMinMax_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image minimum and maximum values.
static int JNppi.nppiMinMax_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, float[] aMin, float[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating point image minimum and maximum values (alpha channel is not calculated).
static int JNppi.nppiMinMax_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32f> pMin, TypedPointer<Npp32f> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating point image minimum and maximum values.
static int JNppi.nppiMinMax_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, float[] aMin, float[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNppi.nppiMinMax_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, float[] aMin, float[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating point image minimum and maximum values.
static int JNppi.nppiMinMax_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned image minimum and maximum values (alpha channel is not calculated).
static int JNppi.nppiMinMax_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned image minimum and maximum values (alpha channel is not calculated).
static int JNppi.nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMin, TypedPointer<Npp8u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
          host pointer
static int JNppi.nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMin, TypedPointer<Npp8u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
          host pointer
static int JNppi.nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMin, TypedPointer<Npp8u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
          host pointer
static int JNppi.nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMin, TypedPointer<Npp8u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
          host pointer
static int JNppi.nppiMinMax_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned image minimum and maximum values.
static int JNppi.nppiMinMax_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned image minimum and maximum values.
static int JNppi.nppiMinMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned image minimum and maximum values.
static int JNppi.nppiMinMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned image minimum and maximum values.
static int JNppi.nppiMinMaxIndx_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation.
static int JNppi.nppiMinMaxIndx_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation.
static int JNppi.nppiMinMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image minimum and maximum values with their indices.
static int JNppi.nppiMinMaxIndx_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMinMaxIndx_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMinMaxIndx_16u_C3CR(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref channel_of_interest.
static int JNppi.nppiMinMaxIndx_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation.
static int JNppi.nppiMinMaxIndx_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation.
static int JNppi.nppiMinMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating point image minimum and maximum values with their indices.
static int JNppi.nppiMinMaxIndx_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMinMaxIndx_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMinMaxIndx_32f_C3CR(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNppi.nppiMinMaxIndx_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation.
static int JNppi.nppiMinMaxIndx_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation.
static int JNppi.nppiMinMaxIndx_8s_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit signed char image minimum and maximum values with their indices.
static int JNppi.nppiMinMaxIndx_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMinMaxIndx_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMinMaxIndx_8s_C3CR(TypedPointer<Npp8s> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNppi.nppiMinMaxIndx_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation.
static int JNppi.nppiMinMaxIndx_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation.
static int JNppi.nppiMinMaxIndx_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation.
static int JNppi.nppiMinMaxIndx_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation.
static int JNppi.nppiMinMaxIndx_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation.
static int JNppi.nppiMinMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image minimum and maximum values with their indices.
static int JNppi.nppiMinMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image minimum and maximum values with their indices.
static int JNppi.nppiMinMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image minimum and maximum values with their indices.
static int JNppi.nppiMinMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image minimum and maximum values with their indices.
static int JNppi.nppiMinMaxIndx_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMinMaxIndx_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMinMaxIndx_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMinMaxIndx_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMinMaxIndx_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiMinMaxIndx_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNppi.nppiMinMaxIndx_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNppi.nppiMinMaxIndx_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNppi.nppiMinMaxIndx_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNppi.nppiMirror_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 8-bit unsigned image mirror not affecting alpha.
static int JNppi.nppiMirror_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 8-bit unsigned image mirror not affecting alpha.
static int JNppi.nppiMirror_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
           
static int JNppi.nppiMirror_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
           
static int JNppi.nppiMirror_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
           3 channel 8-bit unsigned image mirror.
static int JNppi.nppiMirror_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
           3 channel 8-bit unsigned image mirror.
static int JNppi.nppiMirror_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 8-bit unsigned image mirror.
static int JNppi.nppiMirror_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 8-bit unsigned image mirror.
static int JNppi.nppiMul_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMulC_8u_AC4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_8u_C1IRSfs(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_8u_C3IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_8u_C4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulCScale_8u_AC4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale and scale by max bit width value.
static int JNppi.nppiMulCScale_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bit width value.
static int JNppi.nppiMulCScale_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bit width value.
static int JNppi.nppiMulCScale_8u_C1IR(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.
static int JNppi.nppiMulCScale_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
static int JNppi.nppiMulCScale_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
static int JNppi.nppiMulCScale_8u_C3IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant and scale by max bit width value.
static int JNppi.nppiMulCScale_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
static int JNppi.nppiMulCScale_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
static int JNppi.nppiMulCScale_8u_C4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.
static int JNppi.nppiMulCScale_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
static int JNppi.nppiMulCScale_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
static int JNppi.nppiMulScale_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiMulScale_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
static int JNppi.nppiNorm_Inf_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image infinity norm (alpha channel is not computed).
static int JNppi.nppiNorm_Inf_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image infinity norm.
static int JNppi.nppiNorm_Inf_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit signed short image infinity norm.
static int JNppi.nppiNorm_Inf_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image infinity norm.
static int JNppi.nppiNorm_Inf_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image infinity norm (alpha channel is not computed).
static int JNppi.nppiNorm_Inf_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image infinity norm, \ref masked_operation.
static int JNppi.nppiNorm_Inf_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image infinity norm, \ref masked_operation.
static int JNppi.nppiNorm_Inf_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image infinity norm.
static int JNppi.nppiNorm_Inf_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image infinity norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_Inf_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image infinity norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_Inf_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image infinity norm.
static int JNppi.nppiNorm_Inf_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image infinity norm.
static int JNppi.nppiNorm_Inf_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating-point image infinity norm (alpha channel is not computed).
static int JNppi.nppiNorm_Inf_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating-point image infinity norm, \ref masked_operation.
static int JNppi.nppiNorm_Inf_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating-point image infinity norm, \ref masked_operation.
static int JNppi.nppiNorm_Inf_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating-point image infinity norm.
static int JNppi.nppiNorm_Inf_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image infinity norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_Inf_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image infinity norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_Inf_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image infinity norm.
static int JNppi.nppiNorm_Inf_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating-point image infinity norm.
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.nppiNorm_Inf_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit signed char image infinity norm, \ref masked_operation.
static int JNppi.nppiNorm_Inf_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit signed char image infinity norm, \ref masked_operation.
static int JNppi.nppiNorm_Inf_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit signed char image infinity norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_Inf_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit signed char image infinity norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_Inf_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image infinity norm (alpha channel is not computed).
static int JNppi.nppiNorm_Inf_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image infinity norm (alpha channel is not computed).
static int JNppi.nppiNorm_Inf_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image infinity norm, \ref masked_operation.
static int JNppi.nppiNorm_Inf_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image infinity norm, \ref masked_operation.
static int JNppi.nppiNorm_Inf_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image infinity norm, \ref masked_operation.
static int JNppi.nppiNorm_Inf_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image infinity norm.
static int JNppi.nppiNorm_Inf_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image infinity norm.
static int JNppi.nppiNorm_Inf_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image infinity norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_Inf_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image infinity norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_Inf_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image infinity norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_Inf_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image infinity norm.
static int JNppi.nppiNorm_Inf_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image infinity norm.
static int JNppi.nppiNorm_Inf_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image infinity norm.
static int JNppi.nppiNorm_Inf_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image infinity norm.
static int JNppi.nppiNorm_L1_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image L1 norm (alpha channel is not computed).
static int JNppi.nppiNorm_L1_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image L1 norm.
static int JNppi.nppiNorm_L1_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit signed short image L1 norm.
static int JNppi.nppiNorm_L1_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image L1 norm.
static int JNppi.nppiNorm_L1_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image L1 norm (alpha channel is not computed).
static int JNppi.nppiNorm_L1_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image L1 norm, \ref masked_operation
static int JNppi.nppiNorm_L1_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image L1 norm, \ref masked_operation
static int JNppi.nppiNorm_L1_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image L1 norm.
static int JNppi.nppiNorm_L1_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image L1 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L1_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image L1 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L1_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image L1 norm.
static int JNppi.nppiNorm_L1_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image L1 norm.
static int JNppi.nppiNorm_L1_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating-point image L1 norm (alpha channel is not computed).
static int JNppi.nppiNorm_L1_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating-point image L1 norm, \ref masked_operation.
static int JNppi.nppiNorm_L1_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating-point image L1 norm, \ref masked_operation.
static int JNppi.nppiNorm_L1_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating-point image L1 norm.
static int JNppi.nppiNorm_L1_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image L1 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L1_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image L1 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L1_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image L1 norm.
static int JNppi.nppiNorm_L1_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating-point image L1 norm.
static int JNppi.nppiNorm_L1_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit signed char image L1 norm, \ref masked_operation
static int JNppi.nppiNorm_L1_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit signed char image L1 norm, \ref masked_operation
static int JNppi.nppiNorm_L1_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit signed char image L1 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L1_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit signed char image L1 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L1_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNppi.nppiNorm_L1_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNppi.nppiNorm_L1_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image L1 norm, \ref masked_operation
static int JNppi.nppiNorm_L1_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image L1 norm, \ref masked_operation
static int JNppi.nppiNorm_L1_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image L1 norm, \ref masked_operation
static int JNppi.nppiNorm_L1_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
          host pointer
static int JNppi.nppiNorm_L1_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
          host pointer
static int JNppi.nppiNorm_L1_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L1 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L1_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L1 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L1_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L1 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L1_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L1 norm.
static int JNppi.nppiNorm_L1_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L1 norm.
static int JNppi.nppiNorm_L1_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image L1 norm.
static int JNppi.nppiNorm_L1_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image L1 norm.
static int JNppi.nppiNorm_L2_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image L2 norm (alpha channel is not computed).
static int JNppi.nppiNorm_L2_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image L2 norm.
static int JNppi.nppiNorm_L2_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit signed short image L2 norm.
static int JNppi.nppiNorm_L2_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image L2 norm.
static int JNppi.nppiNorm_L2_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image L2 norm (alpha channel is not computed).
static int JNppi.nppiNorm_L2_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           \ref masked_operation 1-channel 16-bit unsigned short image L2 norm.
static int JNppi.nppiNorm_L2_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           \ref masked_operation 1-channel 16-bit unsigned short image L2 norm.
static int JNppi.nppiNorm_L2_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image L2 norm.
static int JNppi.nppiNorm_L2_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image L2 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L2_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image L2 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L2_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image L2 norm.
static int JNppi.nppiNorm_L2_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image L2 norm.
static int JNppi.nppiNorm_L2_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating-point image L2 norm (alpha channel is not computed).
static int JNppi.nppiNorm_L2_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           \ref masked_operation 1-channel 32-bit floating-point image L2 norm.
static int JNppi.nppiNorm_L2_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           \ref masked_operation 1-channel 32-bit floating-point image L2 norm.
static int JNppi.nppiNorm_L2_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating-point image L2 norm.
static int JNppi.nppiNorm_L2_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image L2 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L2_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image L2 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L2_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image L2 norm.
static int JNppi.nppiNorm_L2_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating-point image L2 norm.
static int JNppi.nppiNorm_L2_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           \ref masked_operation 1-channel 8-bit signed char image L2 norm.
static int JNppi.nppiNorm_L2_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           \ref masked_operation 1-channel 8-bit signed char image L2 norm.
static int JNppi.nppiNorm_L2_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit signed char image L2 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L2_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit signed char image L2 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L2_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image L2 norm (alpha channel is not computed).
static int JNppi.nppiNorm_L2_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image L2 norm (alpha channel is not computed).
static int JNppi.nppiNorm_L2_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           \ref masked_operation 1-channel 8-bit unsigned char image L2 norm.
static int JNppi.nppiNorm_L2_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           \ref masked_operation 1-channel 8-bit unsigned char image L2 norm.
static int JNppi.nppiNorm_L2_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           \ref masked_operation 1-channel 8-bit unsigned char image L2 norm.
static int JNppi.nppiNorm_L2_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image L2 norm.
static int JNppi.nppiNorm_L2_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image L2 norm.
static int JNppi.nppiNorm_L2_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L2 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L2_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L2 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L2_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L2 norm, \ref masked_operation, \ref channel_of_interest.
static int JNppi.nppiNorm_L2_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L2 norm.
static int JNppi.nppiNorm_L2_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L2 norm.
static int JNppi.nppiNorm_L2_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image L2 norm.
static int JNppi.nppiNorm_L2_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image L2 norm.
static int JNppi.nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
           8-bit unsigned Infinity Norm of pixel differences.
static int JNppi.nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
           8-bit unsigned Infinity Norm of pixel differences.
static int JNppi.nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
           8-bit unsigned L1 norm of pixel differences.
static int JNppi.nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
           8-bit unsigned L1 norm of pixel differences.
static int JNppi.nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
           8-bit unsigned L2 norm of pixel differences.
static int JNppi.nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
           8-bit unsigned L2 norm of pixel differences.
static int JNppi.nppiNot_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical not with unmodified alpha.
static int JNppi.nppiNot_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical not with unmodified alpha.
static int JNppi.nppiNot_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical not with unmodified alpha.
static int JNppi.nppiNot_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical not.
static int JNppi.nppiNot_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical not.
static int JNppi.nppiNot_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical not.
static int JNppi.nppiNot_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical not.
static int JNppi.nppiNot_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical not.
static int JNppi.nppiNot_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical not.
static int JNppi.nppiNot_8u_C4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical not.
static int JNppi.nppiNot_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical not.
static int JNppi.nppiNot_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical not.
static int JNppi.nppiOr_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical or with unmodified alpha.
static int JNppi.nppiOr_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical or with unmodified alpha.
static int JNppi.nppiOr_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or with unmodified alpha.
static int JNppi.nppiOr_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or with unmodified alpha.
static int JNppi.nppiOr_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or with unmodified alpha.
static int JNppi.nppiOr_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical or.
static int JNppi.nppiOr_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical or.
static int JNppi.nppiOr_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical or.
static int JNppi.nppiOr_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical or.
static int JNppi.nppiOr_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical or.
static int JNppi.nppiOr_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical or.
static int JNppi.nppiOr_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical or.
static int JNppi.nppiOr_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical or.
static int JNppi.nppiOr_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical or.
static int JNppi.nppiOr_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical or.
static int JNppi.nppiOr_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical or.
static int JNppi.nppiOr_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical or.
static int JNppi.nppiOr_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or.
static int JNppi.nppiOr_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or.
static int JNppi.nppiOr_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or.
static int JNppi.nppiOrC_8u_AC4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha.
static int JNppi.nppiOrC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or with constant with unmodified alpha.
static int JNppi.nppiOrC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or with constant with unmodified alpha.
static int JNppi.nppiOrC_8u_C1IR(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical or with constant.
static int JNppi.nppiOrC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical or with constant.
static int JNppi.nppiOrC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical or with constant.
static int JNppi.nppiOrC_8u_C3IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical or with constant.
static int JNppi.nppiOrC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical or with constant.
static int JNppi.nppiOrC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical or with constant.
static int JNppi.nppiOrC_8u_C4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical or with constant.
static int JNppi.nppiOrC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or with constant.
static int JNppi.nppiOrC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or with constant.
static int JNppi.nppiQuantFwdRawTableInit_JPEG_8u(TypedPointer<Npp8u> hpQuantRawTable, int nQualityFactor)
           Apply quality factor to raw 8-bit quantization table.
static int JNppi.nppiQuantFwdTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable, TypedPointer<Npp16u> hpQuantFwdRawTable)
           
static int JNppi.nppiQuantInvTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable, TypedPointer<Npp16u> hpQuantFwdRawTable)
           Initializes a quantization table for nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R().
static int JNppi.nppiResize_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize dstROISize, double xFactor, double yFactor, int eInterpolation)
           8-bit unsigned image resize.
static int JNppi.nppiResize_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize dstROISize, double xFactor, double yFactor, int eInterpolation)
           8-bit unsigned image resize.
static int JNppi.nppiResize_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize dstROISize, double xFactor, double yFactor, int eInterpolation)
           4 channel 8-bit unsigned image resize.
static int JNppi.nppiResize_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize dstROISize, double xFactor, double yFactor, int eInterpolation)
           4 channel 8-bit unsigned image resize.
static int JNppi.nppiRGBToCbYCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed CbYCr422 color conversion.
static int JNppi.nppiRGBToCbYCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed CbYCr422 color conversion.
static int JNppi.nppiRGBToCbYCr422Gamma_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiRGBToCbYCr422Gamma_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiRGBToHLS_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.
static int JNppi.nppiRGBToHLS_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.
static int JNppi.nppiRGBToHLS_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed HLS color conversion.
static int JNppi.nppiRGBToHLS_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed HLS color conversion.
static int JNppi.nppiRGBToHSV_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HSV with alpha color conversion.
static int JNppi.nppiRGBToHSV_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HSV with alpha color conversion.
static int JNppi.nppiRGBToHSV_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiRGBToHSV_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiRGBToLUV_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed LUV with alpha color conversion.
static int JNppi.nppiRGBToLUV_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed LUV with alpha color conversion.
static int JNppi.nppiRGBToLUV_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed LUV color conversion.
static int JNppi.nppiRGBToLUV_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed LUV color conversion.
static int JNppi.nppiRGBToXYZ_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed XYZ with alpha color conversion.
static int JNppi.nppiRGBToXYZ_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed XYZ with alpha color conversion.
static int JNppi.nppiRGBToXYZ_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed XYZ color conversion.
static int JNppi.nppiRGBToXYZ_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed XYZ color conversion.
static int JNppi.nppiRGBToYCbCr_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 3 channel 8-bit unsigned planar YCbCr color conversion.
static int JNppi.nppiRGBToYCbCr_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel unsigned 8-bit packed YCbCr with alpha color conversion, not affecting alpha.
static int JNppi.nppiRGBToYCbCr_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel unsigned 8-bit packed YCbCr with alpha color conversion, not affecting alpha.
static int JNppi.nppiRGBToYCbCr_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel unsigned 8-bit planar YCbCr color conversion.
static int JNppi.nppiRGBToYCbCr_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel unsigned 8-bit packed YCbCr color conversion.
static int JNppi.nppiRGBToYCbCr_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel unsigned 8-bit packed YCbCr color conversion.
static int JNppi.nppiRGBToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
static int JNppi.nppiRGBToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion.
static int JNppi.nppiRGBToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion.
static int JNppi.nppiRGBToYCbCr422_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
static int JNppi.nppiRGBToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion.
static int JNppi.nppiRGBToYCC_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YCC with alpha color conversion.
static int JNppi.nppiRGBToYCC_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YCC with alpha color conversion.
static int JNppi.nppiRGBToYCC_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YCC color conversion.
static int JNppi.nppiRGBToYCC_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YCC color conversion.
static int JNppi.nppiRGBToYCrCb420_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiRGBToYCrCb422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
static int JNppi.nppiRGBToYCrCb422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
static int JNppi.nppiRGBToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar RGB to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
static int JNppi.nppiRGBToYUV_8u_AC4P4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned planar YUV color conversion with alpha.
static int JNppi.nppiRGBToYUV_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YUV color conversion with alpha, not affecting alpha.
static int JNppi.nppiRGBToYUV_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YUV color conversion with alpha, not affecting alpha.
static int JNppi.nppiRGBToYUV_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV color conversion.
static int JNppi.nppiRGBToYUV_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YUV color conversion.
static int JNppi.nppiRGBToYUV_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YUV color conversion.
static int JNppi.nppiRGBToYUV420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV420 color conversion.
static int JNppi.nppiRGBToYUV422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YUV422 color conversion.
static int JNppi.nppiRGBToYUV422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YUV422 color conversion.
static int JNppi.nppiRGBToYUV422_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiRotate_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           4 channel 8-bit unsigned image rotate ignoring alpha channel.
static int JNppi.nppiRotate_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           4 channel 8-bit unsigned image rotate ignoring alpha channel.
static int JNppi.nppiRotate_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           8-bit unsigned image rotate.
static int JNppi.nppiRotate_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           8-bit unsigned image rotate.
static int JNppi.nppiRotate_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           3 channel 8-bit unsigned image rotate.
static int JNppi.nppiRotate_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           3 channel 8-bit unsigned image rotate.
static int JNppi.nppiRotate_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           
static int JNppi.nppiRotate_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           
static int JNppi.nppiRShiftC_8u_AC4IR(int[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha.
static int JNppi.nppiRShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image right shift by constant with unmodified alpha.
static int JNppi.nppiRShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image right shift by constant with unmodified alpha.
static int JNppi.nppiRShiftC_8u_C1IR(int nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image right shift by constant.
static int JNppi.nppiRShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image right shift by constant.
static int JNppi.nppiRShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image right shift by constant.
static int JNppi.nppiRShiftC_8u_C3IR(int[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image right shift by constant.
static int JNppi.nppiRShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image right shift by constant.
static int JNppi.nppiRShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image right shift by constant.
static int JNppi.nppiRShiftC_8u_C4IR(int[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image right shift by constant.
static int JNppi.nppiRShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image right shift by constant.
static int JNppi.nppiRShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image right shift by constant.
static int JNppi.nppiSet_16s_AC4MR(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 16-bit image set method, not affecting Alpha channel.
static int JNppi.nppiSet_16s_C1MR(short nValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 16-bit image set.
static int JNppi.nppiSet_16s_C4MR(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 16-bit image set.
static int JNppi.nppiSet_16u_AC4MR(short[] aValues, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel.
static int JNppi.nppiSet_16u_C1MR(short nValue, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 16-bit unsigned image set.
static int JNppi.nppiSet_16u_C4MR(short[] aValues, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 16-bit unsigned image set.
static int JNppi.nppiSet_32f_AC4MR(float[] aValues, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel.
static int JNppi.nppiSet_32f_C1MR(float nValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 32-bit floating point image set.
static int JNppi.nppiSet_32f_C4MR(float[] aValues, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 32-bit floating point image set.
static int JNppi.nppiSet_32s_AC4MR(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           
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_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_8u_AC4MR(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel.
static int JNppi.nppiSet_8u_AC4MR(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel.
static int JNppi.nppiSet_8u_AC4R(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned image set method, not affecting Alpha channel.
static int JNppi.nppiSet_8u_C1MR(byte nValue, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           
static int JNppi.nppiSet_8u_C1MR(byte nValue, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           
static int JNppi.nppiSet_8u_C1R(byte nValue, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiSet_8u_C4CR(byte nValue, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned image set affecting only single channel.
static int JNppi.nppiSet_8u_C4MR(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 8-bit unsigned image set.
static int JNppi.nppiSet_8u_C4MR(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 8-bit unsigned image set.
static int JNppi.nppiSet_8u_C4R(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned image set.
static int JNppi.nppiSqr_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_8u_AC4RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_8u_AC4RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_8u_C4IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_8u_C4RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_8u_C4RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrIntegral_8u32s32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, TypedPointer<Npp32f> pSqr, int nSqrStep, NppiSize oSrcROI, int val, float valSqr, int integralImageNewHeight)
           SqrIntegral Transforms an image to integral and integral of pixel squares representation.
static int JNppi.nppiSqrt_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_8u_AC4RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_8u_AC4RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSubC_8u_AC4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiSubC_8u_C1IRSfs(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_8u_C3IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel 8-bit unsigned char in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_8u_C4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSum_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 16-bit signed short image sum with 64-bit double precision result.
static int JNppi.nppiSum_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
           1-channel 16-bit signed short image sum with 64-bit double precision result.
static int JNppi.nppiSum_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           3-channel 16-bit signed short image sum with 64-bit double precision result.
static int JNppi.nppiSum_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 16-bit signed short image sum with 64-bit double precision result.
static int JNppi.nppiSum_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 16-bit unsigned short image sum with 64-bit double precision result.
static int JNppi.nppiSum_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
           
static int JNppi.nppiSum_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           
static int JNppi.nppiSum_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 16-bit unsigned short image sum with 64-bit double precision result.
static int JNppi.nppiSum_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           
static int JNppi.nppiSum_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
           
static int JNppi.nppiSum_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           
static int JNppi.nppiSum_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 32-bit floating point image sum with 64-bit double precision result.
static int JNppi.nppiSum_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 8-bit unsigned char image sum with 64-bit double precision result.
static int JNppi.nppiSum_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 8-bit unsigned char image sum with 64-bit double precision result.
static int JNppi.nppiSum_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
           1-channel 8-bit unsigned char image sum with 64-bit double precision result.
static int JNppi.nppiSum_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
           1-channel 8-bit unsigned char image sum with 64-bit double precision result.
static int JNppi.nppiSum_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           3-channel 8-bit unsigned char image sum with 64-bit double precision result.
static int JNppi.nppiSum_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           3-channel 8-bit unsigned char image sum with 64-bit double precision result.
static int JNppi.nppiSum_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 8-bit unsigned char image sum with 64-bit double precision result.
static int JNppi.nppiSum_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 8-bit unsigned char image sum with 64-bit double precision result.
static int JNppi.nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64s> pSum)
           
static int JNppi.nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64s> pSum)
           
static int JNppi.nppiSum_8u64s_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, long[] aSum)
           4-channel 8-bit unsigned char image sum with 64-bit long long result.
static int JNppi.nppiSum_8u64s_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, long[] aSum)
           4-channel 8-bit unsigned char image sum with 64-bit long long result.
static int JNppi.nppiSumWindowColumn_8u32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int nMaskSize, int nAnchor)
           8-bit unsigned 1D (column) sum to 32f.
static int JNppi.nppiSumWindowRow_8u32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int nMaskSize, int nAnchor)
           8-bit unsigned 1D (row) sum to 32f.
static int JNppi.nppiSwapChannels_8u_C4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int[] aDstOrder)
           
static int JNppi.nppiThreshold_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
           4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold, int eComparisonOperation)
           
static int JNppi.nppiThreshold_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, int eComparisonOperation)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, int eComparisonOperation)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
           3 channel 8-bit unsigned char in place threshold.
static int JNppi.nppiThreshold_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
           
static int JNppi.nppiThreshold_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
           
static int JNppi.nppiThreshold_GT_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds)
           
static int JNppi.nppiThreshold_GT_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_GT_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_GT_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold)
           1 channel 8-bit unsigned char in place threshold.
static int JNppi.nppiThreshold_GT_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_GT_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_GT_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds)
           3 channel 8-bit unsigned char in place threshold.
static int JNppi.nppiThreshold_GT_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
           3 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_GT_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
           3 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_GTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_GTVal_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           
static int JNppi.nppiThreshold_GTVal_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           
static int JNppi.nppiThreshold_GTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
           1 channel 8-bit unsigned char in place threshold.
static int JNppi.nppiThreshold_GTVal_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_GTVal_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_GTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           3 channel 8-bit unsigned char in place threshold.
static int JNppi.nppiThreshold_GTVal_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           3 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_GTVal_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           3 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_LT_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds)
           4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LT_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LT_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LT_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold)
           1 channel 8-bit unsigned char in place threshold.
static int JNppi.nppiThreshold_LT_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_LT_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_LT_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds)
           3 channel 8-bit unsigned char in place threshold.
static int JNppi.nppiThreshold_LT_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
           3 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_LT_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
           3 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_LTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LTVal_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LTVal_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
           1 channel 8-bit unsigned char in place threshold.
static int JNppi.nppiThreshold_LTVal_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_LTVal_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_LTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           3 channel 8-bit unsigned char in place threshold.
static int JNppi.nppiThreshold_LTVal_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           
static int JNppi.nppiThreshold_LTVal_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           
static int JNppi.nppiThreshold_LTValGTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
           4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LTValGTVal_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LTValGTVal_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LTValGTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThresholdLT, byte nValueLT, byte nThresholdGT, byte nValueGT)
           1 channel 8-bit unsigned char in place threshold.
static int JNppi.nppiThreshold_LTValGTVal_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThresholdLT, byte nValueLT, byte nThresholdGT, byte nValueGT)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_LTValGTVal_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThresholdLT, byte nValueLT, byte nThresholdGT, byte nValueGT)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_LTValGTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
           3 channel 8-bit unsigned char in place threshold.
static int JNppi.nppiThreshold_LTValGTVal_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
           3 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_LTValGTVal_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
           3 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_Val_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
           4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_Val_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_Val_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_Val_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue, int eComparisonOperation)
           1 channel 8-bit unsigned char in place threshold.
static int JNppi.nppiThreshold_Val_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue, int eComparisonOperation)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_Val_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue, int eComparisonOperation)
           1 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_Val_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
           3 channel 8-bit unsigned char in place threshold.
static int JNppi.nppiThreshold_Val_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
           3 channel 8-bit unsigned char threshold.
static int JNppi.nppiThreshold_Val_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
           3 channel 8-bit unsigned char threshold.
static int JNppi.nppiTranspose_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI)
           8-bit image transpose.
static int JNppi.nppiTranspose_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI)
           8-bit image transpose.
static int JNppi.nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned affine warp, ignoring alpha channel.
static int JNppi.nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned affine warp, ignoring alpha channel.
static int JNppi.nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 8-bit unsigned affine warp.
static int JNppi.nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 8-bit unsigned affine warp.
static int JNppi.nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned affine warp.
static int JNppi.nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned affine warp.
static int JNppi.nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned affine warp.
static int JNppi.nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned affine warp.
static int JNppi.nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 8-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 8-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 8-bit unsigned integer quad-based affine warp, ignoring alpha channel.
static int JNppi.nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 8-bit unsigned integer quad-based affine warp, ignoring alpha channel.
static int JNppi.nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 32-bit floating-point quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 32-bit floating-point quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 8-bit unsigned integer quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 8-bit unsigned integer quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int JNppi.nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned integer perspective warp.
static int JNppi.nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned integer perspective warp.
static int JNppi.nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer perspective warp.
static int JNppi.nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer perspective warp.
static int JNppi.nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer backwards perspective warp, igoring alpha channel.
static int JNppi.nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer backwards perspective warp, igoring alpha channel.
static int JNppi.nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 8-bit unsigned integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 8-bit unsigned integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 8-bit unsigned integer quad-based perspective warp, ignoring alpha channel.
static int JNppi.nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 8-bit unsigned integer quad-based perspective warp, ignoring alpha channel.
static int JNppi.nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 8-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 8-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 8-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 8-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 8-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 8-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiXor_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical exclusive or with unmodified alpha.
static int JNppi.nppiXor_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical exclusive or with unmodified alpha.
static int JNppi.nppiXor_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha.
static int JNppi.nppiXor_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha.
static int JNppi.nppiXor_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha.
static int JNppi.nppiXor_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical exclusive or.
static int JNppi.nppiXor_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical exclusive or.
static int JNppi.nppiXor_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical exclusive or.
static int JNppi.nppiXor_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical exclusive or.
static int JNppi.nppiXor_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical exclusive or.
static int JNppi.nppiXor_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical exclusive or.
static int JNppi.nppiXor_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical exclusive or.
static int JNppi.nppiXor_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical exclusive or.
static int JNppi.nppiXor_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical exclusive or.
static int JNppi.nppiXor_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical exclusive or.
static int JNppi.nppiXor_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical exclusive or.
static int JNppi.nppiXor_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical exclusive or.
static int JNppi.nppiXor_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or.
static int JNppi.nppiXor_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or.
static int JNppi.nppiXor_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or.
static int JNppi.nppiXorC_8u_AC4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical exclusive or with constant with unmodified alpha.
static int JNppi.nppiXorC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha.
static int JNppi.nppiXorC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha.
static int JNppi.nppiXorC_8u_C1IR(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical exclusive or with constant.
static int JNppi.nppiXorC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical exclusive or with constant.
static int JNppi.nppiXorC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical exclusive or with constant.
static int JNppi.nppiXorC_8u_C3IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical exclusive or with constant.
static int JNppi.nppiXorC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical exclusive or with constant.
static int JNppi.nppiXorC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical exclusive or with constant.
static int JNppi.nppiXorC_8u_C4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical exclusive or with constant.
static int JNppi.nppiXorC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or with constant.
static int JNppi.nppiXorC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or with constant.
static int JNppi.nppiXYZToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed XYZ with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
static int JNppi.nppiXYZToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed XYZ with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
static int JNppi.nppiXYZToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed XYZ to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiXYZToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed XYZ to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int JNppi.nppiYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int JNppi.nppiYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCr411ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned packed BGR color conversion.
static int JNppi.nppiYCbCr411ToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           3 channel 8-bit unsigned planar YCbCr411 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
static int JNppi.nppiYCbCr411ToYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCbCr411ToYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCbCr411ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCr411ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCr411ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int JNppi.nppiYCbCr411ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int JNppi.nppiYCbCr411ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int JNppi.nppiYCbCr411ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
static int JNppi.nppiYCbCr411ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
static int JNppi.nppiYCbCr411ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int JNppi.nppiYCbCr411ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
static int JNppi.nppiYCbCr411ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
static int JNppi.nppiYCbCr411ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
static int JNppi.nppiYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCbCr420ToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCr420ToBGR_709HDTV_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           3 channel 8-bit unsigned planar YCbCr420 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha.
static int JNppi.nppiYCbCr420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned packed BGR color conversion.
static int JNppi.nppiYCbCr420ToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           3 channel 8-bit unsigned planar YCbCr420 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
static int JNppi.nppiYCbCr420ToCbYCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.
static int JNppi.nppiYCbCr420ToCbYCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.
static int JNppi.nppiYCbCr420ToCbYCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.
static int JNppi.nppiYCbCr420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCr420ToYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int JNppi.nppiYCbCr420ToYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int JNppi.nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int JNppi.nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int JNppi.nppiYCbCr420ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int JNppi.nppiYCbCr420ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int JNppi.nppiYCbCr420ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int JNppi.nppiYCbCr420ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCr420ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCr420ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
static int JNppi.nppiYCbCr420ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
static int JNppi.nppiYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
static int JNppi.nppiYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int JNppi.nppiYCbCr422ToBGR_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed BGR color conversion.
static int JNppi.nppiYCbCr422ToBGR_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed BGR color conversion.
static int JNppi.nppiYCbCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           2 channel 8-bit unsigned packed YCrCb422 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
static int JNppi.nppiYCbCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           2 channel 8-bit unsigned packed YCrCb422 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
static int JNppi.nppiYCbCr422ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed BGR color conversion.
static int JNppi.nppiYCbCr422ToCbYCr422_8u_C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.
static int JNppi.nppiYCbCr422ToCbYCr422_8u_C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.
static int JNppi.nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCr422ToRGB_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar RGB color conversion.
static int JNppi.nppiYCbCr422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiYCbCr422ToYCbCr411_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int JNppi.nppiYCbCr422ToYCbCr411_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int JNppi.nppiYCbCr422ToYCbCr411_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int JNppi.nppiYCbCr422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int JNppi.nppiYCbCr422ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCr422ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCbCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCbCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCbCr422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCbCr422ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCbCr422ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCbCr422ToYCrCb420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCr422ToYCrCb422_8u_C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
static int JNppi.nppiYCbCr422ToYCrCb422_8u_C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
static int JNppi.nppiYCbCr422ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
static int JNppi.nppiYCbCrToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCbCrToBGR_709CSC_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed BGR_709CSC color conversion with constant alpha.
static int JNppi.nppiYCbCrToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed BGR color conversion.
static int JNppi.nppiYCbCrToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
static int JNppi.nppiYCbCrToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed YCbCr with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion, not affecting alpha.
static int JNppi.nppiYCbCrToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed YCbCr with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion, not affecting alpha.
static int JNppi.nppiYCbCrToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed YCbCr to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiYCbCrToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed YCbCr to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiYCbCrToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiYCbCrToRGB_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed RGB color conversion with constant alpha.
static int JNppi.nppiYCCToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed YCC with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
static int JNppi.nppiYCCToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed YCC with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
static int JNppi.nppiYCCToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCCToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCrCb420ToCbYCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCrCb420ToRGB_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           
static int JNppi.nppiYCrCb420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int JNppi.nppiYCrCb420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int JNppi.nppiYCrCb420ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCrCb420ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCrCb420ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int JNppi.nppiYCrCb422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiYCrCb422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiYCrCb422ToRGB_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar RGB color conversion.
static int JNppi.nppiYCrCb422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiYCrCb422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int JNppi.nppiYCrCb422ToYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
static int JNppi.nppiYUV420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned packed BGR color conversion.
static int JNppi.nppiYUV420ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YUV420 to 4 channel 8-bit unsigned packed RGB color conversion with alpha.
static int JNppi.nppiYUV420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiYUV422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YUV422 to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiYUV422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YUV422 to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiYUV422ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YUV422 to 4 channel 8-bit unsigned packed RGB color conversion with alpha.
static int JNppi.nppiYUV422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiYUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit packed YUV with alpha to 4 channel 8-bit unsigned packed RGB color conversion with alpha, not affecting alpha.
static int JNppi.nppiYUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit packed YUV with alpha to 4 channel 8-bit unsigned packed RGB color conversion with alpha, not affecting alpha.
static int JNppi.nppiYUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed YUV to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiYUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed YUV to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNppi.nppiYUVToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned packed RGB color conversion.
static int JNpps.nppsAdd_8u_ISfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char in place signal add signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAdd_8u_ISfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char in place signal add signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAdd_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsAdd_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsAdd_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsAdd_8u16u(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp16u> pDst, int nLength)
           8-bit unsigned char signal add signal with 16-bit unsigned result, then clamp to saturated value.
static int JNpps.nppsAdd_8u16u(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp16u> pDst, int nLength)
           8-bit unsigned char signal add signal with 16-bit unsigned result, then clamp to saturated value.
static int JNpps.nppsAddC_8u_ISfs(byte nValue, TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char in place signal add constant, scale, then clamp to saturated value
static int JNpps.nppsAddC_8u_Sfs(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned charvector add constant, scale, then clamp to saturated value.
static int JNpps.nppsAddC_8u_Sfs(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned charvector add constant, scale, then clamp to saturated value.
static int JNpps.nppsAnd_8u_I(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit unsigned char in place signal and with signal.
static int JNpps.nppsAnd_8u_I(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit unsigned char in place signal and with signal.
static int JNpps.nppsAnd_8u(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal and with signal.
static int JNpps.nppsAnd_8u(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal and with signal.
static int JNpps.nppsAnd_8u(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal and with signal.
static int JNpps.nppsAndC_8u_I(byte nValue, TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit unsigned char in place signal and with constant.
static int JNpps.nppsAndC_8u(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal and with constant.
static int JNpps.nppsAndC_8u(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal and with constant.
static int JNpps.nppsConvert_32f8u_Sfs(TypedPointer<Npp32f> pSrc, TypedPointer<Npp8u> pDst, int nLength, int eRoundMode, int nScaleFactor)
           
static int JNpps.nppsConvert_8u32f(TypedPointer<Npp8u> pSrc, TypedPointer<Npp32f> pDst, int nLength)
           
static int JNpps.nppsCopy_8u(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char, vector copy method
static int JNpps.nppsCopy_8u(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char, 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.nppsDiv_8u_ISfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char in place signal divide signal, with scaling, then clamp to saturated value.
static int JNpps.nppsDiv_8u_ISfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char in place signal divide signal, with scaling, then clamp to saturated value.
static int JNpps.nppsDiv_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_Round_8u_ISfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength, int nRndMode, int nScaleFactor)
           8-bit unsigned char in place signal divide signal, with scaling, rounding then clamp to saturated value.
static int JNpps.nppsDiv_Round_8u_ISfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength, int nRndMode, int nScaleFactor)
           8-bit unsigned char in place signal divide signal, with scaling, rounding then clamp to saturated value.
static int JNpps.nppsDiv_Round_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nRndMode, int nScaleFactor)
           8-bit unsigned char signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_Round_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nRndMode, int nScaleFactor)
           8-bit unsigned char signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_Round_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nRndMode, int nScaleFactor)
           8-bit unsigned char signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDivC_8u_ISfs(byte nValue, TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char in place signal divided by constant, scale, then clamp to saturated value
static int JNpps.nppsDivC_8u_Sfs(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal divided by constant, scale, then clamp to saturated value.
static int JNpps.nppsDivC_8u_Sfs(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal divided by constant, scale, then clamp to saturated value.
static int JNpps.nppsDotProd_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp16s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 16-bit signed short integer.
static int JNpps.nppsDotProd_16s16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp16s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 16-bit signed short integer complex.
static int JNpps.nppsDotProd_16s16sc32fc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 32-bit float complex.
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_16s16sc64sc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer short dot product method, return value is 64-bit signed integer complex.
static int JNpps.nppsDotProd_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 32-bit float.
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_16s64s(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 64-bit signed integer.
static int JNpps.nppsDotProd_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp16s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 16-bit signed short integer complex.
static int JNpps.nppsDotProd_16sc32fc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 32-bit float complex.
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_16sc64sc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 64-bit signed integer complex.
static int JNpps.nppsDotProd_32f(TypedPointer<Npp32f> pSrc1, TypedPointer<Npp32f> pSrc2, int nLength, TypedPointer<Npp32f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float dot product method, return value is 32-bit float.
static int JNpps.nppsDotProd_32f32fc(TypedPointer<Npp32f> pSrc1, TypedPointer<Npp32f> pSrc2, int nLength, TypedPointer<Npp32f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float and 32-bit float complex dot product method, return value is 32-bit float complex.
static int JNpps.nppsDotProd_32f32fc64fc(TypedPointer<Npp32f> pSrc1, TypedPointer<Npp32f> pSrc2, int nLength, TypedPointer<Npp64f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float and 32-bit float complex dot product method, return value is 64-bit float complex.
static int JNpps.nppsDotProd_32f64f(TypedPointer<Npp32f> pSrc1, TypedPointer<Npp32f> pSrc2, int nLength, TypedPointer<Npp64f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float dot product method, return value is 64-bit float.
static int JNpps.nppsDotProd_32fc(TypedPointer<Npp32f> pSrc1, TypedPointer<Npp32f> pSrc2, int nLength, TypedPointer<Npp32f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float complex dot product method, return value is 32-bit float complex.
static int JNpps.nppsDotProd_32fc64fc(TypedPointer<Npp32f> pSrc1, TypedPointer<Npp32f> pSrc2, int nLength, TypedPointer<Npp64f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           
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_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_64f(TypedPointer<Npp64f> pSrc1, TypedPointer<Npp64f> pSrc2, int nLength, TypedPointer<Npp64f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float dot product method, return value is 64-bit float.
static int JNpps.nppsDotProd_64f64fc(TypedPointer<Npp64f> pSrc1, TypedPointer<Npp64f> pSrc2, int nLength, TypedPointer<Npp64f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float and 64-bit float complex dot product method, return value is 64-bit float complex.
static int JNpps.nppsDotProd_64fc(TypedPointer<Npp64f> pSrc1, TypedPointer<Npp64f> pSrc2, int nLength, TypedPointer<Npp64f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float complex dot product method, return value is 64-bit float complex.
static int JNpps.nppsIntegral_32s(TypedPointer<Npp32s> pSrc, TypedPointer<Npp32s> pDst, int nLength, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNpps.nppsLShiftC_8u_I(int nValue, TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit unsigned char in place signal left shift with constant.
static int JNpps.nppsLShiftC_8u(TypedPointer<Npp8u> pSrc, int nValue, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal left shift with constant.
static int JNpps.nppsLShiftC_8u(TypedPointer<Npp8u> pSrc, int nValue, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal left shift with constant.
static int JNpps.nppsMax_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector max method
static int JNpps.nppsMax_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float 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.nppsMax_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float vector max method
static int JNpps.nppsMaxAbs_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMaxAbs, TypedPointer<Npp8u> pDeviceBuffer)
           16-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_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> 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_8u_I(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit in place max value for each pair of elements.
static int JNpps.nppsMaxEvery_8u_I(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit in place max value for each pair of elements.
static int JNpps.nppsMaxIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMax, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector max index method
static int JNpps.nppsMaxIndx_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pMax, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float 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.nppsMaxIndx_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pMax, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float vector max index method
static int JNpps.nppsMean_16s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMean, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short vector mean with integer scaling method
static int JNpps.nppsMean_16sc_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMean, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short complex vector mean with integer scaling method
static int JNpps.nppsMean_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pMean, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float vector mean method
static int JNpps.nppsMean_32fc(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pMean, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float complex vector mean 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_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pMean, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit double vector mean method
static int JNpps.nppsMean_64fc(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pMean, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit double complex vector mean method
static int JNpps.nppsMeanStdDev_16s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMean, TypedPointer<Npp16s> pStdDev, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit float vector mean and standard deviation method (return values are also 16-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.nppsMeanStdDev_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pMean, TypedPointer<Npp32f> pStdDev, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float vector mean and standard deviation method
static int JNpps.nppsMeanStdDev_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float vector mean and standard deviation method
static int JNpps.nppsMin_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector min method
static int JNpps.nppsMin_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> 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.nppsMin_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pMin, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit integer vector min method
static int JNpps.nppsMinAbs_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMinAbs, TypedPointer<Npp8u> pDeviceBuffer)
           16-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_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMinAbs, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-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_8u_I(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength)
           
static int JNpps.nppsMinEvery_8u_I(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength)
           
static int JNpps.nppsMinIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector min index method
static int JNpps.nppsMinIndx_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pMin, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           
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_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pMin, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float vector min index method
static int JNpps.nppsMinMax_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, TypedPointer<Npp16s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short vector min and max method
static int JNpps.nppsMinMax_16u(TypedPointer<Npp16u> pSrc, int nLength, TypedPointer<Npp16u> pMin, TypedPointer<Npp16u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit unsigned short vector min and max method
static int JNpps.nppsMinMax_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pMin, TypedPointer<Npp32f> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float 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_32u(TypedPointer<Npp32u> pSrc, int nLength, TypedPointer<Npp32u> pMin, TypedPointer<Npp32u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit unsigned int vector min and max method
static int JNpps.nppsMinMax_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pMin, TypedPointer<Npp64f> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit double vector min and max method
static int JNpps.nppsMinMax_8u(TypedPointer<Npp8u> pSrc, int nLength, TypedPointer<Npp8u> pMin, TypedPointer<Npp8u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           8-bit char vector min and max method
static int JNpps.nppsMinMax_8u(TypedPointer<Npp8u> pSrc, int nLength, TypedPointer<Npp8u> pMin, TypedPointer<Npp8u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           8-bit char vector min and max method
static int JNpps.nppsMinMax_8u(TypedPointer<Npp8u> pSrc, int nLength, TypedPointer<Npp8u> pMin, TypedPointer<Npp8u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           8-bit char vector min and max method
static int JNpps.nppsMinMax_8u(TypedPointer<Npp8u> pSrc, int nLength, TypedPointer<Npp8u> pMin, TypedPointer<Npp8u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           8-bit char vector min and max method
static int JNpps.nppsMinMaxIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, int[] pMinIndx, TypedPointer<Npp16s> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short vector min and max with indices method
static int JNpps.nppsMinMaxIndx_16u(TypedPointer<Npp16u> pSrc, int nLength, TypedPointer<Npp16u> pMin, int[] pMinIndx, TypedPointer<Npp16u> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit unsigned short vector min and max with indices method
static int JNpps.nppsMinMaxIndx_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pMin, int[] pMinIndx, TypedPointer<Npp32f> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float 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_32u(TypedPointer<Npp32u> pSrc, int nLength, TypedPointer<Npp32u> pMin, int[] pMinIndx, TypedPointer<Npp32u> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit unsigned short vector min and max with indices method
static int JNpps.nppsMinMaxIndx_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pMin, int[] pMinIndx, TypedPointer<Npp64f> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float vector min and max with indices method
static int JNpps.nppsMinMaxIndx_8u(TypedPointer<Npp8u> pSrc, int nLength, TypedPointer<Npp8u> pMin, int[] pMinIndx, TypedPointer<Npp8u> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           8-bit char vector min and max with indices method
static int JNpps.nppsMinMaxIndx_8u(TypedPointer<Npp8u> pSrc, int nLength, TypedPointer<Npp8u> pMin, int[] pMinIndx, TypedPointer<Npp8u> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           8-bit char vector min and max with indices method
static int JNpps.nppsMinMaxIndx_8u(TypedPointer<Npp8u> pSrc, int nLength, TypedPointer<Npp8u> pMin, int[] pMinIndx, TypedPointer<Npp8u> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           8-bit char vector min and max with indices method
static int JNpps.nppsMinMaxIndx_8u(TypedPointer<Npp8u> pSrc, int nLength, TypedPointer<Npp8u> pMin, int[] pMinIndx, TypedPointer<Npp8u> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           8-bit char vector min and max with indices method
static int JNpps.nppsMul_8u_ISfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char in place signal times signal, with scaling, then clamp to saturated value.
static int JNpps.nppsMul_8u_ISfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char in place signal times signal, with scaling, then clamp to saturated value.
static int JNpps.nppsMul_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_8u16u(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp16u> pDst, int nLength)
           8-bit unsigned char signal times signal with 16-bit unsigned result, then clamp to saturated value.
static int JNpps.nppsMul_8u16u(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp16u> pDst, int nLength)
           8-bit unsigned char signal times signal with 16-bit unsigned result, then clamp to saturated value.
static int JNpps.nppsMulC_8u_ISfs(byte nValue, TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char in place signal times constant, scale, then clamp to saturated value
static int JNpps.nppsMulC_8u_Sfs(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsMulC_8u_Sfs(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsNorm_Inf_16s32f(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector C norm method, return value is 32-bit float.
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_Inf_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float vector C norm method
static int JNpps.nppsNorm_Inf_32fc32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float complex vector C norm method, return value is 32-bit float.
static int JNpps.nppsNorm_Inf_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float vector C norm method
static int JNpps.nppsNorm_Inf_64fc64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float complex vector C norm method, return value is 64-bit float.
static int JNpps.nppsNorm_L1_16s32f(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L1 norm method, return value is 32-bit float.
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_L1_16s64s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L1 norm method, return value is 64-bit signed integer.
static int JNpps.nppsNorm_L1_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNpps.nppsNorm_L1_32fc64f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float complex vector L1 norm method, return value is 64-bit float.
static int JNpps.nppsNorm_L1_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float vector L1 norm method
static int JNpps.nppsNorm_L1_64fc64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float complex vector L1 norm method, return value is 64-bit float.
static int JNpps.nppsNorm_L2_16s32f(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L2 norm method, return value is 32-bit float.
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.nppsNorm_L2_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float vector L2 norm method
static int JNpps.nppsNorm_L2_32fc64f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float complex vector L2 norm method, return value is 64-bit float.
static int JNpps.nppsNorm_L2_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float vector L2 norm method
static int JNpps.nppsNorm_L2_64fc64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float complex vector L2 norm method, return value is 64-bit float.
static int JNpps.nppsNorm_L2Sqr_16s64s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L2 Square norm method, return value is 64-bit signed integer.
static int JNpps.nppsNormDiff_Inf_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer C norm method on two vectors' difference, return value is 32-bit float.
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_Inf_32f(TypedPointer<Npp32f> pSrc1, TypedPointer<Npp32f> pSrc2, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float C norm method on two vectors' difference
static int JNpps.nppsNormDiff_Inf_32fc32f(TypedPointer<Npp32f> pSrc1, TypedPointer<Npp32f> pSrc2, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float complex C norm method on two vectors' difference, return value is 32-bit float.
static int JNpps.nppsNormDiff_Inf_64f(TypedPointer<Npp64f> pSrc1, TypedPointer<Npp64f> pSrc2, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float C norm method on two vectors' difference
static int JNpps.nppsNormDiff_Inf_64fc64f(TypedPointer<Npp64f> pSrc1, TypedPointer<Npp64f> pSrc2, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float complex C norm method on two vectors' difference, return value is 64-bit float.
static int JNpps.nppsNormDiff_L1_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L1 norm method on two vectors' difference, return value is 32-bit float.
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_L1_16s64s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L1 norm method on two vectors' difference, return value is 64-bit signed integer.
static int JNpps.nppsNormDiff_L1_32f(TypedPointer<Npp32f> pSrc1, TypedPointer<Npp32f> pSrc2, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float L1 norm method on two vectors' difference
static int JNpps.nppsNormDiff_L1_32fc64f(TypedPointer<Npp32f> pSrc1, TypedPointer<Npp32f> pSrc2, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float complex L1 norm method on two vectors' difference, return value is 64-bit float.
static int JNpps.nppsNormDiff_L1_64f(TypedPointer<Npp64f> pSrc1, TypedPointer<Npp64f> pSrc2, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float L1 norm method on two vectors' difference
static int JNpps.nppsNormDiff_L1_64fc64f(TypedPointer<Npp64f> pSrc1, TypedPointer<Npp64f> pSrc2, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNpps.nppsNormDiff_L2_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L2 norm method on two vectors' difference, return value is 32-bit float.
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.nppsNormDiff_L2_32f(TypedPointer<Npp32f> pSrc1, TypedPointer<Npp32f> pSrc2, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float L2 norm method on two vectors' difference
static int JNpps.nppsNormDiff_L2_32fc64f(TypedPointer<Npp32f> pSrc1, TypedPointer<Npp32f> pSrc2, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float complex L2 norm method on two vectors' difference, return value is 64-bit float.
static int JNpps.nppsNormDiff_L2_64f(TypedPointer<Npp64f> pSrc1, TypedPointer<Npp64f> pSrc2, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float L2 norm method on two vectors' difference
static int JNpps.nppsNormDiff_L2_64fc64f(TypedPointer<Npp64f> pSrc1, TypedPointer<Npp64f> pSrc2, int nLength, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float complex L2 norm method on two vectors' difference, return value is 64-bit float.
static int JNpps.nppsNormDiff_L2Sqr_16s64s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L2 Square norm method on two vectors' difference, return value is 64-bit signed integer.
static int JNpps.nppsNot_8u_I(TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit unsigned char in place not signal.
static int JNpps.nppsNot_8u(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char not signal.
static int JNpps.nppsNot_8u(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char not signal.
static int JNpps.nppsOr_8u_I(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit unsigned char in place signal or with signal.
static int JNpps.nppsOr_8u_I(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit unsigned char in place signal or with signal.
static int JNpps.nppsOr_8u(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal or with signal.
static int JNpps.nppsOr_8u(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal or with signal.
static int JNpps.nppsOr_8u(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal or with signal.
static int JNpps.nppsOrC_8u_I(byte nValue, TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit unsigned char in place signal or with constant.
static int JNpps.nppsOrC_8u(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal or with constant.
static int JNpps.nppsOrC_8u(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal or with constant.
static int JNpps.nppsRShiftC_8u_I(int nValue, TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit unsigned char in place signal right shift with constant.
static int JNpps.nppsRShiftC_8u(TypedPointer<Npp8u> pSrc, int nValue, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal right shift with constant.
static int JNpps.nppsRShiftC_8u(TypedPointer<Npp8u> pSrc, int nValue, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal right shift with constant.
static int JNpps.nppsSet_8u(byte nValue, TypedPointer<Npp8u> pDst, int nLength)
           
static int JNpps.nppsSqr_8u_ISfs(TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal squared, scale, then clamp to saturated value.
static int JNpps.nppsSqr_8u_Sfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal squared, scale, then clamp to saturated value.
static int JNpps.nppsSqr_8u_Sfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal squared, scale, then clamp to saturated value.
static int JNpps.nppsSqrt_8u_ISfs(TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal square root, scale, then clamp to saturated value.
static int JNpps.nppsSqrt_8u_Sfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal square root, scale, then clamp to saturated value.
static int JNpps.nppsSqrt_8u_Sfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal square root, scale, then clamp to saturated value.
static int JNpps.nppsStdDev_16s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pStdDev, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit float vector standard deviation method (return value is also 16-bit)
static int JNpps.nppsStdDev_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pStdDev, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNpps.nppsStdDev_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pStdDev, TypedPointer<Npp8u> pDeviceBuffer)
          host pointer
static int JNpps.nppsStdDev_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pStdDev, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit float vector standard deviation method
static int JNpps.nppsSub_8u_ISfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char in place signal subtract signal, with scaling, then clamp to saturated value.
static int JNpps.nppsSub_8u_ISfs(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char in place signal subtract signal, with scaling, then clamp to saturated value.
static int JNpps.nppsSub_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSub_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSub_8u_Sfs(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSubC_8u_ISfs(byte nValue, TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char in place signal subtract constant, scale, then clamp to saturated value
static int JNpps.nppsSubC_8u_Sfs(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal subtract constant, scale, then clamp to saturated value.
static int JNpps.nppsSubC_8u_Sfs(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal subtract constant, scale, then clamp to saturated value.
static int JNpps.nppsSubCRev_8u_ISfs(byte nValue, TypedPointer<Npp8u> pSrcDst, int nLength, int nScaleFactor)
           8-bit unsigned char in place signal subtract from constant, scale, then clamp to saturated value
static int JNpps.nppsSubCRev_8u_Sfs(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal subtract from constant, scale, then clamp to saturated value.
static int JNpps.nppsSubCRev_8u_Sfs(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength, int nScaleFactor)
           8-bit unsigned char signal subtract from constant, scale, then clamp to saturated value.
static int JNpps.nppsSum_16s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pSum, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short vector sum with integer scaling method
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_16sc_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pSum, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short complex vector sum 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_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pSum, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit float vector sum method
static int JNpps.nppsSum_32fc(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pSum, TypedPointer<Npp8u> pDeviceBuffer)
           
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_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pSum, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit double vector sum method
static int JNpps.nppsSum_64fc(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pSum, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit double complex vector sum method
static int JNpps.nppsSumLn_16s32f(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32f> pDst, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer input, 32-bit floating point output signal sum natural logarithm.
static int JNpps.nppsSumLn_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pDst, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit floating point signal sum natural logarithm.
static int JNpps.nppsSumLn_32f64f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp64f> pDst, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit flaoting point input, 64-bit floating point output signal sum natural logarithm.
static int JNpps.nppsSumLn_64f(TypedPointer<Npp64f> pSrc, int nLength, TypedPointer<Npp64f> pDst, TypedPointer<Npp8u> pDeviceBuffer)
           64-bit floating point signal sum natural logarithm.
static int JNpps.nppsXor_8u_I(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit unsigned char in place signal exclusive or with signal.
static int JNpps.nppsXor_8u_I(TypedPointer<Npp8u> pSrc, TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit unsigned char in place signal exclusive or with signal.
static int JNpps.nppsXor_8u(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal exclusive or with signal.
static int JNpps.nppsXor_8u(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal exclusive or with signal.
static int JNpps.nppsXor_8u(TypedPointer<Npp8u> pSrc1, TypedPointer<Npp8u> pSrc2, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal exclusive or with signal.
static int JNpps.nppsXorC_8u_I(byte nValue, TypedPointer<Npp8u> pSrcDst, int nLength)
           8-bit unsigned char in place signal exclusive or with constant.
static int JNpps.nppsXorC_8u(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal exclusive or with constant.
static int JNpps.nppsXorC_8u(TypedPointer<Npp8u> pSrc, byte nValue, TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char signal exclusive or with constant.
static int JNpps.nppsZero_8u(TypedPointer<Npp8u> pDst, int nLength)
           8-bit unsigned char, vector zero method.
static int JNpps.nppsZeroCrossing_16s32f(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32f> pValZC, int tZCType, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer zero crossing method, return value is 32-bit floating point.
static int JNpps.nppsZeroCrossing_32f(TypedPointer<Npp32f> pSrc, int nLength, TypedPointer<Npp32f> pValZC, int tZCType, TypedPointer<Npp8u> pDeviceBuffer)
           32-bit floating-point zero crossing method, return value is 32-bit floating point.