|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Npp16sc | |
---|---|
jcuda.jnpp | Contains the classes of JNpp. |
Uses of Npp16sc in jcuda.jnpp |
---|
Methods in jcuda.jnpp with parameters of type Npp16sc | |
---|---|
static int |
JNppi.nppiAddC_16sc_AC4IRSfs(Npp16sc[] aConstants,
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,
Npp16sc[] aConstants,
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_C3IRSfs(Npp16sc[] aConstants,
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,
Npp16sc[] aConstants,
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.nppiDivC_16sc_AC4IRSfs(Npp16sc[] aConstants,
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,
Npp16sc[] aConstants,
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_C3IRSfs(Npp16sc[] aConstants,
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,
Npp16sc[] aConstants,
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.nppiMulC_16sc_AC4IRSfs(Npp16sc[] aConstants,
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,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
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_C3IRSfs(Npp16sc[] aConstants,
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,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
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)
|
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.nppiSubC_16sc_AC4IRSfs(Npp16sc[] aConstants,
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,
Npp16sc[] aConstants,
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_C3IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
JNppi.nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
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 |
JNpps.nppsAddC_16sc_ISfs(Npp16sc nValue,
TypedPointer<Npp16s> pSrcDst,
int nLength,
int nScaleFactor)
|
static int |
JNpps.nppsAddC_16sc_Sfs(TypedPointer<Npp16s> pSrc,
Npp16sc nValue,
TypedPointer<Npp16s> pDst,
int nLength,
int nScaleFactor)
16-bit integer complex number (16 bit real, 16 bit imaginary) signal add constant, scale, then clamp to saturated value. |
static int |
JNpps.nppsDivC_16sc_ISfs(Npp16sc nValue,
TypedPointer<Npp16s> pSrcDst,
int nLength,
int nScaleFactor)
16-bit integer complex number (16 bit real, 16 bit imaginary)signal divided by constant, scale, then clamp to saturated value. |
static int |
JNpps.nppsDivC_16sc_Sfs(TypedPointer<Npp16s> pSrc,
Npp16sc nValue,
TypedPointer<Npp16s> pDst,
int nLength,
int nScaleFactor)
16-bit integer complex number (16 bit real, 16 bit imaginary) signal divided by constant, scale, then clamp to saturated value. |
static int |
JNpps.nppsMulC_16sc_ISfs(Npp16sc nValue,
TypedPointer<Npp16s> pSrcDst,
int nLength,
int nScaleFactor)
16-bit integer complex number (16 bit real, 16 bit imaginary)signal times constant, scale, then clamp to saturated value. |
static int |
JNpps.nppsMulC_16sc_Sfs(TypedPointer<Npp16s> pSrc,
Npp16sc nValue,
TypedPointer<Npp16s> pDst,
int nLength,
int nScaleFactor)
|
static int |
JNpps.nppsNormalize_16sc_Sfs(TypedPointer<Npp16s> pSrc,
TypedPointer<Npp16s> pDst,
int nLength,
Npp16sc vSub,
int vDiv,
int nScaleFactor)
16-bit complex signed short signal normalize, scale, then clamp to saturated value. |
static int |
JNpps.nppsSet_16sc(Npp16sc nValue,
TypedPointer<Npp16s> pDst,
int nLength)
16-bit integer complex, vector set method. |
static int |
JNpps.nppsSubC_16sc_ISfs(Npp16sc nValue,
TypedPointer<Npp16s> pSrcDst,
int nLength,
int nScaleFactor)
16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract constant, scale, then clamp to saturated value. |
static int |
JNpps.nppsSubC_16sc_Sfs(TypedPointer<Npp16s> pSrc,
Npp16sc nValue,
TypedPointer<Npp16s> pDst,
int nLength,
int nScaleFactor)
16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract constant, scale, then clamp to saturated value. |
static int |
JNpps.nppsSubCRev_16sc_ISfs(Npp16sc nValue,
TypedPointer<Npp16s> pSrcDst,
int nLength,
int nScaleFactor)
16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract from constant, scale, then clamp to saturated value. |
static int |
JNpps.nppsSubCRev_16sc_Sfs(TypedPointer<Npp16s> pSrc,
Npp16sc nValue,
TypedPointer<Npp16s> pDst,
int nLength,
int nScaleFactor)
16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract from constant, scale, then clamp to saturated value. |
static int |
JNpps.nppsThreshold_GTVal_16sc_I(TypedPointer<Npp16s> pSrcDst,
int nLength,
short nLevel,
Npp16sc nValue)
16-bit in place signed short complex number signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_GTVal_16sc(TypedPointer<Npp16s> pSrc,
TypedPointer<Npp16s> pDst,
int nLength,
short nLevel,
Npp16sc nValue)
16-bit signed short complex number signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_LTVal_16sc_I(TypedPointer<Npp16s> pSrcDst,
int nLength,
short nLevel,
Npp16sc nValue)
16-bit in place signed short complex number signal NPP_CMP_LESS threshold with constant level. |
static int |
JNpps.nppsThreshold_LTVal_16sc(TypedPointer<Npp16s> pSrc,
TypedPointer<Npp16s> pDst,
int nLength,
short nLevel,
Npp16sc nValue)
16-bit signed short complex number signal NPP_CMP_LESS threshold with constant level. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |