Show / Hide Table of Contents

    Class NPPNativeMethods.NPPi.DivConst

    Divides each pixel of an image by a constant value.

    Inheritance
    System.Object
    NPPNativeMethods.NPPi.DivConst
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ManagedCuda.NPP
    Assembly: NPP.dll
    Syntax
    public static class DivConst

    Methods

    nppiDivC_16s_AC4IRSfs(Int16[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16s_AC4IRSfs(short[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.Int16[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16s_AC4RSfs(CUdeviceptr, Int32, Int16[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 16-bit signed short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16s_AC4RSfs(CUdeviceptr pSrc1, int nSrc1Step, short[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Int16[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16s_C1IRSfs(Int16, CUdeviceptr, Int32, NppiSize, Int32)

    One 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16s_C1IRSfs(short nConstant, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.Int16 nConstant

    Constant.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16s_C1RSfs(CUdeviceptr, Int32, Int16, CUdeviceptr, Int32, NppiSize, Int32)

    One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16s_C1RSfs(CUdeviceptr pSrc1, int nSrc1Step, short nConstant, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Int16 nConstant

    Constant.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16s_C3IRSfs(Int16[], CUdeviceptr, Int32, NppiSize, Int32)

    Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16s_C3IRSfs(short[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.Int16[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16s_C3RSfs(CUdeviceptr, Int32, Int16[], CUdeviceptr, Int32, NppiSize, Int32)

    Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16s_C3RSfs(CUdeviceptr pSrc1, int nSrc1Step, short[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Int16[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16s_C4IRSfs(Int16[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16s_C4IRSfs(short[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.Int16[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16s_C4RSfs(CUdeviceptr, Int32, Int16[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16s_C4RSfs(CUdeviceptr pSrc1, int nSrc1Step, short[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Int16[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16sc_AC4IRSfs(Npp16sc[], CUdeviceptr, Int32, NppiSize, Int32)

    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.

    Declaration
    public static NppStatus nppiDivC_16sc_AC4IRSfs(Npp16sc[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    Npp16sc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16sc_AC4RSfs(CUdeviceptr, Int32, Npp16sc[], CUdeviceptr, Int32, NppiSize, Int32)

    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.

    Declaration
    public static NppStatus nppiDivC_16sc_AC4RSfs(CUdeviceptr pSrc1, int nSrc1Step, Npp16sc[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    Npp16sc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16sc_C1IRSfs(Npp16sc, CUdeviceptr, Int32, NppiSize, Int32)

    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.

    Declaration
    public static NppStatus nppiDivC_16sc_C1IRSfs(Npp16sc nConstant, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    Npp16sc nConstant

    Constant.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16sc_C1RSfs(CUdeviceptr, Int32, Npp16sc, CUdeviceptr, Int32, NppiSize, Int32)

    One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16sc_C1RSfs(CUdeviceptr pSrc1, int nSrc1Step, Npp16sc nConstant, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    Npp16sc nConstant

    Constant.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16sc_C3IRSfs(Npp16sc[], CUdeviceptr, Int32, NppiSize, Int32)

    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.

    Declaration
    public static NppStatus nppiDivC_16sc_C3IRSfs(Npp16sc[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    Npp16sc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16sc_C3RSfs(CUdeviceptr, Int32, Npp16sc[], CUdeviceptr, Int32, NppiSize, Int32)

    Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16sc_C3RSfs(CUdeviceptr pSrc1, int nSrc1Step, Npp16sc[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    Npp16sc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16sc_C4IRSfs(Npp16sc[], CUdeviceptr, Int32, NppiSize, Int32)

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

    Declaration
    public static NppStatus nppiDivC_16sc_C4IRSfs(Npp16sc[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    Npp16sc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16sc_C4RSfs(CUdeviceptr, Int32, Npp16sc[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16sc_C4RSfs(CUdeviceptr pSrc1, int nSrc1Step, Npp16sc[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    Npp16sc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16u_AC4IRSfs(UInt16[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 16-bit unsigned short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16u_AC4IRSfs(ushort[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.UInt16[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16u_AC4RSfs(CUdeviceptr, Int32, UInt16[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 16-bit unsigned short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16u_AC4RSfs(CUdeviceptr pSrc1, int nSrc1Step, ushort[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.UInt16[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16u_C1IRSfs(UInt16, CUdeviceptr, Int32, NppiSize, Int32)

    One 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16u_C1IRSfs(ushort nConstant, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.UInt16 nConstant

    Constant.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16u_C1RSfs(CUdeviceptr, Int32, UInt16, CUdeviceptr, Int32, NppiSize, Int32)

    One 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16u_C1RSfs(CUdeviceptr pSrc1, int nSrc1Step, ushort nConstant, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.UInt16 nConstant

    Constant.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16u_C3IRSfs(UInt16[], CUdeviceptr, Int32, NppiSize, Int32)

    Three 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16u_C3IRSfs(ushort[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.UInt16[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16u_C3RSfs(CUdeviceptr, Int32, UInt16[], CUdeviceptr, Int32, NppiSize, Int32)

    Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16u_C3RSfs(CUdeviceptr pSrc1, int nSrc1Step, ushort[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.UInt16[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16u_C4IRSfs(UInt16[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16u_C4IRSfs(ushort[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.UInt16[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_16u_C4RSfs(CUdeviceptr, Int32, UInt16[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_16u_C4RSfs(CUdeviceptr pSrc1, int nSrc1Step, ushort[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.UInt16[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32f_AC4IR(Single[], CUdeviceptr, Int32, NppiSize)

    Four 32-bit floating point channel with unmodified alpha in place image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32f_AC4IR(float[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    System.Single[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32f_AC4R(CUdeviceptr, Int32, Single[], CUdeviceptr, Int32, NppiSize)

    Four 32-bit floating point channel with unmodified alpha image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32f_AC4R(CUdeviceptr pSrc1, int nSrc1Step, float[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Single[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32f_C1IR(Single, CUdeviceptr, Int32, NppiSize)

    One 32-bit floating point channel in place image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32f_C1IR(float nConstant, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    System.Single nConstant

    Constant.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32f_C1R(CUdeviceptr, Int32, Single, CUdeviceptr, Int32, NppiSize)

    One 32-bit floating point channel image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32f_C1R(CUdeviceptr pSrc1, int nSrc1Step, float nConstant, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Single nConstant

    Constant.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32f_C3IR(Single[], CUdeviceptr, Int32, NppiSize)

    Three 32-bit floating point channel in place image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32f_C3IR(float[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    System.Single[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32f_C3R(CUdeviceptr, Int32, Single[], CUdeviceptr, Int32, NppiSize)

    Three 32-bit floating point channel image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32f_C3R(CUdeviceptr pSrc1, int nSrc1Step, float[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Single[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32f_C4IR(Single[], CUdeviceptr, Int32, NppiSize)

    Four 32-bit floating point channel in place image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32f_C4IR(float[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    System.Single[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32f_C4R(CUdeviceptr, Int32, Single[], CUdeviceptr, Int32, NppiSize)

    Four 32-bit floating point channel image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32f_C4R(CUdeviceptr pSrc1, int nSrc1Step, float[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Single[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32fc_AC4IR(Npp32fc[], CUdeviceptr, Int32, NppiSize)

    Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32fc_AC4IR(Npp32fc[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    Npp32fc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32fc_AC4R(CUdeviceptr, Int32, Npp32fc[], CUdeviceptr, Int32, NppiSize)

    Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32fc_AC4R(CUdeviceptr pSrc1, int nSrc1Step, Npp32fc[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    Npp32fc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32fc_C1IR(Npp32fc, CUdeviceptr, Int32, NppiSize)

    One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32fc_C1IR(Npp32fc nConstant, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    Npp32fc nConstant

    Constant.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32fc_C1R(CUdeviceptr, Int32, Npp32fc, CUdeviceptr, Int32, NppiSize)

    One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32fc_C1R(CUdeviceptr pSrc1, int nSrc1Step, Npp32fc nConstant, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    Npp32fc nConstant

    Constant.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32fc_C3IR(Npp32fc[], CUdeviceptr, Int32, NppiSize)

    Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32fc_C3IR(Npp32fc[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    Npp32fc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32fc_C3R(CUdeviceptr, Int32, Npp32fc[], CUdeviceptr, Int32, NppiSize)

    Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32fc_C3R(CUdeviceptr pSrc1, int nSrc1Step, Npp32fc[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    Npp32fc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32fc_C4IR(Npp32fc[], CUdeviceptr, Int32, NppiSize)

    Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32fc_C4IR(Npp32fc[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    Npp32fc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32fc_C4R(CUdeviceptr, Int32, Npp32fc[], CUdeviceptr, Int32, NppiSize)

    Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.

    Declaration
    public static NppStatus nppiDivC_32fc_C4R(CUdeviceptr pSrc1, int nSrc1Step, Npp32fc[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    Npp32fc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32s_AC4IRSfs(Int32[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 32-bit signed integer channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32s_AC4IRSfs(int[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.Int32[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32s_AC4RSfs(CUdeviceptr, Int32, Int32[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 32-bit signed integer channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32s_AC4RSfs(CUdeviceptr pSrc1, int nSrc1Step, int[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Int32[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32s_C1IRSfs(Int32, CUdeviceptr, Int32, NppiSize, Int32)

    One 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32s_C1IRSfs(int nConstant, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.Int32 nConstant

    Constant.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32s_C1RSfs(CUdeviceptr, Int32, Int32, CUdeviceptr, Int32, NppiSize, Int32)

    One 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32s_C1RSfs(CUdeviceptr pSrc1, int nSrc1Step, int nConstant, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Int32 nConstant

    Constant.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32s_C3IRSfs(Int32[], CUdeviceptr, Int32, NppiSize, Int32)

    Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32s_C3IRSfs(int[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.Int32[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32s_C3RSfs(CUdeviceptr, Int32, Int32[], CUdeviceptr, Int32, NppiSize, Int32)

    Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32s_C3RSfs(CUdeviceptr pSrc1, int nSrc1Step, int[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Int32[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32s_C4IRSfs(Int32[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32s_C4IRSfs(int[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.Int32[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32s_C4RSfs(CUdeviceptr, Int32, Int32[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32s_C4RSfs(CUdeviceptr pSrc1, int nSrc1Step, int[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Int32[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32sc_AC4IRSfs(Npp32sc[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32sc_AC4IRSfs(Npp32sc[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    Npp32sc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32sc_AC4RSfs(CUdeviceptr, Int32, Npp32sc[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32sc_AC4RSfs(CUdeviceptr pSrc1, int nSrc1Step, Npp32sc[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    Npp32sc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32sc_C1IRSfs(Npp32sc, CUdeviceptr, Int32, NppiSize, Int32)

    One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32sc_C1IRSfs(Npp32sc nConstant, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    Npp32sc nConstant

    Constant.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32sc_C1RSfs(CUdeviceptr, Int32, Npp32sc, CUdeviceptr, Int32, NppiSize, Int32)

    One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32sc_C1RSfs(CUdeviceptr pSrc1, int nSrc1Step, Npp32sc nConstant, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    Npp32sc nConstant

    Constant.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32sc_C3IRSfs(Npp32sc[], CUdeviceptr, Int32, NppiSize, Int32)

    Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32sc_C3IRSfs(Npp32sc[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    Npp32sc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32sc_C3RSfs(CUdeviceptr, Int32, Npp32sc[], CUdeviceptr, Int32, NppiSize, Int32)

    Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32sc_C3RSfs(CUdeviceptr pSrc1, int nSrc1Step, Npp32sc[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    Npp32sc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32sc_C4IRSfs(Npp32sc[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32sc_C4IRSfs(Npp32sc[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    Npp32sc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_32sc_C4RSfs(CUdeviceptr, Int32, Npp32sc[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_32sc_C4RSfs(CUdeviceptr pSrc1, int nSrc1Step, Npp32sc[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    Npp32sc[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_8u_AC4IRSfs(Byte[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 8-bit unsigned char channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_8u_AC4IRSfs(byte[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.Byte[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_8u_AC4RSfs(CUdeviceptr, Int32, Byte[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_8u_AC4RSfs(CUdeviceptr pSrc1, int nSrc1Step, byte[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Byte[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_8u_C1IRSfs(Byte, CUdeviceptr, Int32, NppiSize, Int32)

    One 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_8u_C1IRSfs(byte nConstant, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.Byte nConstant

    Constant.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_8u_C1RSfs(CUdeviceptr, Int32, Byte, CUdeviceptr, Int32, NppiSize, Int32)

    One 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_8u_C1RSfs(CUdeviceptr pSrc1, int nSrc1Step, byte nConstant, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Byte nConstant

    Constant.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_8u_C3IRSfs(Byte[], CUdeviceptr, Int32, NppiSize, Int32)

    Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_8u_C3IRSfs(byte[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.Byte[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_8u_C3RSfs(CUdeviceptr, Int32, Byte[], CUdeviceptr, Int32, NppiSize, Int32)

    Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_8u_C3RSfs(CUdeviceptr pSrc1, int nSrc1Step, byte[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Byte[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_8u_C4IRSfs(Byte[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_8u_C4IRSfs(byte[] aConstants, CUdeviceptr pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    System.Byte[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pSrcDst

    In-Place Image Pointer.

    System.Int32 nSrcDstStep

    In-Place Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiDivC_8u_C4RSfs(CUdeviceptr, Int32, Byte[], CUdeviceptr, Int32, NppiSize, Int32)

    Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.

    Declaration
    public static NppStatus nppiDivC_8u_C4RSfs(CUdeviceptr pSrc1, int nSrc1Step, byte[] aConstants, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    System.Byte[] aConstants

    fixed size array of constant values, one per channel.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX