public static extern NppStatus nppiMulC_32sc_C1RSfs(
     IntPtr pSrc1,
     int nSrc1Step,
     Npp32sc nConstant,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI,
     int nScaleFactor);
Exemplo n.º 2
0
 public static extern NppStatus nppsSet_32sc(
     Npp32sc nValue,
     IntPtr pDst,
     int nLength);
 public static extern NppStatus nppiDivC_32sc_C1IRSfs(
     Npp32sc nConstant,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI,
     int nScaleFactor);
 public static extern NppStatus nppiSet_32sc_C1R(
     Npp32sc oValue,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI);
Exemplo n.º 5
0
 public static extern NppStatus nppsSet_32sc(
     Npp32sc nValue,
     IntPtr pDst,
     int nLength);
 public static extern NppStatus nppsSubC_32sc_Sfs(
     IntPtr pSrc,
     Npp32sc nValue,
     IntPtr pDst,
     int nLength,
     int nScaleFactor);
 public static extern NppStatus nppsSubCRev_32sc_ISfs(
     Npp32sc nValue,
     IntPtr pSrcDst,
     int nLength,
     int nScaleFactor);