Uses of Interface
jcuda.jnpp.types.Npp16s

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

Uses of Npp16s in jcuda.jnpp
 

Methods in jcuda.jnpp that return types with arguments of type Npp16s
static TypedPointer<Npp16s> JNppi.nppiMalloc_16s_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           16-bit signed image memory allocator.
static TypedPointer<Npp16s> JNppi.nppiMalloc_16s_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           2 channel 16-bit signed image memory allocator.
static TypedPointer<Npp16s> JNppi.nppiMalloc_16s_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           4 channel 16-bit signed image memory allocator.
static TypedPointer<Npp16s> JNppi.nppiMalloc_16sc_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           
static TypedPointer<Npp16s> JNppi.nppiMalloc_16sc_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           2 channel 16-bit signed complex image memory allocator.
static TypedPointer<Npp16s> JNppi.nppiMalloc_16sc_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           3 channel 16-bit signed complex image memory allocator.
static TypedPointer<Npp16s> JNppi.nppiMalloc_16sc_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           4 channel 16-bit signed complex image memory allocator.
static TypedPointer<Npp16s> JNpps.nppsMalloc_16s(int nSize)
           16-bit signal allocator.
static TypedPointer<Npp16s> JNpps.nppsMalloc_16sc(int nSize)
           
static TypedPointer<Npp16s> TypedPointer.to16s(short[] array)
          Creates a new typed pointer to the given array
 

Method parameters in jcuda.jnpp with type arguments of type Npp16s
static int JNppi.nppiAbs_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel in place image absolute value with unmodified alpha.
static int JNppi.nppiAbs_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel image absolute value with unmodified alpha.
static int JNppi.nppiAbs_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel image absolute value with unmodified alpha.
static int JNppi.nppiAbs_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit signed short channel in place image absolute value.
static int JNppi.nppiAbs_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit signed short channel image absolute value.
static int JNppi.nppiAbs_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit signed short channel image absolute value.
static int JNppi.nppiAbs_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit signed short channel in place image absolute value.
static int JNppi.nppiAbs_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit signed short channel image absolute value.
static int JNppi.nppiAbs_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit signed short channel image absolute value.
static int JNppi.nppiAbs_16s_C4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel in place image absolute value.
static int JNppi.nppiAbs_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel image absolute value.
static int JNppi.nppiAbs_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel image absolute value.
static int JNppi.nppiAdd_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiAddC_16s_AC4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_16s_C1IRSfs(short nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAddC_16s_C3IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiAddC_16s_C4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_16sc_AC4IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
static int JNppi.nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
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.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.nppiAddC_16sc_C3IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 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_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 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.nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 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.nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value).
static int JNppi.nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16s> pSrc2, int nSrc2Step, short nAlpha2, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 16-bit signed short channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16s> pSrc2, int nSrc2Step, short nAlpha2, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 16-bit signed short channel image composition using constant alpha.
static int JNppi.nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16s> pSrc2, int nSrc2Step, short nAlpha2, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 16-bit signed short channel image composition using constant alpha.
static int JNppi.nppiCompare_16s_AC4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare, not affecting Alpha.
static int JNppi.nppiCompare_16s_AC4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare, not affecting Alpha.
static int JNppi.nppiCompare_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 16-bit signed short image compare.
static int JNppi.nppiCompare_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 16-bit signed short image compare.
static int JNppi.nppiCompare_16s_C3R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 16-bit signed short image compare.
static int JNppi.nppiCompare_16s_C3R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 16-bit signed short image compare.
static int JNppi.nppiCompare_16s_C4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare.
static int JNppi.nppiCompare_16s_C4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare.
static int JNppi.nppiCompareC_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare, not affecting Alpha.
static int JNppi.nppiCompareC_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare, not affecting Alpha.
static int JNppi.nppiCompareC_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, short nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 16-bit signed short image compare with constant value.
static int JNppi.nppiCompareC_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 16-bit signed short image compare with constant value.
static int JNppi.nppiCompareC_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 16-bit signed short image compare with constant value.
static int JNppi.nppiCompareC_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare with constant value.
static int JNppi.nppiCompareC_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare with constant value.
static int JNppi.nppiConvert_16s16u_C1Rs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit signed to 16-bit unsigned conversion with saturation.
static int JNppi.nppiConvert_16s32f_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 32-bit floating-point conversion, not affecting Alpha.
static int JNppi.nppiConvert_16s32f_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit signed to 32-bit floating-point conversion.
static int JNppi.nppiConvert_16s32f_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 16-bit signed to 32-bit floating-point conversion.
static int JNppi.nppiConvert_16s32f_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 32-bit floating-point conversion.
static int JNppi.nppiConvert_16s32s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 32-bit signed conversion, not affecting Alpha.
static int JNppi.nppiConvert_16s32s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit signed to 32-bit signed conversion.
static int JNppi.nppiConvert_16s32s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 16-bit signed to 32-bit signed conversion.
static int JNppi.nppiConvert_16s32s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 32-bit signed conversion.
static int JNppi.nppiConvert_16s32u_C1Rs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit signed to 32-bit unsigned conversion with saturation.
static int JNppi.nppiConvert_16s8s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiConvert_16s8u_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 8-bit unsigned conversion, not affecting Alpha.
static int JNppi.nppiConvert_16s8u_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit signed to 8-bit unsigned conversion.
static int JNppi.nppiConvert_16s8u_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 16-bit signed to 8-bit unsigned conversion.
static int JNppi.nppiConvert_16s8u_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 8-bit unsigned conversion.
static int JNppi.nppiConvert_16u16s_C1RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiConvert_32f16s_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Four channel 32-bit floating point to 16-bit signed conversion.
static int JNppi.nppiConvert_32f16s_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Single channel 32-bit floating point to 16-bit signed conversion.
static int JNppi.nppiConvert_32f16s_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           Single channel 32-bit floating point to 16-bit signed conversion.
static int JNppi.nppiConvert_32f16s_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           
static int JNppi.nppiConvert_32f16s_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Four channel 32-bit floating point to 16-bit signed conversion.
static int JNppi.nppiConvert_32s16s_C1RSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiConvert_32u16s_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int JNppi.nppiConvert_8s16s_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit signed to 16-bit signed conversion.
static int JNppi.nppiConvert_8u16s_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 8-bit unsigned to 16-bit signed conversion, not affecting Alpha.
static int JNppi.nppiConvert_8u16s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit unsigned to 16-bit signed conversion.
static int JNppi.nppiConvert_8u16s_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 8-bit unsigned to 16-bit signed conversion.
static int JNppi.nppiConvert_8u16s_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 8-bit unsigned to 16-bit signed conversion.
static int JNppi.nppiCopy_16s_AC4MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 16-bit signed image copy, ignoring alpha.
static int JNppi.nppiCopy_16s_AC4MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 16-bit signed image copy, ignoring alpha.
static int JNppi.nppiCopy_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit image copy, not affecting Alpha.
static int JNppi.nppiCopy_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit image copy, not affecting Alpha.
static int JNppi.nppiCopy_16s_C1C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to three-channel 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C1C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to three-channel 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C1C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to four-channel 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C1C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to four-channel 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C1MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C1MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit image copy.
static int JNppi.nppiCopy_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit image copy.
static int JNppi.nppiCopy_16s_C3C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel to single-channel 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C3C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel to single-channel 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C3CR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCopy_16s_C3CR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C3P3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s>[] aDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 16-bit signed packed to planar image copy.
static int JNppi.nppiCopy_16s_C4C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel to single-channel 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C4C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel to single-channel 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C4CR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 16-bit signed image copy for four-channel images.
static int JNppi.nppiCopy_16s_C4CR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 16-bit signed image copy for four-channel images.
static int JNppi.nppiCopy_16s_C4MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C4MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 16-bit signed image copy.
static int JNppi.nppiCopy_16s_C4P4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s>[] aDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 16-bit signed packed to planar image copy.
static int JNppi.nppiCopy_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCopy_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCopy_16s_P3C3R(TypedPointer<Npp16s>[] aSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiCopy_16s_P4C4R(TypedPointer<Npp16s>[] aSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 16-bit signed planar to packed image copy.
static int JNppi.nppiCopy_16sc_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 16-bit complex image copy, ignoring alpha.
static int JNppi.nppiCopy_16sc_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 16-bit complex image copy, ignoring alpha.
static int JNppi.nppiCopy_16sc_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit complex image copy.
static int JNppi.nppiCopy_16sc_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit complex image copy.
static int JNppi.nppiCopy_16sc_C2R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Two-channel 16-bit complex image copy.
static int JNppi.nppiCopy_16sc_C2R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Two-channel 16-bit complex image copy.
static int JNppi.nppiCopy_16sc_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 16-bit complex image copy.
static int JNppi.nppiCopy_16sc_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 16-bit complex image copy.
static int JNppi.nppiCopy_16sc_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 16-bit complex image copy.
static int JNppi.nppiCopy_16sc_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 16-bit complex image copy.
static int JNppi.nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, TypedPointer<Npp16u> pQuantFwdTable, NppiSize oSizeROI)
           Forward DCT, quantization and level shift part of the JPEG encoding.
static int JNppi.nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, TypedPointer<Npp16u> pQuantInvTable, NppiSize oSizeROI)
           Inverse DCT, de-quantization and level shift part of the JPEG decoding.
