Uses of Class
jcuda.jnpp.types.Npp16sc

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_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.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.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.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.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.