Uses of Class
jcuda.jnpp.types.Npp32fc

Packages that use Npp32fc
jcuda.jnpp Contains the classes of JNpp. 
 

Uses of Npp32fc in jcuda.jnpp
 

Methods in jcuda.jnpp with parameters of type Npp32fc
static int JNppi.nppiAddC_32fc_C1IR(Npp32fc nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
static int JNppi.nppiAddC_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
static int JNppi.nppiDivC_32fc_C1IR(Npp32fc nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
static int JNppi.nppiDivC_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
static int JNppi.nppiMulC_32fc_C1IR(Npp32fc nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
static int JNppi.nppiMulC_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
static int JNppi.nppiSet_32fc_AC4R(Npp32fc[] aValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit complex four-channel image set ignoring alpha.
static int JNppi.nppiSet_32fc_C1R(Npp32fc oValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 32-bit complex image set.
static int JNppi.nppiSet_32fc_C2R(Npp32fc[] aValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Two channel 32-bit complex image set.
static int JNppi.nppiSet_32fc_C3R(Npp32fc[] aValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 32-bit complex image set.
static int JNppi.nppiSet_32fc_C4R(Npp32fc[] aValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 32-bit complex image set.
static int JNppi.nppiSubC_32fc_C1IR(Npp32fc nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
static int JNppi.nppiSubC_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.