static int JNppi.nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiDivC_16s_AC4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiDivC_16s_C1IRSfs(short nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_16s_C3IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_16s_C4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
static int JNppi.nppiDivC_16sc_AC4IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           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.
static int JNppi.nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           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.
static int JNppi.nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           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.
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.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.nppiDivC_16sc_C3IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           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.
static int JNppi.nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 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.nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 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.nppiExp_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiExp_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiExp_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiExp_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiExp_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiExp_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as the last channel) 16-bit signed histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, int nLevels, int nLowerLevel, int nUpperLevel, TypedPointer<Npp8u> pBuffer)
           16-bit signed histogram with evenly distributed bins.
static int JNppi.nppiHistogramEven_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           
static int JNppi.nppiHistogramEven_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel 16-bit signed histogram with evenly distributed bins.
static int JNppi.nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           16-bit signed histogram with bins determined by pLevels array.
static int JNppi.nppiHistogramRange_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           3 channel 16-bit signed histogram with bins determined by pLevels.
static int JNppi.nppiHistogramRange_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel 16-bit signed histogram with bins determined by pLevels.
static int JNppi.nppiLn_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiLn_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiLn_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiLn_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiLn_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiLn_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMax_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           4-channel 16-bit signed short integer image max (alpha channel is not processed).
static int JNppi.nppiMax_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMax)
           1-channel 16-bit signed short integer image max.
static int JNppi.nppiMax_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMax)
           1-channel 16-bit signed short integer image max.
static int JNppi.nppiMax_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           3-channel 16-bit signed short integer image max.
static int JNppi.nppiMax_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           
static int JNppi.nppiMaxIndx_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit signed short integer image max values with their X and Y coordinates (alpha channel is not processed).
static int JNppi.nppiMaxIndx_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMax, int[] pIndexX, int[] pIndexY)
           1-channel 16-bit signed short integer image max value with its X and Y coordinates.
static int JNppi.nppiMaxIndx_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMax, int[] pIndexX, int[] pIndexY)
           1-channel 16-bit signed short integer image max value with its X and Y coordinates.
static int JNppi.nppiMaxIndx_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           3-channel 16-bit signed short integer image max values with their X and Y coordinates.
static int JNppi.nppiMaxIndx_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit signed short integer image max values with their X and Y coordinates.
static int JNppi.nppiMean_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 16-bit signed short image mean with 64-bit double precision result.
static int JNppi.nppiMean_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 16-bit signed short integer image mean with 64-bit double precision result.
static int JNppi.nppiMean_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           
static int JNppi.nppiMean_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 16-bit signed short image mean with 64-bit double precision result.
static int JNppi.nppiMin_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           4-channel 16-bit signed short integer image min (alpha channel is not processed).
static int JNppi.nppiMin_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMin)
           1-channel 16-bit signed short integer image min.
static int JNppi.nppiMin_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMin)
           1-channel 16-bit signed short integer image min.
static int JNppi.nppiMin_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           
static int JNppi.nppiMin_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           4-channel 16-bit signed short integer image min.
static int JNppi.nppiMinIndx_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit signed short integer image min values with their X and Y coordinates (alpha channel is not processed).
static int JNppi.nppiMinIndx_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMin, int[] pIndexX, int[] pIndexY)
           1-channel 16-bit signed short integer image min with its X and Y coordinates.
static int JNppi.nppiMinIndx_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMin, int[] pIndexX, int[] pIndexY)
           1-channel 16-bit signed short integer image min with its X and Y coordinates.
