B C F H I J M N R S T W X Y

N

Npp16s - Interface in jcuda.jnpp.types
Tagging interface for 16 bit signed types, corresponding to a Java short
Npp16sc - Class in jcuda.jnpp.types
Complex Number This struct represents a short complex number.
Npp16sc(short, short) - Constructor for class jcuda.jnpp.types.Npp16sc
Creates a new Npp16sc with the given values
Npp16u - Interface in jcuda.jnpp.types
Tagging interface for 16 bit unsigned types, corresponding to a Java short
Npp32f - Interface in jcuda.jnpp.types
Tagging interface for 32 bit floating point types, corresponding to a Java float
Npp32fc - Class in jcuda.jnpp.types
Complex Number This struct represents a single floating-point complex number.
Npp32fc(float, float) - Constructor for class jcuda.jnpp.types.Npp32fc
Creates a new Npp32fc with the given values
Npp32s - Interface in jcuda.jnpp.types
Tagging interface for 32 bit signed types, corresponding to a Java int
Npp32sc - Class in jcuda.jnpp.types
Complex Number This struct represents a signed int complex number.
Npp32sc(int, int) - Constructor for class jcuda.jnpp.types.Npp32sc
Creates a new Npp32sc with the given values
Npp32u - Interface in jcuda.jnpp.types
Tagging interface for 32 bit unsigned types, corresponding to a Java int
Npp64f - Interface in jcuda.jnpp.types
Tagging interface for 64 bit floating point types, corresponding to a Java double
Npp64fc - Class in jcuda.jnpp.types
Complex Number This struct represents a double floating-point complex number.
Npp64fc(double, double) - Constructor for class jcuda.jnpp.types.Npp64fc
Creates a new Npp64fc with the given values
Npp64s - Interface in jcuda.jnpp.types
Tagging interface for 64 bit signed types, corresponding to a Java long
Npp64sc - Class in jcuda.jnpp.types
Complex Number This struct represents a long long complex number.
Npp64sc(long, long) - Constructor for class jcuda.jnpp.types.Npp64sc
Creates a new Npp64sc with the given values
Npp64u - Interface in jcuda.jnpp.types
Tagging interface for 64 bit unsigned types, corresponding to a Java long
Npp8s - Interface in jcuda.jnpp.types
Tagging interface for 8 bit signed types, corresponding to a Java byte
Npp8u - Interface in jcuda.jnpp.types
Tagging interface for 8 bit unsigned types, corresponding to a Java byte
NPP_ADJUSTED_ROI_SIZE_WARNING - Static variable in class jcuda.jnpp.NppStatus
Indicates that in case of 422/411/420 sampling the ROI width/height was modified for proper processing.
NPP_AFFINE_QUAD_CHANGED_WARNING - Static variable in class jcuda.jnpp.NppStatus
Alias for NPP_AFFINE_QUAD_INCORRECT_WARNING resembling the IPP warning more closely.
NPP_AFFINE_QUAD_INCORRECT_WARNING - Static variable in class jcuda.jnpp.NppStatus
Indicates that the quadrangle passed to one of affine warping functions doesn't have necessary properties.
NPP_ALIGNMENT_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_ASSERT(boolean) - Static method in class jcuda.jnpp.JNppUtils
Simple assertion that throws a CudaException if the given argument is false
NPP_BAD_ARG_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_BOTH_AXIS - Static variable in class jcuda.jnpp.NppiAxis
 
NPP_CMP_EQ - Static variable in class jcuda.jnpp.NppCmpOp
 
NPP_CMP_GREATER - Static variable in class jcuda.jnpp.NppCmpOp
 
NPP_CMP_GREATER_EQ - Static variable in class jcuda.jnpp.NppCmpOp
 
NPP_CMP_LESS - Static variable in class jcuda.jnpp.NppCmpOp
 
NPP_CMP_LESS_EQ - Static variable in class jcuda.jnpp.NppCmpOp
 
NPP_COEFF_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_CUDA_1_0 - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that CUDA 1.0 capable device is default device on machine
NPP_CUDA_1_1 - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that CUDA 1.1 capable device
NPP_CUDA_1_2 - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that CUDA 1.2 capable device
NPP_CUDA_1_3 - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that CUDA 1.3 or better is default device on machine
NPP_CUDA_2_0 - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that CUDA 2.0 is default device on machine
NPP_CUDA_2_1 - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that CUDA 2.1 is default device on machine
NPP_CUDA_3_0 - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that CUDA 3.0 is default device on machine
NPP_CUDA_KERNEL_EXECUTION_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_CUDA_NOT_CAPABLE - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that no CUDA capable device was found on machine
NPP_CUDA_UNKNOWN_VERSION - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that the compute-capability query failed
NPP_DOUBLE_SIZE_WARNING - Static variable in class jcuda.jnpp.NppStatus
Alias for the ADJUSTED_ROI_SIZE_WARNING, this name is closer to IPP's original warning enum.
NPP_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_HAAR_CLASSIFIER_PIXEL_MATCH_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_HISTO_NUMBER_OF_LEVELS_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_HORIZONTAL_AXIS - Static variable in class jcuda.jnpp.NppiAxis
 
NPP_INTERPOLATION_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_INVALID_INPUT - Static variable in class jcuda.jnpp.NppStatus
 
NPP_LUT_NUMBER_OF_LEVELS_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_MAX_16S - Static variable in class jcuda.jnpp.JNpp
Maximum 16-bit signed integer
NPP_MAX_16U - Static variable in class jcuda.jnpp.JNpp
Maximum 16-bit unsigned integer
NPP_MAX_32S - Static variable in class jcuda.jnpp.JNpp
Maximum 32-bit signed integer
NPP_MAX_32U - Static variable in class jcuda.jnpp.JNpp
Maximum 32-bit unsigned integer
NPP_MAX_8S - Static variable in class jcuda.jnpp.JNpp
Maximum 8-bit signed integer
NPP_MAX_8U - Static variable in class jcuda.jnpp.JNpp
Maximum 8-bit unsigned integer
NPP_MEM_ALLOC_ERR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_MEMCPY_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_MEMFREE_ERR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_MEMSET_ERR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_MIN_16S - Static variable in class jcuda.jnpp.JNpp
Minimum 16-bit signed integer
NPP_MIN_16U - Static variable in class jcuda.jnpp.JNpp
Minimum 16-bit unsigned integer
NPP_MIN_32S - Static variable in class jcuda.jnpp.JNpp
Minimum 32-bit signed integer
NPP_MIN_32U - Static variable in class jcuda.jnpp.JNpp
Minimum 32-bit unsigned integer
NPP_MIN_8S - Static variable in class jcuda.jnpp.JNpp
Minimum 8-bit signed integer
NPP_MIN_8U - Static variable in class jcuda.jnpp.JNpp
Minimum 8-bit unsigned integer
NPP_MIRROR_FLIP_ERR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_MISALIGNED_DST_ROI_WARNING - Static variable in class jcuda.jnpp.NppStatus
Speed reduction due to uncoalesced memory accesses warning.
NPP_NO_ERROR - Static variable in class jcuda.jnpp.NppStatus
Error free operation
NPP_NOT_EVEN_STEP_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_NOT_IMPLEMENTED_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_NOT_SUPPORTED_MODE_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_NULL_POINTER_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_ODD_ROI_WARNING - Static variable in class jcuda.jnpp.NppStatus
Indicates that for 422/411/420 sampling the ROI width/height was forced to even value.
NPP_POINTER_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_QUAD_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_RECT_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_RESIZE_FACTOR_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_RESIZE_NO_OPERATION_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_RND_FINANCIAL - Static variable in class jcuda.jnpp.NppRoundMode
 
NPP_RND_NEAR - Static variable in class jcuda.jnpp.NppRoundMode
 
NPP_RND_ZERO - Static variable in class jcuda.jnpp.NppRoundMode
 
NPP_ROUND_MODE_NOT_SUPPORTED_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_SIZE_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_STEP_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_SUCCESS - Static variable in class jcuda.jnpp.NppStatus
Successful operation (same as NPP_NO_ERROR)
NPP_TEXTURE_BIND_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_VERSION_BUILD - Static variable in class jcuda.jnpp.JNpp
Build number.
NPP_VERSION_MAJOR - Static variable in class jcuda.jnpp.JNpp
Major version number
NPP_VERSION_MINOR - Static variable in class jcuda.jnpp.JNpp
Minor version number
NPP_VERTICAL_AXIS - Static variable in class jcuda.jnpp.NppiAxis
 
NPP_WARNING - Static variable in class jcuda.jnpp.NppStatus
 
NPP_WRONG_INTERSECTION_QUAD_WARNING - Static variable in class jcuda.jnpp.NppStatus
 
NPP_WRONG_INTERSECTION_ROI_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NppCmpOp - Class in jcuda.jnpp
Comparison operations
nppGetGpuComputeCapability() - Static method in class jcuda.jnpp.JNpp.Core
What CUDA compute model is supported by the default CUDA device?
nppGetGpuName() - Static method in class jcuda.jnpp.JNpp.Core
Get the name of the default CUDA device.
nppGetGpuNumSMs() - Static method in class jcuda.jnpp.JNpp.Core
Get the number of Streaming Multiprocessors (SM) on the default CUDA device.
nppGetLibVersion() - Static method in class jcuda.jnpp.JNpp.Core
Get the NPP library version.
NppGpuComputeCapability - Class in jcuda.jnpp
GPU Compute Capabilities
NPPI_FROM_411_TO_420 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_411_TO_422 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_411_TO_444 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_420_TO_411 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_420_TO_422 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_420_TO_444 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_422_TO_411 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_422_TO_420 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_422_TO_444 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_444_TO_411 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_444_TO_420 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_444_TO_422 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_RGB_TO_YCBCR - Static variable in class jcuda.jnpp.NppiColorConvMode
 
NPPI_FROM_YCBCR_TO_RGB - Static variable in class jcuda.jnpp.NppiColorConvMode
 
NPPI_INTER_CUBIC - Static variable in class jcuda.jnpp.FilteringMethod
Cubic interpolation.
NPPI_INTER_LANCZOS - Static variable in class jcuda.jnpp.FilteringMethod
Lanczos filtering.
NPPI_INTER_LINEAR - Static variable in class jcuda.jnpp.FilteringMethod
Linear interpolation.
NPPI_INTER_NN - Static variable in class jcuda.jnpp.FilteringMethod
Nearest neighbor filtering.
NPPI_INTER_SUPER - Static variable in class jcuda.jnpp.FilteringMethod
???
NPPI_OP_ALPHA_ATOP - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_ATOP_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_IN - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_IN_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_OUT - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_OUT_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_OVER - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_OVER_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_PLUS - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_PLUS_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_XOR - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_XOR_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_SMOOTH_EDGE - Static variable in class jcuda.jnpp.FilteringMethod
Smooth edge filtering.
nppiAbs_16s_AC4IR(TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image absolute value with unmodified alpha.
nppiAbs_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image absolute value with unmodified alpha.
nppiAbs_16s_C1IR(TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image absolute value.
nppiAbs_16s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image absolute value.
nppiAbs_16s_C3IR(TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image absolute value.
nppiAbs_16s_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image absolute value.
nppiAbs_16s_C4IR(TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image absolute value.
nppiAbs_16s_C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image absolute value.
nppiAbs_32f_AC4IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image absolute value with unmodified alpha.
nppiAbs_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image absolute value with unmodified alpha.
nppiAbs_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image absolute value.
nppiAbs_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image absolute value.
nppiAbs_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image absolute value.
nppiAbs_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image absolute value.
nppiAbs_32f_C4IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image absolute value.
nppiAbs_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image absolute value.
nppiAbsDiff_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel absolute difference of image1 minus image2.
nppiAbsDiff_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel absolute difference of image1 minus image2.
nppiAbsDiff_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel absolute difference of image1 minus image2.
nppiAbsDiff_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channels absolute difference of image1 minus image2.
nppiAbsDiff_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channels absolute difference of image1 minus image2.
nppiAbsDiffC_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image absolute difference with constant.
nppiAbsDiffC_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image absolute difference with constant.
nppiAbsDiffC_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image absolute difference with constant.
nppiAdd_16s_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAdd_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_AC4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_C1IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAdd_16u_C3IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_C4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32f_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image addition.
nppiAdd_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image addition.
nppiAdd_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image addition.
nppiAdd_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image addition.
nppiAdd_32f_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiAdd_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image addition.
nppiAdd_32f_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image addition.
nppiAdd_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image addition.
nppiAdd_32fc_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition.
nppiAdd_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition.
nppiAdd_32fc_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
nppiAdd_32fc_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
nppiAdd_32fc_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
nppiAdd_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
nppiAdd_32fc_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
nppiAdd_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
nppiAdd_32s_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image add.
nppiAdd_32s_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32s_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32s_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32sc_AC4IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32sc_AC4RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32sc_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32sc_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32sc_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32sc_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_AC4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_C1IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_C3IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_C4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAddC_16s_AC4IRSfs(short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s>, int, short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value.
nppiAddC_16s_C1IRSfs(short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAddC_16s_C1RSfs(TypedPointer<Npp16s>, int, short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAddC_16s_C3IRSfs(short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16s_C3RSfs(TypedPointer<Npp16s>, int, short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAddC_16s_C4IRSfs(short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16s_C4RSfs(TypedPointer<Npp16s>, int, short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image add constant, scale, then clamp to saturated value.
nppiAddC_16sc_AC4IRSfs(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s>, int, Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
nppiAddC_16sc_C1IRSfs(Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16sc_C1RSfs(TypedPointer<Npp16s>, int, Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value.
nppiAddC_16sc_C3IRSfs(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s>, int, Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value.
nppiAddC_16u_AC4IRSfs(short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAddC_16u_AC4RSfs(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image add constant, scale, then clamp to saturated value.
nppiAddC_16u_C1IRSfs(short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAddC_16u_C1RSfs(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAddC_16u_C3IRSfs(short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16u_C3RSfs(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.
nppiAddC_16u_C4IRSfs(short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16u_C4RSfs(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAddC_32f_AC4IR(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image add constant.
nppiAddC_32f_AC4R(TypedPointer<Npp32f>, int, float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image add constant.
nppiAddC_32f_C1IR(float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image add constant.
nppiAddC_32f_C1R(TypedPointer<Npp32f>, int, float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image add constant.
nppiAddC_32f_C3IR(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image add constant.
nppiAddC_32f_C3R(TypedPointer<Npp32f>, int, float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image add constant.
nppiAddC_32f_C4IR(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image add constant.
nppiAddC_32f_C4R(TypedPointer<Npp32f>, int, float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image add constant.
nppiAddC_32fc_AC4IR(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image add constant.
nppiAddC_32fc_AC4R(TypedPointer<Npp32f>, int, Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image add constant.
nppiAddC_32fc_C1IR(Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
nppiAddC_32fc_C1R(TypedPointer<Npp32f>, int, Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
nppiAddC_32fc_C3IR(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
nppiAddC_32fc_C3R(TypedPointer<Npp32f>, int, Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
nppiAddC_32fc_C4IR(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
nppiAddC_32fc_C4R(TypedPointer<Npp32f>, int, Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
nppiAddC_32s_C1IRSfs(int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_32s_C1RSfs(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
nppiAddC_32s_C3IRSfs(int[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_32s_C3RSfs(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
nppiAddC_32sc_AC4IRSfs(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s>, int, Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
nppiAddC_32sc_C1IRSfs(Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_32sc_C1RSfs(TypedPointer<Npp32s>, int, Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
nppiAddC_32sc_C3IRSfs(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s>, int, Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
nppiAddC_8u_AC4IRSfs(byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to saturated value.
nppiAddC_8u_C1IRSfs(byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAddC_8u_C1RSfs(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.
nppiAddC_8u_C3IRSfs(byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel 8-bit unsigned char in place image add constant, scale, then clamp to saturated value.
nppiAddC_8u_C3RSfs(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAddC_8u_C4IRSfs(byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_8u_C4RSfs(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiAddProduct_16u32f_C1IMR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
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).
nppiAddProduct_16u32f_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image product added to in place floating point destination image.
nppiAddProduct_32f_C1IMR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
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).
nppiAddProduct_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image product added to in place floating point destination image.
nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
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).
nppiAddProduct_8u32f_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image product added to in place floating point destination image.
nppiAddSquare_16u32f_C1IMR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
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).
nppiAddSquare_16u32f_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image squared then added to in place floating point destination image.
nppiAddSquare_32f_C1IMR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
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).
nppiAddSquare_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image squared then added to in place floating point destination image.
nppiAddSquare_8u32f_C1IMR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
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).
nppiAddSquare_8u32f_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image squared then added to in place floating point destination image.
nppiAddWeighted_16u32f_C1IMR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
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).
nppiAddWeighted_16u32f_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image.
nppiAddWeighted_32f_C1IMR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
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).
nppiAddWeighted_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel alpha weighted image added to in place floating point destination image.
nppiAddWeighted_8u32f_C1IMR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
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).
nppiAddWeighted_8u32f_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image.
nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_16u_AC1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_32f_AC1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image composition using image alpha values (0.0 - 1.0).
nppiAlphaComp_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image composition using image alpha values (0.0 - 1.0).
nppiAlphaComp_32s_AC1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_32u_AC1R(TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_32u_AC4R(TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_8s_AC1R(TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_8u_AC1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s>, int, short, TypedPointer<Npp16s>, int, short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image composition using constant alpha.
nppiAlphaCompC_16u_AC4R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image composition with alpha using constant source alpha.
nppiAlphaCompC_16u_C1R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image composition using constant alpha.
nppiAlphaCompC_16u_C3R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image composition using constant alpha.
nppiAlphaCompC_16u_C4R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image composition using constant alpha.
nppiAlphaCompC_32f_C1R(TypedPointer<Npp32f>, int, float, TypedPointer<Npp32f>, int, float, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image composition using constant alpha.
nppiAlphaCompC_32s_C1R(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image composition using constant alpha.
nppiAlphaCompC_32u_C1R(TypedPointer<Npp32u>, int, int, TypedPointer<Npp32u>, int, int, TypedPointer<Npp32u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit unsigned integer channel image composition using constant alpha.
nppiAlphaCompC_8s_C1R(TypedPointer<Npp8s>, int, byte, TypedPointer<Npp8s>, int, byte, TypedPointer<Npp8s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit signed char channel image composition using constant alpha.
nppiAlphaCompC_8u_AC4R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image composition with alpha using constant source alpha.
nppiAlphaCompC_8u_C1R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image composition using constant alpha.
nppiAlphaCompC_8u_C3R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image composition using constant alpha.
nppiAlphaCompC_8u_C4R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image composition using constant alpha.
nppiAlphaCompColorKey_8u_AC4R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, byte[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2 with alpha blending.
NppiAlphaOp - Class in jcuda.jnpp
Alpha operators
nppiAlphaPremul_16u_AC4IR(TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image premultiplication with pixel alpha (0 - max channel pixel value).
nppiAlphaPremul_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image premultiplication with pixel alpha (0 - max channel pixel value).
nppiAlphaPremul_8u_AC4IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image premultiplication with pixel alpha (0 - max channel pixel value).
nppiAlphaPremul_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel value).
nppiAlphaPremulC_16u_AC4IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image premultiplication with alpha using constant alpha.
nppiAlphaPremulC_16u_AC4R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image premultiplication with alpha using constant alpha.
nppiAlphaPremulC_16u_C1IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image premultiplication using constant alpha.
nppiAlphaPremulC_16u_C1R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image premultiplication using constant alpha.
nppiAlphaPremulC_16u_C3IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image premultiplication using constant alpha.
nppiAlphaPremulC_16u_C3R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image premultiplication using constant alpha.
nppiAlphaPremulC_16u_C4IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image premultiplication using constant alpha.
nppiAlphaPremulC_16u_C4R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image premultiplication using constant alpha.
nppiAlphaPremulC_8u_AC4IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image premultiplication with alpha using constant alpha.
nppiAlphaPremulC_8u_AC4R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image premultiplication with alpha using constant alpha.
nppiAlphaPremulC_8u_C1IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image premultiplication using constant alpha.
nppiAlphaPremulC_8u_C1R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image premultiplication using constant alpha.
nppiAlphaPremulC_8u_C3IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image premultiplication using constant alpha.
nppiAlphaPremulC_8u_C3R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image premultiplication using constant alpha.
nppiAlphaPremulC_8u_C4IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image premultiplication using constant alpha.
nppiAlphaPremulC_8u_C4R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image premultiplication using constant alpha.
nppiAnd_16u_AC4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical and with unmodified alpha.
nppiAnd_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical and with unmodified alpha.
nppiAnd_16u_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image logical and.
nppiAnd_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image logical and.
nppiAnd_16u_C3IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image logical and.
nppiAnd_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image logical and.
nppiAnd_16u_C4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical and.
nppiAnd_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical and.
nppiAnd_32s_AC4IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical and with unmodified alpha.
nppiAnd_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical and with unmodified alpha.
nppiAnd_32s_C1IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image logical and.
nppiAnd_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image logical and.
nppiAnd_32s_C3IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image logical and.
nppiAnd_32s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image logical and.
nppiAnd_32s_C4IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical and.
nppiAnd_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical and.
nppiAnd_8u_AC4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical and with unmodified alpha.
nppiAnd_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical and with unmodified alpha.
nppiAnd_8u_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical and.
nppiAnd_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical and.
nppiAnd_8u_C3IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical and.
nppiAnd_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical and.
nppiAnd_8u_C4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical and.
nppiAnd_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical and.
nppiAndC_16u_AC4IR(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical and with constant with unmodified alpha.
nppiAndC_16u_AC4R(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical and with constant with unmodified alpha.
nppiAndC_16u_C1IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image logical and with constant.
nppiAndC_16u_C1R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image logical and with constant.
nppiAndC_16u_C3IR(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image logical and with constant.
nppiAndC_16u_C3R(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image logical and with constant.
nppiAndC_16u_C4IR(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical and with constant.
nppiAndC_16u_C4R(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical and with constant.
nppiAndC_32s_AC4IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha.
nppiAndC_32s_AC4R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical and with constant with unmodified alpha.
nppiAndC_32s_C1IR(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image logical and with constant.
nppiAndC_32s_C1R(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image logical and with constant.
nppiAndC_32s_C3IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image logical and with constant.
nppiAndC_32s_C3R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image logical and with constant.
nppiAndC_32s_C4IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical and with constant.
nppiAndC_32s_C4R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical and with constant.
nppiAndC_8u_AC4IR(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical and with constant with unmodified alpha.
nppiAndC_8u_AC4R(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical and with constant with unmodified alpha.
nppiAndC_8u_C1IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical and with constant.
nppiAndC_8u_C1R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical and with constant.
nppiAndC_8u_C3IR(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical and with constant.
nppiAndC_8u_C3R(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical and with constant.
nppiAndC_8u_C4IR(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical and with constant.
nppiAndC_8u_C4R(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical and with constant.
NppiAxis - Class in jcuda.jnpp
Axis identifiers
nppiBGRToCbYCr422_709HDTV_8u_AC4C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiBGRToCbYCr422_709HDTV_8u_C3C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed CbYCr422_709HDTV color conversion.
nppiBGRToCbYCr422_8u_AC4C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiBGRToHLS_8u_AC4P4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed BGR with alpha to 4 channel 8-bit unsigned planar HLS with alpha color conversion.
nppiBGRToHLS_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed BGR with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.
nppiBGRToHLS_8u_AP4C4R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned planar BGR with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.
nppiBGRToHLS_8u_AP4R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned planar BGR with alpha to 4 channel 8-bit unsigned planar HLS with alpha color conversion.
nppiBGRToHLS_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar HLS color conversion.
nppiBGRToHLS_8u_P3C3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned packed HLS color conversion.
nppiBGRToHLS_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned planar HLS color conversion.
nppiBGRToLab_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned packed Lab color conversion.
nppiBGRToYCbCr411_8u_AC4P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr411 color conversion.
nppiBGRToYCbCr411_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr411 color conversion.
nppiBGRToYCbCr420_709CSC_8u_AC4P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiBGRToYCbCr420_709CSC_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr420_709CSC color conversion.
nppiBGRToYCbCr420_709HDTV_8u_AC4P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiBGRToYCbCr420_8u_AC4P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
nppiBGRToYCbCr420_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
nppiBGRToYCbCr422_8u_AC4C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed BGR with alpha to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
nppiBGRToYCbCr422_8u_AC4P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiBGRToYCbCr422_8u_C3C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
nppiBGRToYCbCr422_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
nppiBGRToYCrCb420_709CSC_8u_AC4P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCrCb420_709CSC color conversion.
nppiBGRToYCrCb420_709CSC_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCrCb420_709CSC color conversion.
nppiBGRToYCrCb420_8u_AC4P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiBGRToYCrCb420_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCrCb420 color conversion.
nppiBGRToYUV420_8u_AC4P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned pacmed BGR with alpha to 3 channel 8-bit unsigned planar YUV420 color conversion.
nppiCbYCr422ToBGR_709HDTV_8u_C2C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCbYCr422ToBGR_709HDTV_8u_C2C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha.
nppiCbYCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR color conversion with alpha.
nppiCbYCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed CbYCrC22 to 3 channel 8-bit unsigned packed RGB color conversion.
nppiCbYCr422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCbYCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCbYCr422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
nppiCbYCr422ToYCbCr422_8u_C2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
nppiCbYCr422ToYCbCr422_8u_C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed CbYCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
nppiCbYCr422ToYCrCb420_8u_C2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
NppiColorConvMode - Class in jcuda.jnpp
Color Conversion Modes
nppiColorTwist32f_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, float[][]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned color twist, not affecting Alpha.
nppiColorTwist32f_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, float[][]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned color twist.
nppiColorTwist32f_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize, float[][]) - Static method in class jcuda.jnpp.JNppi
3 channel planar 8-bit unsigned color twist.
nppiCompare_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short image compare, not affecting Alpha.
nppiCompare_16s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed short image compare.
nppiCompare_16s_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short image compare.
nppiCompare_16s_C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short image compare.
nppiCompare_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short image compare, not affecting Alpha.
nppiCompare_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit unsigned short image compare.
nppiCompare_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned short image compare.
nppiCompare_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiCompare_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit signed floating point compare, not affecting Alpha.
nppiCompare_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point image compare.
nppiCompare_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point image compare.
nppiCompare_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image compare.
nppiCompare_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char image compare, not affecting Alpha.
nppiCompare_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char image compare.
nppiCompare_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char image compare.
nppiCompare_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char image compare.
nppiCompareC_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short image compare, not affecting Alpha.
nppiCompareC_16s_C1R(TypedPointer<Npp16s>, int, short, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed short image compare with constant value.
nppiCompareC_16s_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short image compare with constant value.
nppiCompareC_16s_C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short image compare with constant value.
nppiCompareC_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short image compare, not affecting Alpha.
nppiCompareC_16u_C1R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit unsigned short image compare with constant value.
nppiCompareC_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiCompareC_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short image compare with constant value.
nppiCompareC_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit signed floating point compare, not affecting Alpha.
nppiCompareC_32f_C1R(TypedPointer<Npp32f>, int, float, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point image compare with constant value.
nppiCompareC_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point image compare with constant value.
nppiCompareC_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image compare with constant value.
nppiCompareC_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiCompareC_8u_C1R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char image compare with constant value.
nppiCompareC_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char image compare with constant value.
nppiCompareC_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char image compare with constant value.
nppiCompareEqualEps_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit signed floating point compare whether two images are equal within epsilon, not affecting Alpha.
nppiCompareEqualEps_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point image compare whether two images are equal within epsilon.
nppiCompareEqualEps_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point image compare whether two images are equal within epsilon.
nppiCompareEqualEps_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
 
nppiCompareEqualEpsC_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit signed floating point compare whether image and constant are equal within epsilon, not affecting Alpha.
nppiCompareEqualEpsC_32f_C1R(TypedPointer<Npp32f>, int, float, TypedPointer<Npp8u>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point image compare whether image and constant are equal within epsilon.
nppiCompareEqualEpsC_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
 
nppiCompareEqualEpsC_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image compare whether image and constant are equal within epsilon.
nppiCompColorKey_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
nppiCompColorKey_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
nppiCompColorKey_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
nppiConvert_16s16u_C1Rs(TypedPointer<Npp16s>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 16-bit signed to 16-bit unsigned conversion with saturation.
nppiConvert_16s32f_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 16-bit signed to 32-bit floating-point conversion, not affecting Alpha.
nppiConvert_16s32f_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 16-bit signed to 32-bit floating-point conversion.
nppiConvert_16s32f_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 16-bit signed to 32-bit floating-point conversion.
nppiConvert_16s32f_C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 16-bit signed to 32-bit floating-point conversion.
nppiConvert_16s32s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 16-bit signed to 32-bit signed conversion, not affecting Alpha.
nppiConvert_16s32s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 16-bit signed to 32-bit signed conversion.
nppiConvert_16s32s_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 16-bit signed to 32-bit signed conversion.
nppiConvert_16s32s_C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 16-bit signed to 32-bit signed conversion.
nppiConvert_16s32u_C1Rs(TypedPointer<Npp16s>, int, TypedPointer<Npp32u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 16-bit signed to 32-bit unsigned conversion with saturation.
nppiConvert_16s8s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp8s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_16s8u_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 16-bit signed to 8-bit unsigned conversion, not affecting Alpha.
nppiConvert_16s8u_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 16-bit signed to 8-bit unsigned conversion.
nppiConvert_16s8u_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 16-bit signed to 8-bit unsigned conversion.
nppiConvert_16s8u_C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 16-bit signed to 8-bit unsigned conversion.
nppiConvert_16u16s_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_16u32f_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 16-bit unsigned to 32-bit floating-point conversion, not affecting Alpha.
nppiConvert_16u32f_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_16u32f_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 16-bit unsigned to 32-bit floating-point conversion.
nppiConvert_16u32f_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 16-bit unsigned to 32-bit floating-point conversion.
nppiConvert_16u32s_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 16-bit unsigned to 32-bit signed conversion, not affecting Alpha.
nppiConvert_16u32s_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 16-bit unsigned to 32-bit signed conversion.
nppiConvert_16u32s_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 16-bit unsigned to 32-bit signed conversion.
nppiConvert_16u32s_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 16-bit unsigned to 32-bit signed conversion.
nppiConvert_16u32u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp32u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 16-bit unsigned to 32-bit unsigned conversion.
nppiConvert_16u8s_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp8s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_16u8u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 16-bit unsigned to 8-bit unsigned conversion, not affecting Alpha.
nppiConvert_16u8u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 16-bit unsigned to 8-bit unsigned conversion.
nppiConvert_16u8u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 16-bit unsigned to 8-bit unsigned conversion.
nppiConvert_16u8u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_32f16s_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit floating point to 16-bit signed conversion.
nppiConvert_32f16s_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit floating point to 16-bit signed conversion.
nppiConvert_32f16s_C1RSfs(TypedPointer<Npp32f>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit floating point to 16-bit signed conversion.
nppiConvert_32f16s_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_32f16s_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit floating point to 16-bit signed conversion.
nppiConvert_32f16u_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit floating point to 16-bit unsigned conversion, not affecting Alpha.
nppiConvert_32f16u_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_32f16u_C1RSfs(TypedPointer<Npp32f>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit floating point to 16-bit unsigned conversion.
nppiConvert_32f16u_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three channel 32-bit floating point to 16-bit unsigned conversion.
nppiConvert_32f16u_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit floating point to 16-bit unsigned conversion.
nppiConvert_32f32s_C1RSfs(TypedPointer<Npp32f>, int, TypedPointer<Npp32s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_32f32u_C1RSfs(TypedPointer<Npp32f>, int, TypedPointer<Npp32u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit floating point to 32-bit unsigned conversion.
nppiConvert_32f8s_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp8s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit floating point to 8-bit signed conversion, not affecting Alpha.
nppiConvert_32f8s_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp8s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit floating point to 8-bit signed conversion.
nppiConvert_32f8s_C1RSfs(TypedPointer<Npp32f>, int, TypedPointer<Npp8s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit floating point to 8-bit signed conversion.
nppiConvert_32f8s_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp8s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three channel 32-bit floating point to 8-bit signed conversion.
nppiConvert_32f8s_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp8s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit floating point to 8-bit signed conversion.
nppiConvert_32f8u_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit floating point to 8-bit unsigned conversion, not affecting Alpha.
nppiConvert_32f8u_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit floating point to 8-bit unsigned conversion.
nppiConvert_32f8u_C1RSfs(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_32f8u_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three channel 32-bit floating point to 8-bit unsigned conversion.
nppiConvert_32f8u_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit floating point to 8-bit unsigned conversion.
nppiConvert_32s16s_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_32s16u_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_32s32f_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit signed to 32-bit floating-point conversion.
nppiConvert_32s32u_C1Rs(TypedPointer<Npp32s>, int, TypedPointer<Npp32u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit signed to 32-bit unsigned conversion with saturation.
nppiConvert_32s8s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit signed to 8-bit signed conversion, not affecting Alpha.
nppiConvert_32s8s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit signed to 8-bit signed conversion.
nppiConvert_32s8s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 32-bit signed to 8-bit signed conversion.
nppiConvert_32s8s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit signed to 8-bit signed conversion.
nppiConvert_32s8u_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_32s8u_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_32s8u_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 32-bit signed to 8-bit unsigned conversion.
nppiConvert_32s8u_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit signed to 8-bit unsigned conversion.
nppiConvert_32u16s_C1RSfs(TypedPointer<Npp32u>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_32u16u_C1RSfs(TypedPointer<Npp32u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_32u32f_C1R(TypedPointer<Npp32u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit unsigned to 32-bit floating-point conversion.
nppiConvert_32u32s_C1RSfs(TypedPointer<Npp32u>, int, TypedPointer<Npp32s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_32u8s_C1RSfs(TypedPointer<Npp32u>, int, TypedPointer<Npp8s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_32u8u_C1RSfs(TypedPointer<Npp32u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_8s16s_C1R(TypedPointer<Npp8s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 8-bit signed to 16-bit signed conversion.
nppiConvert_8s16u_C1Rs(TypedPointer<Npp8s>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 8-bit signed to 16-bit unsigned conversion with saturation.
nppiConvert_8s32f_AC4R(TypedPointer<Npp8s>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 8-bit signed to 32-bit floating-point conversion, not affecting Alpha.
nppiConvert_8s32f_C1R(TypedPointer<Npp8s>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 8-bit signed to 32-bit floating-point conversion.
nppiConvert_8s32f_C3R(TypedPointer<Npp8s>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_8s32f_C4R(TypedPointer<Npp8s>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 8-bit signed to 32-bit floating-point conversion.
nppiConvert_8s32s_AC4R(TypedPointer<Npp8s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_8s32s_C1R(TypedPointer<Npp8s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 8-bit signed to 32-bit signed conversion.
nppiConvert_8s32s_C3R(TypedPointer<Npp8s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 8-bit signed to 32-bit signed conversion.
nppiConvert_8s32s_C4R(TypedPointer<Npp8s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_8s32u_C1Rs(TypedPointer<Npp8s>, int, TypedPointer<Npp32u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 8-bit signed to 32-bit unsigned conversion with saturation.
nppiConvert_8s8u_C1Rs(TypedPointer<Npp8s>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 8-bit signed to 8-bit unsigned conversion with saturation.
nppiConvert_8u16s_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 8-bit unsigned to 16-bit signed conversion, not affecting Alpha.
nppiConvert_8u16s_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 8-bit unsigned to 16-bit signed conversion.
nppiConvert_8u16s_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 8-bit unsigned to 16-bit signed conversion.
nppiConvert_8u16s_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 8-bit unsigned to 16-bit signed conversion.
nppiConvert_8u16u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 8-bit unsigned to 16-bit unsigned conversion, not affecting Alpha.
nppiConvert_8u16u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 8-bit unsigned to 16-bit unsigned conversion.
nppiConvert_8u16u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 8-bit unsigned to 16-bit unsigned conversion.
nppiConvert_8u16u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 8-bit unsigned to 16-bit unsigned conversion.
nppiConvert_8u32f_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_8u32f_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 8-bit unsigned to 32-bit floating-point conversion.
nppiConvert_8u32f_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 8-bit unsigned to 32-bit floating-point conversion.
nppiConvert_8u32f_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 8-bit unsigned to 32-bit floating-point conversion.
nppiConvert_8u32s_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 8-bit unsigned to 32-bit signed conversion, not affecting Alpha.
nppiConvert_8u32s_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 8-bit unsigned to 32-bit signed conversion.
nppiConvert_8u32s_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 8-bit unsigned to 32-bit signed conversion.
nppiConvert_8u32s_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiConvert_8u8s_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_16s_AC4MR(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 16-bit signed image copy, ignoring alpha.
nppiCopy_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit image copy, not affecting Alpha.
nppiCopy_16s_C1C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to three-channel 16-bit signed image copy.
nppiCopy_16s_C1C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to four-channel 16-bit signed image copy.
nppiCopy_16s_C1MR(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 16-bit signed image copy.
nppiCopy_16s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit image copy.
nppiCopy_16s_C3C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel to single-channel 16-bit signed image copy.
nppiCopy_16s_C3CR(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_16s_C3MR(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation three channel 16-bit signed image copy.
nppiCopy_16s_C3P3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit signed packed to planar image copy.
nppiCopy_16s_C4C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel to single-channel 16-bit signed image copy.
nppiCopy_16s_C4CR(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 16-bit signed image copy for four-channel images.
nppiCopy_16s_C4MR(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 16-bit signed image copy.
nppiCopy_16s_C4P4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit signed packed to planar image copy.
nppiCopy_16s_C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_16s_P3C3R(TypedPointer<Npp16s>[], int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_16s_P4C4R(TypedPointer<Npp16s>[], int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit signed planar to packed image copy.
nppiCopy_16sc_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit complex image copy, ignoring alpha.
nppiCopy_16sc_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit complex image copy.
nppiCopy_16sc_C2R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Two-channel 16-bit complex image copy.
nppiCopy_16sc_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit complex image copy.
nppiCopy_16sc_C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit complex image copy.
nppiCopy_16u_AC4MR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 16-bit unsigned image copy, ignoring alpha.
nppiCopy_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image copy, not affecting Alpha channel.
nppiCopy_16u_C1C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to three-channel 16-bit unsigned image copy.
nppiCopy_16u_C1C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to four-channel 16-bit unsigned image copy.
nppiCopy_16u_C1MR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 16-bit unsigned image copy.
nppiCopy_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned image copy.
nppiCopy_16u_C3C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel to single-channel 16-bit unsigned image copy.
nppiCopy_16u_C3CR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 16-bit unsigned image copy for three-channel images.
nppiCopy_16u_C3MR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation three channel 16-bit unsigned image copy.
nppiCopy_16u_C3P3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit unsigned packed to planar image copy.
nppiCopy_16u_C4C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel to single-channel 16-bit unsigned image copy.
nppiCopy_16u_C4CR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 16-bit unsigned image copy for four-channel images.
nppiCopy_16u_C4MR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 16-bit unsigned image copy.
nppiCopy_16u_C4P4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_16u_P3C3R(TypedPointer<Npp16u>[], int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit unsigned planar to packed image copy.
nppiCopy_16u_P4C4R(TypedPointer<Npp16u>[], int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit unsigned planar to packed image copy.
nppiCopy_32f_AC4MR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 32-bit float image copy, ignoring alpha.
nppiCopy_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_32f_C1C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to three-channel 32-bit float image copy.
nppiCopy_32f_C1C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to four-channel 32-bit float image copy.
nppiCopy_32f_C1MR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 32-bit float image copy.
nppiCopy_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit floating point image copy.
nppiCopy_32f_C3C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel to single-channel 32-bit float image copy.
nppiCopy_32f_C3CR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 32-bit float image copy for three-channel images.
nppiCopy_32f_C3MR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation three channel 32-bit float image copy.
nppiCopy_32f_C3P3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit float packed to planar image copy.
nppiCopy_32f_C4C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel to single-channel 32-bit float image copy.
nppiCopy_32f_C4CR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 32-bit float image copy for four-channel images.
nppiCopy_32f_C4MR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 32-bit float image copy.
nppiCopy_32f_C4P4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit float packed to planar image copy.
nppiCopy_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image copy.
nppiCopy_32f_P3C3R(TypedPointer<Npp32f>[], int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit float planar to packed image copy.
nppiCopy_32f_P4C4R(TypedPointer<Npp32f>[], int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit float planar to packed image copy.
nppiCopy_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit floating-point complex image copy, ignoring alpha.
nppiCopy_32fc_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit floating-point complex image copy.
nppiCopy_32fc_C2R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Two-channel 32-bit floating-point complex image copy.
nppiCopy_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit floating-point complex image copy.
nppiCopy_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_32s_AC4MR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 32-bit signed image copy, ignoring alpha.
nppiCopy_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit image copy, not affecting Alpha.
nppiCopy_32s_C1C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to three-channel 32-bit signed image copy.
nppiCopy_32s_C1C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to four-channel 32-bit signed image copy.
nppiCopy_32s_C1MR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 32-bit signed image copy.
nppiCopy_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_32s_C3C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel to single-channel 32-bit signed image copy.
nppiCopy_32s_C3CR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 32-bit signed image copy for three-channel images.
nppiCopy_32s_C3MR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation three channel 32-bit signed image copy.
nppiCopy_32s_C3P3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit signed packed to planar image copy.
nppiCopy_32s_C4C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel to single-channel 32-bit signed image copy.
nppiCopy_32s_C4CR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 32-bit signed image copy for four-channel images.
nppiCopy_32s_C4MR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 32-bit signed image copy.
nppiCopy_32s_C4P4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit image copy.
nppiCopy_32s_P3C3R(TypedPointer<Npp32s>[], int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit signed planar to packed image copy.
nppiCopy_32s_P4C4R(TypedPointer<Npp32s>[], int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit signed planar to packed image copy.
nppiCopy_32sc_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit complex image copy, ignoring alpha.
nppiCopy_32sc_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit complex image copy.
nppiCopy_32sc_C2R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Two-channel 32-bit complex image copy.
nppiCopy_32sc_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit complex image copy.
nppiCopy_32sc_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit complex image copy.
nppiCopy_8s_AC4R(TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit image copy, ignoring alpha channel.
nppiCopy_8s_C1R(TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit image copy.
nppiCopy_8s_C2R(TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Two-channel 8-bit image copy.
nppiCopy_8s_C3R(TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_8s_C4R(TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit image copy.
nppiCopy_8u_AC4MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha.
nppiCopy_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image copy, not affecting Alpha channel.
nppiCopy_8u_C1C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to three-channel 8-bit unsigned image copy.
nppiCopy_8u_C1C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to four-channel 8-bit unsigned image copy.
nppiCopy_8u_C1MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 8-bit unsigned image copy.
nppiCopy_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image copy.
nppiCopy_8u_C3C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel to single-channel 8-bit unsigned image copy.
nppiCopy_8u_C3CR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_8u_C3MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation three channel 8-bit unsigned image copy.
nppiCopy_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_8u_C4C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiCopy_8u_C4CR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 8-bit unsigned image copy for four-channel images.
nppiCopy_8u_C4MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 8-bit unsigned image copy.
nppiCopy_8u_C4P4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit unsigned packed to planar image copy.
nppiCopy_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image copy.
nppiCopy_8u_P3C3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 8-bit unsigned planar to packed image copy.
nppiCopy_8u_P4C4R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit unsigned planar to packed image copy.
nppiCopyConstBorder_32s_C1R(TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp32s>, int, NppiSize, int, int, int) - Static method in class jcuda.jnpp.JNppi
32-bit image copy with constant border color.
nppiCopyConstBorder_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int, NppiSize, int, int, byte[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image copy with constant border color.
nppiCopyConstBorder_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int, NppiSize, int, int, byte) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image copy width constant border color.
nppiCopyConstBorder_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int, NppiSize, int, int, byte[]) - Static method in class jcuda.jnpp.JNppi
4channel 8-bit unsigned image copy with constant border color.
nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16u>, NppiSize) - Static method in class jcuda.jnpp.JNppi
Forward DCT, quantization and level shift part of the JPEG encoding.
nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp16u>, NppiSize) - Static method in class jcuda.jnpp.JNppi
Inverse DCT, de-quantization and level shift part of the JPEG decoding.
nppiDilate_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image dilation.
nppiDilate_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image dilation.
nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_AC4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_C1IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_C3IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_C4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32f_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image division.
nppiDiv_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image division.
nppiDiv_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image division.
nppiDiv_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image division.
nppiDiv_32f_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image division.
nppiDiv_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image division.
nppiDiv_32f_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image division.
nppiDiv_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image division.
nppiDiv_32fc_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division.
nppiDiv_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division.
nppiDiv_32fc_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
nppiDiv_32fc_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
nppiDiv_32fc_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
nppiDiv_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
nppiDiv_32fc_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
nppiDiv_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
nppiDiv_32s_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image division.
nppiDiv_32s_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32s_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32s_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32sc_AC4IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32sc_AC4RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32sc_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32sc_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32sc_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32sc_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_AC4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_C1IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_C3IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_C4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_AC4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_C1IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_C3IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_C4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_AC4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_C1IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_C3IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_C4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDivC_16s_AC4IRSfs(short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s>, int, short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiDivC_16s_C1IRSfs(short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16s_C1RSfs(TypedPointer<Npp16s>, int, short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16s_C3IRSfs(short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16s_C3RSfs(TypedPointer<Npp16s>, int, short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16s_C4IRSfs(short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16s_C4RSfs(TypedPointer<Npp16s>, int, short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16sc_AC4IRSfs(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s>, int, Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
nppiDivC_16sc_C1IRSfs(Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16sc_C1RSfs(TypedPointer<Npp16s>, int, Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16sc_C3IRSfs(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s>, int, Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_AC4IRSfs(short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_AC4RSfs(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiDivC_16u_C1IRSfs(short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_C1RSfs(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_C3IRSfs(short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_C3RSfs(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_C4IRSfs(short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiDivC_16u_C4RSfs(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_32f_AC4IR(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image divided by constant.
nppiDivC_32f_AC4R(TypedPointer<Npp32f>, int, float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image divided by constant.
nppiDivC_32f_C1IR(float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiDivC_32f_C1R(TypedPointer<Npp32f>, int, float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image divided by constant.
nppiDivC_32f_C3IR(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image divided by constant.
nppiDivC_32f_C3R(TypedPointer<Npp32f>, int, float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image divided by constant.
nppiDivC_32f_C4IR(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image divided by constant.
nppiDivC_32f_C4R(TypedPointer<Npp32f>, int, float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image divided by constant.
nppiDivC_32fc_AC4IR(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image divided by constant.
nppiDivC_32fc_AC4R(TypedPointer<Npp32f>, int, Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant.
nppiDivC_32fc_C1IR(Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
nppiDivC_32fc_C1R(TypedPointer<Npp32f>, int, Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
nppiDivC_32fc_C3IR(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
nppiDivC_32fc_C3R(TypedPointer<Npp32f>, int, Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
nppiDivC_32fc_C4IR(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
nppiDivC_32fc_C4R(TypedPointer<Npp32f>, int, Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
nppiDivC_32s_C1IRSfs(int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_32s_C1RSfs(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiDivC_32s_C3IRSfs(int[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_32s_C3RSfs(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_32sc_AC4IRSfs(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s>, int, Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
nppiDivC_32sc_C1IRSfs(Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s>, int, Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_32sc_C3IRSfs(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s>, int, Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_AC4IRSfs(byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_C1IRSfs(byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiDivC_8u_C1RSfs(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_C3IRSfs(byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_C3RSfs(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_C4IRSfs(byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_C4RSfs(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
nppiErode_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image erosion.
nppiErode_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
 
nppiEvenLevelsHost_32s(TypedPointer<Npp32s>, int, int, int) - Static method in class jcuda.jnpp.JNppi
Compute levels with even distribution.
nppiExp_16s_C1IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16s_C3IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16u_C1IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16u_C3IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image exponential.
nppiExp_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image exponential.
nppiExp_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image exponential.
nppiExp_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image exponential.
nppiExp_8u_C1IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_8u_C3IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiFilter_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, NppiSize, NppiPoint, int) - Static method in class jcuda.jnpp.JNppi
 
nppiFilter_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, NppiSize, NppiPoint, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned convolution filter.
nppiFilterBox_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned box filter.
nppiFilterBox_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned box filter.
nppiFilterColumn_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, int, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiFilterColumn_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, int, int, int) - Static method in class jcuda.jnpp.JNppi
 
nppiFilterMax_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned maximum filter.
nppiFilterMax_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned maximum filter.
nppiFilterMin_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned minimum filter.
nppiFilterMin_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned minimum filter.
nppiFilterRow_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, int, int, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned 1D (row) image convolution.
nppiFilterRow_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, int, int, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned 1D (row) image convolution.
nppiFree(Pointer) - Static method in class jcuda.jnpp.JNppi
Free method for any 2D allocated memory.
nppiGammaFwd_8u_AC4IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed color with alpha in place forward gamma correction.
nppiGammaFwd_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed color with alpha not in place forward gamma correction.
nppiGammaFwd_8u_C3IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed color in place forward gamma correction.
nppiGammaFwd_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed color not in place forward gamma correction.
nppiGammaFwd_8u_IP3R(TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar color in place forward gamma correction.
nppiGammaFwd_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiGammaInv_8u_AC4IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed color with alpha in place inverse gamma correction.
nppiGammaInv_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed color with alpha not in place inverse gamma correction.
nppiGammaInv_8u_C3IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed color in place inverse gamma correction.
nppiGammaInv_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed color not in place inverse gamma correction.
nppiGammaInv_8u_IP3R(TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar color in place inverse gamma correction.
nppiGammaInv_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiGetAffineBound(NppiRect, double[][], double[][]) - Static method in class jcuda.jnpp.JNppi
Compute bounding-box of transformed image.
nppiGetAffineQuad(NppiRect, double[][], double[][]) - Static method in class jcuda.jnpp.JNppi
Compute shape of transformed image.
nppiGetAffineTransform(NppiRect, double[][], double[][]) - Static method in class jcuda.jnpp.JNppi
Computes affine transform coefficients based on source ROI and destination quadrilateral.
nppiGetPerspectiveBound(NppiRect, double[][], double[][]) - Static method in class jcuda.jnpp.JNppi
 
nppiGetPerspectiveQuad(NppiRect, double[][], double[][]) - Static method in class jcuda.jnpp.JNppi
Calculates perspective transform projection of given source rectangular ROI
nppiGetPerspectiveTransform(NppiRect, double[][], double[][]) - Static method in class jcuda.jnpp.JNppi
Calculates perspective transform coefficients given source rectangular ROI and its destination quadrangle projection
nppiGetRotateBound(NppiRect, double[][], double, double, double) - Static method in class jcuda.jnpp.JNppi
 
nppiGetRotateQuad(NppiRect, double[][], double, double, double) - Static method in class jcuda.jnpp.JNppi
Compute shape of rotated image.
nppiGraphcut8_32f8u(TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, int, NppiSize, TypedPointer<Npp8u>, int, NppiGraphcutState) - Static method in class jcuda.jnpp.JNppi
 
nppiGraphcut8_32s8u(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int, NppiSize, TypedPointer<Npp8u>, int, NppiGraphcutState) - Static method in class jcuda.jnpp.JNppi
Graphcut of a flow network (32bit signed integer edge capacities).
nppiGraphcut8GetSize(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Calculates the size of the temporary buffer for graph-cut with 8 neighborhood labeling.
nppiGraphcut8InitAlloc(NppiSize, NppiGraphcutState[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
Allocates and initializes the graph-cut state structure and additional resources for graph-cut with 8 neighborhood labeling.
nppiGraphcut_32f8u(TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, int, NppiSize, TypedPointer<Npp8u>, int, NppiGraphcutState) - Static method in class jcuda.jnpp.JNppi
Graphcut of a flow network (32bit float edge capacities).
nppiGraphcut_32s8u(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int, NppiSize, TypedPointer<Npp8u>, int, NppiGraphcutState) - Static method in class jcuda.jnpp.JNppi
 
nppiGraphcutFree(NppiGraphcutState) - Static method in class jcuda.jnpp.JNppi
Frees the additional resources of the graph-cut state structure.
nppiGraphcutGetSize(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Calculates the size of the temporary buffer for graph-cut with 4 neighborhood labeling.
nppiGraphcutInitAlloc(NppiSize, NppiGraphcutState[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
 
NppiGraphcutState - Class in jcuda.jnpp
Java port of a NppiGraphcutState
NppiGraphcutState() - Constructor for class jcuda.jnpp.NppiGraphcutState
Creates a new, uninitialized NppiGraphcutState
NppiHaarBuffer - Class in jcuda.jnpp
TODO: Not implemented yet!
NppiHaarBuffer() - Constructor for class jcuda.jnpp.NppiHaarBuffer
 
NppiHaarClassifier_32f - Class in jcuda.jnpp
TODO: Not implemented yet!
NppiHaarClassifier_32f() - Constructor for class jcuda.jnpp.NppiHaarClassifier_32f
 
nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel (alpha as the last channel) 16-bit signed histogram with evenly distributed bins.
nppiHistogramEven_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>, int, int, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
16-bit signed histogram with evenly distributed bins.
nppiHistogramEven_16s_C3R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
 
nppiHistogramEven_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed histogram with evenly distributed bins.
nppiHistogramEven_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel (alpha as the last channel) 16-bit unsigned histogram with evenly distributed bins.
nppiHistogramEven_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>, int, int, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
 
nppiHistogramEven_16u_C3R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned histogram with evenly distributed bins.
nppiHistogramEven_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned histogram with evenly distributed bins.
nppiHistogramEven_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel (alpha as the last channel) 8-bit unsigned histogram with evenly distributed bins.
nppiHistogramEven_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, int, int, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned histogram with evenly distributed bins.
nppiHistogramEven_8u_C3R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned histogram with evenly distributed bins.
nppiHistogramEven_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned histogram with evenly distributed bins.
nppiHistogramEvenGetBufferSize_16s_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16s_AC4R.
nppiHistogramEvenGetBufferSize_16s_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16s_C1R.
nppiHistogramEvenGetBufferSize_16s_C3R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16s_C3R.
nppiHistogramEvenGetBufferSize_16s_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16s_C4R.
nppiHistogramEvenGetBufferSize_16u_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16u_AC4R.
nppiHistogramEvenGetBufferSize_16u_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16u_C1R.
nppiHistogramEvenGetBufferSize_16u_C3R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16u_C3R.
nppiHistogramEvenGetBufferSize_16u_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16u_C4R.
nppiHistogramEvenGetBufferSize_8u_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_8u_AC4R.
nppiHistogramEvenGetBufferSize_8u_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_8u_C1R.
nppiHistogramEvenGetBufferSize_8u_C3R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_8u_C3R.
nppiHistogramEvenGetBufferSize_8u_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_8u_C4R.
nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels.
nppiHistogramRange_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
16-bit signed histogram with bins determined by pLevels array.
nppiHistogramRange_16s_C3R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed histogram with bins determined by pLevels.
nppiHistogramRange_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed histogram with bins determined by pLevels.
nppiHistogramRange_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
 
nppiHistogramRange_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned histogram with bins determined by pLevels array.
nppiHistogramRange_16u_C3R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned histogram with bins determined by pLevels.
nppiHistogramRange_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned histogram with bins determined by pLevels.
nppiHistogramRange_32f_AC4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32f>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel (alpha as a last channel) 32-bit float histogram with bins determined by pLevels.
nppiHistogramRange_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp32s>, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
32-bit float histogram with bins determined by pLevels array.
nppiHistogramRange_32f_C3R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32f>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit float histogram with bins determined by pLevels.
nppiHistogramRange_32f_C4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32f>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit float histogram with bins determined by pLevels.
nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel (alpha as a last channel) 8-bit unsigned histogram with bins determined by pLevels.
nppiHistogramRange_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned histogram with bins determined by pLevels array.
nppiHistogramRange_8u_C3R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned histogram with bins determined by pLevels.
nppiHistogramRange_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned histogram with bins determined by pLevels.
nppiHistogramRangeGetBufferSize_16s_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_16s_AC4R.
nppiHistogramRangeGetBufferSize_16s_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_16s_C1R.
nppiHistogramRangeGetBufferSize_16s_C3R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_16s_C3R.
nppiHistogramRangeGetBufferSize_16s_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_16s_C4R.
nppiHistogramRangeGetBufferSize_16u_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_16u_AC4R.
nppiHistogramRangeGetBufferSize_16u_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiHistogramRangeGetBufferSize_16u_C3R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_16u_C3R.
nppiHistogramRangeGetBufferSize_16u_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_16u_C4R.
nppiHistogramRangeGetBufferSize_32f_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_32f_AC4R.
nppiHistogramRangeGetBufferSize_32f_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_32f_C1R.
nppiHistogramRangeGetBufferSize_32f_C3R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_32f_C3R.
nppiHistogramRangeGetBufferSize_32f_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_32f_C4R.
nppiHistogramRangeGetBufferSize_8u_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_8u_AC4R.
nppiHistogramRangeGetBufferSize_8u_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_8u_C1R.
nppiHistogramRangeGetBufferSize_8u_C3R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_8u_C3R.
nppiHistogramRangeGetBufferSize_8u_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_8u_C4R.
nppiHLSToBGR_8u_AC4P4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion.
nppiHLSToBGR_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion.
nppiHLSToBGR_8u_AP4C4R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion.
nppiHLSToBGR_8u_AP4R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion.
nppiHLSToBGR_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiHLSToBGR_8u_P3C3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned packed BGR color conversion.
nppiHLSToBGR_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned planar BGR color conversion.
nppiHLSToRGB_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
nppiHLSToRGB_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed HLS to 3 channel 8-bit unsigned packed RGB color conversion.
nppiHSVToRGB_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed HSV with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
nppiHSVToRGB_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed HSV to 3 channel 8-bit unsigned packed RGB color conversion.
nppiLabToBGR_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiLn_16s_C1IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16s_C3IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16u_C1IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16u_C3IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image natural logarithm.
nppiLn_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image natural logarithm.
nppiLn_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image natural logarithm.
nppiLn_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image natural logarithm.
nppiLn_8u_C1IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_8u_C3IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLShiftC_16u_AC4IR(int[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image left shift by constant with unmodified alpha.
nppiLShiftC_16u_AC4R(TypedPointer<Npp16u>, int, int[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image left shift by constant with unmodified alpha.
nppiLShiftC_16u_C1IR(int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image left shift by constant.
nppiLShiftC_16u_C1R(TypedPointer<Npp16u>, int, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image left shift by constant.
nppiLShiftC_16u_C3IR(int[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image left shift by constant.
nppiLShiftC_16u_C3R(TypedPointer<Npp16u>, int, int[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image left shift by constant.
nppiLShiftC_16u_C4IR(int[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image left shift by constant.
nppiLShiftC_16u_C4R(TypedPointer<Npp16u>, int, int[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image left shift by constant.
nppiLShiftC_32s_AC4IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha.
nppiLShiftC_32s_AC4R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image left shift by constant with unmodified alpha.
nppiLShiftC_32s_C1IR(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image left shift by constant.
nppiLShiftC_32s_C1R(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image left shift by constant.
nppiLShiftC_32s_C3IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image left shift by constant.
nppiLShiftC_32s_C3R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image left shift by constant.
nppiLShiftC_32s_C4IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image left shift by constant.
nppiLShiftC_32s_C4R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image left shift by constant.
nppiLShiftC_8u_AC4IR(int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha.
nppiLShiftC_8u_AC4R(TypedPointer<Npp8u>, int, int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image left shift by constant with unmodified alpha.
nppiLShiftC_8u_C1IR(int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image left shift by constant.
nppiLShiftC_8u_C1R(TypedPointer<Npp8u>, int, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image left shift by constant.
nppiLShiftC_8u_C3IR(int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image left shift by constant.
nppiLShiftC_8u_C3R(TypedPointer<Npp8u>, int, int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image left shift by constant.
nppiLShiftC_8u_C4IR(int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image left shift by constant.
nppiLShiftC_8u_C4R(TypedPointer<Npp8u>, int, int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image left shift by constant.
nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned look-up-table color conversion, not affecting Alpha.
nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned look-up-table color conversion.
nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned look-up-table color conversion.
nppiLUT_Linear_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned look-up-table color conversion.
nppiLUVToRGB_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiLUVToRGB_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiMagnitude_32fc32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit floating point complex to 32-bit floating point magnitude.
nppiMagnitudeSqr_32fc32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiMalloc_16s_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
16-bit signed image memory allocator.
nppiMalloc_16s_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
2 channel 16-bit signed image memory allocator.
nppiMalloc_16s_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed image memory allocator.
nppiMalloc_16sc_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMalloc_16sc_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
2 channel 16-bit signed complex image memory allocator.
nppiMalloc_16sc_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed complex image memory allocator.
nppiMalloc_16sc_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed complex image memory allocator.
nppiMalloc_16u_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned image memory allocator.
nppiMalloc_16u_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMalloc_16u_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned image memory allocator.
nppiMalloc_16u_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image memory allocator.
nppiMalloc_32f_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
32-bit floating point image memory allocator.
nppiMalloc_32f_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
2 channel 32-bit floating point image memory allocator.
nppiMalloc_32f_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point image memory allocator.
nppiMalloc_32f_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image memory allocator.
nppiMalloc_32fc_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
32-bit float complex image memory allocator.
nppiMalloc_32fc_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
2 channel 32-bit float complex image memory allocator.
nppiMalloc_32fc_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMalloc_32fc_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit float complex image memory allocator.
nppiMalloc_32s_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
32-bit signed image memory allocator.
nppiMalloc_32s_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit signed image memory allocator.
nppiMalloc_32s_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMalloc_32sc_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
32-bit integer complex image memory allocator.
nppiMalloc_32sc_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
2 channel 32-bit integer complex image memory allocator.
nppiMalloc_32sc_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit integer complex image memory allocator.
nppiMalloc_32sc_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit integer complex image memory allocator.
nppiMalloc_8u_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned image memory allocator.
nppiMalloc_8u_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned image memory allocator.
nppiMalloc_8u_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned image memory allocator.
nppiMalloc_8u_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image memory allocator.
nppiMax_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, short[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short integer image max (alpha channel is not processed).
nppiMax_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp16s>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit signed short integer image max.
nppiMax_16s_C3R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, short[]) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit signed short integer image max.
nppiMax_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, short[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMax_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, short[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short integer image max (alpha channel is not processed).
nppiMax_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp16u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short integer image max.
nppiMax_16u_C3R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, short[]) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short integer image max.
nppiMax_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, short[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short integer image max.
nppiMax_32f_AC4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, float[]) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating point image max (alpha channel is not processed).
nppiMax_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp32f>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating point image max.
nppiMax_32f_C3R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, float[]) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating point image max.
nppiMax_32f_C4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, float[]) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating point image max.
nppiMax_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, byte[]) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image max (alpha channel is not processed).
nppiMax_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
 
nppiMax_8u_C3R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, byte[]) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image max.
nppiMax_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, byte[]) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image max.
nppiMaxGetBufferHostSize_16s_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMaxGetBufferHostSize_16s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMaxGetBufferHostSize_16s_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_16s_C3R.
nppiMaxGetBufferHostSize_16s_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_16s_C4R.
nppiMaxGetBufferHostSize_16u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_16u_AC4R.
nppiMaxGetBufferHostSize_16u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_16u_C1R.
nppiMaxGetBufferHostSize_16u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_16u_C3R.
nppiMaxGetBufferHostSize_16u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_16u_C4R.
nppiMaxGetBufferHostSize_32f_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_32f_AC4R.
nppiMaxGetBufferHostSize_32f_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_32f_C1R.
nppiMaxGetBufferHostSize_32f_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_32f_C3R.
nppiMaxGetBufferHostSize_32f_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_32f_C4R.
nppiMaxGetBufferHostSize_8u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_8u_AC4R.
nppiMaxGetBufferHostSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_8u_C1R.
nppiMaxGetBufferHostSize_8u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_8u_C3R.
nppiMaxGetBufferHostSize_8u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMax_8u_C4R.
nppiMaxIndx_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, short[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short integer image max values with their X and Y coordinates (alpha channel is not processed).
nppiMaxIndx_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp16s>, int[], int[]) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit signed short integer image max value with its X and Y coordinates.
nppiMaxIndx_16s_C3R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, short[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit signed short integer image max values with their X and Y coordinates.
nppiMaxIndx_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, short[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short integer image max values with their X and Y coordinates.
nppiMaxIndx_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, short[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short integer image max values with their X and Y coordinates (alpha channel is not processed).
nppiMaxIndx_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp16u>, int[], int[]) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short integer image max value with its X and Y coordinates.
nppiMaxIndx_16u_C3R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, short[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short integer image max values with their X and Y coordinates.
nppiMaxIndx_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, short[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short integer image max values with their X and Y coordinates.
nppiMaxIndx_32f_AC4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, float[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating point image max values with their X and Y coordinates (alpha channel is not processed).
nppiMaxIndx_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp32f>, int[], int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMaxIndx_32f_C3R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, float[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating point image max values with their X and Y coordinates.
nppiMaxIndx_32f_C4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, float[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating point image max values with their X and Y coordinates.
nppiMaxIndx_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, byte[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image max values with their X and Y coordinates (alpha channel is not processed).
nppiMaxIndx_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int[], int[]) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit unsigned char image max value with its X and Y coordinates.
nppiMaxIndx_8u_C3R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, byte[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image max values with their X and Y coordinates.
nppiMaxIndx_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, byte[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMaxIndxGetBufferHostSize_16s_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_16s_AC4R.
nppiMaxIndxGetBufferHostSize_16s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C1R.
nppiMaxIndxGetBufferHostSize_16s_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C3R.
nppiMaxIndxGetBufferHostSize_16s_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C4R.
nppiMaxIndxGetBufferHostSize_16u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_16u_AC4R.
nppiMaxIndxGetBufferHostSize_16u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C1R.
nppiMaxIndxGetBufferHostSize_16u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C3R.
nppiMaxIndxGetBufferHostSize_16u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C4R.
nppiMaxIndxGetBufferHostSize_32f_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_32f_AC4R.
nppiMaxIndxGetBufferHostSize_32f_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C1R.
nppiMaxIndxGetBufferHostSize_32f_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C3R.
nppiMaxIndxGetBufferHostSize_32f_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C4R.
nppiMaxIndxGetBufferHostSize_8u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_8u_AC4R.
nppiMaxIndxGetBufferHostSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMaxIndxGetBufferHostSize_8u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMaxIndxGetBufferHostSize_8u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMaxIndx_8u_C4R.
nppiMean_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short image mean with 64-bit double precision result.
nppiMean_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit signed short integer image mean with 64-bit double precision result.
nppiMean_16s_C3R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMean_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short image mean with 64-bit double precision result.
nppiMean_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short image mean with 64-bit double precision result.
nppiMean_16u_C1MR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation.
nppiMean_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short integer image mean with 64-bit double precision result.
nppiMean_16u_C3CMR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
nppiMean_16u_C3R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMean_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short image mean with 64-bit double precision result.
nppiMean_32f_AC4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating point image mean with 64-bit double precision result.
nppiMean_32f_C1MR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation.
nppiMean_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating point image mean with 64-bit double precision result.
nppiMean_32f_C3CMR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
nppiMean_32f_C3R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMean_32f_C4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating point image mean with 64-bit double precision result.
nppiMean_8s_C1MR(TypedPointer<Npp8s>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit signed char image mean with 64-bit double precision result, \ref masked_operation.
nppiMean_8s_C3CMR(TypedPointer<Npp8s>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
 
nppiMean_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image mean with 64-bit double precision result.
nppiMean_8u_C1MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation.
nppiMean_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMean_8u_C3CMR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
nppiMean_8u_C3R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image mean with 64-bit double precision result.
nppiMean_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image mean with 64-bit double precision result.
nppiMean_StdDev_16u_C1MR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation.
nppiMean_StdDev_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short int image mean and standard deviation.
nppiMean_StdDev_16u_C3CMR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
nppiMean_StdDev_16u_C3CR(TypedPointer<Npp16u>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short int image mean and standard deviation, \ref channel_of_interest.
nppiMean_StdDev_32f_C1MR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation.
nppiMean_StdDev_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
 
nppiMean_StdDev_32f_C3CMR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
nppiMean_StdDev_32f_C3CR(TypedPointer<Npp32f>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating-point image mean and standard deviation, \ref channel_of_interest.
nppiMean_StdDev_8s_C1MR(TypedPointer<Npp8s>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit signed char image mean and standard deviation, \ref masked_operation.
nppiMean_StdDev_8s_C1R(TypedPointer<Npp8s>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit signed char image mean and standard deviation.
nppiMean_StdDev_8s_C3CMR(TypedPointer<Npp8s>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit signed char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
nppiMean_StdDev_8s_C3CR(TypedPointer<Npp8s>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit signed char image mean and standard deviation, \ref channel_of_interest.
nppiMean_StdDev_8u_C1MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation.
nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMean_StdDev_8u_C3CMR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
nppiMean_StdDev_8u_C3CR(TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image mean and standard deviation, \ref channel_of_interest.
nppiMeanGetBufferHostSize_16s_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_16s_AC4R.
nppiMeanGetBufferHostSize_16s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMeanGetBufferHostSize_16s_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMeanGetBufferHostSize_16s_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMeanGetBufferHostSize_16u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMeanGetBufferHostSize_16u_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_16u_C1MR.
nppiMeanGetBufferHostSize_16u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_16u_C1R.
nppiMeanGetBufferHostSize_16u_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_16u_C3CMR.
nppiMeanGetBufferHostSize_16u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_16u_C3R.
nppiMeanGetBufferHostSize_16u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_16u_C4R.
nppiMeanGetBufferHostSize_32f_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_32f_AC4R.
nppiMeanGetBufferHostSize_32f_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMeanGetBufferHostSize_32f_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMeanGetBufferHostSize_32f_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_32f_C3CMR.
nppiMeanGetBufferHostSize_32f_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_32f_C3R.
nppiMeanGetBufferHostSize_32f_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_32f_C4R.
nppiMeanGetBufferHostSize_8s_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_8s_C1MR.
nppiMeanGetBufferHostSize_8s_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_8s_C3CMR.
nppiMeanGetBufferHostSize_8u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_8u_AC4R.
nppiMeanGetBufferHostSize_8u_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_8u_C1MR.
nppiMeanGetBufferHostSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_8u_C1R.
nppiMeanGetBufferHostSize_8u_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_8u_C3CMR.
nppiMeanGetBufferHostSize_8u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_8u_C3R.
nppiMeanGetBufferHostSize_8u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_8u_C4R.
nppiMeanStdDevGetBufferHostSize_16u_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C1MR.
nppiMeanStdDevGetBufferHostSize_16u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C1R.
nppiMeanStdDevGetBufferHostSize_16u_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C3CMR.
nppiMeanStdDevGetBufferHostSize_16u_C3CR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C3CR.
nppiMeanStdDevGetBufferHostSize_32f_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMeanStdDevGetBufferHostSize_32f_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C1R.
nppiMeanStdDevGetBufferHostSize_32f_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C3CMR.
nppiMeanStdDevGetBufferHostSize_32f_C3CR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C3CR.
nppiMeanStdDevGetBufferHostSize_8s_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C1MR.
nppiMeanStdDevGetBufferHostSize_8s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C1R.
nppiMeanStdDevGetBufferHostSize_8s_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C3CMR.
nppiMeanStdDevGetBufferHostSize_8s_C3CR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMeanStdDevGetBufferHostSize_8u_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C1MR.
nppiMeanStdDevGetBufferHostSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMeanStdDevGetBufferHostSize_8u_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMeanStdDevGetBufferHostSize_8u_C3CR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C3CR.
nppiMin_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, short[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short integer image min (alpha channel is not processed).
nppiMin_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp16s>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit signed short integer image min.
nppiMin_16s_C3R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, short[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMin_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, short[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short integer image min.
nppiMin_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, short[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short integer image min (alpha channel is not processed).
nppiMin_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp16u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short integer image min.
nppiMin_16u_C3R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, short[]) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short integer image min.
nppiMin_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, short[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short integer image min.
nppiMin_32f_AC4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, float[]) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating point image min (alpha channel is not processed).
nppiMin_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp32f>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating point image min.
nppiMin_32f_C3R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, float[]) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating point image min.
nppiMin_32f_C4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, float[]) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating point image min.
nppiMin_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, byte[]) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image min (alpha channel is not processed).
nppiMin_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit unsigned char image min.
nppiMin_8u_C3R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, byte[]) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image min.
nppiMin_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, byte[]) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image min.
nppiMinGetBufferHostSize_16s_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMinGetBufferHostSize_16s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMin_16s_C1R.
nppiMinGetBufferHostSize_16s_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMin_16s_C3R.
nppiMinGetBufferHostSize_16s_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMinGetBufferHostSize_16u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMin_16u_AC4R.
nppiMinGetBufferHostSize_16u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMin_16u_C1R.
nppiMinGetBufferHostSize_16u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMin_16u_C3R.
nppiMinGetBufferHostSize_16u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMinGetBufferHostSize_32f_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMin_32f_AC4R.
nppiMinGetBufferHostSize_32f_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMin_32f_C1R.
nppiMinGetBufferHostSize_32f_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMin_32f_C3R.
nppiMinGetBufferHostSize_32f_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMin_32f_C4R.
nppiMinGetBufferHostSize_8u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMin_8u_AC4R.
nppiMinGetBufferHostSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMin_8u_C1R.
nppiMinGetBufferHostSize_8u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMinGetBufferHostSize_8u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMinIndx_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, short[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short integer image min values with their X and Y coordinates (alpha channel is not processed).
nppiMinIndx_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp16s>, int[], int[]) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit signed short integer image min with its X and Y coordinates.
nppiMinIndx_16s_C3R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, short[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMinIndx_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, short[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short integer image min values with their X and Y coordinates.
nppiMinIndx_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, short[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMinIndx_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp16u>, int[], int[]) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short integer image min with its X and Y coordinates.
nppiMinIndx_16u_C3R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, short[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMinIndx_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, short[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short integer image min values with their X and Y coordinates.
nppiMinIndx_32f_AC4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, float[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMinIndx_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp32f>, int[], int[]) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating point image min with its X and Y coordinates.
nppiMinIndx_32f_C3R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, float[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating point image min values with their X and Y coordinates.
nppiMinIndx_32f_C4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, float[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating point image min values with their X and Y coordinates.
nppiMinIndx_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, byte[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image min values with their X and Y coordinates (alpha channel is not processed).
nppiMinIndx_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int[], int[]) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit unsigned char image min with its X and Y coordinates.
nppiMinIndx_8u_C3R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, byte[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image min values with their X and Y coordinates.
nppiMinIndx_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, byte[], int[], int[]) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image min values with their X and Y coordinates.
nppiMinIndxGetBufferHostSize_16s_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMinIndxGetBufferHostSize_16s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinIndx_16s_C1R.
nppiMinIndxGetBufferHostSize_16s_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinIndx_16s_C3R.
nppiMinIndxGetBufferHostSize_16s_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinIndx_16s_C4R.
nppiMinIndxGetBufferHostSize_16u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R.
nppiMinIndxGetBufferHostSize_16u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMinIndxGetBufferHostSize_16u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinIndx_16u_C3R.
nppiMinIndxGetBufferHostSize_16u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMinIndxGetBufferHostSize_32f_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinIndx_32f_AC4R.
nppiMinIndxGetBufferHostSize_32f_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinIndx_32f_C1R.
nppiMinIndxGetBufferHostSize_32f_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinIndx_32f_C3R.
nppiMinIndxGetBufferHostSize_32f_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMinIndxGetBufferHostSize_8u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R.
nppiMinIndxGetBufferHostSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMinIndxGetBufferHostSize_8u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinIndx_8u_C3R.
nppiMinIndxGetBufferHostSize_8u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinIndx_8u_C4R.
nppiMinMax_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, short[], short[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short image minimum and maximum values (alpha channel is not calculated).
nppiMinMax_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit signed short image minimum and maximum values.
nppiMinMax_16s_C3R(TypedPointer<Npp16s>, int, NppiSize, short[], short[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit signed short image minimum and maximum values.
nppiMinMax_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, short[], short[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short image minimum and maximum values.
nppiMinMax_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, short[], short[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short image minimum and maximum values (alpha channel is not calculated).
nppiMinMax_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp16u>, TypedPointer<Npp16u>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short image minimum and maximum values.
nppiMinMax_16u_C3R(TypedPointer<Npp16u>, int, NppiSize, short[], short[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short image minimum and maximum values.
nppiMinMax_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, short[], short[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short image minimum and maximum values.
nppiMinMax_32f_AC4R(TypedPointer<Npp32f>, int, NppiSize, float[], float[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating point image minimum and maximum values (alpha channel is not calculated).
nppiMinMax_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating point image minimum and maximum values.
nppiMinMax_32f_C3R(TypedPointer<Npp32f>, int, NppiSize, float[], float[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
 
nppiMinMax_32f_C4R(TypedPointer<Npp32f>, int, NppiSize, float[], float[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating point image minimum and maximum values.
nppiMinMax_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, byte[], byte[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned image minimum and maximum values (alpha channel is not calculated).
nppiMinMax_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp8u>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMinMax_8u_C3R(TypedPointer<Npp8u>, int, NppiSize, byte[], byte[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned image minimum and maximum values.
nppiMinMax_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, byte[], byte[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned image minimum and maximum values.
nppiMinMaxGetBufferHostSize_16s_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinManx_16s_AC4R.
nppiMinMaxGetBufferHostSize_16s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinManx_16s_C1R.
nppiMinMaxGetBufferHostSize_16s_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinManx_16s_C3R.
nppiMinMaxGetBufferHostSize_16s_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinManx_16s_C4R.
nppiMinMaxGetBufferHostSize_16u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMinMaxGetBufferHostSize_16u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinManx_16u_C1R.
nppiMinMaxGetBufferHostSize_16u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMinMaxGetBufferHostSize_16u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiMinMaxGetBufferHostSize_32f_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinManx_32f_AC4R.
nppiMinMaxGetBufferHostSize_32f_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinManx_32f_C1R.
nppiMinMaxGetBufferHostSize_32f_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinManx_32f_C3R.
nppiMinMaxGetBufferHostSize_32f_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinManx_32f_C4R.
nppiMinMaxGetBufferHostSize_8u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinManx_8u_AC4R.
nppiMinMaxGetBufferHostSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinManx_8u_C1R.
nppiMinMaxGetBufferHostSize_8u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMinMaxGetBufferHostSize_8u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinManx_8u_C4R.
nppiMinMaxIndx_16u_C1MR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp16u>, TypedPointer<Npp16u>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation.
nppiMinMaxIndx_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp16u>, TypedPointer<Npp16u>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short image minimum and maximum values with their indices.
nppiMinMaxIndx_16u_C3CMR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
nppiMinMaxIndx_16u_C3CR(TypedPointer<Npp16u>, int, NppiSize, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref channel_of_interest.
nppiMinMaxIndx_32f_C1MR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32f>, TypedPointer<Npp32f>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation.
nppiMinMaxIndx_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp32f>, TypedPointer<Npp32f>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating point image minimum and maximum values with their indices.
nppiMinMaxIndx_32f_C3CMR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
nppiMinMaxIndx_32f_C3CR(TypedPointer<Npp32f>, int, NppiSize, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
 
nppiMinMaxIndx_8s_C1MR(TypedPointer<Npp8s>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8s>, TypedPointer<Npp8s>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation.
nppiMinMaxIndx_8s_C1R(TypedPointer<Npp8s>, int, NppiSize, TypedPointer<Npp8s>, TypedPointer<Npp8s>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit signed char image minimum and maximum values with their indices.
nppiMinMaxIndx_8s_C3CMR(TypedPointer<Npp8s>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp8s>, TypedPointer<Npp8s>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
nppiMinMaxIndx_8s_C3CR(TypedPointer<Npp8s>, int, NppiSize, int, TypedPointer<Npp8s>, TypedPointer<Npp8s>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
 
nppiMinMaxIndx_8u_C1MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp8u>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation.
nppiMinMaxIndx_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp8u>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit unsigned char image minimum and maximum values with their indices.
nppiMinMaxIndx_8u_C3CMR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
nppiMinMaxIndx_8u_C3CR(TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, NppiPoint[], NppiPoint[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
 
nppiMinMaxIndxGetBufferHostSize_16u_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C1MR.
nppiMinMaxIndxGetBufferHostSize_16u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C1R.
nppiMinMaxIndxGetBufferHostSize_16u_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C3CMR.
nppiMinMaxIndxGetBufferHostSize_16u_C3CR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C3CR.
nppiMinMaxIndxGetBufferHostSize_32f_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C1MR.
nppiMinMaxIndxGetBufferHostSize_32f_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C1R.
nppiMinMaxIndxGetBufferHostSize_32f_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C3CMR.
nppiMinMaxIndxGetBufferHostSize_32f_C3CR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C3CR.
nppiMinMaxIndxGetBufferHostSize_8s_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C1MR.
nppiMinMaxIndxGetBufferHostSize_8s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C1R.
nppiMinMaxIndxGetBufferHostSize_8s_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C3CMR.
nppiMinMaxIndxGetBufferHostSize_8s_C3CR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C3CR.
nppiMinMaxIndxGetBufferHostSize_8u_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C1MR.
nppiMinMaxIndxGetBufferHostSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C1R.
nppiMinMaxIndxGetBufferHostSize_8u_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C3CMR.
nppiMinMaxIndxGetBufferHostSize_8u_C3CR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMirror_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image mirror not affecting alpha.
nppiMirror_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned image mirror.
nppiMirror_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiMirror_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image mirror.
nppiMirror_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit float image mirror not affecting alpha.
nppiMirror_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
32-bit float image mirror.
nppiMirror_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit float image mirror.
nppiMirror_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit float image mirror.
nppiMirror_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit image mirror not affecting alpha.
nppiMirror_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiMirror_32s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit image mirror.
nppiMirror_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit image mirror.
nppiMirror_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image mirror not affecting alpha.
nppiMirror_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiMirror_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned image mirror.
nppiMirror_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image mirror.
nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_C4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16sc_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16sc_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_AC4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_C1IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_C3IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_C4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32f_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image multiplication.
nppiMul_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image multiplication.
nppiMul_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image multiplication.
nppiMul_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image multiplication.
nppiMul_32f_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image multiplication.
nppiMul_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image multiplication.
nppiMul_32f_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image multiplication.
nppiMul_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image multiplication.
nppiMul_32fc_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication.
nppiMul_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication.
nppiMul_32fc_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
nppiMul_32fc_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
nppiMul_32fc_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
nppiMul_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
nppiMul_32fc_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
nppiMul_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
nppiMul_32s_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 1 channel 32-bit image multiplication.
nppiMul_32s_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32s_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32s_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32sc_AC4IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32sc_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32sc_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32sc_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32sc_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_AC4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_C1IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_C3IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_C4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMulC_16s_AC4IRSfs(short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s>, int, short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16s_C1IRSfs(short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16s_C1RSfs(TypedPointer<Npp16s>, int, short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16s_C3IRSfs(short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16s_C3RSfs(TypedPointer<Npp16s>, int, short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiMulC_16s_C4IRSfs(short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16s_C4RSfs(TypedPointer<Npp16s>, int, short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiMulC_16sc_AC4IRSfs(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s>, int, Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiMulC_16sc_C1IRSfs(Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16sc_C1RSfs(TypedPointer<Npp16s>, int, Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16sc_C3IRSfs(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s>, int, Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiMulC_16u_AC4IRSfs(short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_AC4RSfs(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_C1IRSfs(short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_C1RSfs(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_C3IRSfs(short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_C3RSfs(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiMulC_16u_C4IRSfs(short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_C4RSfs(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32f_AC4IR(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image multiply by constant.
nppiMulC_32f_AC4R(TypedPointer<Npp32f>, int, float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image multiply by constant.
nppiMulC_32f_C1IR(float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image multiply by constant.
nppiMulC_32f_C1R(TypedPointer<Npp32f>, int, float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image multiply by constant.
nppiMulC_32f_C3IR(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image multiply by constant.
nppiMulC_32f_C3R(TypedPointer<Npp32f>, int, float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image multiply by constant.
nppiMulC_32f_C4IR(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image multiply by constant.
nppiMulC_32f_C4R(TypedPointer<Npp32f>, int, float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiMulC_32fc_AC4IR(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image multiply by constant.
nppiMulC_32fc_AC4R(TypedPointer<Npp32f>, int, Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiMulC_32fc_C1IR(Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
nppiMulC_32fc_C1R(TypedPointer<Npp32f>, int, Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
nppiMulC_32fc_C3IR(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
nppiMulC_32fc_C3R(TypedPointer<Npp32f>, int, Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
nppiMulC_32fc_C4IR(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
nppiMulC_32fc_C4R(TypedPointer<Npp32f>, int, Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
nppiMulC_32s_C1IRSfs(int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32s_C1RSfs(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32s_C3IRSfs(int[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32s_C3RSfs(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32sc_AC4IRSfs(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s>, int, Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32sc_C1IRSfs(Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s>, int, Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32sc_C3IRSfs(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s>, int, Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_AC4IRSfs(byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_C1IRSfs(byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_C1RSfs(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_C3IRSfs(byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_C3RSfs(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_C4IRSfs(byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_C4RSfs(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
nppiMulCScale_16u_AC4IR(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant and scale by max bit width value.
nppiMulCScale_16u_AC4R(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant and scale by max bit width value.
nppiMulCScale_16u_C1IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
nppiMulCScale_16u_C1R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
nppiMulCScale_16u_C3IR(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
nppiMulCScale_16u_C3R(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiMulCScale_16u_C4IR(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
nppiMulCScale_16u_C4R(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_AC4IR(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale and scale by max bit width value.
nppiMulCScale_8u_AC4R(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_C1IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_C1R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_C3IR(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_C3R(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_C4IR(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_C4R(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
nppiMulScale_16u_AC4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_C3IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_C4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_AC4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_C3IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_C4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
nppiNorm_Inf_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short image infinity norm (alpha channel is not computed).
nppiNorm_Inf_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit signed short image infinity norm.
nppiNorm_Inf_16s_C3R(TypedPointer<Npp16s>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit signed short image infinity norm.
nppiNorm_Inf_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short image infinity norm.
nppiNorm_Inf_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short image infinity norm (alpha channel is not computed).
nppiNorm_Inf_16u_C1MR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short image infinity norm, \ref masked_operation.
nppiNorm_Inf_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short image infinity norm.
nppiNorm_Inf_16u_C3CMR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short image infinity norm, \ref masked_operation, \ref channel_of_interest.
nppiNorm_Inf_16u_C3R(TypedPointer<Npp16u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short image infinity norm.
nppiNorm_Inf_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short image infinity norm.
nppiNorm_Inf_32f_AC4R(TypedPointer<Npp32f>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating-point image infinity norm (alpha channel is not computed).
nppiNorm_Inf_32f_C1MR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating-point image infinity norm, \ref masked_operation.
nppiNorm_Inf_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating-point image infinity norm.
nppiNorm_Inf_32f_C3CMR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating-point image infinity norm, \ref masked_operation, \ref channel_of_interest.
nppiNorm_Inf_32f_C3R(TypedPointer<Npp32f>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating-point image infinity norm.
nppiNorm_Inf_32f_C4R(TypedPointer<Npp32f>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating-point image infinity norm.
nppiNorm_Inf_32s_C1R(TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit signed int image infinity norm.
nppiNorm_Inf_8s_C1MR(TypedPointer<Npp8s>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit signed char image infinity norm, \ref masked_operation.
nppiNorm_Inf_8s_C3CMR(TypedPointer<Npp8s>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit signed char image infinity norm, \ref masked_operation, \ref channel_of_interest.
nppiNorm_Inf_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image infinity norm (alpha channel is not computed).
nppiNorm_Inf_8u_C1MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit unsigned char image infinity norm, \ref masked_operation.
nppiNorm_Inf_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit unsigned char image infinity norm.
nppiNorm_Inf_8u_C3CMR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image infinity norm, \ref masked_operation, \ref channel_of_interest.
nppiNorm_Inf_8u_C3R(TypedPointer<Npp8u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image infinity norm.
nppiNorm_Inf_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image infinity norm.
nppiNorm_L1_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short image L1 norm (alpha channel is not computed).
nppiNorm_L1_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit signed short image L1 norm.
nppiNorm_L1_16s_C3R(TypedPointer<Npp16s>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit signed short image L1 norm.
nppiNorm_L1_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short image L1 norm.
nppiNorm_L1_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short image L1 norm (alpha channel is not computed).
nppiNorm_L1_16u_C1MR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short image L1 norm, \ref masked_operation
nppiNorm_L1_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short image L1 norm.
nppiNorm_L1_16u_C3CMR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short image L1 norm, \ref masked_operation, \ref channel_of_interest.
nppiNorm_L1_16u_C3R(TypedPointer<Npp16u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short image L1 norm.
nppiNorm_L1_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short image L1 norm.
nppiNorm_L1_32f_AC4R(TypedPointer<Npp32f>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating-point image L1 norm (alpha channel is not computed).
nppiNorm_L1_32f_C1MR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating-point image L1 norm, \ref masked_operation.
nppiNorm_L1_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating-point image L1 norm.
nppiNorm_L1_32f_C3CMR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating-point image L1 norm, \ref masked_operation, \ref channel_of_interest.
nppiNorm_L1_32f_C3R(TypedPointer<Npp32f>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating-point image L1 norm.
nppiNorm_L1_32f_C4R(TypedPointer<Npp32f>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating-point image L1 norm.
nppiNorm_L1_8s_C1MR(TypedPointer<Npp8s>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit signed char image L1 norm, \ref masked_operation
nppiNorm_L1_8s_C3CMR(TypedPointer<Npp8s>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit signed char image L1 norm, \ref masked_operation, \ref channel_of_interest.
nppiNorm_L1_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
 
nppiNorm_L1_8u_C1MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit unsigned char image L1 norm, \ref masked_operation
nppiNorm_L1_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiNorm_L1_8u_C3CMR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image L1 norm, \ref masked_operation, \ref channel_of_interest.
nppiNorm_L1_8u_C3R(TypedPointer<Npp8u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image L1 norm.
nppiNorm_L1_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image L1 norm.
nppiNorm_L2_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short image L2 norm (alpha channel is not computed).
nppiNorm_L2_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit signed short image L2 norm.
nppiNorm_L2_16s_C3R(TypedPointer<Npp16s>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit signed short image L2 norm.
nppiNorm_L2_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short image L2 norm.
nppiNorm_L2_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short image L2 norm (alpha channel is not computed).
nppiNorm_L2_16u_C1MR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 1-channel 16-bit unsigned short image L2 norm.
nppiNorm_L2_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit unsigned short image L2 norm.
nppiNorm_L2_16u_C3CMR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short image L2 norm, \ref masked_operation, \ref channel_of_interest.
nppiNorm_L2_16u_C3R(TypedPointer<Npp16u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit unsigned short image L2 norm.
nppiNorm_L2_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short image L2 norm.
nppiNorm_L2_32f_AC4R(TypedPointer<Npp32f>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating-point image L2 norm (alpha channel is not computed).
nppiNorm_L2_32f_C1MR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 1-channel 32-bit floating-point image L2 norm.
nppiNorm_L2_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 32-bit floating-point image L2 norm.
nppiNorm_L2_32f_C3CMR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating-point image L2 norm, \ref masked_operation, \ref channel_of_interest.
nppiNorm_L2_32f_C3R(TypedPointer<Npp32f>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 32-bit floating-point image L2 norm.
nppiNorm_L2_32f_C4R(TypedPointer<Npp32f>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating-point image L2 norm.
nppiNorm_L2_8s_C1MR(TypedPointer<Npp8s>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 1-channel 8-bit signed char image L2 norm.
nppiNorm_L2_8s_C3CMR(TypedPointer<Npp8s>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit signed char image L2 norm, \ref masked_operation, \ref channel_of_interest.
nppiNorm_L2_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image L2 norm (alpha channel is not computed).
nppiNorm_L2_8u_C1MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 1-channel 8-bit unsigned char image L2 norm.
nppiNorm_L2_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit unsigned char image L2 norm.
nppiNorm_L2_8u_C3CMR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image L2 norm, \ref masked_operation, \ref channel_of_interest.
nppiNorm_L2_8u_C3R(TypedPointer<Npp8u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image L2 norm.
nppiNorm_L2_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, double[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image L2 norm.
nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned Infinity Norm of pixel differences.
nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned L1 norm of pixel differences.
nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned L2 norm of pixel differences.
nppiNormInfGetBufferHostSize_16s_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_16s_AC4R.
nppiNormInfGetBufferHostSize_16s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_16s_C1R.
nppiNormInfGetBufferHostSize_16s_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_16s_C3R.
nppiNormInfGetBufferHostSize_16s_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_16s_C4R.
nppiNormInfGetBufferHostSize_16u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiNormInfGetBufferHostSize_16u_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_16u_C1MR.
nppiNormInfGetBufferHostSize_16u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_16u_C1R.
nppiNormInfGetBufferHostSize_16u_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_16u_C3CMR.
nppiNormInfGetBufferHostSize_16u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_16u_C3R.
nppiNormInfGetBufferHostSize_16u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_16u_C4R.
nppiNormInfGetBufferHostSize_32f_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_32f_AC4R.
nppiNormInfGetBufferHostSize_32f_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_32f_C1MR.
nppiNormInfGetBufferHostSize_32f_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_32f_C1R.
nppiNormInfGetBufferHostSize_32f_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_32f_C3CMR.
nppiNormInfGetBufferHostSize_32f_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_32f_C3R.
nppiNormInfGetBufferHostSize_32f_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_32f_C4R.
nppiNormInfGetBufferHostSize_32s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_32s_C1R.
nppiNormInfGetBufferHostSize_8s_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_8s_C1MR.
nppiNormInfGetBufferHostSize_8s_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_8s_C3CMR.
nppiNormInfGetBufferHostSize_8u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_8u_AC4R.
nppiNormInfGetBufferHostSize_8u_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_8u_C1MR.
nppiNormInfGetBufferHostSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_8u_C1R.
nppiNormInfGetBufferHostSize_8u_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_8u_C3CMR.
nppiNormInfGetBufferHostSize_8u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_8u_C3R.
nppiNormInfGetBufferHostSize_8u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormInf_8u_C4R.
nppiNormL1GetBufferHostSize_16s_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_16s_AC4R.
nppiNormL1GetBufferHostSize_16s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_16s_C1R.
nppiNormL1GetBufferHostSize_16s_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_16s_C3R.
nppiNormL1GetBufferHostSize_16s_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_16s_C4R.
nppiNormL1GetBufferHostSize_16u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_16u_AC4R.
nppiNormL1GetBufferHostSize_16u_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_16u_C1MR.
nppiNormL1GetBufferHostSize_16u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_16u_C1R.
nppiNormL1GetBufferHostSize_16u_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_16u_C3CMR.
nppiNormL1GetBufferHostSize_16u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_16u_C3R.
nppiNormL1GetBufferHostSize_16u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_16u_C4R.
nppiNormL1GetBufferHostSize_32f_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_32f_AC4R.
nppiNormL1GetBufferHostSize_32f_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_32f_C1MR.
nppiNormL1GetBufferHostSize_32f_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_32f_C1R.
nppiNormL1GetBufferHostSize_32f_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiNormL1GetBufferHostSize_32f_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiNormL1GetBufferHostSize_32f_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_32f_C4R.
nppiNormL1GetBufferHostSize_8s_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiNormL1GetBufferHostSize_8s_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_8s_C3CMR.
nppiNormL1GetBufferHostSize_8u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_8u_AC4R.
nppiNormL1GetBufferHostSize_8u_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_8u_C1MR.
nppiNormL1GetBufferHostSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_8u_C1R.
nppiNormL1GetBufferHostSize_8u_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_8u_C3CMR.
nppiNormL1GetBufferHostSize_8u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_8u_C3R.
nppiNormL1GetBufferHostSize_8u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL1_8u_C4R.
nppiNormL2GetBufferHostSize_16s_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_16s_AC4R.
nppiNormL2GetBufferHostSize_16s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_16s_C1R.
nppiNormL2GetBufferHostSize_16s_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_16s_C3R.
nppiNormL2GetBufferHostSize_16s_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_16s_C4R.
nppiNormL2GetBufferHostSize_16u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_16u_AC4R.
nppiNormL2GetBufferHostSize_16u_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_16u_C1MR.
nppiNormL2GetBufferHostSize_16u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_16u_C1R.
nppiNormL2GetBufferHostSize_16u_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_16u_C3CMR.
nppiNormL2GetBufferHostSize_16u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_16u_C3R.
nppiNormL2GetBufferHostSize_16u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_16u_C4R.
nppiNormL2GetBufferHostSize_32f_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_32f_AC4R.
nppiNormL2GetBufferHostSize_32f_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_32f_C1MR.
nppiNormL2GetBufferHostSize_32f_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_32f_C1R.
nppiNormL2GetBufferHostSize_32f_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_32f_C3CMR.
nppiNormL2GetBufferHostSize_32f_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_32f_C3R.
nppiNormL2GetBufferHostSize_32f_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_32f_C4R.
nppiNormL2GetBufferHostSize_8s_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_8s_C1MR.
nppiNormL2GetBufferHostSize_8s_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_8s_C3CMR.
nppiNormL2GetBufferHostSize_8u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_8u_AC4R.
nppiNormL2GetBufferHostSize_8u_C1MR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_8u_C1MR.
nppiNormL2GetBufferHostSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_8u_C1R.
nppiNormL2GetBufferHostSize_8u_C3CMR(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_8u_C3CMR.
nppiNormL2GetBufferHostSize_8u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_8u_C3R.
nppiNormL2GetBufferHostSize_8u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiNormL2_8u_C4R.
nppiNot_8u_AC4IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical not with unmodified alpha.
nppiNot_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical not with unmodified alpha.
nppiNot_8u_C1IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical not.
nppiNot_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical not.
nppiNot_8u_C3IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical not.
nppiNot_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical not.
nppiNot_8u_C4IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical not.
nppiNot_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical not.
nppiOr_16u_AC4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical or with unmodified alpha.
nppiOr_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical or with unmodified alpha.
nppiOr_16u_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image logical or.
nppiOr_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image logical or.
nppiOr_16u_C3IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image logical or.
nppiOr_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image logical or.
nppiOr_16u_C4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical or.
nppiOr_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical or.
nppiOr_32s_AC4IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical or with unmodified alpha.
nppiOr_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical or with unmodified alpha.
nppiOr_32s_C1IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image logical or.
nppiOr_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image logical or.
nppiOr_32s_C3IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image logical or.
nppiOr_32s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image logical or.
nppiOr_32s_C4IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical or.
nppiOr_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical or.
nppiOr_8u_AC4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical or with unmodified alpha.
nppiOr_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical or with unmodified alpha.
nppiOr_8u_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical or.
nppiOr_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical or.
nppiOr_8u_C3IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical or.
nppiOr_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical or.
nppiOr_8u_C4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical or.
nppiOr_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical or.
nppiOrC_16u_AC4IR(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical or with constant with unmodified alpha.
nppiOrC_16u_AC4R(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical or with constant with unmodified alpha.
nppiOrC_16u_C1IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image logical or with constant.
nppiOrC_16u_C1R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image logical or with constant.
nppiOrC_16u_C3IR(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image logical or with constant.
nppiOrC_16u_C3R(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image logical or with constant.
nppiOrC_16u_C4IR(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical or with constant.
nppiOrC_16u_C4R(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical or with constant.
nppiOrC_32s_AC4IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha.
nppiOrC_32s_AC4R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical or with constant with unmodified alpha.
nppiOrC_32s_C1IR(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image logical or with constant.
nppiOrC_32s_C1R(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image logical or with constant.
nppiOrC_32s_C3IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image logical or with constant.
nppiOrC_32s_C3R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image logical or with constant.
nppiOrC_32s_C4IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical or with constant.
nppiOrC_32s_C4R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical or with constant.
nppiOrC_8u_AC4IR(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha.
nppiOrC_8u_AC4R(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical or with constant with unmodified alpha.
nppiOrC_8u_C1IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical or with constant.
nppiOrC_8u_C1R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical or with constant.
nppiOrC_8u_C3IR(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical or with constant.
nppiOrC_8u_C3R(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical or with constant.
nppiOrC_8u_C4IR(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical or with constant.
nppiOrC_8u_C4R(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical or with constant.
NppiPoint - Class in jcuda.jnpp
2D Point
NppiPoint() - Constructor for class jcuda.jnpp.NppiPoint
Creates a new NppiPoint at (0,0)
NppiPoint(int, int) - Constructor for class jcuda.jnpp.NppiPoint
Creates a new NppiPoint with the given coordinates
nppiQuantFwdRawTableInit_JPEG_8u(TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Apply quality factor to raw 8-bit quantization table.
nppiQuantFwdTableInit_JPEG_8u16u(TypedPointer<Npp8u>, TypedPointer<Npp16u>) - Static method in class jcuda.jnpp.JNppi
 
nppiQuantInvTableInit_JPEG_8u16u(TypedPointer<Npp8u>, TypedPointer<Npp16u>) - Static method in class jcuda.jnpp.JNppi
Initializes a quantization table for nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R().
NppiRect - Class in jcuda.jnpp
2D Rectangle This class contains position and size information of a rectangle in two space.
NppiRect() - Constructor for class jcuda.jnpp.NppiRect
Creates a new NppiRect at (0,0) with width=0 and height=0
NppiRect(int, int, int, int) - Constructor for class jcuda.jnpp.NppiRect
Creates a new NppiRect from the given values
nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp64f>, int, TypedPointer<Npp32f>, int, NppiSize, NppiRect) - Static method in class jcuda.jnpp.JNppi
RectStdDev Computes the standard deviation of integral images
nppiResize_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiSize, double, double, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image resize.
nppiResize_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiSize, double, double, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image resize.
nppiRGBToCbYCr422_8u_C3C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed CbYCr422 color conversion.
nppiRGBToCbYCr422Gamma_8u_C3C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiRGBToHLS_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.
nppiRGBToHLS_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed HLS color conversion.
nppiRGBToHSV_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HSV with alpha color conversion.
nppiRGBToHSV_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiRGBToLUV_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed LUV with alpha color conversion.
nppiRGBToLUV_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed LUV color conversion.
nppiRGBToXYZ_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed XYZ with alpha color conversion.
nppiRGBToXYZ_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed XYZ color conversion.
nppiRGBToYCbCr420_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
nppiRGBToYCbCr422_8u_C3C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion.
nppiRGBToYCbCr422_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
nppiRGBToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion.
nppiRGBToYCbCr_8u_AC4P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed RGB with alpha to 3 channel 8-bit unsigned planar YCbCr color conversion.
nppiRGBToYCbCr_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed RGB with alpha to 4 channel unsigned 8-bit packed YCbCr with alpha color conversion, not affecting alpha.
nppiRGBToYCbCr_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 3 channel unsigned 8-bit planar YCbCr color conversion.
nppiRGBToYCbCr_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 3 channel unsigned 8-bit packed YCbCr color conversion.
nppiRGBToYCbCr_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiRGBToYCC_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YCC with alpha color conversion.
nppiRGBToYCC_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YCC color conversion.
nppiRGBToYCrCb420_8u_AC4P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiRGBToYCrCb422_8u_C3C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
nppiRGBToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar RGB to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
nppiRGBToYUV420_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV420 color conversion.
nppiRGBToYUV420_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV420 color conversion.
nppiRGBToYUV422_8u_C3C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YUV422 color conversion.
nppiRGBToYUV422_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiRGBToYUV422_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV422 color conversion.
nppiRGBToYUV_8u_AC4P4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned planar YUV color conversion with alpha.
nppiRGBToYUV_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YUV color conversion with alpha, not affecting alpha.
nppiRGBToYUV_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV color conversion.
nppiRGBToYUV_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YUV color conversion.
nppiRGBToYUV_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV color conversion.
nppiRotate_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
 
nppiRotate_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned image rotate.
nppiRotate_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
 
nppiRotate_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image rotate.
nppiRotate_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit float image rotate ignoring alpha channel.
nppiRotate_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
32-bit float image rotate.
nppiRotate_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
 
nppiRotate_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit float image rotate.
nppiRotate_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image rotate ignoring alpha channel.
nppiRotate_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image rotate.
nppiRotate_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned image rotate.
nppiRotate_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
 
nppiRShiftC_16s_AC4IR(int[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image right shift by constant with unmodified alpha.
nppiRShiftC_16s_AC4R(TypedPointer<Npp16s>, int, int[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image right shift by constant with unmodified alpha.
nppiRShiftC_16s_C1IR(int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image right shift by constant.
nppiRShiftC_16s_C1R(TypedPointer<Npp16s>, int, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image right shift by constant.
nppiRShiftC_16s_C3IR(int[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image right shift by constant.
nppiRShiftC_16s_C3R(TypedPointer<Npp16s>, int, int[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image right shift by constant.
nppiRShiftC_16s_C4IR(int[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image right shift by constant.
nppiRShiftC_16s_C4R(TypedPointer<Npp16s>, int, int[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image right shift by constant.
nppiRShiftC_16u_AC4IR(int[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image right shift by constant with unmodified alpha.
nppiRShiftC_16u_AC4R(TypedPointer<Npp16u>, int, int[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image right shift by constant with unmodified alpha.
nppiRShiftC_16u_C1IR(int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image right shift by constant.
nppiRShiftC_16u_C1R(TypedPointer<Npp16u>, int, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image right shift by constant.
nppiRShiftC_16u_C3IR(int[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image right shift by constant.
nppiRShiftC_16u_C3R(TypedPointer<Npp16u>, int, int[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image right shift by constant.
nppiRShiftC_16u_C4IR(int[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image right shift by constant.
nppiRShiftC_16u_C4R(TypedPointer<Npp16u>, int, int[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image right shift by constant.
nppiRShiftC_32s_AC4IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha.
nppiRShiftC_32s_AC4R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image right shift by constant with unmodified alpha.
nppiRShiftC_32s_C1IR(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image right shift by constant.
nppiRShiftC_32s_C1R(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image right shift by constant.
nppiRShiftC_32s_C3IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image right shift by constant.
nppiRShiftC_32s_C3R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image right shift by constant.
nppiRShiftC_32s_C4IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image right shift by constant.
nppiRShiftC_32s_C4R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image right shift by constant.
nppiRShiftC_8s_AC4IR(int[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit signed char channel in place image right shift by constant with unmodified alpha.
nppiRShiftC_8s_AC4R(TypedPointer<Npp8s>, int, int[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit signed char channel image right shift by constant with unmodified alpha.
nppiRShiftC_8s_C1IR(int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit signed char channel in place image right shift by constant.
nppiRShiftC_8s_C1R(TypedPointer<Npp8s>, int, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit signed char channel image right shift by constant.
nppiRShiftC_8s_C3IR(int[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit signed char channel in place image right shift by constant.
nppiRShiftC_8s_C3R(TypedPointer<Npp8s>, int, int[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit signed char channel image right shift by constant.
nppiRShiftC_8s_C4IR(int[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit signed char channel in place image right shift by constant.
nppiRShiftC_8s_C4R(TypedPointer<Npp8s>, int, int[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit signed char channel image right shift by constant.
nppiRShiftC_8u_AC4IR(int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha.
nppiRShiftC_8u_AC4R(TypedPointer<Npp8u>, int, int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image right shift by constant with unmodified alpha.
nppiRShiftC_8u_C1IR(int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image right shift by constant.
nppiRShiftC_8u_C1R(TypedPointer<Npp8u>, int, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image right shift by constant.
nppiRShiftC_8u_C3IR(int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image right shift by constant.
nppiRShiftC_8u_C3R(TypedPointer<Npp8u>, int, int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image right shift by constant.
nppiRShiftC_8u_C4IR(int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image right shift by constant.
nppiRShiftC_8u_C4R(TypedPointer<Npp8u>, int, int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image right shift by constant.
NppiSamplingConvMode - Class in jcuda.jnpp
Sampling Conversion Modes
nppiSet_16s_AC4MR(short[], TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 16-bit image set method, not affecting Alpha channel.
nppiSet_16s_AC4R(short[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiSet_16s_C1MR(short, TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 16-bit image set.
nppiSet_16s_C1R(short, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit image set.
nppiSet_16s_C2R(short[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 16-bit image set.
nppiSet_16s_C4CR(short, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image set affecting only single channel.
nppiSet_16s_C4MR(short[], TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 16-bit image set.
nppiSet_16s_C4R(short[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit image set.
nppiSet_16sc_AC4R(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit complex integer four-channel image set ignoring alpha.
nppiSet_16sc_C1R(Npp16sc, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiSet_16sc_C2R(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit complex integer two-channel image set.
nppiSet_16sc_C3R(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit complex integer three-channel image set.
nppiSet_16sc_C4R(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit complex integer four-channel image set.
nppiSet_16u_AC4MR(short[], TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel.
nppiSet_16u_AC4R(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiSet_16u_C1MR(short, TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 16-bit unsigned image set.
nppiSet_16u_C1R(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned image set.
nppiSet_16u_C2R(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiSet_16u_C4CR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image set affecting only single channel.
nppiSet_16u_C4MR(short[], TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 16-bit unsigned image set.
nppiSet_16u_C4R(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image set.
nppiSet_32f_AC4MR(float[], TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel.
nppiSet_32f_AC4R(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image set method, not affecting Alpha channel.
nppiSet_32f_C1MR(float, TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 32-bit floating point image set.
nppiSet_32f_C1R(float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit floating point image set.
nppiSet_32f_C4CR(float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiSet_32f_C4MR(float[], TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 32-bit floating point image set.
nppiSet_32f_C4R(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image set.
nppiSet_32fc_AC4R(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit complex four-channel image set ignoring alpha.
nppiSet_32fc_C1R(Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit complex image set.
nppiSet_32fc_C2R(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Two channel 32-bit complex image set.
nppiSet_32fc_C3R(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 32-bit complex image set.
nppiSet_32fc_C4R(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit complex image set.
nppiSet_32s_AC4MR(int[], TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
 
nppiSet_32s_AC4R(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit image set method, not affecting Alpha channel.
nppiSet_32s_C1MR(int, TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 32-bit image set.
nppiSet_32s_C1R(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit image set.
nppiSet_32s_C4CR(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit unsigned image set affecting only single channel.
nppiSet_32s_C4MR(int[], TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 32-bit image set.
nppiSet_32s_C4R(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit image set.
nppiSet_32sc_AC4R(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit complex integer four-channel image set ignoring alpha.
nppiSet_32sc_C1R(Npp32sc, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit complex integer image set.
nppiSet_32sc_C2R(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Two channel 32-bit complex integer image set.
nppiSet_32sc_C3R(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 32-bit complex integer image set.
nppiSet_32sc_C4R(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit complex integer image set.
nppiSet_8s_AC4R(byte[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiSet_8s_C1R(byte, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiSet_8s_C2R(byte[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiSet_8s_C3R(byte[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiSet_8s_C4R(byte[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit four-channel image set.
nppiSet_8u_AC4MR(byte[], TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel.
nppiSet_8u_AC4R(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image set method, not affecting Alpha channel.
nppiSet_8u_C1MR(byte, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
 
nppiSet_8u_C1R(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiSet_8u_C4CR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image set affecting only single channel.
nppiSet_8u_C4MR(byte[], TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 8-bit unsigned image set.
nppiSet_8u_C4R(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image set.
NppiSize - Class in jcuda.jnpp
2D Size.
NppiSize() - Constructor for class jcuda.jnpp.NppiSize
Creates a new NppiSize with width=0 and height=0
NppiSize(int, int) - Constructor for class jcuda.jnpp.NppiSize
Creates a new NppiSize
nppiSqr_16s_AC4IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_C1IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_C3IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_C4IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_AC4IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_C1IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_C3IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_C4IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_32f_AC4IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image squared with unmodified alpha.
nppiSqr_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image squared with unmodified alpha.
nppiSqr_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image squared.
nppiSqr_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image squared.
nppiSqr_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image squared.
nppiSqr_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image squared.
nppiSqr_32f_C4IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image squared.
nppiSqr_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image squared.
nppiSqr_8u_AC4IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_C1IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_C3IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_C4IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrIntegral_8u32s32f_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32f>, int, NppiSize, int, float, int) - Static method in class jcuda.jnpp.JNppi
SqrIntegral Transforms an image to integral and integral of pixel squares representation.
nppiSqrt_16s_AC4IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16s_C1IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16s_C3IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16u_AC4IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16u_C1IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16u_C3IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_32f_AC4IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image square root with unmodified alpha.
nppiSqrt_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image square root with unmodified alpha.
nppiSqrt_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image square root.
nppiSqrt_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image square root.
nppiSqrt_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image square root.
nppiSqrt_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image square root.
nppiSqrt_32f_C4IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image square root.
nppiSqrt_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image square root.
nppiSqrt_8u_AC4IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_8u_C1IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_8u_C3IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_C4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16sc_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16sc_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_AC4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_C1IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_C3IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_C4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32f_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image subtraction.
nppiSub_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image subtraction.
nppiSub_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image subtraction.
nppiSub_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image subtraction.
nppiSub_32f_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image subtraction.
nppiSub_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image subtraction.
nppiSub_32f_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image subtraction.
nppiSub_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image subtraction.
nppiSub_32fc_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction.
nppiSub_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction.
nppiSub_32fc_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
nppiSub_32fc_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
nppiSub_32fc_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
nppiSub_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
nppiSub_32fc_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
nppiSub_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
nppiSub_32s_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image subtraction.
nppiSub_32s_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32s_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32s_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32s_C4IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32s_C4RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32sc_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32sc_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32sc_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32sc_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_AC4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_C1IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_C3IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_C4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSubC_16s_AC4IRSfs(short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s>, int, short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
nppiSubC_16s_C1IRSfs(short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiSubC_16s_C1RSfs(TypedPointer<Npp16s>, int, short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16s_C3IRSfs(short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16s_C3RSfs(TypedPointer<Npp16s>, int, short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16s_C4IRSfs(short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiSubC_16s_C4RSfs(TypedPointer<Npp16s>, int, short[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16sc_AC4IRSfs(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s>, int, Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
nppiSubC_16sc_C1IRSfs(Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16sc_C1RSfs(TypedPointer<Npp16s>, int, Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16sc_C3IRSfs(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s>, int, Npp16sc[], TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_AC4IRSfs(short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_AC4RSfs(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_C1IRSfs(short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_C1RSfs(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_C3IRSfs(short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_C3RSfs(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_C4IRSfs(short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_C4RSfs(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_32f_AC4IR(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image subtract constant.
nppiSubC_32f_AC4R(TypedPointer<Npp32f>, int, float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image subtract constant.
nppiSubC_32f_C1IR(float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image subtract constant.
nppiSubC_32f_C1R(TypedPointer<Npp32f>, int, float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image subtract constant.
nppiSubC_32f_C3IR(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image subtract constant.
nppiSubC_32f_C3R(TypedPointer<Npp32f>, int, float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image subtract constant.
nppiSubC_32f_C4IR(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image subtract constant.
nppiSubC_32f_C4R(TypedPointer<Npp32f>, int, float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image subtract constant.
nppiSubC_32fc_AC4IR(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image subtract constant.
nppiSubC_32fc_AC4R(TypedPointer<Npp32f>, int, Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant.
nppiSubC_32fc_C1IR(Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
nppiSubC_32fc_C1R(TypedPointer<Npp32f>, int, Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
nppiSubC_32fc_C3IR(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
nppiSubC_32fc_C3R(TypedPointer<Npp32f>, int, Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiSubC_32fc_C4IR(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
nppiSubC_32fc_C4R(TypedPointer<Npp32f>, int, Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
nppiSubC_32s_C1IRSfs(int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_32s_C1RSfs(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_32s_C3IRSfs(int[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_32s_C3RSfs(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_32sc_AC4IRSfs(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s>, int, Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
nppiSubC_32sc_C1IRSfs(Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s>, int, Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_32sc_C3IRSfs(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s>, int, Npp32sc[], TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_AC4IRSfs(byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
 
nppiSubC_8u_C1IRSfs(byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_C1RSfs(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_C3IRSfs(byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel 8-bit unsigned char in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_C3RSfs(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_C4IRSfs(byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_C4RSfs(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
nppiSum_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short image sum with 64-bit double precision result.
nppiSum_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 16-bit signed short image sum with 64-bit double precision result.
nppiSum_16s_C3R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
3-channel 16-bit signed short image sum with 64-bit double precision result.
nppiSum_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit signed short image sum with 64-bit double precision result.
nppiSum_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short image sum with 64-bit double precision result.
nppiSum_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
 
nppiSum_16u_C3R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
 
nppiSum_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 16-bit unsigned short image sum with 64-bit double precision result.
nppiSum_32f_AC4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
 
nppiSum_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
 
nppiSum_32f_C3R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
 
nppiSum_32f_C4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 32-bit floating point image sum with 64-bit double precision result.
nppiSum_8u64s_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64s>) - Static method in class jcuda.jnpp.JNppi
 
nppiSum_8u64s_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, long[]) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image sum with 64-bit long long result.
nppiSum_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image sum with 64-bit double precision result.
nppiSum_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
1-channel 8-bit unsigned char image sum with 64-bit double precision result.
nppiSum_8u_C3R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
3-channel 8-bit unsigned char image sum with 64-bit double precision result.
nppiSum_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4-channel 8-bit unsigned char image sum with 64-bit double precision result.
nppiSumGetBufferHostSize_16s_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiSumGetBufferHostSize_16s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiSum_16s_C1R.
nppiSumGetBufferHostSize_16s_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
host pointer
nppiSumGetBufferHostSize_16s_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiSumGetBufferHostSize_16u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiSum_16u_AC4R.
nppiSumGetBufferHostSize_16u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiSumGetBufferHostSize_16u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiSumGetBufferHostSize_16u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiSum_16u_C4R.
nppiSumGetBufferHostSize_32f_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiSum_32f_AC4R.
nppiSumGetBufferHostSize_32f_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiSum_32f_C1R.
nppiSumGetBufferHostSize_32f_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiSum_32f_C3R.
nppiSumGetBufferHostSize_32f_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiSumGetBufferHostSize_8u64s_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiSum_8u64s_C1R.
nppiSumGetBufferHostSize_8u64s_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiSum_8u64s_C4R.
nppiSumGetBufferHostSize_8u_AC4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiSum_8u_AC4R.
nppiSumGetBufferHostSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiSum_8u_C1R.
nppiSumGetBufferHostSize_8u_C3R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiSum_8u_C3R.
nppiSumGetBufferHostSize_8u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for nppiSum_8u_C4R.
nppiSumWindowColumn_8u32f_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned 1D (column) sum to 32f.
nppiSumWindowRow_8u32f_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned 1D (row) sum to 32f.
nppiSwapChannels_8u_C4IR(TypedPointer<Npp8u>, int, NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_16s_AC4IR(TypedPointer<Npp16s>, int, NppiSize, short[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
nppiThreshold_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short image threshold, not affecting Alpha.
nppiThreshold_16s_C1IR(TypedPointer<Npp16s>, int, NppiSize, short, int) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed short in place threshold.
nppiThreshold_16s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short, int) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_16s_C3IR(TypedPointer<Npp16s>, int, NppiSize, short[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short in place threshold.
nppiThreshold_16s_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short threshold.
nppiThreshold_16u_AC4IR(TypedPointer<Npp16u>, int, NppiSize, short[], int) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[], int) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_16u_C1IR(TypedPointer<Npp16u>, int, NppiSize, short, int) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit unsigned short in place threshold.
nppiThreshold_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short, int) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_16u_C3IR(TypedPointer<Npp16u>, int, NppiSize, short[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned short in place threshold.
nppiThreshold_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned short threshold.
nppiThreshold_32f_AC4IR(TypedPointer<Npp32f>, int, NppiSize, float[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
nppiThreshold_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image threshold, not affecting Alpha.
nppiThreshold_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize, float, int) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point in place threshold.
nppiThreshold_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float, int) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point threshold.
nppiThreshold_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize, float[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point in place threshold.
nppiThreshold_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point threshold.
nppiThreshold_8u_AC4IR(TypedPointer<Npp8u>, int, NppiSize, byte[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
nppiThreshold_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
nppiThreshold_8u_C1IR(TypedPointer<Npp8u>, int, NppiSize, byte, int) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte, int) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char threshold.
nppiThreshold_8u_C3IR(TypedPointer<Npp8u>, int, NppiSize, byte[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char in place threshold.
nppiThreshold_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[], int) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GT_16s_AC4IR(TypedPointer<Npp16s>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GT_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short image threshold, not affecting Alpha.
nppiThreshold_GT_16s_C1IR(TypedPointer<Npp16s>, int, NppiSize, short) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GT_16s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed short threshold.
nppiThreshold_GT_16s_C3IR(TypedPointer<Npp16s>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GT_16s_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short threshold.
nppiThreshold_GT_16u_AC4IR(TypedPointer<Npp16u>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
nppiThreshold_GT_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
nppiThreshold_GT_16u_C1IR(TypedPointer<Npp16u>, int, NppiSize, short) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GT_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit unsigned short threshold.
nppiThreshold_GT_16u_C3IR(TypedPointer<Npp16u>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GT_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned short threshold.
nppiThreshold_GT_32f_AC4IR(TypedPointer<Npp32f>, int, NppiSize, float[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GT_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image threshold, not affecting Alpha.
nppiThreshold_GT_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point in place threshold.
nppiThreshold_GT_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point threshold.
nppiThreshold_GT_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize, float[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point in place threshold.
nppiThreshold_GT_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GT_8u_AC4IR(TypedPointer<Npp8u>, int, NppiSize, byte[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GT_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
nppiThreshold_GT_8u_C1IR(TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char in place threshold.
nppiThreshold_GT_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char threshold.
nppiThreshold_GT_8u_C3IR(TypedPointer<Npp8u>, int, NppiSize, byte[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char in place threshold.
nppiThreshold_GT_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char threshold.
nppiThreshold_GTVal_16s_AC4IR(TypedPointer<Npp16s>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GTVal_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short image threshold, not affecting Alpha.
nppiThreshold_GTVal_16s_C1IR(TypedPointer<Npp16s>, int, NppiSize, short, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed short in place threshold.
nppiThreshold_GTVal_16s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short, short) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GTVal_16s_C3IR(TypedPointer<Npp16s>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short in place threshold.
nppiThreshold_GTVal_16s_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short threshold.
nppiThreshold_GTVal_16u_AC4IR(TypedPointer<Npp16u>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
nppiThreshold_GTVal_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
nppiThreshold_GTVal_16u_C1IR(TypedPointer<Npp16u>, int, NppiSize, short, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit unsigned short in place threshold.
nppiThreshold_GTVal_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit unsigned short threshold.
nppiThreshold_GTVal_16u_C3IR(TypedPointer<Npp16u>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GTVal_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned short threshold.
nppiThreshold_GTVal_32f_AC4IR(TypedPointer<Npp32f>, int, NppiSize, float[], float[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GTVal_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[], float[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image threshold, not affecting Alpha.
nppiThreshold_GTVal_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize, float, float) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GTVal_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float, float) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point threshold.
nppiThreshold_GTVal_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize, float[], float[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point in place threshold.
nppiThreshold_GTVal_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[], float[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point threshold.
nppiThreshold_GTVal_8u_AC4IR(TypedPointer<Npp8u>, int, NppiSize, byte[], byte[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
nppiThreshold_GTVal_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[], byte[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_GTVal_8u_C1IR(TypedPointer<Npp8u>, int, NppiSize, byte, byte) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char in place threshold.
nppiThreshold_GTVal_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte, byte) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char threshold.
nppiThreshold_GTVal_8u_C3IR(TypedPointer<Npp8u>, int, NppiSize, byte[], byte[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char in place threshold.
nppiThreshold_GTVal_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[], byte[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char threshold.
nppiThreshold_LT_16s_AC4IR(TypedPointer<Npp16s>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
nppiThreshold_LT_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short image threshold, not affecting Alpha.
nppiThreshold_LT_16s_C1IR(TypedPointer<Npp16s>, int, NppiSize, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed short in place threshold.
nppiThreshold_LT_16s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed short threshold.
nppiThreshold_LT_16s_C3IR(TypedPointer<Npp16s>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short in place threshold.
nppiThreshold_LT_16s_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short threshold.
nppiThreshold_LT_16u_AC4IR(TypedPointer<Npp16u>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_LT_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
nppiThreshold_LT_16u_C1IR(TypedPointer<Npp16u>, int, NppiSize, short) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_LT_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit unsigned short threshold.
nppiThreshold_LT_16u_C3IR(TypedPointer<Npp16u>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned short in place threshold.
nppiThreshold_LT_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned short threshold.
nppiThreshold_LT_32f_AC4IR(TypedPointer<Npp32f>, int, NppiSize, float[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_LT_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image threshold, not affecting Alpha.
nppiThreshold_LT_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point in place threshold.
nppiThreshold_LT_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point threshold.
nppiThreshold_LT_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize, float[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point in place threshold.
nppiThreshold_LT_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point threshold.
nppiThreshold_LT_8u_AC4IR(TypedPointer<Npp8u>, int, NppiSize, byte[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
nppiThreshold_LT_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
nppiThreshold_LT_8u_C1IR(TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char in place threshold.
nppiThreshold_LT_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char threshold.
nppiThreshold_LT_8u_C3IR(TypedPointer<Npp8u>, int, NppiSize, byte[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char in place threshold.
nppiThreshold_LT_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char threshold.
nppiThreshold_LTVal_16s_AC4IR(TypedPointer<Npp16s>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
nppiThreshold_LTVal_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short image threshold, not affecting Alpha.
nppiThreshold_LTVal_16s_C1IR(TypedPointer<Npp16s>, int, NppiSize, short, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed short in place threshold.
nppiThreshold_LTVal_16s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed short threshold.
nppiThreshold_LTVal_16s_C3IR(TypedPointer<Npp16s>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short in place threshold.
nppiThreshold_LTVal_16s_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_LTVal_16u_AC4IR(TypedPointer<Npp16u>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
nppiThreshold_LTVal_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
nppiThreshold_LTVal_16u_C1IR(TypedPointer<Npp16u>, int, NppiSize, short, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit unsigned short in place threshold.
nppiThreshold_LTVal_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit unsigned short threshold.
nppiThreshold_LTVal_16u_C3IR(TypedPointer<Npp16u>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned short in place threshold.
nppiThreshold_LTVal_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[], short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned short threshold.
nppiThreshold_LTVal_32f_AC4IR(TypedPointer<Npp32f>, int, NppiSize, float[], float[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
nppiThreshold_LTVal_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[], float[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image threshold, not affecting Alpha.
nppiThreshold_LTVal_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize, float, float) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point in place threshold.
nppiThreshold_LTVal_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float, float) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_LTVal_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize, float[], float[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_LTVal_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[], float[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_LTVal_8u_AC4IR(TypedPointer<Npp8u>, int, NppiSize, byte[], byte[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
nppiThreshold_LTVal_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[], byte[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
nppiThreshold_LTVal_8u_C1IR(TypedPointer<Npp8u>, int, NppiSize, byte, byte) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char in place threshold.
nppiThreshold_LTVal_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte, byte) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char threshold.
nppiThreshold_LTVal_8u_C3IR(TypedPointer<Npp8u>, int, NppiSize, byte[], byte[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char in place threshold.
nppiThreshold_LTVal_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[], byte[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_LTValGTVal_16s_AC4IR(TypedPointer<Npp16s>, int, NppiSize, short[], short[], short[], short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
nppiThreshold_LTValGTVal_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[], short[], short[], short[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_LTValGTVal_16s_C1IR(TypedPointer<Npp16s>, int, NppiSize, short, short, short, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed short in place threshold.
nppiThreshold_LTValGTVal_16s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short, short, short, short) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed short threshold.
nppiThreshold_LTValGTVal_16s_C3IR(TypedPointer<Npp16s>, int, NppiSize, short[], short[], short[], short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short in place threshold.
nppiThreshold_LTValGTVal_16s_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[], short[], short[], short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short threshold.
nppiThreshold_LTValGTVal_16u_AC4IR(TypedPointer<Npp16u>, int, NppiSize, short[], short[], short[], short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
nppiThreshold_LTValGTVal_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[], short[], short[], short[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
nppiThreshold_LTValGTVal_16u_C1IR(TypedPointer<Npp16u>, int, NppiSize, short, short, short, short) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_LTValGTVal_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short, short, short, short) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_LTValGTVal_16u_C3IR(TypedPointer<Npp16u>, int, NppiSize, short[], short[], short[], short[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned short in place threshold.
nppiThreshold_LTValGTVal_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[], short[], short[], short[]) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_LTValGTVal_32f_AC4IR(TypedPointer<Npp32f>, int, NppiSize, float[], float[], float[], float[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
nppiThreshold_LTValGTVal_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[], float[], float[], float[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image threshold, not affecting Alpha.
nppiThreshold_LTValGTVal_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize, float, float, float, float) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_LTValGTVal_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float, float, float, float) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point threshold.
nppiThreshold_LTValGTVal_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize, float[], float[], float[], float[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point in place threshold.
nppiThreshold_LTValGTVal_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[], float[], float[], float[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point threshold.
nppiThreshold_LTValGTVal_8u_AC4IR(TypedPointer<Npp8u>, int, NppiSize, byte[], byte[], byte[], byte[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
nppiThreshold_LTValGTVal_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[], byte[], byte[], byte[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
nppiThreshold_LTValGTVal_8u_C1IR(TypedPointer<Npp8u>, int, NppiSize, byte, byte, byte, byte) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char in place threshold.
nppiThreshold_LTValGTVal_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte, byte, byte, byte) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char threshold.
nppiThreshold_LTValGTVal_8u_C3IR(TypedPointer<Npp8u>, int, NppiSize, byte[], byte[], byte[], byte[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char in place threshold.
nppiThreshold_LTValGTVal_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[], byte[], byte[], byte[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char threshold.
nppiThreshold_Val_16s_AC4IR(TypedPointer<Npp16s>, int, NppiSize, short[], short[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
nppiThreshold_Val_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[], short[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed short image threshold, not affecting Alpha.
nppiThreshold_Val_16s_C1IR(TypedPointer<Npp16s>, int, NppiSize, short, short, int) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed short in place threshold.
nppiThreshold_Val_16s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short, short, int) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed short threshold.
nppiThreshold_Val_16s_C3IR(TypedPointer<Npp16s>, int, NppiSize, short[], short[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short in place threshold.
nppiThreshold_Val_16s_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, short[], short[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed short threshold.
nppiThreshold_Val_16u_AC4IR(TypedPointer<Npp16u>, int, NppiSize, short[], short[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
nppiThreshold_Val_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[], short[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
nppiThreshold_Val_16u_C1IR(TypedPointer<Npp16u>, int, NppiSize, short, short, int) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit unsigned short in place threshold.
nppiThreshold_Val_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short, short, int) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit unsigned short threshold.
nppiThreshold_Val_16u_C3IR(TypedPointer<Npp16u>, int, NppiSize, short[], short[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned short in place threshold.
nppiThreshold_Val_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, short[], short[], int) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_Val_32f_AC4IR(TypedPointer<Npp32f>, int, NppiSize, float[], float[], int) - Static method in class jcuda.jnpp.JNppi
 
nppiThreshold_Val_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[], float[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image threshold, not affecting Alpha.
nppiThreshold_Val_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize, float, float, int) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point in place threshold.
nppiThreshold_Val_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float, float, int) - Static method in class jcuda.jnpp.JNppi
1 channel 32-bit floating point threshold.
nppiThreshold_Val_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize, float[], float[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point in place threshold.
nppiThreshold_Val_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float[], float[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point threshold.
nppiThreshold_Val_8u_AC4IR(TypedPointer<Npp8u>, int, NppiSize, byte[], byte[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
nppiThreshold_Val_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[], byte[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
nppiThreshold_Val_8u_C1IR(TypedPointer<Npp8u>, int, NppiSize, byte, byte, int) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char in place threshold.
nppiThreshold_Val_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte, byte, int) - Static method in class jcuda.jnpp.JNppi
1 channel 8-bit unsigned char threshold.
nppiThreshold_Val_8u_C3IR(TypedPointer<Npp8u>, int, NppiSize, byte[], byte[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char in place threshold.
nppiThreshold_Val_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[], byte[], int) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned char threshold.
nppiTranspose_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit image transpose.
nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit unsigned affine warp, ignoring alpha channel.
nppiWarpAffine_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 16-bit unsigned affine warp.
nppiWarpAffine_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit unsigned affine warp.
nppiWarpAffine_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit unsigned affine warp.
nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 16-bit unsigned affine warp.
nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 16-bit unsigned affine warp.
nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit floating-point affine warp, ignoring alpha channel.
nppiWarpAffine_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 32-bit floating-point affine warp.
nppiWarpAffine_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit floating-point affine warp.
nppiWarpAffine_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 32-bit floating-point affine warp.
nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffine_32s_C1R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 32-bit signed affine warp.
nppiWarpAffine_32s_C3R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit signed affine warp.
nppiWarpAffine_32s_C4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 32-bit signed affine warp.
nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 32-bit signed affine warp.
nppiWarpAffine_64f_AC4R(TypedPointer<Npp64f>, NppiSize, int, NppiRect, TypedPointer<Npp64f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffine_64f_C1R(TypedPointer<Npp64f>, NppiSize, int, NppiRect, TypedPointer<Npp64f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 64-bit floating-point affine warp.
nppiWarpAffine_64f_C3R(TypedPointer<Npp64f>, NppiSize, int, NppiRect, TypedPointer<Npp64f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 64-bit floating-point affine warp.
nppiWarpAffine_64f_C4R(TypedPointer<Npp64f>, NppiSize, int, NppiRect, TypedPointer<Npp64f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 64-bit floating-point affine warp.
nppiWarpAffine_64f_P3R(TypedPointer<Npp64f>[], NppiSize, int, NppiRect, TypedPointer<Npp64f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 64-bit floating-point affine warp.
nppiWarpAffine_64f_P4R(TypedPointer<Npp64f>[], NppiSize, int, NppiRect, TypedPointer<Npp64f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 64-bit floating-point affine warp.
nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit unsigned affine warp, ignoring alpha channel.
nppiWarpAffine_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 8-bit unsigned affine warp.
nppiWarpAffine_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 8-bit unsigned affine warp.
nppiWarpAffine_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit unsigned affine warp.
nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 8-bit unsigned affine warp.
nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit unsigned integer backwards affine warp, ignoring alpha channel.
nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 16-bit unsigned integer backwards affine warp.
nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit unsigned integer backwards affine warp.
nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit unsigned integer backwards affine warp.
nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 16-bit unsigned integer backwards affine warp.
nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 16-bit unsigned integer backwards affine warp.
nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit floating-point backwards affine warp, ignoring alpha channel.
nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit floating-point backwards affine warp.
nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 32-bit floating-point backwards affine warp.
nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 32-bit floating-point backwards affine warp.
nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 32-bit signed integer backwards affine warp.
nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit signed integer backwards affine warp.
nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit signed integer backwards affine warp.
nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 32-bit signed integer backwards affine warp.
nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 32-bit signed integer backwards affine warp.
nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 8-bit unsigned integer backwards affine warp.
nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 8-bit unsigned integer backwards affine warp.
nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit unsigned integer backwards affine warp.
nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 8-bit unsigned integer backwards affine warp.
nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 8-bit unsigned integer backwards affine warp.
nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit unsigned integer quad-based affine warp, ignoring alpha channel.
nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 16-bit unsigned integer quad-based affine warp.
nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit unsigned integer quad-based affine warp.
nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit unsigned integer quad-based affine warp.
nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 16-bit unsigned integer quad-based affine warp.
nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 16-bit unsigned integer quad-based affine warp.
nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 32-bit floating-point quad-based affine warp.
nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit floating-point quad-based affine warp.
nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit floating-point quad-based affine warp.
nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 32-bit floating-point quad-based affine warp.
nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit signed integer quad-based affine warp, ignoring alpha channel.
nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit signed integer quad-based affine warp.
nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 32-bit signed integer quad-based affine warp.
nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 32-bit signed integer quad-based affine warp.
nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit unsigned integer quad-based affine warp, ignoring alpha channel.
nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 32-bit floating-point quad-based affine warp.
nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 8-bit unsigned integer quad-based affine warp.
nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 8-bit unsigned integer quad-based affine warp.
nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 16-bit unsigned integer perspective warp.
nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit unsigned integer perspective warp.
nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 16-bit unsigned integer perspective warp.
nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 16-bit unsigned integer perspective warp.
nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit floating-point perspective warp, ignoring alpha channel.
nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit floating-point perspective warp.
nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit floating-point perspective warp.
nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 32-bit floating-point perspective warp.
nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit signed integer perspective warp, igoring alpha channel.
nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 32-bit signed integer perspective warp.
nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit signed integer perspective warp.
nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 32-bit signed integer perspective warp.
nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 8-bit unsigned integer perspective warp.
nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit unsigned integer perspective warp.
nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 8-bit unsigned integer perspective warp.
nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 8-bit unsigned integer perspective warp.
nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit unsigned integer backwards perspective warp, ignoring alpha channel.
nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 16-bit unsigned integer backwards perspective warp.
nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit unsigned integer backwards perspective warp.
nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit floating-point backwards perspective warp, ignorning alpha channel.
nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 32-bit floating-point backwards perspective warp.
nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit floating-point backwards perspective warp.
nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit floating-point backwards perspective warp.
nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 32-bit floating-point backwards perspective warp.
nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit signed integer backwards perspective warp, ignoring alpha channel.
nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 32-bit signed integer backwards perspective warp.
nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit signed integer backwards perspective warp.
nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit signed integer backwards perspective warp.
nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 32-bit signed integer backwards perspective warp.
nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 32-bit signed integer backwards perspective warp.
nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit unsigned integer backwards perspective warp, igoring alpha channel.
nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 8-bit unsigned integer backwards perspective warp.
nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 8-bit unsigned integer backwards perspective warp.
nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit unsigned integer backwards perspective warp.
nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 8-bit unsigned integer backwards perspective warp.
nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
 
nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit unsigned integer quad-based perspective warp, ignoring alpha channel.
nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 16-bit unsigned integer quad-based perspective warp.
nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit unsigned integer quad-based perspective warp.
nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit unsigned integer quad-based perspective warp.
nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 16-bit unsigned integer quad-based perspective warp.
nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 16-bit unsigned integer quad-based perspective warp.
nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit floating-point quad-based perspective warp, ignoring alpha channel.
nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 32-bit floating-point quad-based perspective warp.
nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit floating-point quad-based perspective warp.
nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit floating-point quad-based perspective warp.
nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 32-bit floating-point quad-based perspective warp.
nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 32-bit floating-point quad-based perspective warp.
nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit signed integer quad-based perspective warp, ignoring alpha channel.
nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 32-bit signed integer quad-based perspective warp.
nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit signed integer quad-based perspective warp.
nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit signed integer quad-based perspective warp.
nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 32-bit signed integer quad-based perspective warp.
nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 32-bit signed integer quad-based perspective warp.
nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit unsigned integer quad-based perspective warp, ignoring alpha channel.
nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Single-channel 8-bit unsigned integer quad-based perspective warp.
nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel 8-bit unsigned integer quad-based perspective warp.
nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit unsigned integer quad-based perspective warp.
nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Three-channel planar 8-bit unsigned integer quad-based perspective warp.
nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Four-channel planar 8-bit unsigned integer quad-based perspective warp.
nppiXor_16u_AC4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical exclusive or with unmodified alpha.
nppiXor_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical exclusive or with unmodified alpha.
nppiXor_16u_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image logical exclusive or.
nppiXor_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image logical exclusive or.
nppiXor_16u_C3IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image logical exclusive or.
nppiXor_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image logical exclusive or.
nppiXor_16u_C4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical exclusive or.
nppiXor_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical exclusive or.
nppiXor_32s_AC4IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical exclusive or with unmodified alpha.
nppiXor_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical exclusive or with unmodified alpha.
nppiXor_32s_C1IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image logical exclusive or.
nppiXor_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image logical exclusive or.
nppiXor_32s_C3IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image logical exclusive or.
nppiXor_32s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image logical exclusive or.
nppiXor_32s_C4IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical exclusive or.
nppiXor_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical exclusive or.
nppiXor_8u_AC4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical exclusive or with unmodified alpha.
nppiXor_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha.
nppiXor_8u_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical exclusive or.
nppiXor_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical exclusive or.
nppiXor_8u_C3IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical exclusive or.
nppiXor_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical exclusive or.
nppiXor_8u_C4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical exclusive or.
nppiXor_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical exclusive or.
nppiXorC_16u_AC4IR(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical exclusive or with constant with unmodified alpha.
nppiXorC_16u_AC4R(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical exclusive or with constant with unmodified alpha.
nppiXorC_16u_C1IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image logical exclusive or with constant.
nppiXorC_16u_C1R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image logical exclusive or with constant.
nppiXorC_16u_C3IR(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image logical exclusive or with constant.
nppiXorC_16u_C3R(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image logical exclusive or with constant.
nppiXorC_16u_C4IR(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical exclusive or with constant.
nppiXorC_16u_C4R(TypedPointer<Npp16u>, int, short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical exclusive or with constant.
nppiXorC_32s_AC4IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha.
nppiXorC_32s_AC4R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha.
nppiXorC_32s_C1IR(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image logical exclusive or with constant.
nppiXorC_32s_C1R(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image logical exclusive or with constant.
nppiXorC_32s_C3IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image logical exclusive or with constant.
nppiXorC_32s_C3R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image logical exclusive or with constant.
nppiXorC_32s_C4IR(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical exclusive or with constant.
nppiXorC_32s_C4R(TypedPointer<Npp32s>, int, int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical exclusive or with constant.
nppiXorC_8u_AC4IR(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical exclusive or with constant with unmodified alpha.
nppiXorC_8u_AC4R(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha.
nppiXorC_8u_C1IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical exclusive or with constant.
nppiXorC_8u_C1R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical exclusive or with constant.
nppiXorC_8u_C3IR(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical exclusive or with constant.
nppiXorC_8u_C3R(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical exclusive or with constant.
nppiXorC_8u_C4IR(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical exclusive or with constant.
nppiXorC_8u_C4R(TypedPointer<Npp8u>, int, byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical exclusive or with constant.
nppiXYZToRGB_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed XYZ with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
nppiXYZToRGB_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed XYZ to 3 channel 8-bit unsigned packed RGB color conversion.
nppiYCbCr411_8u_P2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
nppiYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiYCbCr411ToBGR_8u_P3C3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned packed BGR color conversion.
nppiYCbCr411ToBGR_8u_P3C4R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr411 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
nppiYCbCr411ToYCbCr420_8u_P2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
nppiYCbCr411ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiYCbCr411ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
nppiYCbCr411ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
nppiYCbCr411ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
nppiYCbCr411ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
nppiYCbCr411ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
nppiYCbCr411ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
nppiYCbCr411ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
nppiYCbCr411ToYCrCb422_8u_P3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb422 sampling format conversion.
nppiYCbCr420_8u_P2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
nppiYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
nppiYCbCr420ToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiYCbCr420ToBGR_709HDTV_8u_P3C4R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr420 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha.
nppiYCbCr420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned packed BGR color conversion.
nppiYCbCr420ToBGR_8u_P3C4R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr420 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
nppiYCbCr420ToCbYCr422_8u_P2C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.
nppiYCbCr420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiYCbCr420ToYCbCr411_8u_P2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
nppiYCbCr420ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
nppiYCbCr420ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiYCbCr420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
nppiYCbCr420ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
nppiYCbCr422_8u_C2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
nppiYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
nppiYCbCr422ToBGR_8u_C2C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed BGR color conversion.
nppiYCbCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCrCb422 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
nppiYCbCr422ToBGR_8u_P3C3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed BGR color conversion.
nppiYCbCr422ToCbYCr422_8u_C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.
nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiYCbCr422ToRGB_8u_C2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar RGB color conversion.
nppiYCbCr422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed RGB color conversion.
nppiYCbCr422ToYCbCr411_8u_C2P2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
nppiYCbCr422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
nppiYCbCr422ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiYCbCr422ToYCbCr411_8u_P3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
nppiYCbCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
nppiYCbCr422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
nppiYCbCr422ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
nppiYCbCr422ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
nppiYCbCr422ToYCrCb420_8u_C2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiYCbCr422ToYCrCb422_8u_C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
nppiYCbCr422ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
nppiYCbCrToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiYCbCrToBGR_709CSC_8u_P3C4R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed BGR_709CSC color conversion with constant alpha.
nppiYCbCrToBGR_8u_P3C3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed BGR color conversion.
nppiYCbCrToBGR_8u_P3C4R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
nppiYCbCrToRGB_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed YCbCr with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion, not affecting alpha.
nppiYCbCrToRGB_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed YCbCr to 3 channel 8-bit unsigned packed RGB color conversion.
nppiYCbCrToRGB_8u_P3C3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed RGB color conversion.
nppiYCbCrToRGB_8u_P3C4R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed RGB color conversion with constant alpha.
nppiYCbCrToRGB_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned planar RGB color conversion.
nppiYCCToRGB_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed YCC with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
nppiYCCToRGB_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiYCrCb420ToCbYCr422_8u_P3C2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiYCrCb420ToRGB_8u_P3C4R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
 
nppiYCrCb420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
nppiYCrCb420ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
nppiYCrCb420ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
nppiYCrCb420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCrCb420 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
nppiYCrCb422ToRGB_8u_C2C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed RGB color conversion.
nppiYCrCb422ToRGB_8u_C2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar RGB color conversion.
nppiYCrCb422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiYCrCb422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
nppiYCrCb422ToYCbCr422_8u_C2P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
nppiYUV420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned packed BGR color conversion.
nppiYUV420ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YUV420 to 4 channel 8-bit unsigned packed RGB color conversion with alpha.
nppiYUV420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned packed RGB color conversion.
nppiYUV420ToRGB_8u_P3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned planar RGB color conversion.
nppiYUV422ToRGB_8u_C2C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned packed YUV422 to 3 channel 8-bit unsigned packed RGB color conversion.
nppiYUV422ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YUV422 to 4 channel 8-bit unsigned packed RGB color conversion with alpha.
nppiYUV422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
 
nppiYUV422ToRGB_8u_P3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YUV422 to 3 channel 8-bit unsigned planar RGB color conversion.
nppiYUVToRGB_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit packed YUV with alpha to 4 channel 8-bit unsigned packed RGB color conversion with alpha, not affecting alpha.
nppiYUVToRGB_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed YUV to 3 channel 8-bit unsigned packed RGB color conversion.
nppiYUVToRGB_8u_P3C3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned packed RGB color conversion.
nppiYUVToRGB_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned planar RGB color conversion.
NppLibraryVersion - Class in jcuda.jnpp
Java port of a NppLibraryVersion
NppLibraryVersion(int, int, int) - Constructor for class jcuda.jnpp.NppLibraryVersion
Creates a new NppLibraryVersion with the given version information
NppRoundMode - Class in jcuda.jnpp
Rounding modes
npps10Log10_32s_ISfs(TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.
npps10Log10_32s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.
nppsAbs_16s(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal absolute value.
nppsAbs_16s_I(TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal absolute value.
nppsAbs_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal absolute value.
nppsAbs_32f_I(TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsAbs_32s(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal absolute value.
nppsAbs_32s_I(TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal absolute value.
nppsAbs_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal absolute value.
nppsAbs_64f_I(TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal absolute value.
nppsAdd_16s(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal add signal, then clamp to saturated value.
nppsAdd_16s32f(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal add signal with 32-bit floating point result, then clamp to saturated value.
nppsAdd_16s32s_I(TypedPointer<Npp16s>, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
16/32-bit signed short in place signal add signal with 32-bit signed integer results, then clamp to saturated value.
nppsAdd_16s_I(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal add signal, then clamp to saturated value.
nppsAdd_16s_ISfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal add signal, with scaling, then clamp to saturated value.
nppsAdd_16s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short add signal, scale, then clamp to saturated value.
nppsAdd_16sc_ISfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit complex signed short in place signal add signal, with scaling, then clamp to saturated value.
nppsAdd_16sc_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed complex short add signal, scale, then clamp to saturated value.
nppsAdd_16u(TypedPointer<Npp16u>, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal add signal, then clamp to saturated value.
nppsAdd_16u_ISfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal add signal, with scaling, then clamp to saturated value.
nppsAdd_16u_Sfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short add signal, scale, then clamp to saturated value.
nppsAdd_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal add signal, then clamp to saturated value.
nppsAdd_32f_I(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point in place signal add signal, then clamp to saturated value.
nppsAdd_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point signal add signal, then clamp to saturated value.
nppsAdd_32fc_I(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point in place signal add signal, then clamp to saturated value.
nppsAdd_32s_ISfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer in place signal add signal, with scaling, then clamp to saturated value.
nppsAdd_32s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer add signal, scale, then clamp to saturated value.
nppsAdd_32sc_ISfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex signed integer in place signal add signal, with scaling, then clamp to saturated value.
nppsAdd_32sc_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed complex integer add signal, scale, then clamp to saturated value.
nppsAdd_32u(TypedPointer<Npp32u>, TypedPointer<Npp32u>, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned int signal add signal, then clamp to saturated value.
nppsAdd_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal add signal, then clamp to saturated value.
nppsAdd_64f_I(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point in place signal add signal, then clamp to saturated value.
nppsAdd_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point signal add signal, then clamp to saturated value.
nppsAdd_64fc_I(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point in place signal add signal, then clamp to saturated value.
nppsAdd_64s_Sfs(TypedPointer<Npp64s>, TypedPointer<Npp64s>, TypedPointer<Npp64s>, int, int) - Static method in class jcuda.jnpp.JNpps
64-bit signed integer add signal, scale, then clamp to saturated value.
nppsAdd_8u16u(TypedPointer<Npp8u>, TypedPointer<Npp8u>, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal add signal with 16-bit unsigned result, then clamp to saturated value.
nppsAdd_8u_ISfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal add signal, with scaling, then clamp to saturated value.
nppsAdd_8u_Sfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsAddC_16s_ISfs(short, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsAddC_16s_Sfs(TypedPointer<Npp16s>, short, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal add constant, scale, then clamp to saturated value.
nppsAddC_16sc_ISfs(Npp16sc, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsAddC_16sc_Sfs(TypedPointer<Npp16s>, Npp16sc, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit integer complex number (16 bit real, 16 bit imaginary) signal add constant, scale, then clamp to saturated value.
nppsAddC_16u_ISfs(short, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsAddC_16u_Sfs(TypedPointer<Npp16u>, short, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short vector add constant, scale, then clamp to saturated value.
nppsAddC_32f(TypedPointer<Npp32f>, float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal add constant.
nppsAddC_32f_I(float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point in place signal add constant.
nppsAddC_32fc(TypedPointer<Npp32f>, Npp32fc, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsAddC_32fc_I(Npp32fc, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point complex number (32 bit real, 32 bit imaginary) in place signal add constant.
nppsAddC_32s_ISfs(int, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer in place signal add constant and scale.
nppsAddC_32s_Sfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integersignal add constant and scale.
nppsAddC_32sc_ISfs(Npp32sc, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal add constant and scale.
nppsAddC_32sc_Sfs(TypedPointer<Npp32s>, Npp32sc, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit integer complex number (32 bit real, 32 bit imaginary) signal add constant and scale.
nppsAddC_64f(TypedPointer<Npp64f>, double, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating pointsignal add constant.
nppsAddC_64f_I(double, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsAddC_64fc(TypedPointer<Npp64f>, Npp64fc, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal add constant.
nppsAddC_64fc_I(Npp64fc, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal add constant.
nppsAddC_8u_ISfs(byte, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal add constant, scale, then clamp to saturated value
nppsAddC_8u_Sfs(TypedPointer<Npp8u>, byte, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned charvector add constant, scale, then clamp to saturated value.
nppsAddProduct_16s32s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal add product of source signal1 times source signal2 to 32-bit signed integer destination signal, with scaling, then clamp to saturated value.
nppsAddProduct_16s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal add product of source signal1 times source signal2 to destination signal, with scaling, then clamp to saturated value.
nppsAddProduct_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal add product of source signal times destination signal to destination signal, then clamp to saturated value.
nppsAddProduct_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point signal add product of source signal times destination signal to destination signal, then clamp to saturated value.
nppsAddProduct_32s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed short signal add product of source signal1 times source signal2 to destination signal, with scaling, then clamp to saturated value.
nppsAddProduct_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal add product of source signal times destination signal to destination signal, then clamp to saturated value.
nppsAddProduct_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point signal add product of source signal times destination signal to destination signal, then clamp to saturated value.
nppsAddProductC_32f(TypedPointer<Npp32f>, float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsAnd_16u(TypedPointer<Npp16u>, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal and with signal.
nppsAnd_16u_I(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal and with signal.
nppsAnd_32u(TypedPointer<Npp32u>, TypedPointer<Npp32u>, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned integer signal and with signal.
nppsAnd_32u_I(TypedPointer<Npp32u>, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned integer in place signal and with signal.
nppsAnd_8u(TypedPointer<Npp8u>, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal and with signal.
nppsAnd_8u_I(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal and with signal.
nppsAndC_16u(TypedPointer<Npp16u>, short, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal and with constant.
nppsAndC_16u_I(short, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal and with constant.
nppsAndC_32u(TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned integer signal and with constant.
nppsAndC_32u_I(int, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned signed integer in place signal and with constant.
nppsAndC_8u(TypedPointer<Npp8u>, byte, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal and with constant.
nppsAndC_8u_I(byte, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal and with constant.
nppsArctan_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal inverse tangent.
nppsArctan_32f_I(TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal inverse tangent.
nppsArctan_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal inverse tangent.
nppsArctan_64f_I(TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal inverse tangent.
nppsCauchy_32f_I(TypedPointer<Npp32f>, int, float) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal Cauchy error calculation.
nppsCauchyD_32f_I(TypedPointer<Npp32f>, int, float) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal Cauchy first derivative.
nppsCauchyDD2_32f_I(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, float) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal Cauchy first and second derivatives.
nppsConvert_16s32f(TypedPointer<Npp16s>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_16s32f_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp32f>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_16s32s(TypedPointer<Npp16s>, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_16s64f_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp64f>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_16s8s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp8s>, int, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_16u32f(TypedPointer<Npp16u>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_32f16s_Sfs(TypedPointer<Npp32f>, TypedPointer<Npp16s>, int, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_32f16u_Sfs(TypedPointer<Npp32f>, TypedPointer<Npp16u>, int, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_32f32s_Sfs(TypedPointer<Npp32f>, TypedPointer<Npp32s>, int, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_32f64f(TypedPointer<Npp32f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_32f8s_Sfs(TypedPointer<Npp32f>, TypedPointer<Npp8s>, int, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_32f8u_Sfs(TypedPointer<Npp32f>, TypedPointer<Npp8u>, int, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_32s16s(TypedPointer<Npp32s>, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_32s16s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_32s32f(TypedPointer<Npp32s>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_32s32f_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32f>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_32s64f(TypedPointer<Npp32s>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_32s64f_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp64f>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_64f16s_Sfs(TypedPointer<Npp64f>, TypedPointer<Npp16s>, int, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_64f32f(TypedPointer<Npp64f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_64f32s_Sfs(TypedPointer<Npp64f>, TypedPointer<Npp32s>, int, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_64f64s_Sfs(TypedPointer<Npp64f>, TypedPointer<Npp64s>, int, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_64s32s_Sfs(TypedPointer<Npp64s>, TypedPointer<Npp32s>, int, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_64s64f(TypedPointer<Npp64s>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_8s16s(TypedPointer<Npp8s>, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
nppsConvert_8s32f(TypedPointer<Npp8s>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsConvert_8u32f(TypedPointer<Npp8u>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsCopy_16s(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short, vector copy method.
nppsCopy_16sc(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit complex short, vector copy method.
nppsCopy_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit float, vector copy method.
nppsCopy_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex float, vector copy method.
nppsCopy_32s(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer, vector copy method.
nppsCopy_32sc(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex signed integer, vector copy method.
nppsCopy_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsCopy_64s(TypedPointer<Npp64s>, TypedPointer<Npp64s>, int) - Static method in class jcuda.jnpp.JNpps
64-bit signed integer, vector copy method.
nppsCopy_64sc(TypedPointer<Npp64s>, TypedPointer<Npp64s>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex signed integer, vector copy method.
nppsCopy_8u(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char, vector copy method
nppsCountInRange_32s(TypedPointer<Npp32s>, int, int[], int, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
Computes the number of elements whose values fall into the specified range on a 32-bit signed integer array.
nppsCountInRangeGetBufferSize_32s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsCountInRange_32s.
nppsCubrt_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal cube root.
nppsCubrt_32s16s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal cube root, scale, then clamp to 16-bit signed integer saturated value.
nppsDiv_16s_ISfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal divide signal, with scaling, then clamp to saturated value.
nppsDiv_16s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal divide signal, scale, then clamp to saturated value.
nppsDiv_16sc_ISfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit complex signed short in place signal divide signal, with scaling, then clamp to saturated value.
nppsDiv_16sc_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed complex short signal divide signal, scale, then clamp to saturated value.
nppsDiv_16u_ISfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal divide signal, with scaling, then clamp to saturated value.
nppsDiv_16u_Sfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal divide signal, scale, then clamp to saturated value.
nppsDiv_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal divide signal, then clamp to saturated value.
nppsDiv_32f_I(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point in place signal divide signal, then clamp to saturated value.
nppsDiv_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point signal divide signal, then clamp to saturated value.
nppsDiv_32fc_I(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point in place signal divide signal, then clamp to saturated value.
nppsDiv_32s16s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp32s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal divided by 16-bit signed short signal, scale, then clamp to 16-bit signed short saturated value.
nppsDiv_32s_ISfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer in place signal divide signal, with scaling, then clamp to saturated value.
nppsDiv_32s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal divide signal, scale, then clamp to saturated value.
nppsDiv_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal divide signal, then clamp to saturated value.
nppsDiv_64f_I(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point in place signal divide signal, then clamp to saturated value.
nppsDiv_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point signal divide signal, then clamp to saturated value.
nppsDiv_64fc_I(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point in place signal divide signal, then clamp to saturated value.
nppsDiv_8u_ISfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal divide signal, with scaling, then clamp to saturated value.
nppsDiv_8u_Sfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal divide signal, scale, then clamp to saturated value.
nppsDiv_Round_16s_ISfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal divide signal, with scaling, rounding then clamp to saturated value.
nppsDiv_Round_16s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal divide signal, scale, round, then clamp to saturated value.
nppsDiv_Round_16u_ISfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal divide signal, with scaling, rounding then clamp to saturated value.
nppsDiv_Round_16u_Sfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal divide signal, scale, round, then clamp to saturated value.
nppsDiv_Round_8u_ISfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal divide signal, with scaling, rounding then clamp to saturated value.
nppsDiv_Round_8u_Sfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal divide signal, scale, then clamp to saturated value.
nppsDivC_16s_ISfs(short, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal divided by constant, scale, then clamp to saturated value.
nppsDivC_16s_Sfs(TypedPointer<Npp16s>, short, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal divided by constant, scale, then clamp to saturated value.
nppsDivC_16sc_ISfs(Npp16sc, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit integer complex number (16 bit real, 16 bit imaginary)signal divided by constant, scale, then clamp to saturated value.
nppsDivC_16sc_Sfs(TypedPointer<Npp16s>, Npp16sc, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit integer complex number (16 bit real, 16 bit imaginary) signal divided by constant, scale, then clamp to saturated value.
nppsDivC_16u_ISfs(short, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal divided by constant, scale, then clamp to saturated value.
nppsDivC_16u_Sfs(TypedPointer<Npp16u>, short, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal divided by constant, scale, then clamp to saturated value.
nppsDivC_32f(TypedPointer<Npp32f>, float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal divided by constant.
nppsDivC_32f_I(float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point in place signal divided by constant.
nppsDivC_32fc(TypedPointer<Npp32f>, Npp32fc, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal divided by constant.
nppsDivC_32fc_I(Npp32fc, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point complex number (32 bit real, 32 bit imaginary) in place signal divided by constant.
nppsDivC_64f(TypedPointer<Npp64f>, double, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal divided by constant.
nppsDivC_64f_I(double, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point in place signal divided by constant.
nppsDivC_64fc(TypedPointer<Npp64f>, Npp64fc, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal divided by constant.
nppsDivC_64fc_I(Npp64fc, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal divided by constant.
nppsDivC_8u_ISfs(byte, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal divided by constant, scale, then clamp to saturated value
nppsDivC_8u_Sfs(TypedPointer<Npp8u>, byte, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal divided by constant, scale, then clamp to saturated value.
nppsDivCRev_16u(TypedPointer<Npp16u>, short, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal divided by constant, then clamp to saturated value.
nppsDivCRev_16u_I(short, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place constant divided by signal, then clamp to saturated value.
nppsDivCRev_32f(TypedPointer<Npp32f>, float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point constant divided by signal.
nppsDivCRev_32f_I(float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point in place constant divided by signal.
nppsDotProd_16s16sc32fc(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 32-bit float complex.
nppsDotProd_16s16sc32sc_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
nppsDotProd_16s16sc64sc(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp64s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer and 16-bit signed short integer short dot product method, return value is 64-bit signed integer complex.
nppsDotProd_16s16sc_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 16-bit signed short integer complex.
nppsDotProd_16s32f(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer dot product method, return value is 32-bit float.
nppsDotProd_16s32s32s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer and 32-bit signed integer dot product method, return value is 32-bit signed integer.
nppsDotProd_16s32s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer dot product method, return value is 32-bit signed integer.
nppsDotProd_16s64s(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp64s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer dot product method, return value is 64-bit signed integer.
nppsDotProd_16s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer dot product method, return value is 16-bit signed short integer.
nppsDotProd_16sc32fc(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer complex dot product method, return value is 32-bit float complex.
nppsDotProd_16sc32sc_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
nppsDotProd_16sc64sc(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp64s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer complex dot product method, return value is 64-bit signed integer complex.
nppsDotProd_16sc_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer complex dot product method, return value is 16-bit signed short integer complex.
nppsDotProd_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float dot product method, return value is 32-bit float.
nppsDotProd_32f32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float and 32-bit float complex dot product method, return value is 32-bit float complex.
nppsDotProd_32f32fc64fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float and 32-bit float complex dot product method, return value is 64-bit float complex.
nppsDotProd_32f64f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float dot product method, return value is 64-bit float.
nppsDotProd_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float complex dot product method, return value is 32-bit float complex.
nppsDotProd_32fc64fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
 
nppsDotProd_32s32sc_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit signed short integer and 32-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
nppsDotProd_32s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer dot product method, return value is 32-bit signed integer.
nppsDotProd_32sc_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer complex dot product method, return value is 32-bit signed integer complex.
nppsDotProd_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float dot product method, return value is 64-bit float.
nppsDotProd_64f64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float and 64-bit float complex dot product method, return value is 64-bit float complex.
nppsDotProd_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float complex dot product method, return value is 64-bit float complex.
nppsDotProdGetBufferSize_16s16sc32fc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_16s16sc32fc.
nppsDotProdGetBufferSize_16s16sc32sc_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_16s16sc32sc_Sfs.
nppsDotProdGetBufferSize_16s16sc64sc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_16s16sc64sc.
nppsDotProdGetBufferSize_16s16sc_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_16s16sc_Sfs.
nppsDotProdGetBufferSize_16s32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_16s32f.
nppsDotProdGetBufferSize_16s32s32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_16s32s32s_Sfs.
nppsDotProdGetBufferSize_16s32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_16s32s_Sfs.
nppsDotProdGetBufferSize_16s64s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_16s64s.
nppsDotProdGetBufferSize_16s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_16s_Sfs.
nppsDotProdGetBufferSize_16sc32fc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_16sc32fc.
nppsDotProdGetBufferSize_16sc32sc_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_16sc32sc_Sfs.
nppsDotProdGetBufferSize_16sc64sc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_16sc64sc.
nppsDotProdGetBufferSize_16sc_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_16sc_Sfs.
nppsDotProdGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_32f.
nppsDotProdGetBufferSize_32f32fc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_32f32fc.
nppsDotProdGetBufferSize_32f32fc64fc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_32f32fc64fc.
nppsDotProdGetBufferSize_32f64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_32f64f.
nppsDotProdGetBufferSize_32fc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_32fc.
nppsDotProdGetBufferSize_32fc64fc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_32fc64fc.
nppsDotProdGetBufferSize_32s32sc_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_32s32sc_Sfs.
nppsDotProdGetBufferSize_32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_32s_Sfs.
nppsDotProdGetBufferSize_32sc_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_32sc_Sfs.
nppsDotProdGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_64f.
nppsDotProdGetBufferSize_64f64fc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_64f64fc.
nppsDotProdGetBufferSize_64fc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsDotProd_64fc.
nppsExp_16s_ISfs(TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal exponent, scale, then clamp to saturated value.
nppsExp_16s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal exponent, scale, then clamp to saturated value.
nppsExp_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal exponent.
nppsExp_32f64f(TypedPointer<Npp32f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal exponent with 64-bit floating point result.
nppsExp_32f_I(TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal exponent.
nppsExp_32s_ISfs(TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal exponent, scale, then clamp to saturated value.
nppsExp_32s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal exponent, scale, then clamp to saturated value.
nppsExp_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal exponent.
nppsExp_64f_I(TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal exponent.
nppsExp_64s_ISfs(TypedPointer<Npp64s>, int, int) - Static method in class jcuda.jnpp.JNpps
64-bit signed integer signal exponent, scale, then clamp to saturated value.
nppsExp_64s_Sfs(TypedPointer<Npp64s>, TypedPointer<Npp64s>, int, int) - Static method in class jcuda.jnpp.JNpps
64-bit signed integer signal exponent, scale, then clamp to saturated value.
nppsFree(Pointer) - Static method in class jcuda.jnpp.JNpps
Free method for any 2D allocated memory.
nppsIntegral_32s(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
 
nppsIntegralGetBufferSize_32s(int, int[]) - Static method in class jcuda.jnpp.JNpps
 
nppsLn_16s_ISfs(TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal natural logarithm, scale, then clamp to saturated value.
nppsLn_16s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal natural logarithm, scale, then clamp to saturated value.
nppsLn_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal natural logarithm.
nppsLn_32f_I(TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal natural logarithm.
nppsLn_32s16s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal natural logarithm, scale, then clamp to 16-bit signed short saturated value.
nppsLn_32s_ISfs(TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal natural logarithm, scale, then clamp to saturated value.
nppsLn_32s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal natural logarithm, scale, then clamp to saturated value.
nppsLn_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal natural logarithm.
nppsLn_64f32f(TypedPointer<Npp64f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal natural logarithm with 32-bit floating point result.
nppsLn_64f_I(TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal natural logarithm.
nppsLShiftC_16s(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal left shift with constant.
nppsLShiftC_16s_I(int, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal left shift with constant.
nppsLShiftC_16u(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal left shift with constant.
nppsLShiftC_16u_I(int, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal left shift with constant.
nppsLShiftC_32s(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal left shift with constant.
nppsLShiftC_32s_I(int, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed signed integer in place signal left shift with constant.
nppsLShiftC_32u(TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned integer signal left shift with constant.
nppsLShiftC_32u_I(int, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned signed integer in place signal left shift with constant.
nppsLShiftC_8u(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal left shift with constant.
nppsLShiftC_8u_I(int, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal left shift with constant.
nppsMalloc_16s(int) - Static method in class jcuda.jnpp.JNpps
16-bit signal allocator.
nppsMalloc_16sc(int) - Static method in class jcuda.jnpp.JNpps
 
nppsMalloc_16u(int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned signal allocator.
nppsMalloc_32f(int) - Static method in class jcuda.jnpp.JNpps
32-bit float signal allocator.
nppsMalloc_32fc(int) - Static method in class jcuda.jnpp.JNpps
32-bit complex float signal allocator.
nppsMalloc_32s(int) - Static method in class jcuda.jnpp.JNpps
32-bit integer signal allocator.
nppsMalloc_32sc(int) - Static method in class jcuda.jnpp.JNpps
 
nppsMalloc_32u(int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned signal allocator.
nppsMalloc_64f(int) - Static method in class jcuda.jnpp.JNpps
64-bit float (double) signal allocator.
nppsMalloc_64fc(int) - Static method in class jcuda.jnpp.JNpps
64-bit complex complex signal allocator.
nppsMalloc_64s(int) - Static method in class jcuda.jnpp.JNpps
64-bit long integer signal allocator.
nppsMalloc_64sc(int) - Static method in class jcuda.jnpp.JNpps
64-bit complex long integer signal allocator.
nppsMalloc_8s(int) - Static method in class jcuda.jnpp.JNpps
 
nppsMalloc_8u(int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned signal allocator.
nppsMax_16s(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit integer vector max method
nppsMax_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float vector max method
nppsMax_32s(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit integer vector max method
nppsMax_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float vector max method
nppsMaxAbs_16s(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit integer vector max absolute method
nppsMaxAbs_32s(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit integer vector max absolute method
nppsMaxAbsGetBufferSize_16s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMaxAbs_16s.
nppsMaxAbsGetBufferSize_32s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMaxAbs_32s.
nppsMaxAbsIndx_16s(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
 
nppsMaxAbsIndx_32s(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
 
nppsMaxAbsIndxGetBufferSize_16s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMaxAbsIndx_16s.
nppsMaxAbsIndxGetBufferSize_32s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMaxAbsIndx_32s.
nppsMaxEvery_16s_I(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer in place max value for each pair of elements.
nppsMaxEvery_16u_I(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short integer in place max value for each pair of elements.
nppsMaxEvery_32f_I(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point in place max value for each pair of elements.
nppsMaxEvery_32s_I(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer in place max value for each pair of elements.
nppsMaxEvery_8u_I(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit in place max value for each pair of elements.
nppsMaxGetBufferSize_16s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMax_16s.
nppsMaxGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMax_32f.
nppsMaxGetBufferSize_32s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMax_32s.
nppsMaxGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMax_64f.
nppsMaxIndx_16s(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit integer vector max index method
nppsMaxIndx_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float vector max index method
nppsMaxIndx_32s(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit integer vector max index method
nppsMaxIndx_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float vector max index method
nppsMaxIndxGetBufferSize_16s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMaxIndx_16s.
nppsMaxIndxGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMaxIndx_32f.
nppsMaxIndxGetBufferSize_32s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMaxIndx_32s.
nppsMaxIndxGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
host pointer
nppsMean_16s_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit short vector mean with integer scaling method
nppsMean_16sc_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit short complex vector mean with integer scaling method
nppsMean_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float vector mean method
nppsMean_32fc(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float complex vector mean method
nppsMean_32s_Sfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit integer vector mean with integer scaling method
nppsMean_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit double vector mean method
nppsMean_64fc(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit double complex vector mean method
nppsMeanGetBufferSize_16s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMean_16s_Sfs.
nppsMeanGetBufferSize_16sc_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMean_16sc_Sfs.
nppsMeanGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMean_32f.
nppsMeanGetBufferSize_32fc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMean_32fc.
nppsMeanGetBufferSize_32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMean_32s_Sfs.
nppsMeanGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMean_64f.
nppsMeanGetBufferSize_64fc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMean_64fc.
nppsMeanStdDev_16s32s_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit float vector mean and standard deviation method (return values are 32-bit)
nppsMeanStdDev_16s_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit float vector mean and standard deviation method (return values are also 16-bit)
nppsMeanStdDev_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float vector mean and standard deviation method
nppsMeanStdDev_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float vector mean and standard deviation method
nppsMeanStdDevGetBufferSize_16s32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMeanStdDev_16s32s_Sfs.
nppsMeanStdDevGetBufferSize_16s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMeanStdDev_16s_Sfs.
nppsMeanStdDevGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMeanStdDev_32f.
nppsMeanStdDevGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMeanStdDev_64f.
nppsMin_16s(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit integer vector min method
nppsMin_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit integer vector min method
nppsMin_32s(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit integer vector min method
nppsMin_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit integer vector min method
nppsMinAbs_16s(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit integer vector min absolute method
nppsMinAbs_32s(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit integer vector min absolute method
nppsMinAbsGetBufferSize_16s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMinAbs_16s.
nppsMinAbsGetBufferSize_32s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMinAbs_32s.
nppsMinAbsIndx_16s(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit integer vector min absolute index method
nppsMinAbsIndx_32s(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit integer vector min absolute index method
nppsMinAbsIndxGetBufferSize_16s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMinAbsIndx_16s.
nppsMinAbsIndxGetBufferSize_32s(int, int[]) - Static method in class jcuda.jnpp.JNpps
host pointer
nppsMinEvery_16s_I(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsMinEvery_16u_I(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short integer in place min value for each pair of elements.
nppsMinEvery_32f_I(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsMinEvery_32s_I(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsMinEvery_64f_I(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point in place min value for each pair of elements.
nppsMinEvery_8u_I(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsMinGetBufferSize_16s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMin_16s.
nppsMinGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMin_32f.
nppsMinGetBufferSize_32s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMin_32s.
nppsMinGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMin_64f.
nppsMinIndx_16s(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit integer vector min index method
nppsMinIndx_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
 
nppsMinIndx_32s(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit integer vector min index method
nppsMinIndx_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float vector min index method
nppsMinIndxGetBufferSize_16s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMinIndx_16s.
nppsMinIndxGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMinIndx_32f.
nppsMinIndxGetBufferSize_32s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsMinIndx_32s.
nppsMinIndxGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
host pointer
nppsMinMax_16s(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short vector min and max method
nppsMinMax_16u(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short vector min and max method
nppsMinMax_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float vector min and max method
nppsMinMax_32s(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit signed int vector min and max method
nppsMinMax_32u(TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, TypedPointer<Npp32u>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned int vector min and max method
nppsMinMax_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit double vector min and max method
nppsMinMax_8u(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
8-bit char vector min and max method
nppsMinMaxGetBufferSize_16s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMax_16s.
nppsMinMaxGetBufferSize_16u(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMax_16u.
nppsMinMaxGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMax_32f.
nppsMinMaxGetBufferSize_32s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMax_32s.
nppsMinMaxGetBufferSize_32u(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMax_32u.
nppsMinMaxGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMax_64f.
nppsMinMaxGetBufferSize_8u(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMax_8u.
nppsMinMaxIndx_16s(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int[], TypedPointer<Npp16s>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short vector min and max with indices method
nppsMinMaxIndx_16u(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int[], TypedPointer<Npp16u>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short vector min and max with indices method
nppsMinMaxIndx_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int[], TypedPointer<Npp32f>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float vector min and max with indices method
nppsMinMaxIndx_32s(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int[], TypedPointer<Npp32s>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit signed short vector min and max with indices method
nppsMinMaxIndx_32u(TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int[], TypedPointer<Npp32u>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned short vector min and max with indices method
nppsMinMaxIndx_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, int[], TypedPointer<Npp64f>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float vector min and max with indices method
nppsMinMaxIndx_8u(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int[], TypedPointer<Npp8u>, int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
8-bit char vector min and max with indices method
nppsMinMaxIndxGetBufferSize_16s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMaxIndx_16s.
nppsMinMaxIndxGetBufferSize_16u(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMaxIndx_16u.
nppsMinMaxIndxGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMaxIndx_32f.
nppsMinMaxIndxGetBufferSize_32s(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMaxIndx_32s.
nppsMinMaxIndxGetBufferSize_32u(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMaxIndx_32u.
nppsMinMaxIndxGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMaxIndx_64f.
nppsMinMaxIndxGetBufferSize_8u(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsMinMaxIndx_8u.
nppsMul_16s(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal times signal, then clamp to saturated value.
nppsMul_16s32f(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal times signal with 32-bit floating point result, then clamp to saturated value.
nppsMul_16s32s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal times signal, scale, then clamp to 32-bit signed saturated value.
nppsMul_16s_I(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal times signal, then clamp to saturated value.
nppsMul_16s_ISfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal times signal, with scaling, then clamp to saturated value.
nppsMul_16s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal times signal, scale, then clamp to saturated value.
nppsMul_16sc_ISfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit complex signed short in place signal times signal, with scaling, then clamp to saturated value.
nppsMul_16sc_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed complex short signal times signal, scale, then clamp to saturated value.
nppsMul_16u16s_Sfs(TypedPointer<Npp16u>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal times 16-bit signed short signal, scale, then clamp to 16-bit signed saturated value.
nppsMul_16u_ISfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal times signal, with scaling, then clamp to saturated value.
nppsMul_16u_Sfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal time signal, scale, then clamp to saturated value.
nppsMul_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal times signal, then clamp to saturated value.
nppsMul_32f32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal times 32-bit complex floating point signal with complex 32-bit floating point result, then clamp to saturated value.
nppsMul_32f32fc_I(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point in place signal times 32-bit floating point signal, then clamp to 32-bit complex floating point saturated value.
nppsMul_32f_I(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point in place signal times signal, then clamp to saturated value.
nppsMul_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point signal times signal, then clamp to saturated value.
nppsMul_32fc_I(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point in place signal times signal, then clamp to saturated value.
nppsMul_32s32sc_ISfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex signed integer in place signal times 32-bit signed integer signal, with scaling, then clamp to saturated value.
nppsMul_32s32sc_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal times 32-bit complex signed integer signal, scale, then clamp to 32-bit complex integer saturated value.
nppsMul_32s_ISfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer in place signal times signal, with scaling, then clamp to saturated value.
nppsMul_32s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal times signal, scale, then clamp to saturated value.
nppsMul_32sc_ISfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex signed integer in place signal times signal, with scaling, then clamp to saturated value.
nppsMul_32sc_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed complex integer signal times signal, scale, then clamp to saturated value.
nppsMul_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal times signal, then clamp to saturated value.
nppsMul_64f_I(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point in place signal times signal, then clamp to saturated value.
nppsMul_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point signal times signal, then clamp to saturated value.
nppsMul_64fc_I(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point in place signal times signal, then clamp to saturated value.
nppsMul_8u16u(TypedPointer<Npp8u>, TypedPointer<Npp8u>, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal times signal with 16-bit unsigned result, then clamp to saturated value.
nppsMul_8u_ISfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal times signal, with scaling, then clamp to saturated value.
nppsMul_8u_Sfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal times signal, scale, then clamp to saturated value.
nppsMul_Low_32s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal times signal, scale, then clamp to saturated value.
nppsMulC_16s_ISfs(short, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal times constant, scale, then clamp to saturated value.
nppsMulC_16s_Sfs(TypedPointer<Npp16s>, short, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal times constant, scale, then clamp to saturated value.
nppsMulC_16sc_ISfs(Npp16sc, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit integer complex number (16 bit real, 16 bit imaginary)signal times constant, scale, then clamp to saturated value.
nppsMulC_16sc_Sfs(TypedPointer<Npp16s>, Npp16sc, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsMulC_16u_ISfs(short, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsMulC_16u_Sfs(TypedPointer<Npp16u>, short, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal times constant, scale, then clamp to saturated value.
nppsMulC_32f(TypedPointer<Npp32f>, float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal times constant.
nppsMulC_32f16s_Sfs(TypedPointer<Npp32f>, float, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal times constant with output converted to 16-bit signed integer with scaling and saturation of output result.
nppsMulC_32f_I(float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsMulC_32fc(TypedPointer<Npp32f>, Npp32fc, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal times constant.
nppsMulC_32fc_I(Npp32fc, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsMulC_32s_ISfs(int, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer in place signal times constant and scale.
nppsMulC_32s_Sfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal times constant and scale.
nppsMulC_32sc_ISfs(Npp32sc, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal times constant and scale.
nppsMulC_32sc_Sfs(TypedPointer<Npp32s>, Npp32sc, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit integer complex number (32 bit real, 32 bit imaginary) signal times constant and scale.
nppsMulC_64f(TypedPointer<Npp64f>, double, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal times constant.
nppsMulC_64f64s_ISfs(double, TypedPointer<Npp64s>, int, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal times constant with in place conversion to 64-bit signed integer and with scaling and saturation of output result.
nppsMulC_64f_I(double, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point, in place signal times constant.
nppsMulC_64fc(TypedPointer<Npp64f>, Npp64fc, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal times constant.
nppsMulC_64fc_I(Npp64fc, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal times constant.
nppsMulC_8u_ISfs(byte, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal times constant, scale, then clamp to saturated value
nppsMulC_8u_Sfs(TypedPointer<Npp8u>, byte, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsMulC_Low_32f16s(TypedPointer<Npp32f>, float, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsNorm_Inf_16s32f(TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer vector C norm method, return value is 32-bit float.
nppsNorm_Inf_16s32s_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer vector C norm method, return value is 32-bit signed integer.
nppsNorm_Inf_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float vector C norm method
nppsNorm_Inf_32fc32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float complex vector C norm method, return value is 32-bit float.
nppsNorm_Inf_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float vector C norm method
nppsNorm_Inf_64fc64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float complex vector C norm method, return value is 64-bit float.
nppsNorm_L1_16s32f(TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer vector L1 norm method, return value is 32-bit float.
nppsNorm_L1_16s32s_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer vector L1 norm method, return value is 32-bit signed integer.
nppsNorm_L1_16s64s_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp64s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer vector L1 norm method, return value is 64-bit signed integer.
nppsNorm_L1_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
 
nppsNorm_L1_32fc64f(TypedPointer<Npp32f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float complex vector L1 norm method, return value is 64-bit float.
nppsNorm_L1_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float vector L1 norm method
nppsNorm_L1_64fc64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float complex vector L1 norm method, return value is 64-bit float.
nppsNorm_L2_16s32f(TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer vector L2 norm method, return value is 32-bit float.
nppsNorm_L2_16s32s_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer vector L2 norm method, return value is 32-bit signed integer.
nppsNorm_L2_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float vector L2 norm method
nppsNorm_L2_32fc64f(TypedPointer<Npp32f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float complex vector L2 norm method, return value is 64-bit float.
nppsNorm_L2_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float vector L2 norm method
nppsNorm_L2_64fc64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float complex vector L2 norm method, return value is 64-bit float.
nppsNorm_L2Sqr_16s64s_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp64s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer vector L2 Square norm method, return value is 64-bit signed integer.
nppsNormalize_16s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, short, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal normalize, scale, then clamp to saturated value.
nppsNormalize_16sc_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, Npp16sc, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit complex signed short signal normalize, scale, then clamp to saturated value.
nppsNormalize_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, float, float) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal normalize.
nppsNormalize_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, Npp32fc, float) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point signal normalize.
nppsNormalize_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, double, double) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal normalize.
nppsNormalize_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, Npp64fc, double) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point signal normalize.
nppsNormDiff_Inf_16s32f(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer C norm method on two vectors' difference, return value is 32-bit float.
nppsNormDiff_Inf_16s32s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer C norm method on two vectors' difference, return value is 32-bit signed integer.
nppsNormDiff_Inf_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float C norm method on two vectors' difference
nppsNormDiff_Inf_32fc32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float complex C norm method on two vectors' difference, return value is 32-bit float.
nppsNormDiff_Inf_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float C norm method on two vectors' difference
nppsNormDiff_Inf_64fc64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float complex C norm method on two vectors' difference, return value is 64-bit float.
nppsNormDiff_L1_16s32f(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer L1 norm method on two vectors' difference, return value is 32-bit float.
nppsNormDiff_L1_16s32s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer L1 norm method on two vectors' difference, return value is 32-bit signed integer.
nppsNormDiff_L1_16s64s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp64s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer L1 norm method on two vectors' difference, return value is 64-bit signed integer.
nppsNormDiff_L1_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float L1 norm method on two vectors' difference
nppsNormDiff_L1_32fc64f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float complex L1 norm method on two vectors' difference, return value is 64-bit float.
nppsNormDiff_L1_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float L1 norm method on two vectors' difference
nppsNormDiff_L1_64fc64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
 
nppsNormDiff_L2_16s32f(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer L2 norm method on two vectors' difference, return value is 32-bit float.
nppsNormDiff_L2_16s32s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer L2 norm method on two vectors' difference, return value is 32-bit signed integer.
nppsNormDiff_L2_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float L2 norm method on two vectors' difference
nppsNormDiff_L2_32fc64f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float complex L2 norm method on two vectors' difference, return value is 64-bit float.
nppsNormDiff_L2_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float L2 norm method on two vectors' difference
nppsNormDiff_L2_64fc64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float complex L2 norm method on two vectors' difference, return value is 64-bit float.
nppsNormDiff_L2Sqr_16s64s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, TypedPointer<Npp64s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer L2 Square norm method on two vectors' difference, return value is 64-bit signed integer.
nppsNormDiffInfGetBufferSize_16s32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_Inf_16s32f.
nppsNormDiffInfGetBufferSize_16s32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
 
nppsNormDiffInfGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_Inf_32f.
nppsNormDiffInfGetBufferSize_32fc32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_Inf_32fc32f.
nppsNormDiffInfGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_Inf_64f.
nppsNormDiffInfGetBufferSize_64fc64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_Inf_64fc64f.
nppsNormDiffL1GetBufferSize_16s32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L1_16s32f.
nppsNormDiffL1GetBufferSize_16s32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L1_16s32s_Sfs.
nppsNormDiffL1GetBufferSize_16s64s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L1_16s64s_Sfs.
nppsNormDiffL1GetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L1_32f.
nppsNormDiffL1GetBufferSize_32fc64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L1_32fc64f.
nppsNormDiffL1GetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L1_64f.
nppsNormDiffL1GetBufferSize_64fc64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L1_64fc64f.
nppsNormDiffL2GetBufferSize_16s32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L2_16s32f.
nppsNormDiffL2GetBufferSize_16s32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L2_16s32s_Sfs.
nppsNormDiffL2GetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L2_32f.
nppsNormDiffL2GetBufferSize_32fc64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L2_32fc64f.
nppsNormDiffL2GetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L2_64f.
nppsNormDiffL2GetBufferSize_64fc64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L2_64fc64f.
nppsNormDiffL2SqrGetBufferSize_16s64s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNormDiff_L2Sqr_16s64s_Sfs.
nppsNormInfGetBufferSize_16s32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_Inf_16s32f.
nppsNormInfGetBufferSize_16s32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_Inf_16s32s_Sfs.
nppsNormInfGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_Inf_32f.
nppsNormInfGetBufferSize_32fc32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_Inf_32fc32f.
nppsNormInfGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_Inf_64f.
nppsNormInfGetBufferSize_64fc64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_Inf_64fc64f.
nppsNormL1GetBufferSize_16s32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L1_16s32f.
nppsNormL1GetBufferSize_16s32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L1_16s32s_Sfs.
nppsNormL1GetBufferSize_16s64s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L1_16s64s_Sfs.
nppsNormL1GetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L1_32f.
nppsNormL1GetBufferSize_32fc64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L1_32fc64f.
nppsNormL1GetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L1_64f.
nppsNormL1GetBufferSize_64fc64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L1_64fc64f.
nppsNormL2GetBufferSize_16s32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L2_16s32f.
nppsNormL2GetBufferSize_16s32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L2_16s32s_Sfs.
nppsNormL2GetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L2_32f.
nppsNormL2GetBufferSize_32fc64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L2_32fc64f.
nppsNormL2GetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L2_64f.
nppsNormL2GetBufferSize_64fc64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L2_64fc64f.
nppsNormL2SqrGetBufferSize_16s64s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsNorm_L2Sqr_16s64s_Sfs.
nppsNot_16u(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short not signal.
nppsNot_16u_I(TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place not signal.
nppsNot_32u(TypedPointer<Npp32u>, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned integer not signal.
nppsNot_32u_I(TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned signed integer in place not signal.
nppsNot_8u(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char not signal.
nppsNot_8u_I(TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place not signal.
nppsOr_16u(TypedPointer<Npp16u>, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal or with signal.
nppsOr_16u_I(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal or with signal.
nppsOr_32u(TypedPointer<Npp32u>, TypedPointer<Npp32u>, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned integer signal or with signal.
nppsOr_32u_I(TypedPointer<Npp32u>, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned integer in place signal or with signal.
nppsOr_8u(TypedPointer<Npp8u>, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal or with signal.
nppsOr_8u_I(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal or with signal.
nppsOrC_16u(TypedPointer<Npp16u>, short, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal or with constant.
nppsOrC_16u_I(short, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal or with constant.
nppsOrC_32u(TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned integer signal or with constant.
nppsOrC_32u_I(int, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned signed integer in place signal or with constant.
nppsOrC_8u(TypedPointer<Npp8u>, byte, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal or with constant.
nppsOrC_8u_I(byte, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal or with constant.
nppsRShiftC_16s(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal right shift with constant.
nppsRShiftC_16s_I(int, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal right shift with constant.
nppsRShiftC_16u(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal right shift with constant.
nppsRShiftC_16u_I(int, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal right shift with constant.
nppsRShiftC_32s(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal right shift with constant.
nppsRShiftC_32s_I(int, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed signed integer in place signal right shift with constant.
nppsRShiftC_32u(TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned integer signal right shift with constant.
nppsRShiftC_32u_I(int, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned signed integer in place signal right shift with constant.
nppsRShiftC_8u(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal right shift with constant.
nppsRShiftC_8u_I(int, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal right shift with constant.
nppsSet_16s(short, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit integer, vector set method.
nppsSet_16sc(Npp16sc, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit integer complex, vector set method.
nppsSet_32f(float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit float, vector set method.
nppsSet_32fc(Npp32fc, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit float complex, vector set method.
nppsSet_32s(int, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
32-bit integer, vector set method.
nppsSet_32sc(Npp32sc, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
32-bit integer complex, vector set method.
nppsSet_64f(double, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit double, vector set method.
nppsSet_64fc(Npp64fc, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit double complex, vector set method.
nppsSet_64s(long, TypedPointer<Npp64s>, int) - Static method in class jcuda.jnpp.JNpps
64-bit long long integer, vector set method.
nppsSet_64sc(Npp64sc, TypedPointer<Npp64s>, int) - Static method in class jcuda.jnpp.JNpps
64-bit long long integer complex, vector set method.
nppsSet_8u(byte, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsSqr_16s_ISfs(TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal squared, scale, then clamp to saturated value.
nppsSqr_16s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsSqr_16sc_ISfs(TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit complex signed short signal squared, scale, then clamp to saturated value.
nppsSqr_16sc_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit complex signed short signal squared, scale, then clamp to saturated value.
nppsSqr_16u_ISfs(TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal squared, scale, then clamp to saturated value.
nppsSqr_16u_Sfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal squared, scale, then clamp to saturated value.
nppsSqr_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsSqr_32f_I(TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal squared.
nppsSqr_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point signal squared.
nppsSqr_32fc_I(TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point signal squared.
nppsSqr_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal squared.
nppsSqr_64f_I(TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal squared.
nppsSqr_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point signal squared.
nppsSqr_64fc_I(TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point signal squared.
nppsSqr_8u_ISfs(TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal squared, scale, then clamp to saturated value.
nppsSqr_8u_Sfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal squared, scale, then clamp to saturated value.
nppsSqrt_16s_ISfs(TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal square root, scale, then clamp to saturated value.
nppsSqrt_16s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal square root, scale, then clamp to saturated value.
nppsSqrt_16sc_ISfs(TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit complex signed short signal square root, scale, then clamp to saturated value.
nppsSqrt_16sc_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit complex signed short signal square root, scale, then clamp to saturated value.
nppsSqrt_16u_ISfs(TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal square root, scale, then clamp to saturated value.
nppsSqrt_16u_Sfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal square root, scale, then clamp to saturated value.
nppsSqrt_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal square root.
nppsSqrt_32f_I(TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal square root.
nppsSqrt_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point signal square root.
nppsSqrt_32fc_I(TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point signal square root.
nppsSqrt_32s16s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal square root, scale, then clamp to 16-bit signed integer saturated value.
nppsSqrt_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal square root.
nppsSqrt_64f_I(TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal square root.
nppsSqrt_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point signal square root.
nppsSqrt_64fc_I(TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point signal square root.
nppsSqrt_64s16s_Sfs(TypedPointer<Npp64s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
64-bit signed integer signal square root, scale, then clamp to 16-bit signed integer saturated value.
nppsSqrt_64s_ISfs(TypedPointer<Npp64s>, int, int) - Static method in class jcuda.jnpp.JNpps
64-bit signed integer signal square root, scale, then clamp to saturated value.
nppsSqrt_64s_Sfs(TypedPointer<Npp64s>, TypedPointer<Npp64s>, int, int) - Static method in class jcuda.jnpp.JNpps
64-bit signed integer signal square root, scale, then clamp to saturated value.
nppsSqrt_8u_ISfs(TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal square root, scale, then clamp to saturated value.
nppsSqrt_8u_Sfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal square root, scale, then clamp to saturated value.
nppsStdDev_16s32s_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
 
nppsStdDev_16s_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit float vector standard deviation method (return value is also 16-bit)
nppsStdDev_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
host pointer
nppsStdDev_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit float vector standard deviation method
nppsStdDevGetBufferSize_16s32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsStdDev_16s32s_Sfs.
nppsStdDevGetBufferSize_16s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsStdDev_16s_Sfs.
nppsStdDevGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsStdDev_32f.
nppsStdDevGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsStdDev_64f.
nppsSub_16s(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal subtract signal, then clamp to saturated value.
nppsSub_16s32f(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal subtract 16-bit signed short signal, then clamp and convert to 32-bit floating point saturated value.
nppsSub_16s_I(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal subtract signal, then clamp to saturated value.
nppsSub_16s_ISfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal subtract signal, with scaling, then clamp to saturated value.
nppsSub_16s_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal subtract signal, scale, then clamp to saturated value.
nppsSub_16sc_ISfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsSub_16sc_Sfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed complex short signal subtract signal, scale, then clamp to saturated value.
nppsSub_16u_ISfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal subtract signal, with scaling, then clamp to saturated value.
nppsSub_16u_Sfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal subtract signal, scale, then clamp to saturated value.
nppsSub_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal subtract signal, then clamp to saturated value.
nppsSub_32f_I(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point in place signal subtract signal, then clamp to saturated value.
nppsSub_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point signal subtract signal, then clamp to saturated value.
nppsSub_32fc_I(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex floating point in place signal subtract signal, then clamp to saturated value.
nppsSub_32s_ISfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer in place signal subtract signal, with scaling, then clamp to saturated value.
nppsSub_32s_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal subtract signal, scale, then clamp to saturated value.
nppsSub_32sc_ISfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit complex signed integer in place signal subtract signal, with scaling, then clamp to saturated value.
nppsSub_32sc_Sfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed complex integer signal subtract signal, scale, then clamp to saturated value.
nppsSub_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal subtract signal, then clamp to saturated value.
nppsSub_64f_I(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point in place signal subtract signal, then clamp to saturated value.
nppsSub_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point signal subtract signal, then clamp to saturated value.
nppsSub_64fc_I(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit complex floating point in place signal subtract signal, then clamp to saturated value.
nppsSub_8u_ISfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal subtract signal, with scaling, then clamp to saturated value.
nppsSub_8u_Sfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal subtract signal, scale, then clamp to saturated value.
nppsSubC_16s_ISfs(short, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal subtract constant, scale, then clamp to saturated value.
nppsSubC_16s_Sfs(TypedPointer<Npp16s>, short, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal subtract constant, scale, then clamp to saturated value.
nppsSubC_16sc_ISfs(Npp16sc, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract constant, scale, then clamp to saturated value.
nppsSubC_16sc_Sfs(TypedPointer<Npp16s>, Npp16sc, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract constant, scale, then clamp to saturated value.
nppsSubC_16u_ISfs(short, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal subtract constant, scale, then clamp to saturated value.
nppsSubC_16u_Sfs(TypedPointer<Npp16u>, short, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsSubC_32f(TypedPointer<Npp32f>, float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal subtract constant.
nppsSubC_32f_I(float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point in place signal subtract constant.
nppsSubC_32fc(TypedPointer<Npp32f>, Npp32fc, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal subtract constant.
nppsSubC_32fc_I(Npp32fc, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point complex number (32 bit real, 32 bit imaginary) in place signal subtract constant.
nppsSubC_32s_ISfs(int, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer in place signal subtract constant and scale.
nppsSubC_32s_Sfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer signal subtract constant and scale.
nppsSubC_32sc_ISfs(Npp32sc, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal subtract constant and scale.
nppsSubC_32sc_Sfs(TypedPointer<Npp32s>, Npp32sc, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit integer complex number (32 bit real, 32 bit imaginary)signal subtract constant and scale.
nppsSubC_64f(TypedPointer<Npp64f>, double, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal subtract constant.
nppsSubC_64f_I(double, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point, in place signal subtract constant.
nppsSubC_64fc(TypedPointer<Npp64f>, Npp64fc, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal subtract constant.
nppsSubC_64fc_I(Npp64fc, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal subtract constant.
nppsSubC_8u_ISfs(byte, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal subtract constant, scale, then clamp to saturated value
nppsSubC_8u_Sfs(TypedPointer<Npp8u>, byte, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal subtract constant, scale, then clamp to saturated value.
nppsSubCRev_16s_ISfs(short, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short in place signal subtract from constant, scale, then clamp to saturated value.
nppsSubCRev_16s_Sfs(TypedPointer<Npp16s>, short, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
 
nppsSubCRev_16sc_ISfs(Npp16sc, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract from constant, scale, then clamp to saturated value.
nppsSubCRev_16sc_Sfs(TypedPointer<Npp16s>, Npp16sc, TypedPointer<Npp16s>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract from constant, scale, then clamp to saturated value.
nppsSubCRev_16u_ISfs(short, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal subtract from constant, scale, then clamp to saturated value.
nppsSubCRev_16u_Sfs(TypedPointer<Npp16u>, short, TypedPointer<Npp16u>, int, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal subtract from constant, scale, then clamp to saturated value.
nppsSubCRev_32f(TypedPointer<Npp32f>, float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal subtract from constant.
nppsSubCRev_32f_I(float, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point in place signal subtract from constant.
nppsSubCRev_32fc(TypedPointer<Npp32f>, Npp32fc, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal subtract from constant.
nppsSubCRev_32fc_I(Npp32fc, TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point complex number (32 bit real, 32 bit imaginary) in place signal subtract from constant.
nppsSubCRev_32s_ISfs(int, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integer in place signal subtract from constant and scale.
nppsSubCRev_32s_Sfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit signed integersignal subtract from constant and scale.
nppsSubCRev_32sc_ISfs(Npp32sc, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal subtract from constant and scale.
nppsSubCRev_32sc_Sfs(TypedPointer<Npp32s>, Npp32sc, TypedPointer<Npp32s>, int, int) - Static method in class jcuda.jnpp.JNpps
32-bit integer complex number (32 bit real, 32 bit imaginary) signal subtract from constant and scale.
nppsSubCRev_64f(TypedPointer<Npp64f>, double, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal subtract from constant.
nppsSubCRev_64f_I(double, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point, in place signal subtract from constant.
nppsSubCRev_64fc(TypedPointer<Npp64f>, Npp64fc, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal subtract from constant.
nppsSubCRev_64fc_I(Npp64fc, TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal subtract from constant.
nppsSubCRev_8u_ISfs(byte, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal subtract from constant, scale, then clamp to saturated value
nppsSubCRev_8u_Sfs(TypedPointer<Npp8u>, byte, TypedPointer<Npp8u>, int, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal subtract from constant, scale, then clamp to saturated value.
nppsSum_16s32s_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit integer vector sum (32bit) with integer scaling method
nppsSum_16s_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit short vector sum with integer scaling method
nppsSum_16sc32sc_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit short complex vector sum (32bit int complex) with integer scaling method
nppsSum_16sc_Sfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit short complex vector sum with integer scaling method
nppsSum_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit float vector sum method
nppsSum_32fc(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
 
nppsSum_32s_Sfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit integer vector sum with integer scaling method
nppsSum_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit double vector sum method
nppsSum_64fc(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit double complex vector sum method
nppsSumGetBufferSize_16s32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsSum_16s32s_Sfs.
nppsSumGetBufferSize_16s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsSum_16s_Sfs.
nppsSumGetBufferSize_16sc32sc_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsSum_16sc32sc_Sfs.
nppsSumGetBufferSize_16sc_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsSum_16sc_Sfs.
nppsSumGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
 
nppsSumGetBufferSize_32fc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsSum_32fc.
nppsSumGetBufferSize_32s_Sfs(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsSum_32s_Sfs.
nppsSumGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsSum_64f.
nppsSumGetBufferSize_64fc(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for nppsSum_64fc.
nppsSumLn_16s32f(TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer input, 32-bit floating point output signal sum natural logarithm.
nppsSumLn_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal sum natural logarithm.
nppsSumLn_32f64f(TypedPointer<Npp32f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit flaoting point input, 64-bit floating point output signal sum natural logarithm.
nppsSumLn_64f(TypedPointer<Npp64f>, int, TypedPointer<Npp64f>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal sum natural logarithm.
nppsSumLnGetBufferSize_16s32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for 16s32f SumLn.
nppsSumLnGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for 32f SumLn.
nppsSumLnGetBufferSize_32f64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for 32f64f SumLn.
nppsSumLnGetBufferSize_64f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device scratch buffer size (in bytes) for 64f SumLn.
NppStatus - Class in jcuda.jnpp
Error Status Codes.
nppsThreshold_16s(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, short, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal threshold with constant level.
nppsThreshold_16s_I(TypedPointer<Npp16s>, int, short, int) - Static method in class jcuda.jnpp.JNpps
16-bit in place signed short signal threshold with constant level.
nppsThreshold_16sc(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, short, int) - Static method in class jcuda.jnpp.JNpps
16-bit signed short complex number signal threshold with constant level.
nppsThreshold_16sc_I(TypedPointer<Npp16s>, int, short, int) - Static method in class jcuda.jnpp.JNpps
 
nppsThreshold_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, float, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal threshold with constant level.
nppsThreshold_32f_I(TypedPointer<Npp32f>, int, float, int) - Static method in class jcuda.jnpp.JNpps
32-bit in place floating point signal threshold with constant level.
nppsThreshold_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, float, int) - Static method in class jcuda.jnpp.JNpps
32-bit floating point complex number signal threshold with constant level.
nppsThreshold_32fc_I(TypedPointer<Npp32f>, int, float, int) - Static method in class jcuda.jnpp.JNpps
32-bit in place floating point complex number signal threshold with constant level.
nppsThreshold_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, double, int) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal threshold with constant level.
nppsThreshold_64f_I(TypedPointer<Npp64f>, int, double, int) - Static method in class jcuda.jnpp.JNpps
64-bit in place floating point signal threshold with constant level.
nppsThreshold_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, double, int) - Static method in class jcuda.jnpp.JNpps
 
nppsThreshold_64fc_I(TypedPointer<Npp64f>, int, double, int) - Static method in class jcuda.jnpp.JNpps
 
nppsThreshold_GT_16s(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, short) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GT_16s_I(TypedPointer<Npp16s>, int, short) - Static method in class jcuda.jnpp.JNpps
16-bit in place signed short signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GT_16sc(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, short) - Static method in class jcuda.jnpp.JNpps
16-bit signed short complex number signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GT_16sc_I(TypedPointer<Npp16s>, int, short) - Static method in class jcuda.jnpp.JNpps
16-bit in place signed short complex number signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GT_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, float) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GT_32f_I(TypedPointer<Npp32f>, int, float) - Static method in class jcuda.jnpp.JNpps
32-bit in place floating point signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GT_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, float) - Static method in class jcuda.jnpp.JNpps
32-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GT_32fc_I(TypedPointer<Npp32f>, int, float) - Static method in class jcuda.jnpp.JNpps
32-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GT_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, double) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GT_64f_I(TypedPointer<Npp64f>, int, double) - Static method in class jcuda.jnpp.JNpps
64-bit in place floating point signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GT_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, double) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GT_64fc_I(TypedPointer<Npp64f>, int, double) - Static method in class jcuda.jnpp.JNpps
64-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GTVal_16s(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, short, short) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GTVal_16s_I(TypedPointer<Npp16s>, int, short, short) - Static method in class jcuda.jnpp.JNpps
16-bit in place signed short signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GTVal_16sc(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, short, Npp16sc) - Static method in class jcuda.jnpp.JNpps
16-bit signed short complex number signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GTVal_16sc_I(TypedPointer<Npp16s>, int, short, Npp16sc) - Static method in class jcuda.jnpp.JNpps
16-bit in place signed short complex number signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GTVal_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, float, float) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GTVal_32f_I(TypedPointer<Npp32f>, int, float, float) - Static method in class jcuda.jnpp.JNpps
32-bit in place floating point signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GTVal_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, float, Npp32fc) - Static method in class jcuda.jnpp.JNpps
32-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GTVal_32fc_I(TypedPointer<Npp32f>, int, float, Npp32fc) - Static method in class jcuda.jnpp.JNpps
32-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GTVal_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, double, double) - Static method in class jcuda.jnpp.JNpps
 
nppsThreshold_GTVal_64f_I(TypedPointer<Npp64f>, int, double, double) - Static method in class jcuda.jnpp.JNpps
64-bit in place floating point signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GTVal_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, double, Npp64fc) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_GTVal_64fc_I(TypedPointer<Npp64f>, int, double, Npp64fc) - Static method in class jcuda.jnpp.JNpps
64-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level.
nppsThreshold_LT_16s(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, short) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LT_16s_I(TypedPointer<Npp16s>, int, short) - Static method in class jcuda.jnpp.JNpps
16-bit in place signed short signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LT_16sc(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, short) - Static method in class jcuda.jnpp.JNpps
16-bit signed short complex number signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LT_16sc_I(TypedPointer<Npp16s>, int, short) - Static method in class jcuda.jnpp.JNpps
16-bit in place signed short complex number signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LT_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, float) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LT_32f_I(TypedPointer<Npp32f>, int, float) - Static method in class jcuda.jnpp.JNpps
32-bit in place floating point signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LT_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, float) - Static method in class jcuda.jnpp.JNpps
32-bit floating point complex number signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LT_32fc_I(TypedPointer<Npp32f>, int, float) - Static method in class jcuda.jnpp.JNpps
32-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LT_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, double) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LT_64f_I(TypedPointer<Npp64f>, int, double) - Static method in class jcuda.jnpp.JNpps
64-bit in place floating point signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LT_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, double) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LT_64fc_I(TypedPointer<Npp64f>, int, double) - Static method in class jcuda.jnpp.JNpps
64-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LTVal_16s(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, short, short) - Static method in class jcuda.jnpp.JNpps
16-bit signed short signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LTVal_16s_I(TypedPointer<Npp16s>, int, short, short) - Static method in class jcuda.jnpp.JNpps
16-bit in place signed short signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LTVal_16sc(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, short, Npp16sc) - Static method in class jcuda.jnpp.JNpps
16-bit signed short complex number signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LTVal_16sc_I(TypedPointer<Npp16s>, int, short, Npp16sc) - Static method in class jcuda.jnpp.JNpps
16-bit in place signed short complex number signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LTVal_32f(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, float, float) - Static method in class jcuda.jnpp.JNpps
32-bit floating point signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LTVal_32f_I(TypedPointer<Npp32f>, int, float, float) - Static method in class jcuda.jnpp.JNpps
32-bit in place floating point signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LTVal_32fc(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, float, Npp32fc) - Static method in class jcuda.jnpp.JNpps
32-bit floating point complex number signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LTVal_32fc_I(TypedPointer<Npp32f>, int, float, Npp32fc) - Static method in class jcuda.jnpp.JNpps
32-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LTVal_64f(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, double, double) - Static method in class jcuda.jnpp.JNpps
64-bit floating point signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LTVal_64f_I(TypedPointer<Npp64f>, int, double, double) - Static method in class jcuda.jnpp.JNpps
64-bit in place floating point signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LTVal_64fc(TypedPointer<Npp64f>, TypedPointer<Npp64f>, int, double, Npp64fc) - Static method in class jcuda.jnpp.JNpps
64-bit floating point complex number signal NPP_CMP_LESS threshold with constant level.
nppsThreshold_LTVal_64fc_I(TypedPointer<Npp64f>, int, double, Npp64fc) - Static method in class jcuda.jnpp.JNpps
64-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level.
nppsXor_16u(TypedPointer<Npp16u>, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal exclusive or with signal.
nppsXor_16u_I(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal exclusive or with signal.
nppsXor_32u(TypedPointer<Npp32u>, TypedPointer<Npp32u>, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned integer signal exclusive or with signal.
nppsXor_32u_I(TypedPointer<Npp32u>, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned integer in place signal exclusive or with signal.
nppsXor_8u(TypedPointer<Npp8u>, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal exclusive or with signal.
nppsXor_8u_I(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal exclusive or with signal.
nppsXorC_16u(TypedPointer<Npp16u>, short, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short signal exclusive or with constant.
nppsXorC_16u_I(short, TypedPointer<Npp16u>, int) - Static method in class jcuda.jnpp.JNpps
16-bit unsigned short in place signal exclusive or with constant.
nppsXorC_32u(TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned integer signal exclusive or with constant.
nppsXorC_32u_I(int, TypedPointer<Npp32u>, int) - Static method in class jcuda.jnpp.JNpps
32-bit unsigned signed integer in place signal exclusive or with constant.
nppsXorC_8u(TypedPointer<Npp8u>, byte, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char signal exclusive or with constant.
nppsXorC_8u_I(byte, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char in place signal exclusive or with constant.
NppsZCType - Class in jcuda.jnpp
Java port of the NppsZCType constants
nppsZero_16s(TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit integer, vector zero method.
nppsZero_16sc(TypedPointer<Npp16s>, int) - Static method in class jcuda.jnpp.JNpps
16-bit integer complex, vector zero method.
nppsZero_32f(TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit float, vector zero method.
nppsZero_32fc(TypedPointer<Npp32f>, int) - Static method in class jcuda.jnpp.JNpps
32-bit float complex, vector zero method.
nppsZero_32s(TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsZero_32sc(TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsZero_64f(TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit double, vector zero method.
nppsZero_64fc(TypedPointer<Npp64f>, int) - Static method in class jcuda.jnpp.JNpps
64-bit double complex, vector zero method.
nppsZero_64s(TypedPointer<Npp64s>, int) - Static method in class jcuda.jnpp.JNpps
64-bit long long integer, vector zero method.
nppsZero_64sc(TypedPointer<Npp64s>, int) - Static method in class jcuda.jnpp.JNpps
 
nppsZero_8u(TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNpps
8-bit unsigned char, vector zero method.
nppsZeroCrossing_16s32f(TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
16-bit signed short integer zero crossing method, return value is 32-bit floating point.
nppsZeroCrossing_32f(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNpps
32-bit floating-point zero crossing method, return value is 32-bit floating point.
nppsZeroCrossingGetBufferSize_16s32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsZeroCrossing_16s32f.
nppsZeroCrossingGetBufferSize_32f(int, int[]) - Static method in class jcuda.jnpp.JNpps
Device-buffer size (in bytes) for nppsZeroCrossing_32f.
NppType - Interface in jcuda.jnpp.types
Base type for all NPP tagging types
nppZCC - Static variable in class jcuda.jnpp.NppsZCType
Sign change count_0
nppZCR - Static variable in class jcuda.jnpp.NppsZCType
Sign change
nppZCXor - Static variable in class jcuda.jnpp.NppsZCType
Sign change XOR
numClassifiers - Variable in class jcuda.jnpp.NppiHaarClassifier_32f
number of classifiers

B C F H I J M N R S T W X Y