public static extern NppStatus nppiMulC_32fc_C1R( IntPtr pSrc1, int nSrc1Step, Npp32fc nConstant, IntPtr pDst, int nDstStep, NppiSize oSizeROI);
public static extern NppStatus nppsSet_32fc( Npp32fc nValue, IntPtr pDst, int nLength);
public static extern NppStatus nppiSet_32fc_C1R( Npp32fc oValue, IntPtr pDst, int nDstStep, NppiSize oSizeROI);
public static extern NppStatus nppiAddC_32fc_C1IR( Npp32fc nConstant, IntPtr pSrcDst, int nSrcDstStep, NppiSize oSizeROI);
public static extern NppStatus nppsSubC_32fc_I( Npp32fc nValue, IntPtr pSrcDst, int nLength);
public static extern NppStatus nppsSubCRev_32fc( IntPtr pSrc, Npp32fc nValue, IntPtr pDst, int nLength);
public static extern NppStatus nppsNormalize_32fc( IntPtr pSrc, IntPtr pDst, int nLength, Npp32fc vSub, Npp32f vDiv);
public static extern NppStatus nppsThreshold_LTVal_32fc_I( IntPtr pSrcDst, int nLength, Npp32f nLevel, Npp32fc nValue);