static int JNppi.nppiMinIndx_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           
static int JNppi.nppiMinIndx_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit signed short integer image min values with their X and Y coordinates.
static int JNppi.nppiMinMax_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image minimum and maximum values (alpha channel is not calculated).
static int JNppi.nppiMinMax_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp16s> pMin, TypedPointer<Npp16s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image minimum and maximum values.
static int JNppi.nppiMinMax_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp16s> pMin, TypedPointer<Npp16s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image minimum and maximum values.
static int JNppi.nppiMinMax_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp16s> pMin, TypedPointer<Npp16s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image minimum and maximum values.
static int JNppi.nppiMinMax_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit signed short image minimum and maximum values.
static int JNppi.nppiMinMax_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image minimum and maximum values.
static int JNppi.nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiMulC_16s_AC4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_16s_C1IRSfs(short nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_16s_C3IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiMulC_16s_C4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiMulC_16sc_AC4IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
static int JNppi.nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
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.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.nppiMulC_16sc_C3IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 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_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiNorm_Inf_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image infinity norm (alpha channel is not computed).
static int JNppi.nppiNorm_Inf_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image infinity norm.
static int JNppi.nppiNorm_Inf_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit signed short image infinity norm.
static int JNppi.nppiNorm_Inf_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image infinity norm.
static int JNppi.nppiNorm_L1_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image L1 norm (alpha channel is not computed).
static int JNppi.nppiNorm_L1_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image L1 norm.
static int JNppi.nppiNorm_L1_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit signed short image L1 norm.
static int JNppi.nppiNorm_L1_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image L1 norm.
static int JNppi.nppiNorm_L2_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image L2 norm (alpha channel is not computed).
static int JNppi.nppiNorm_L2_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image L2 norm.
static int JNppi.nppiNorm_L2_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit signed short image L2 norm.
static int JNppi.nppiNorm_L2_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image L2 norm.
static int JNppi.nppiRShiftC_16s_AC4IR(int[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel in place image right shift by constant with unmodified alpha.
static int JNppi.nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel image right shift by constant with unmodified alpha.
static int JNppi.nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel image right shift by constant with unmodified alpha.
static int JNppi.nppiRShiftC_16s_C1IR(int nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit signed short channel in place image right shift by constant.
static int JNppi.nppiRShiftC_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit signed short channel image right shift by constant.
static int JNppi.nppiRShiftC_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit signed short channel image right shift by constant.
static int JNppi.nppiRShiftC_16s_C3IR(int[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit signed short channel in place image right shift by constant.
static int JNppi.nppiRShiftC_16s_C3R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit signed short channel image right shift by constant.
static int JNppi.nppiRShiftC_16s_C3R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit signed short channel image right shift by constant.
static int JNppi.nppiRShiftC_16s_C4IR(int[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel in place image right shift by constant.
static int JNppi.nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel image right shift by constant.
static int JNppi.nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel image right shift by constant.
static int JNppi.nppiSet_16s_AC4MR(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 16-bit image set method, not affecting Alpha channel.
static int JNppi.nppiSet_16s_AC4R(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int JNppi.nppiSet_16s_C1MR(short nValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 16-bit image set.
static int JNppi.nppiSet_16s_C1R(short nValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit image set.
static int JNppi.nppiSet_16s_C2R(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 16-bit image set.
static int JNppi.nppiSet_16s_C4CR(short nValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit unsigned image set affecting only single channel.
static int JNppi.nppiSet_16s_C4MR(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 16-bit image set.
static int JNppi.nppiSet_16s_C4R(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit image set.
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)
           
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.nppiSqr_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_16s_C4IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_16s_C4RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqr_16s_C4RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, 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 subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int JNppi.nppiSubC_16s_AC4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_16s_C1IRSfs(short nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiSubC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_16s_C3IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_16s_C4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_16sc_AC4IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
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.
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.
static int JNppi.nppiSubC_16sc_C3IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int JNppi.nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
static int JNppi.nppiSum_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 16-bit signed short image sum with 64-bit double precision result.
static int JNppi.nppiSum_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
           1-channel 16-bit signed short image sum with 64-bit double precision result.
static int JNppi.nppiSum_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           3-channel 16-bit signed short image sum with 64-bit double precision result.
static int JNppi.nppiSum_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 16-bit signed short image sum with 64-bit double precision result.
static int JNppi.nppiThreshold_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           4 channel 16-bit signed short in place image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, int eComparisonOperation)
           1 channel 16-bit signed short in place threshold.
static int JNppi.nppiThreshold_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, int eComparisonOperation)
           
static int JNppi.nppiThreshold_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, int eComparisonOperation)
           
static int JNppi.nppiThreshold_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           3 channel 16-bit signed short in place threshold.
static int JNppi.nppiThreshold_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           3 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           3 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_GT_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
           
static int JNppi.nppiThreshold_GT_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_GT_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_GT_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold)
           
static int JNppi.nppiThreshold_GT_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold)
           1 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_GT_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold)
           1 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_GT_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
           
static int JNppi.nppiThreshold_GT_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           3 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_GT_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           3 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_GTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           
static int JNppi.nppiThreshold_GTVal_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_GTVal_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_GTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           1 channel 16-bit signed short in place threshold.
static int JNppi.nppiThreshold_GTVal_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           
static int JNppi.nppiThreshold_GTVal_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           
static int JNppi.nppiThreshold_GTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           3 channel 16-bit signed short in place threshold.
static int JNppi.nppiThreshold_GTVal_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           3 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_GTVal_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           3 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_LT_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
           4 channel 16-bit signed short in place image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LT_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LT_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LT_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold)
           1 channel 16-bit signed short in place threshold.
static int JNppi.nppiThreshold_LT_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold)
           1 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_LT_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold)
           1 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_LT_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
           3 channel 16-bit signed short in place threshold.
static int JNppi.nppiThreshold_LT_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           3 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_LT_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           3 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_LTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           4 channel 16-bit signed short in place image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LTVal_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LTVal_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           1 channel 16-bit signed short in place threshold.
static int JNppi.nppiThreshold_LTVal_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           1 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_LTVal_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           1 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_LTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           3 channel 16-bit signed short in place threshold.
static int JNppi.nppiThreshold_LTVal_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           
static int JNppi.nppiThreshold_LTVal_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           
static int JNppi.nppiThreshold_LTValGTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           4 channel 16-bit signed short in place image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_LTValGTVal_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           
static int JNppi.nppiThreshold_LTValGTVal_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           
static int JNppi.nppiThreshold_LTValGTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThresholdLT, short nValueLT, short nThresholdGT, short nValueGT)
           1 channel 16-bit signed short in place threshold.
static int JNppi.nppiThreshold_LTValGTVal_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThresholdLT, short nValueLT, short nThresholdGT, short nValueGT)
           1 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_LTValGTVal_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThresholdLT, short nValueLT, short nThresholdGT, short nValueGT)
           1 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_LTValGTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           3 channel 16-bit signed short in place threshold.
static int JNppi.nppiThreshold_LTValGTVal_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           3 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_LTValGTVal_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           3 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_Val_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           4 channel 16-bit signed short in place image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_Val_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_Val_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int JNppi.nppiThreshold_Val_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue, int eComparisonOperation)
           1 channel 16-bit signed short in place threshold.
static int JNppi.nppiThreshold_Val_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue, int eComparisonOperation)
           1 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_Val_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue, int eComparisonOperation)
           1 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_Val_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           3 channel 16-bit signed short in place threshold.
static int JNppi.nppiThreshold_Val_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           3 channel 16-bit signed short threshold.
static int JNppi.nppiThreshold_Val_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           3 channel 16-bit signed short threshold.
static int JNpps.nppsAbs_16s_I(TypedPointer<Npp16s> pSrcDst, int nLength)
           16-bit signed short signal absolute value.
static int JNpps.nppsAbs_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal absolute value.
static int JNpps.nppsAbs_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal absolute value.
static int JNpps.nppsAdd_16s_I(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength)
           16-bit signed short in place signal add signal, then clamp to saturated value.
static int JNpps.nppsAdd_16s_I(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength)
           16-bit signed short in place signal add signal, then clamp to saturated value.
static int JNpps.nppsAdd_16s_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short in place signal add signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAdd_16s_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short in place signal add signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAdd_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short add signal, scale, then clamp to saturated value.
static int JNpps.nppsAdd_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short add signal, scale, then clamp to saturated value.
static int JNpps.nppsAdd_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short add signal, scale, then clamp to saturated value.
static int JNpps.nppsAdd_16s(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal add signal, then clamp to saturated value.
static int JNpps.nppsAdd_16s(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal add signal, then clamp to saturated value.
static int JNpps.nppsAdd_16s(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal add signal, then clamp to saturated value.
static int JNpps.nppsAdd_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp32f> pDst, int nLength)
           16-bit signed short signal add signal with 32-bit floating point result, then clamp to saturated value.
static int JNpps.nppsAdd_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp32f> pDst, int nLength)
           16-bit signed short signal add signal with 32-bit floating point result, then clamp to saturated value.
static int JNpps.nppsAdd_16s32s_I(TypedPointer<Npp16s> pSrc, TypedPointer<Npp32s> pSrcDst, int nLength)
           16/32-bit signed short in place signal add signal with 32-bit signed integer results, then clamp to saturated value.
static int JNpps.nppsAdd_16sc_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit complex signed short in place signal add signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAdd_16sc_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit complex signed short in place signal add signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAdd_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed complex short add signal, scale, then clamp to saturated value.
static int JNpps.nppsAdd_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed complex short add signal, scale, then clamp to saturated value.
static int JNpps.nppsAdd_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed complex short add signal, scale, then clamp to saturated value.
static int JNpps.nppsAddC_16s_ISfs(short nValue, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsAddC_16s_Sfs(TypedPointer<Npp16s> pSrc, short nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal add constant, scale, then clamp to saturated value.
static int JNpps.nppsAddC_16s_Sfs(TypedPointer<Npp16s> pSrc, short nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal add constant, scale, then clamp to saturated value.
static int JNpps.nppsAddC_16sc_ISfs(Npp16sc nValue, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsAddC_16sc_Sfs(TypedPointer<Npp16s> pSrc, Npp16sc nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit integer complex number (16 bit real, 16 bit imaginary) signal add constant, scale, then clamp to saturated value.
static int JNpps.nppsAddC_16sc_Sfs(TypedPointer<Npp16s> pSrc, Npp16sc nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit integer complex number (16 bit real, 16 bit imaginary) signal add constant, scale, then clamp to saturated value.
static int JNpps.nppsAddProduct_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal add product of source signal1 times source signal2 to destination signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAddProduct_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal add product of source signal1 times source signal2 to destination signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAddProduct_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal add product of source signal1 times source signal2 to destination signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAddProduct_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal add product of source signal1 times source signal2 to 32-bit signed integer destination signal, with scaling, then clamp to saturated value.
static int JNpps.nppsAddProduct_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal add product of source signal1 times source signal2 to 32-bit signed integer destination signal, with scaling, then clamp to saturated value.
static int JNpps.nppsConvert_16s32f_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp32f> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsConvert_16s32f(TypedPointer<Npp16s> pSrc, TypedPointer<Npp32f> pDst, int nLength)
           
static int JNpps.nppsConvert_16s32s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp32s> pDst, int nLength)
           
static int JNpps.nppsConvert_16s64f_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp64f> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsConvert_16s8s_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp8s> pDst, int nLength, int eRoundMode, int nScaleFactor)
           
static int JNpps.nppsConvert_32f16s_Sfs(TypedPointer<Npp32f> pSrc, TypedPointer<Npp16s> pDst, int nLength, int eRoundMode, int nScaleFactor)
           
static int JNpps.nppsConvert_32s16s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsConvert_32s16s(TypedPointer<Npp32s> pSrc, TypedPointer<Npp16s> pDst, int nLength)
           
static int JNpps.nppsConvert_64f16s_Sfs(TypedPointer<Npp64f> pSrc, TypedPointer<Npp16s> pDst, int nLength, int eRoundMode, int nScaleFactor)
           
static int JNpps.nppsConvert_8s16s(TypedPointer<Npp8s> pSrc, TypedPointer<Npp16s> pDst, int nLength)
          
static int JNpps.nppsCopy_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short, vector copy method.
static int JNpps.nppsCopy_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short, vector copy method.
static int JNpps.nppsCopy_16sc(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength)
           16-bit complex short, vector copy method.
static int JNpps.nppsCopy_16sc(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength)
           16-bit complex short, vector copy method.
static int JNpps.nppsCubrt_32s16s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal cube root, scale, then clamp to 16-bit signed integer saturated value.
static int JNpps.nppsDiv_16s_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short in place signal divide signal, with scaling, then clamp to saturated value.
static int JNpps.nppsDiv_16s_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short in place signal divide signal, with scaling, then clamp to saturated value.
static int JNpps.nppsDiv_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_16sc_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit complex signed short in place signal divide signal, with scaling, then clamp to saturated value.
static int JNpps.nppsDiv_16sc_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit complex signed short in place signal divide signal, with scaling, then clamp to saturated value.
static int JNpps.nppsDiv_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed complex short signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed complex short signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed complex short signal divide signal, scale, then clamp to saturated value.
static int JNpps.nppsDiv_32s16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal divided by 16-bit signed short signal, scale, then clamp to 16-bit signed short saturated value.
static int JNpps.nppsDiv_32s16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp32s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal divided by 16-bit signed short signal, scale, then clamp to 16-bit signed short saturated value.
static int JNpps.nppsDiv_Round_16s_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nRndMode, int nScaleFactor)
           16-bit signed short in place signal divide signal, with scaling, rounding then clamp to saturated value.
static int JNpps.nppsDiv_Round_16s_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nRndMode, int nScaleFactor)
           16-bit signed short in place signal divide signal, with scaling, rounding then clamp to saturated value.
static int JNpps.nppsDiv_Round_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nRndMode, int nScaleFactor)
           16-bit signed short signal divide signal, scale, round, then clamp to saturated value.
static int JNpps.nppsDiv_Round_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nRndMode, int nScaleFactor)
           16-bit signed short signal divide signal, scale, round, then clamp to saturated value.
static int JNpps.nppsDiv_Round_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nRndMode, int nScaleFactor)
           16-bit signed short signal divide signal, scale, round, then clamp to saturated value.
static int JNpps.nppsDivC_16s_ISfs(short nValue, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short in place signal divided by constant, scale, then clamp to saturated value.
static int JNpps.nppsDivC_16s_Sfs(TypedPointer<Npp16s> pSrc, short nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal divided by constant, scale, then clamp to saturated value.
static int JNpps.nppsDivC_16s_Sfs(TypedPointer<Npp16s> pSrc, short nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal divided by constant, scale, then clamp to saturated value.
static int JNpps.nppsDivC_16sc_ISfs(Npp16sc nValue, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit integer complex number (16 bit real, 16 bit imaginary)signal divided by constant, scale, then clamp to saturated value.
static int JNpps.nppsDivC_16sc_Sfs(TypedPointer<Npp16s> pSrc, Npp16sc nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit integer complex number (16 bit real, 16 bit imaginary) signal divided by constant, scale, then clamp to saturated value.
static int JNpps.nppsDivC_16sc_Sfs(TypedPointer<Npp16s> pSrc, Npp16sc nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit integer complex number (16 bit real, 16 bit imaginary) signal divided by constant, scale, then clamp to saturated value.
static int JNpps.nppsDotProd_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp16s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 16-bit signed short integer.
static int JNpps.nppsDotProd_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp16s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 16-bit signed short integer.
static int JNpps.nppsDotProd_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp16s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 16-bit signed short integer.
static int JNpps.nppsDotProd_16s16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp16s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 16-bit signed short integer complex.
static int JNpps.nppsDotProd_16s16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp16s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 16-bit signed short integer complex.
static int JNpps.nppsDotProd_16s16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp16s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 16-bit signed short integer complex.
static int JNpps.nppsDotProd_16s16sc32fc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 32-bit float complex.
static int JNpps.nppsDotProd_16s16sc32fc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 32-bit float complex.
static int JNpps.nppsDotProd_16s16sc32sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
static int JNpps.nppsDotProd_16s16sc32sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
static int JNpps.nppsDotProd_16s16sc64sc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer short dot product method, return value is 64-bit signed integer complex.
static int JNpps.nppsDotProd_16s16sc64sc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer short dot product method, return value is 64-bit signed integer complex.
static int JNpps.nppsDotProd_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 32-bit float.
static int JNpps.nppsDotProd_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 32-bit float.
static int JNpps.nppsDotProd_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 32-bit signed integer.
static int JNpps.nppsDotProd_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 32-bit signed integer.
static int JNpps.nppsDotProd_16s32s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp32s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 32-bit signed integer dot product method, return value is 32-bit signed integer.
static int JNpps.nppsDotProd_16s64s(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 64-bit signed integer.
static int JNpps.nppsDotProd_16s64s(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 64-bit signed integer.
static int JNpps.nppsDotProd_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp16s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 16-bit signed short integer complex.
static int JNpps.nppsDotProd_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp16s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 16-bit signed short integer complex.
static int JNpps.nppsDotProd_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp16s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 16-bit signed short integer complex.
static int JNpps.nppsDotProd_16sc32fc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 32-bit float complex.
static int JNpps.nppsDotProd_16sc32fc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 32-bit float complex.
static int JNpps.nppsDotProd_16sc32sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
static int JNpps.nppsDotProd_16sc32sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pDp, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
static int JNpps.nppsDotProd_16sc64sc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 64-bit signed integer complex.
static int JNpps.nppsDotProd_16sc64sc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 64-bit signed integer complex.
static int JNpps.nppsExp_16s_ISfs(TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short signal exponent, scale, then clamp to saturated value.
static int JNpps.nppsExp_16s_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal exponent, scale, then clamp to saturated value.
static int JNpps.nppsExp_16s_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal exponent, scale, then clamp to saturated value.
static int JNpps.nppsLn_16s_ISfs(TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short signal natural logarithm, scale, then clamp to saturated value.
static int JNpps.nppsLn_16s_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal natural logarithm, scale, then clamp to saturated value.
static int JNpps.nppsLn_16s_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal natural logarithm, scale, then clamp to saturated value.
static int JNpps.nppsLn_32s16s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal natural logarithm, scale, then clamp to 16-bit signed short saturated value.
static int JNpps.nppsLShiftC_16s_I(int nValue, TypedPointer<Npp16s> pSrcDst, int nLength)
           16-bit signed short in place signal left shift with constant.
static int JNpps.nppsLShiftC_16s(TypedPointer<Npp16s> pSrc, int nValue, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal left shift with constant.
static int JNpps.nppsLShiftC_16s(TypedPointer<Npp16s> pSrc, int nValue, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal left shift with constant.
static int JNpps.nppsMax_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector max method
static int JNpps.nppsMax_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector max method
static int JNpps.nppsMaxAbs_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMaxAbs, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector max absolute method
static int JNpps.nppsMaxAbs_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMaxAbs, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector max absolute method
static int JNpps.nppsMaxAbsIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMaxAbs, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNpps.nppsMaxAbsIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMaxAbs, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNpps.nppsMaxEvery_16s_I(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength)
           16-bit signed short integer in place max value for each pair of elements.
static int JNpps.nppsMaxEvery_16s_I(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength)
           16-bit signed short integer in place max value for each pair of elements.
static int JNpps.nppsMaxIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMax, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector max index method
static int JNpps.nppsMaxIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMax, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector max index method
static int JNpps.nppsMean_16s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMean, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short vector mean with integer scaling method
static int JNpps.nppsMean_16s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMean, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short vector mean with integer scaling method
static int JNpps.nppsMean_16sc_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMean, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short complex vector mean with integer scaling method
static int JNpps.nppsMean_16sc_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMean, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short complex vector mean with integer scaling method
static int JNpps.nppsMeanStdDev_16s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMean, TypedPointer<Npp16s> pStdDev, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit float vector mean and standard deviation method (return values are also 16-bit)
static int JNpps.nppsMeanStdDev_16s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMean, TypedPointer<Npp16s> pStdDev, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit float vector mean and standard deviation method (return values are also 16-bit)
static int JNpps.nppsMeanStdDev_16s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMean, TypedPointer<Npp16s> pStdDev, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit float vector mean and standard deviation method (return values are also 16-bit)
static int JNpps.nppsMeanStdDev_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pMean, TypedPointer<Npp32s> pStdDev, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit float vector mean and standard deviation method (return values are 32-bit)
static int JNpps.nppsMin_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector min method
static int JNpps.nppsMin_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector min method
static int JNpps.nppsMinAbs_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMinAbs, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector min absolute method
static int JNpps.nppsMinAbs_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMinAbs, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector min absolute method
static int JNpps.nppsMinAbsIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMinAbs, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector min absolute index method
static int JNpps.nppsMinAbsIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMinAbs, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector min absolute index method
static int JNpps.nppsMinEvery_16s_I(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength)
           
static int JNpps.nppsMinEvery_16s_I(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength)
           
static int JNpps.nppsMinIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector min index method
static int JNpps.nppsMinIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, int[] pIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector min index method
static int JNpps.nppsMinMax_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, TypedPointer<Npp16s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short vector min and max method
static int JNpps.nppsMinMax_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, TypedPointer<Npp16s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short vector min and max method
static int JNpps.nppsMinMax_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, TypedPointer<Npp16s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short vector min and max method
static int JNpps.nppsMinMaxIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, int[] pMinIndx, TypedPointer<Npp16s> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short vector min and max with indices method
static int JNpps.nppsMinMaxIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, int[] pMinIndx, TypedPointer<Npp16s> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short vector min and max with indices method
static int JNpps.nppsMinMaxIndx_16s(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pMin, int[] pMinIndx, TypedPointer<Npp16s> pMax, int[] pMaxIndx, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short vector min and max with indices method
static int JNpps.nppsMul_16s_I(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength)
           16-bit signed short in place signal times signal, then clamp to saturated value.
static int JNpps.nppsMul_16s_I(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength)
           16-bit signed short in place signal times signal, then clamp to saturated value.
static int JNpps.nppsMul_16s_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short in place signal times signal, with scaling, then clamp to saturated value.
static int JNpps.nppsMul_16s_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short in place signal times signal, with scaling, then clamp to saturated value.
static int JNpps.nppsMul_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_16s(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal times signal, then clamp to saturated value.
static int JNpps.nppsMul_16s(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal times signal, then clamp to saturated value.
static int JNpps.nppsMul_16s(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal times signal, then clamp to saturated value.
static int JNpps.nppsMul_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp32f> pDst, int nLength)
           16-bit signed short signal times signal with 32-bit floating point result, then clamp to saturated value.
static int JNpps.nppsMul_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp32f> pDst, int nLength)
           16-bit signed short signal times signal with 32-bit floating point result, then clamp to saturated value.
static int JNpps.nppsMul_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal times signal, scale, then clamp to 32-bit signed saturated value.
static int JNpps.nppsMul_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp32s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal times signal, scale, then clamp to 32-bit signed saturated value.
static int JNpps.nppsMul_16sc_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit complex signed short in place signal times signal, with scaling, then clamp to saturated value.
static int JNpps.nppsMul_16sc_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit complex signed short in place signal times signal, with scaling, then clamp to saturated value.
static int JNpps.nppsMul_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed complex short signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed complex short signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed complex short signal times signal, scale, then clamp to saturated value.
static int JNpps.nppsMul_16u16s_Sfs(TypedPointer<Npp16u> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit unsigned short signal times 16-bit signed short signal, scale, then clamp to 16-bit signed saturated value.
static int JNpps.nppsMul_16u16s_Sfs(TypedPointer<Npp16u> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit unsigned short signal times 16-bit signed short signal, scale, then clamp to 16-bit signed saturated value.
static int JNpps.nppsMulC_16s_ISfs(short nValue, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short in place signal times constant, scale, then clamp to saturated value.
static int JNpps.nppsMulC_16s_Sfs(TypedPointer<Npp16s> pSrc, short nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal times constant, scale, then clamp to saturated value.
static int JNpps.nppsMulC_16s_Sfs(TypedPointer<Npp16s> pSrc, short nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal times constant, scale, then clamp to saturated value.
static int JNpps.nppsMulC_16sc_ISfs(Npp16sc nValue, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit integer complex number (16 bit real, 16 bit imaginary)signal times constant, scale, then clamp to saturated value.
static int JNpps.nppsMulC_16sc_Sfs(TypedPointer<Npp16s> pSrc, Npp16sc nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsMulC_16sc_Sfs(TypedPointer<Npp16s> pSrc, Npp16sc nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsMulC_32f16s_Sfs(TypedPointer<Npp32f> pSrc, float nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           32-bit floating point signal times constant with output converted to 16-bit signed integer with scaling and saturation of output result.
static int JNpps.nppsMulC_Low_32f16s(TypedPointer<Npp32f> pSrc, float nValue, TypedPointer<Npp16s> pDst, int nLength)
           
static int JNpps.nppsNorm_Inf_16s32f(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector C norm method, return value is 32-bit float.
static int JNpps.nppsNorm_Inf_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector C norm method, return value is 32-bit signed integer.
static int JNpps.nppsNorm_L1_16s32f(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L1 norm method, return value is 32-bit float.
static int JNpps.nppsNorm_L1_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L1 norm method, return value is 32-bit signed integer.
static int JNpps.nppsNorm_L1_16s64s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L1 norm method, return value is 64-bit signed integer.
static int JNpps.nppsNorm_L2_16s32f(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L2 norm method, return value is 32-bit float.
static int JNpps.nppsNorm_L2_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L2 norm method, return value is 32-bit signed integer.
static int JNpps.nppsNorm_L2Sqr_16s64s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L2 Square norm method, return value is 64-bit signed integer.
static int JNpps.nppsNormalize_16s_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short vSub, int vDiv, int nScaleFactor)
           16-bit signed short signal normalize, scale, then clamp to saturated value.
static int JNpps.nppsNormalize_16s_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short vSub, int vDiv, int nScaleFactor)
           16-bit signed short signal normalize, scale, then clamp to saturated value.
static int JNpps.nppsNormalize_16sc_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, Npp16sc vSub, int vDiv, int nScaleFactor)
           16-bit complex signed short signal normalize, scale, then clamp to saturated value.
static int JNpps.nppsNormalize_16sc_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, Npp16sc vSub, int vDiv, int nScaleFactor)
           16-bit complex signed short signal normalize, scale, then clamp to saturated value.
static int JNpps.nppsNormDiff_Inf_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer C norm method on two vectors' difference, return value is 32-bit float.
static int JNpps.nppsNormDiff_Inf_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer C norm method on two vectors' difference, return value is 32-bit float.
static int JNpps.nppsNormDiff_Inf_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer C norm method on two vectors' difference, return value is 32-bit signed integer.
static int JNpps.nppsNormDiff_Inf_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer C norm method on two vectors' difference, return value is 32-bit signed integer.
static int JNpps.nppsNormDiff_L1_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L1 norm method on two vectors' difference, return value is 32-bit float.
static int JNpps.nppsNormDiff_L1_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L1 norm method on two vectors' difference, return value is 32-bit float.
static int JNpps.nppsNormDiff_L1_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L1 norm method on two vectors' difference, return value is 32-bit signed integer.
static int JNpps.nppsNormDiff_L1_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L1 norm method on two vectors' difference, return value is 32-bit signed integer.
static int JNpps.nppsNormDiff_L1_16s64s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L1 norm method on two vectors' difference, return value is 64-bit signed integer.
static int JNpps.nppsNormDiff_L1_16s64s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L1 norm method on two vectors' difference, return value is 64-bit signed integer.
static int JNpps.nppsNormDiff_L2_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L2 norm method on two vectors' difference, return value is 32-bit float.
static int JNpps.nppsNormDiff_L2_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L2 norm method on two vectors' difference, return value is 32-bit float.
static int JNpps.nppsNormDiff_L2_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L2 norm method on two vectors' difference, return value is 32-bit signed integer.
static int JNpps.nppsNormDiff_L2_16s32s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp32s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L2 norm method on two vectors' difference, return value is 32-bit signed integer.
static int JNpps.nppsNormDiff_L2Sqr_16s64s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L2 Square norm method on two vectors' difference, return value is 64-bit signed integer.
static int JNpps.nppsNormDiff_L2Sqr_16s64s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L2 Square norm method on two vectors' difference, return value is 64-bit signed integer.
static int JNpps.nppsRShiftC_16s_I(int nValue, TypedPointer<Npp16s> pSrcDst, int nLength)
           16-bit signed short in place signal right shift with constant.
static int JNpps.nppsRShiftC_16s(TypedPointer<Npp16s> pSrc, int nValue, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal right shift with constant.
static int JNpps.nppsRShiftC_16s(TypedPointer<Npp16s> pSrc, int nValue, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal right shift with constant.
static int JNpps.nppsSet_16s(short nValue, TypedPointer<Npp16s> pDst, int nLength)
           16-bit integer, vector set method.
static int JNpps.nppsSet_16sc(Npp16sc nValue, TypedPointer<Npp16s> pDst, int nLength)
           16-bit integer complex, vector set method.
static int JNpps.nppsSqr_16s_ISfs(TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short signal squared, scale, then clamp to saturated value.
static int JNpps.nppsSqr_16s_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsSqr_16s_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsSqr_16sc_ISfs(TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit complex signed short signal squared, scale, then clamp to saturated value.
static int JNpps.nppsSqr_16sc_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit complex signed short signal squared, scale, then clamp to saturated value.
static int JNpps.nppsSqr_16sc_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit complex signed short signal squared, scale, then clamp to saturated value.
static int JNpps.nppsSqrt_16s_ISfs(TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short signal square root, scale, then clamp to saturated value.
static int JNpps.nppsSqrt_16s_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal square root, scale, then clamp to saturated value.
static int JNpps.nppsSqrt_16s_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal square root, scale, then clamp to saturated value.
static int JNpps.nppsSqrt_16sc_ISfs(TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit complex signed short signal square root, scale, then clamp to saturated value.
static int JNpps.nppsSqrt_16sc_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit complex signed short signal square root, scale, then clamp to saturated value.
static int JNpps.nppsSqrt_16sc_Sfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit complex signed short signal square root, scale, then clamp to saturated value.
static int JNpps.nppsSqrt_32s16s_Sfs(TypedPointer<Npp32s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           32-bit signed integer signal square root, scale, then clamp to 16-bit signed integer saturated value.
static int JNpps.nppsSqrt_64s16s_Sfs(TypedPointer<Npp64s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           64-bit signed integer signal square root, scale, then clamp to 16-bit signed integer saturated value.
static int JNpps.nppsStdDev_16s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pStdDev, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit float vector standard deviation method (return value is also 16-bit)
static int JNpps.nppsStdDev_16s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pStdDev, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit float vector standard deviation method (return value is also 16-bit)
static int JNpps.nppsStdDev_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pStdDev, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           
static int JNpps.nppsSub_16s_I(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength)
           16-bit signed short in place signal subtract signal, then clamp to saturated value.
static int JNpps.nppsSub_16s_I(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength)
           16-bit signed short in place signal subtract signal, then clamp to saturated value.
static int JNpps.nppsSub_16s_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short in place signal subtract signal, with scaling, then clamp to saturated value.
static int JNpps.nppsSub_16s_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short in place signal subtract signal, with scaling, then clamp to saturated value.
static int JNpps.nppsSub_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSub_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSub_16s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSub_16s(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal subtract signal, then clamp to saturated value.
static int JNpps.nppsSub_16s(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal subtract signal, then clamp to saturated value.
static int JNpps.nppsSub_16s(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength)
           16-bit signed short signal subtract signal, then clamp to saturated value.
static int JNpps.nppsSub_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp32f> pDst, int nLength)
           16-bit signed short signal subtract 16-bit signed short signal, then clamp and convert to 32-bit floating point saturated value.
static int JNpps.nppsSub_16s32f(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp32f> pDst, int nLength)
           16-bit signed short signal subtract 16-bit signed short signal, then clamp and convert to 32-bit floating point saturated value.
static int JNpps.nppsSub_16sc_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsSub_16sc_ISfs(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsSub_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed complex short signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSub_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed complex short signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSub_16sc_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed complex short signal subtract signal, scale, then clamp to saturated value.
static int JNpps.nppsSubC_16s_ISfs(short nValue, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short in place signal subtract constant, scale, then clamp to saturated value.
static int JNpps.nppsSubC_16s_Sfs(TypedPointer<Npp16s> pSrc, short nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal subtract constant, scale, then clamp to saturated value.
static int JNpps.nppsSubC_16s_Sfs(TypedPointer<Npp16s> pSrc, short nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit signed short signal subtract constant, scale, then clamp to saturated value.
static int JNpps.nppsSubC_16sc_ISfs(Npp16sc nValue, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract constant, scale, then clamp to saturated value.
static int JNpps.nppsSubC_16sc_Sfs(TypedPointer<Npp16s> pSrc, Npp16sc nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract constant, scale, then clamp to saturated value.
static int JNpps.nppsSubC_16sc_Sfs(TypedPointer<Npp16s> pSrc, Npp16sc nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract constant, scale, then clamp to saturated value.
static int JNpps.nppsSubCRev_16s_ISfs(short nValue, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit signed short in place signal subtract from constant, scale, then clamp to saturated value.
static int JNpps.nppsSubCRev_16s_Sfs(TypedPointer<Npp16s> pSrc, short nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsSubCRev_16s_Sfs(TypedPointer<Npp16s> pSrc, short nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           
static int JNpps.nppsSubCRev_16sc_ISfs(Npp16sc nValue, TypedPointer<Npp16s> pSrcDst, int nLength, int nScaleFactor)
           16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract from constant, scale, then clamp to saturated value.
static int JNpps.nppsSubCRev_16sc_Sfs(TypedPointer<Npp16s> pSrc, Npp16sc nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract from constant, scale, then clamp to saturated value.
static int JNpps.nppsSubCRev_16sc_Sfs(TypedPointer<Npp16s> pSrc, Npp16sc nValue, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           16-bit integer complex number (16 bit real, 16 bit imaginary) signal subtract from constant, scale, then clamp to saturated value.
static int JNpps.nppsSum_16s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pSum, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short vector sum with integer scaling method
static int JNpps.nppsSum_16s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pSum, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short vector sum with integer scaling method
static int JNpps.nppsSum_16s32s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pSum, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit integer vector sum (32bit) with integer scaling method
static int JNpps.nppsSum_16sc_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pSum, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short complex vector sum with integer scaling method
static int JNpps.nppsSum_16sc_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp16s> pSum, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short complex vector sum with integer scaling method
static int JNpps.nppsSum_16sc32sc_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32s> pSum, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit short complex vector sum (32bit int complex) with integer scaling method
static int JNpps.nppsSumLn_16s32f(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32f> pDst, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer input, 32-bit floating point output signal sum natural logarithm.
static int JNpps.nppsThreshold_16s_I(TypedPointer<Npp16s> pSrcDst, int nLength, short nLevel, int nRelOp)
           16-bit in place signed short signal threshold with constant level.
static int JNpps.nppsThreshold_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel, int nRelOp)
           16-bit signed short signal threshold with constant level.
static int JNpps.nppsThreshold_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel, int nRelOp)
           16-bit signed short signal threshold with constant level.
static int JNpps.nppsThreshold_16sc_I(TypedPointer<Npp16s> pSrcDst, int nLength, short nLevel, int nRelOp)
           
static int JNpps.nppsThreshold_16sc(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel, int nRelOp)
           16-bit signed short complex number signal threshold with constant level.
static int JNpps.nppsThreshold_16sc(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel, int nRelOp)
           16-bit signed short complex number signal threshold with constant level.
static int JNpps.nppsThreshold_GT_16s_I(TypedPointer<Npp16s> pSrcDst, int nLength, short nLevel)
           16-bit in place signed short signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_GT_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel)
           16-bit signed short signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_GT_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel)
           16-bit signed short signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_GT_16sc_I(TypedPointer<Npp16s> pSrcDst, int nLength, short nLevel)
           16-bit in place signed short complex number signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_GT_16sc(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel)
           16-bit signed short complex number signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_GT_16sc(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel)
           16-bit signed short complex number signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_GTVal_16s_I(TypedPointer<Npp16s> pSrcDst, int nLength, short nLevel, short nValue)
           16-bit in place signed short signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_GTVal_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel, short nValue)
           16-bit signed short signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_GTVal_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel, short nValue)
           16-bit signed short signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_GTVal_16sc_I(TypedPointer<Npp16s> pSrcDst, int nLength, short nLevel, Npp16sc nValue)
           16-bit in place signed short complex number signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_GTVal_16sc(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel, Npp16sc nValue)
           16-bit signed short complex number signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_GTVal_16sc(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel, Npp16sc nValue)
           16-bit signed short complex number signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_LT_16s_I(TypedPointer<Npp16s> pSrcDst, int nLength, short nLevel)
           16-bit in place signed short signal NPP_CMP_LESS threshold with constant level.
static int JNpps.nppsThreshold_LT_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel)
           16-bit signed short signal NPP_CMP_LESS threshold with constant level.
static int JNpps.nppsThreshold_LT_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel)
           16-bit signed short signal NPP_CMP_LESS threshold with constant level.
static int JNpps.nppsThreshold_LT_16sc_I(TypedPointer<Npp16s> pSrcDst, int nLength, short nLevel)
           16-bit in place signed short complex number signal NPP_CMP_LESS threshold with constant level.
static int JNpps.nppsThreshold_LT_16sc(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel)
           16-bit signed short complex number signal NPP_CMP_LESS threshold with constant level.
static int JNpps.nppsThreshold_LT_16sc(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel)
           16-bit signed short complex number signal NPP_CMP_LESS threshold with constant level.
static int JNpps.nppsThreshold_LTVal_16s_I(TypedPointer<Npp16s> pSrcDst, int nLength, short nLevel, short nValue)
           16-bit in place signed short signal NPP_CMP_LESS threshold with constant level.
static int JNpps.nppsThreshold_LTVal_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel, short nValue)
           16-bit signed short signal NPP_CMP_LESS threshold with constant level.
static int JNpps.nppsThreshold_LTVal_16s(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel, short nValue)
           16-bit signed short signal NPP_CMP_LESS threshold with constant level.
static int JNpps.nppsThreshold_LTVal_16sc_I(TypedPointer<Npp16s> pSrcDst, int nLength, short nLevel, Npp16sc nValue)
           16-bit in place signed short complex number signal NPP_CMP_LESS threshold with constant level.
static int JNpps.nppsThreshold_LTVal_16sc(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel, Npp16sc nValue)
           16-bit signed short complex number signal NPP_CMP_LESS threshold with constant level.
static int JNpps.nppsThreshold_LTVal_16sc(TypedPointer<Npp16s> pSrc, TypedPointer<Npp16s> pDst, int nLength, short nLevel, Npp16sc nValue)
           16-bit signed short complex number signal NPP_CMP_LESS threshold with constant level.
static int JNpps.nppsZero_16s(TypedPointer<Npp16s> pDst, int nLength)
           16-bit integer, vector zero method.
static int JNpps.nppsZero_16sc(TypedPointer<Npp16s> pDst, int nLength)
           16-bit integer complex, vector zero method.
static int JNpps.nppsZeroCrossing_16s32f(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp32f> pValZC, int tZCType, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer zero crossing method, return value is 32-bit floating point.