|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Npp8s | |
---|---|
jcuda.jnpp | Contains the classes of JNpp. |
Uses of Npp8s in jcuda.jnpp |
---|
Methods in jcuda.jnpp that return types with arguments of type Npp8s | |
---|---|
static TypedPointer<Npp8s> |
JNpps.nppsMalloc_8s(int nSize)
|
static TypedPointer<Npp8s> |
TypedPointer.to8s(byte[] array)
Creates a new typed pointer to the given array |
Method parameters in jcuda.jnpp with type arguments of type Npp8s | |
---|---|
static int |
JNppi.nppiAlphaComp_8s_AC1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_8s_AC1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_8s_AC1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaCompC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using constant alpha. |
static int |
JNppi.nppiConvert_16s8s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
JNppi.nppiConvert_16u8s_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
JNppi.nppiConvert_32f8s_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 8-bit signed conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_32f8s_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Single channel 32-bit floating point to 8-bit signed conversion. |
static int |
JNppi.nppiConvert_32f8s_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit floating point to 8-bit signed conversion. |
static int |
JNppi.nppiConvert_32f8s_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Three channel 32-bit floating point to 8-bit signed conversion. |
static int |
JNppi.nppiConvert_32f8s_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 8-bit signed conversion. |
static int |
JNppi.nppiConvert_32s8s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit signed to 8-bit signed conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_32s8s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit signed to 8-bit signed conversion. |
static int |
JNppi.nppiConvert_32s8s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit signed to 8-bit signed conversion. |
static int |
JNppi.nppiConvert_32s8s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit signed to 8-bit signed conversion. |
static int |
JNppi.nppiConvert_32u8s_C1RSfs(TypedPointer<Npp32u> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
JNppi.nppiConvert_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 16-bit signed conversion. |
static int |
JNppi.nppiConvert_8s16u_C1Rs(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 16-bit unsigned conversion with saturation. |
static int |
JNppi.nppiConvert_8s32f_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit signed to 32-bit floating-point conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_8s32f_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 32-bit floating-point conversion. |
static int |
JNppi.nppiConvert_8s32f_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiConvert_8s32f_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit signed to 32-bit floating-point conversion. |
static int |
JNppi.nppiConvert_8s32s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiConvert_8s32s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 32-bit signed conversion. |
static int |
JNppi.nppiConvert_8s32s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit signed to 32-bit signed conversion. |
static int |
JNppi.nppiConvert_8s32s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiConvert_8s32u_C1Rs(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 32-bit unsigned conversion with saturation. |
static int |
JNppi.nppiConvert_8s8u_C1Rs(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 8-bit unsigned conversion with saturation. |
static int |
JNppi.nppiConvert_8u8s_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
JNppi.nppiCopy_8s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy, ignoring alpha channel. |
static int |
JNppi.nppiCopy_8s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy, ignoring alpha channel. |
static int |
JNppi.nppiCopy_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit image copy. |
static int |
JNppi.nppiCopy_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit image copy. |
static int |
JNppi.nppiCopy_8s_C2R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 8-bit image copy. |
static int |
JNppi.nppiCopy_8s_C2R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 8-bit image copy. |
static int |
JNppi.nppiCopy_8s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiCopy_8s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiCopy_8s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy. |
static int |
JNppi.nppiCopy_8s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy. |
static int |
JNppi.nppiMean_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
1-channel 8-bit signed char image mean with 64-bit double precision result, \ref masked_operation. |
static int |
JNppi.nppiMean_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
|
static int |
JNppi.nppiMean_StdDev_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
1-channel 8-bit signed char image mean and standard deviation, \ref masked_operation. |
static int |
JNppi.nppiMean_StdDev_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
1-channel 8-bit signed char image mean and standard deviation. |
static int |
JNppi.nppiMean_StdDev_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
3-channel 8-bit signed char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiMean_StdDev_8s_C3CR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
3-channel 8-bit signed char image mean and standard deviation, \ref channel_of_interest. |
static int |
JNppi.nppiMinMaxIndx_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation. |
static int |
JNppi.nppiMinMaxIndx_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation. |
static int |
JNppi.nppiMinMaxIndx_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation. |
static int |
JNppi.nppiMinMaxIndx_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image minimum and maximum values with their indices. |
static int |
JNppi.nppiMinMaxIndx_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image minimum and maximum values with their indices. |
static int |
JNppi.nppiMinMaxIndx_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image minimum and maximum values with their indices. |
static int |
JNppi.nppiMinMaxIndx_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiMinMaxIndx_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiMinMaxIndx_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiMinMaxIndx_8s_C3CR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNppi.nppiMinMaxIndx_8s_C3CR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNppi.nppiMinMaxIndx_8s_C3CR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNppi.nppiNorm_Inf_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image infinity norm, \ref masked_operation. |
static int |
JNppi.nppiNorm_Inf_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image infinity norm, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiNorm_L1_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image L1 norm, \ref masked_operation |
static int |
JNppi.nppiNorm_L1_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image L1 norm, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiNorm_L2_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
\ref masked_operation 1-channel 8-bit signed char image L2 norm. |
static int |
JNppi.nppiNorm_L2_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image L2 norm, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiRShiftC_8s_AC4IR(int[] aConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_8s_AC4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_8s_AC4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_8s_C1IR(int nConstant,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit signed char channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C3IR(int[] aConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C3R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C3R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C4IR(int[] aConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_8s_C4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant. |
static int |
JNppi.nppiSet_8s_AC4R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiSet_8s_C1R(byte nValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiSet_8s_C2R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiSet_8s_C3R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiSet_8s_C4R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit four-channel image set. |
static int |
JNpps.nppsConvert_16s8s_Sfs(TypedPointer<Npp16s> pSrc,
TypedPointer<Npp8s> pDst,
int nLength,
int eRoundMode,
int nScaleFactor)
|
static int |
JNpps.nppsConvert_32f8s_Sfs(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp8s> pDst,
int nLength,
int eRoundMode,
int nScaleFactor)
|
static int |
JNpps.nppsConvert_8s16s(TypedPointer<Npp8s> pSrc,
TypedPointer<Npp16s> pDst,
int nLength)
|
static int |
JNpps.nppsConvert_8s32f(TypedPointer<Npp8s> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |