|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Npp16s | |
---|---|
jcuda.jnpp | Contains the classes of JNpp. |
Uses of Npp16s in jcuda.jnpp |
---|
Methods in jcuda.jnpp that return types with arguments of type Npp16s | |
---|---|
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16s_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
16-bit signed image memory allocator. |
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16s_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
|
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16s_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit signed image memory allocator. |
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16sc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
1 channel 16-bit signed complex image memory allocator. |
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16sc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 16-bit signed complex image memory allocator. |
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16sc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 16-bit signed complex image memory allocator. |
static TypedPointer<Npp16s> |
JNppi.nppiMalloc_16sc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit signed complex image memory allocator. |
static TypedPointer<Npp16s> |
TypedPointer.to16s(short[] array)
Creates a new typed pointer to the given array |
Method parameters in jcuda.jnpp with type arguments of type Npp16s | |
---|---|
static int |
JNppi.nppiAbs_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image absolute value with unmodified alpha. |
static int |
JNppi.nppiAbs_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value with unmodified alpha. |
static int |
JNppi.nppiAbs_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value with unmodified alpha. |
static int |
JNppi.nppiAbs_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel in place image absolute value. |
static int |
JNppi.nppiAbs_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel image absolute value. |
static int |
JNppi.nppiAbs_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel image absolute value. |
static int |
JNppi.nppiAbs_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel in place image absolute value. |
static int |
JNppi.nppiAbs_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image absolute value. |
static int |
JNppi.nppiAbs_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image absolute value. |
static int |
JNppi.nppiAbs_16s_C4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image absolute value. |
static int |
JNppi.nppiAbs_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value. |
static int |
JNppi.nppiAbs_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value. |
static int |
JNppi.nppiAdd_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAddC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAddC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAddC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAddC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAddC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
JNppi.nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using constant alpha. |
static int |
JNppi.nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using constant alpha. |
static int |
JNppi.nppiConvert_16s32f_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit singedto 32-bit floating point conversion. |
static int |
JNppi.nppiConvert_16s32s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit to 32-bit conversion. |
static int |
JNppi.nppiConvert_16s8u_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed to 8-bit unsigned conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_16s8u_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed to 8-bit unsigned conversion. |
static int |
JNppi.nppiConvert_16s8u_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed to 8-bit unsignedconversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_32f16s_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
32-bit floating point to 16-bit conversion. |
static int |
JNppi.nppiConvert_8u16s_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit signed conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned to 16-bit signed conversion. |
static int |
JNppi.nppiConvert_8u16s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit signed conversion. |
static int |
JNppi.nppiCopy_16s_AC4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_16s_AC4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image copy, not affecting Alpha. |
static int |
JNppi.nppiCopy_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image copy, not affecting Alpha. |
static int |
JNppi.nppiCopy_16s_C1C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C1C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C1C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C1C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C1MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C1MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit image copy. |
static int |
JNppi.nppiCopy_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit image copy. |
static int |
JNppi.nppiCopy_16s_C3C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C3C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C3CR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit signed image copy for three-channel images. |
static int |
JNppi.nppiCopy_16s_C3CR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit signed image copy for three-channel images. |
static int |
JNppi.nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C3P3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit signed packed to planar image copy. |
static int |
JNppi.nppiCopy_16s_C4C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C4C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C4CR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit signed image copy for four-channel images. |
static int |
JNppi.nppiCopy_16s_C4CR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit signed image copy for four-channel images. |
static int |
JNppi.nppiCopy_16s_C4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy. |
static int |
JNppi.nppiCopy_16s_C4P4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed packed to planar image copy. |
static int |
JNppi.nppiCopy_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image copy. |
static int |
JNppi.nppiCopy_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image copy. |
static int |
JNppi.nppiCopy_16s_P3C3R(TypedPointer<Npp16s>[] aSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit signed planar to packed image copy. |
static int |
JNppi.nppiCopy_16s_P4C4R(TypedPointer<Npp16s>[] aSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed planar to packed image copy. |
static int |
JNppi.nppiCopy_16sc_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_16sc_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy, ignoring alpha. |
static int |
JNppi.nppiCopy_16sc_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C2R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C2R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy. |
static int |
JNppi.nppiCopy_16sc_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy. |
static int |
JNppi.nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantFwdTable,
NppiSize oSizeROI)
Forward DCT, quantization and level shift part of the JPEG encoding. |
static int |
JNppi.nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantInvTable,
NppiSize oSizeROI)
Inverse DCT, de-quantization and level shift part of the JPEG decoding. |
static int |
JNppi.nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDivC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDivC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDivC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDivC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiExp_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiExp_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 16-bit signed histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramEven_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with evenly distributed bins. |
static int |
JNppi.nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels. |
static int |
JNppi.nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with bins determined by pLevels array. |
static int |
JNppi.nppiHistogramRange_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with bins determined by pLevels. |
static int |
JNppi.nppiLn_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiLn_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMulC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMulC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMulC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMulC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiRShiftC_16s_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant with unmodified alpha. |
static int |
JNppi.nppiRShiftC_16s_C1IR(int nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant. |
static int |
JNppi.nppiSet_16s_AC4MR(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_16s_AC4R(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
JNppi.nppiSet_16s_C1MR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 16-bit image set. |
static int |
JNppi.nppiSet_16s_C1R(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit image set. |
static int |
JNppi.nppiSet_16s_C2R(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 16-bit image set. |
static int |
JNppi.nppiSet_16s_C4CR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set affecting only single channel. |
static int |
JNppi.nppiSet_16s_C4MR(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set. |
static int |
JNppi.nppiSet_16s_C4R(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set. |
static int |
JNppi.nppiSet_16sc_AC4R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer four-channel image set ignoring alpha. |
static int |
JNppi.nppiSet_16sc_C1R(Npp16sc oValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer image set. |
static int |
JNppi.nppiSet_16sc_C2R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer two-channel image set. |
static int |
JNppi.nppiSet_16sc_C3R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer three-channel image set. |
static int |
JNppi.nppiSet_16sc_C4R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer four-channel image set. |
static int |
JNppi.nppiSqr_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqr_16s_C4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
JNppi.nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSubC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSubC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSubC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
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. |
static int |
JNppi.nppiSubC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
JNppi.nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |