Uses of Interface
jcuda.jnpp.types.Npp32u

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

Uses of Npp32u in jcuda.jnpp
 

Methods in jcuda.jnpp that return types with arguments of type Npp32u
static TypedPointer<Npp32u> JNpps.nppsMalloc_32u(int nSize)
           32-bit unsigned signal allocator.
static TypedPointer<Npp32u> TypedPointer.to32u(int[] array)
          Creates a new typed pointer to the given array
 

Method parameters in jcuda.jnpp with type arguments of type Npp32u
static int JNppi.nppiAlphaComp_32u_AC1R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pSrc2, int nSrc2Step, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_32u_AC1R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pSrc2, int nSrc2Step, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_32u_AC1R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pSrc2, int nSrc2Step, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_32u_AC4R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pSrc2, int nSrc2Step, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_32u_AC4R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pSrc2, int nSrc2Step, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_32u_AC4R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pSrc2, int nSrc2Step, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaCompC_32u_C1R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, int nAlpha1, TypedPointer<Npp32u> pSrc2, int nSrc2Step, int nAlpha2, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit unsigned integer channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_32u_C1R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, int nAlpha1, TypedPointer<Npp32u> pSrc2, int nSrc2Step, int nAlpha2, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit unsigned integer channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_32u_C1R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, int nAlpha1, TypedPointer<Npp32u> pSrc2, int nSrc2Step, int nAlpha2, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit unsigned integer channel image composition using constant alpha.
static int JNppi.nppiConvert_16s32u_C1Rs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit signed to 32-bit unsigned conversion with saturation.
static int JNppi.nppiConvert_16u32u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit unsigned to 32-bit unsigned conversion.
static int JNppi.nppiConvert_32f32u_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           Single channel 32-bit floating point to 32-bit unsigned conversion.
static int JNppi.nppiConvert_32s32u_C1Rs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 32-bit signed to 32-bit unsigned conversion with saturation.
static int JNppi.nppiConvert_32u16s_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiConvert_32u16u_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiConvert_32u32f_C1R(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 32-bit unsigned to 32-bit floating-point conversion.
static int JNppi.nppiConvert_32u32s_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiConvert_32u8s_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
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_8s32u_C1Rs(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit signed to 32-bit unsigned conversion with saturation.
static int JNpps.nppsAdd_32u(TypedPointer<Npp32u> pSrc1, TypedPointer<Npp32u> pSrc2, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned int signal add signal, then clamp to saturated value.
static int JNpps.nppsAdd_32u(TypedPointer<Npp32u> pSrc1, TypedPointer<Npp32u> pSrc2, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned int signal add signal, then clamp to saturated value.
static int JNpps.nppsAdd_32u(TypedPointer<Npp32u> pSrc1, TypedPointer<Npp32u> pSrc2, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned int signal add signal, then clamp to saturated value.
static int JNpps.nppsAnd_32u_I(TypedPointer<Npp32u> pSrc, TypedPointer<Npp32u> pSrcDst, int nLength)
           32-bit unsigned integer in place signal and with signal.
static int JNpps.nppsAnd_32u_I(TypedPointer<Npp32u> pSrc, TypedPointer<Npp32u> pSrcDst, int nLength)
           32-bit unsigned integer in place signal and with signal.
static int JNpps.nppsAnd_32u(TypedPointer<Npp32u> pSrc1, TypedPointer<Npp32u> pSrc2, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal and with signal.
static int JNpps.nppsAnd_32u(TypedPointer<Npp32u> pSrc1, TypedPointer<Npp32u> pSrc2, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal and with signal.
static int JNpps.nppsAnd_32u(TypedPointer<Npp32u> pSrc1, TypedPointer<Npp32u> pSrc2, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal and with signal.
static int JNpps.nppsAndC_32u_I(int nValue, TypedPointer<Npp32u> pSrcDst, int nLength)
           32-bit unsigned signed integer in place signal and with constant.
static int JNpps.nppsAndC_32u(TypedPointer<Npp32u> pSrc, int nValue, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal and with constant.
static int JNpps.nppsAndC_32u(TypedPointer<Npp32u> pSrc, int nValue, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal and with constant.
static int JNpps.nppsLShiftC_32u_I(int nValue, TypedPointer<Npp32u> pSrcDst, int nLength)
           32-bit unsigned signed integer in place signal left shift with constant.
static int JNpps.nppsLShiftC_32u(TypedPointer<Npp32u> pSrc, int nValue, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal left shift with constant.
static int JNpps.nppsLShiftC_32u(TypedPointer<Npp32u> pSrc, int nValue, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal left shift with constant.
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_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_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.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_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_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.nppsNot_32u_I(TypedPointer<Npp32u> pSrcDst, int nLength)
           32-bit unsigned signed integer in place not signal.
static int JNpps.nppsNot_32u(TypedPointer<Npp32u> pSrc, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer not signal.
static int JNpps.nppsNot_32u(TypedPointer<Npp32u> pSrc, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer not signal.
static int JNpps.nppsOr_32u_I(TypedPointer<Npp32u> pSrc, TypedPointer<Npp32u> pSrcDst, int nLength)
           32-bit unsigned integer in place signal or with signal.
static int JNpps.nppsOr_32u_I(TypedPointer<Npp32u> pSrc, TypedPointer<Npp32u> pSrcDst, int nLength)
           32-bit unsigned integer in place signal or with signal.
static int JNpps.nppsOr_32u(TypedPointer<Npp32u> pSrc1, TypedPointer<Npp32u> pSrc2, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal or with signal.
static int JNpps.nppsOr_32u(TypedPointer<Npp32u> pSrc1, TypedPointer<Npp32u> pSrc2, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal or with signal.
static int JNpps.nppsOr_32u(TypedPointer<Npp32u> pSrc1, TypedPointer<Npp32u> pSrc2, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal or with signal.
static int JNpps.nppsOrC_32u_I(int nValue, TypedPointer<Npp32u> pSrcDst, int nLength)
           32-bit unsigned signed integer in place signal or with constant.
static int JNpps.nppsOrC_32u(TypedPointer<Npp32u> pSrc, int nValue, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal or with constant.
static int JNpps.nppsOrC_32u(TypedPointer<Npp32u> pSrc, int nValue, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal or with constant.
static int JNpps.nppsRShiftC_32u_I(int nValue, TypedPointer<Npp32u> pSrcDst, int nLength)
           32-bit unsigned signed integer in place signal right shift with constant.
static int JNpps.nppsRShiftC_32u(TypedPointer<Npp32u> pSrc, int nValue, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal right shift with constant.
static int JNpps.nppsRShiftC_32u(TypedPointer<Npp32u> pSrc, int nValue, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal right shift with constant.
static int JNpps.nppsXor_32u_I(TypedPointer<Npp32u> pSrc, TypedPointer<Npp32u> pSrcDst, int nLength)
           32-bit unsigned integer in place signal exclusive or with signal.
static int JNpps.nppsXor_32u_I(TypedPointer<Npp32u> pSrc, TypedPointer<Npp32u> pSrcDst, int nLength)
           32-bit unsigned integer in place signal exclusive or with signal.
static int JNpps.nppsXor_32u(TypedPointer<Npp32u> pSrc1, TypedPointer<Npp32u> pSrc2, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal exclusive or with signal.
static int JNpps.nppsXor_32u(TypedPointer<Npp32u> pSrc1, TypedPointer<Npp32u> pSrc2, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal exclusive or with signal.
static int JNpps.nppsXor_32u(TypedPointer<Npp32u> pSrc1, TypedPointer<Npp32u> pSrc2, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal exclusive or with signal.
static int JNpps.nppsXorC_32u_I(int nValue, TypedPointer<Npp32u> pSrcDst, int nLength)
           32-bit unsigned signed integer in place signal exclusive or with constant.
static int JNpps.nppsXorC_32u(TypedPointer<Npp32u> pSrc, int nValue, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal exclusive or with constant.
static int JNpps.nppsXorC_32u(TypedPointer<Npp32u> pSrc, int nValue, TypedPointer<Npp32u> pDst, int nLength)
           32-bit unsigned integer signal exclusive or with constant.