public class npps extends npps
| Constructor and Description |
|---|
npps() |
| Modifier and Type | Method and Description |
|---|---|
static int |
npps10Log10_32s_ISfs(int[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
npps10Log10_32s_ISfs(IntBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
npps10Log10_32s_ISfs(IntPointer pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.
|
static int |
npps10Log10_32s_Sfs(int[] pSrc,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
npps10Log10_32s_Sfs(IntBuffer pSrc,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
npps10Log10_32s_Sfs(IntPointer pSrc,
IntPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.
|
static int |
nppsAbs_16s_I(short[] pSrcDst,
int nLength) |
static int |
nppsAbs_16s_I(ShortBuffer pSrcDst,
int nLength) |
static int |
nppsAbs_16s_I(ShortPointer pSrcDst,
int nLength)
16-bit signed short signal absolute value.
|
static int |
nppsAbs_16s(short[] pSrc,
short[] pDst,
int nLength) |
static int |
nppsAbs_16s(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength) |
static int |
nppsAbs_16s(ShortPointer pSrc,
ShortPointer pDst,
int nLength)
16-bit signed short signal absolute value.
|
static int |
nppsAbs_32f_I(float[] pSrcDst,
int nLength) |
static int |
nppsAbs_32f_I(FloatBuffer pSrcDst,
int nLength) |
static int |
nppsAbs_32f_I(FloatPointer pSrcDst,
int nLength)
32-bit floating point signal absolute value.
|
static int |
nppsAbs_32f(float[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsAbs_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsAbs_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength)
32-bit floating point signal absolute value.
|
static int |
nppsAbs_32s_I(int[] pSrcDst,
int nLength) |
static int |
nppsAbs_32s_I(IntBuffer pSrcDst,
int nLength) |
static int |
nppsAbs_32s_I(IntPointer pSrcDst,
int nLength)
32-bit signed integer signal absolute value.
|
static int |
nppsAbs_32s(int[] pSrc,
int[] pDst,
int nLength) |
static int |
nppsAbs_32s(IntBuffer pSrc,
IntBuffer pDst,
int nLength) |
static int |
nppsAbs_32s(IntPointer pSrc,
IntPointer pDst,
int nLength)
32-bit signed integer signal absolute value.
|
static int |
nppsAbs_64f_I(double[] pSrcDst,
int nLength) |
static int |
nppsAbs_64f_I(DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsAbs_64f_I(DoublePointer pSrcDst,
int nLength)
64-bit floating point signal absolute value.
|
static int |
nppsAbs_64f(double[] pSrc,
double[] pDst,
int nLength) |
static int |
nppsAbs_64f(DoubleBuffer pSrc,
DoubleBuffer pDst,
int nLength) |
static int |
nppsAbs_64f(DoublePointer pSrc,
DoublePointer pDst,
int nLength)
64-bit floating point signal absolute value.
|
static int |
nppsAdd_16s_I(short[] pSrc,
short[] pSrcDst,
int nLength) |
static int |
nppsAdd_16s_I(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsAdd_16s_I(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength)
16-bit signed short in place signal add signal,
then clamp to saturated value.
|
static int |
nppsAdd_16s_ISfs(short[] pSrc,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_16s_ISfs(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_16s_ISfs(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit signed short in place signal add signal, with scaling,
then clamp to saturated value.
|
static int |
nppsAdd_16s_Sfs(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_16s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_16s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short add signal, scale, then clamp to saturated value.
|
static int |
nppsAdd_16s(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength) |
static int |
nppsAdd_16s(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength) |
static int |
nppsAdd_16s(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength)
16-bit signed short signal add signal,
then clamp to saturated value.
|
static int |
nppsAdd_16s32f(short[] pSrc1,
short[] pSrc2,
float[] pDst,
int nLength) |
static int |
nppsAdd_16s32f(ShortBuffer pSrc1,
ShortBuffer pSrc2,
FloatBuffer pDst,
int nLength) |
static int |
nppsAdd_16s32f(ShortPointer pSrc1,
ShortPointer pSrc2,
FloatPointer pDst,
int nLength)
16-bit signed short signal add signal with 32-bit floating point result,
then clamp to saturated value.
|
static int |
nppsAdd_16s32s_I(short[] pSrc,
int[] pSrcDst,
int nLength) |
static int |
nppsAdd_16s32s_I(ShortBuffer pSrc,
IntBuffer pSrcDst,
int nLength) |
static int |
nppsAdd_16s32s_I(ShortPointer pSrc,
IntPointer 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 |
nppsAdd_16sc_ISfs(Npp16sc pSrc,
Npp16sc pSrcDst,
int nLength,
int nScaleFactor)
16-bit complex signed short in place signal add signal, with scaling,
then clamp to saturated value.
|
static int |
nppsAdd_16sc_Sfs(Npp16sc pSrc1,
Npp16sc pSrc2,
Npp16sc pDst,
int nLength,
int nScaleFactor)
16-bit signed complex short add signal, scale, then clamp to saturated value.
|
static int |
nppsAdd_16u_ISfs(short[] pSrc,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_16u_ISfs(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_16u_ISfs(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit unsigned short in place signal add signal, with scaling,
then clamp to saturated value.
|
static int |
nppsAdd_16u_Sfs(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_16u_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_16u_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit unsigned short add signal, scale, then clamp to saturated value.
|
static int |
nppsAdd_16u(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength) |
static int |
nppsAdd_16u(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength) |
static int |
nppsAdd_16u(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength)
16-bit unsigned short signal add signal,
then clamp to saturated value.
|
static int |
nppsAdd_32f_I(float[] pSrc,
float[] pSrcDst,
int nLength) |
static int |
nppsAdd_32f_I(FloatBuffer pSrc,
FloatBuffer pSrcDst,
int nLength) |
static int |
nppsAdd_32f_I(FloatPointer pSrc,
FloatPointer pSrcDst,
int nLength)
32-bit floating point in place signal add signal,
then clamp to saturated value.
|
static int |
nppsAdd_32f(float[] pSrc1,
float[] pSrc2,
float[] pDst,
int nLength) |
static int |
nppsAdd_32f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
FloatBuffer pDst,
int nLength) |
static int |
nppsAdd_32f(FloatPointer pSrc1,
FloatPointer pSrc2,
FloatPointer pDst,
int nLength)
32-bit floating point signal add signal,
then clamp to saturated value.
|
static int |
nppsAdd_32fc_I(Npp32fc pSrc,
Npp32fc pSrcDst,
int nLength)
32-bit complex floating point in place signal add signal,
then clamp to saturated value.
|
static int |
nppsAdd_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
Npp32fc pDst,
int nLength)
32-bit complex floating point signal add signal,
then clamp to saturated value.
|
static int |
nppsAdd_32s_ISfs(int[] pSrc,
int[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_32s_ISfs(IntBuffer pSrc,
IntBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_32s_ISfs(IntPointer pSrc,
IntPointer pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer in place signal add signal, with scaling,
then clamp to saturated value.
|
static int |
nppsAdd_32s_Sfs(int[] pSrc1,
int[] pSrc2,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_32s_Sfs(IntBuffer pSrc1,
IntBuffer pSrc2,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_32s_Sfs(IntPointer pSrc1,
IntPointer pSrc2,
IntPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integer add signal, scale, then clamp to saturated value.
|
static int |
nppsAdd_32sc_ISfs(Npp32sc pSrc,
Npp32sc pSrcDst,
int nLength,
int nScaleFactor)
32-bit complex signed integer in place signal add signal, with scaling,
then clamp to saturated value.
|
static int |
nppsAdd_32sc_Sfs(Npp32sc pSrc1,
Npp32sc pSrc2,
Npp32sc pDst,
int nLength,
int nScaleFactor)
32-bit signed complex integer add signal, scale, then clamp to saturated value.
|
static int |
nppsAdd_32u(int[] pSrc1,
int[] pSrc2,
int[] pDst,
int nLength) |
static int |
nppsAdd_32u(IntBuffer pSrc1,
IntBuffer pSrc2,
IntBuffer pDst,
int nLength) |
static int |
nppsAdd_32u(IntPointer pSrc1,
IntPointer pSrc2,
IntPointer pDst,
int nLength)
32-bit unsigned int signal add signal,
then clamp to saturated value.
|
static int |
nppsAdd_64f_I(double[] pSrc,
double[] pSrcDst,
int nLength) |
static int |
nppsAdd_64f_I(DoubleBuffer pSrc,
DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsAdd_64f_I(DoublePointer pSrc,
DoublePointer pSrcDst,
int nLength)
64-bit floating point in place signal add signal,
then clamp to saturated value.
|
static int |
nppsAdd_64f(double[] pSrc1,
double[] pSrc2,
double[] pDst,
int nLength) |
static int |
nppsAdd_64f(DoubleBuffer pSrc1,
DoubleBuffer pSrc2,
DoubleBuffer pDst,
int nLength) |
static int |
nppsAdd_64f(DoublePointer pSrc1,
DoublePointer pSrc2,
DoublePointer pDst,
int nLength)
64-bit floating point signal add signal,
then clamp to saturated value.
|
static int |
nppsAdd_64fc_I(Npp64fc pSrc,
Npp64fc pSrcDst,
int nLength)
64-bit complex floating point in place signal add signal,
then clamp to saturated value.
|
static int |
nppsAdd_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
Npp64fc pDst,
int nLength)
64-bit complex floating point signal add signal,
then clamp to saturated value.
|
static int |
nppsAdd_64s_Sfs(long[] pSrc1,
long[] pSrc2,
long[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_64s_Sfs(LongBuffer pSrc1,
LongBuffer pSrc2,
LongBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_64s_Sfs(LongPointer pSrc1,
LongPointer pSrc2,
LongPointer pDst,
int nLength,
int nScaleFactor)
64-bit signed integer add signal, scale, then clamp to saturated value.
|
static int |
nppsAdd_8u_ISfs(byte[] pSrc,
byte[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_8u_ISfs(ByteBuffer pSrc,
ByteBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_8u_ISfs(BytePointer pSrc,
BytePointer pSrcDst,
int nLength,
int nScaleFactor)
8-bit unsigned char in place signal add signal, with scaling,
then clamp to saturated value.
|
static int |
nppsAdd_8u_Sfs(byte[] pSrc1,
byte[] pSrc2,
byte[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_8u_Sfs(ByteBuffer pSrc1,
ByteBuffer pSrc2,
ByteBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAdd_8u_Sfs(BytePointer pSrc1,
BytePointer pSrc2,
BytePointer pDst,
int nLength,
int nScaleFactor)
8-bit unsigned char add signal, scale, then clamp to saturated value.
|
static int |
nppsAdd_8u16u(byte[] pSrc1,
byte[] pSrc2,
short[] pDst,
int nLength) |
static int |
nppsAdd_8u16u(ByteBuffer pSrc1,
ByteBuffer pSrc2,
ShortBuffer pDst,
int nLength) |
static int |
nppsAdd_8u16u(BytePointer pSrc1,
BytePointer pSrc2,
ShortPointer pDst,
int nLength)
8-bit unsigned char signal add signal with 16-bit unsigned result,
then clamp to saturated value.
|
static int |
nppsAddC_16s_ISfs(short nValue,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_16s_ISfs(short nValue,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_16s_ISfs(short nValue,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit signed short in place signal add constant, scale, then clamp to saturated value.
|
static int |
nppsAddC_16s_Sfs(short[] pSrc,
short nValue,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_16s_Sfs(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_16s_Sfs(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short signal add constant, scale, then clamp to saturated value.
|
static int |
nppsAddC_16sc_ISfs(Npp16sc nValue,
Npp16sc pSrcDst,
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 |
nppsAddC_16sc_Sfs(Npp16sc pSrc,
Npp16sc nValue,
Npp16sc 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 |
nppsAddC_16u_ISfs(short nValue,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_16u_ISfs(short nValue,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_16u_ISfs(short nValue,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit unsigned short in place signal add constant, scale, then clamp to saturated value.
|
static int |
nppsAddC_16u_Sfs(short[] pSrc,
short nValue,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_16u_Sfs(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_16u_Sfs(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit unsigned short vector add constant, scale, then clamp to saturated value.
|
static int |
nppsAddC_32f_I(float nValue,
float[] pSrcDst,
int nLength) |
static int |
nppsAddC_32f_I(float nValue,
FloatBuffer pSrcDst,
int nLength) |
static int |
nppsAddC_32f_I(float nValue,
FloatPointer pSrcDst,
int nLength)
32-bit floating point in place signal add constant.
|
static int |
nppsAddC_32f(float[] pSrc,
float nValue,
float[] pDst,
int nLength) |
static int |
nppsAddC_32f(FloatBuffer pSrc,
float nValue,
FloatBuffer pDst,
int nLength) |
static int |
nppsAddC_32f(FloatPointer pSrc,
float nValue,
FloatPointer pDst,
int nLength)
32-bit floating point signal add constant.
|
static int |
nppsAddC_32fc_I(Npp32fc nValue,
Npp32fc pSrcDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in
place signal add constant.
|
static int |
nppsAddC_32fc(Npp32fc pSrc,
Npp32fc nValue,
Npp32fc pDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal
add constant.
|
static int |
nppsAddC_32s_ISfs(int nValue,
int[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_32s_ISfs(int nValue,
IntBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_32s_ISfs(int nValue,
IntPointer pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer in place signal add constant and scale.
|
static int |
nppsAddC_32s_Sfs(int[] pSrc,
int nValue,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_32s_Sfs(IntBuffer pSrc,
int nValue,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_32s_Sfs(IntPointer pSrc,
int nValue,
IntPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integersignal add constant and scale.
|
static int |
nppsAddC_32sc_ISfs(Npp32sc nValue,
Npp32sc pSrcDst,
int nLength,
int nScaleFactor)
32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal
add constant and scale.
|
static int |
nppsAddC_32sc_Sfs(Npp32sc pSrc,
Npp32sc nValue,
Npp32sc pDst,
int nLength,
int nScaleFactor)
32-bit integer complex number (32 bit real, 32 bit imaginary) signal add constant
and scale.
|
static int |
nppsAddC_64f_I(double nValue,
double[] pSrcDst,
int nLength) |
static int |
nppsAddC_64f_I(double nValue,
DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsAddC_64f_I(double nValue,
DoublePointer pSrcDst,
int nLength)
64-bit floating point, in place signal add constant.
|
static int |
nppsAddC_64f(double[] pSrc,
double nValue,
double[] pDst,
int nLength) |
static int |
nppsAddC_64f(DoubleBuffer pSrc,
double nValue,
DoubleBuffer pDst,
int nLength) |
static int |
nppsAddC_64f(DoublePointer pSrc,
double nValue,
DoublePointer pDst,
int nLength)
64-bit floating pointsignal add constant.
|
static int |
nppsAddC_64fc_I(Npp64fc nValue,
Npp64fc pSrcDst,
int nLength)
64-bit floating point complex number (64 bit real, 64 bit imaginary) in
place signal add constant.
|
static int |
nppsAddC_64fc(Npp64fc pSrc,
Npp64fc nValue,
Npp64fc pDst,
int nLength)
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal
add constant.
|
static int |
nppsAddC_8u_ISfs(byte nValue,
byte[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_8u_ISfs(byte nValue,
ByteBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_8u_ISfs(byte nValue,
BytePointer pSrcDst,
int nLength,
int nScaleFactor)
8-bit unsigned char in place signal add constant,
scale, then clamp to saturated value
|
static int |
nppsAddC_8u_Sfs(byte[] pSrc,
byte nValue,
byte[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_8u_Sfs(ByteBuffer pSrc,
byte nValue,
ByteBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddC_8u_Sfs(BytePointer pSrc,
byte nValue,
BytePointer pDst,
int nLength,
int nScaleFactor)
8-bit unsigned charvector add constant, scale, then clamp to saturated value.
|
static int |
nppsAddProduct_16s_Sfs(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddProduct_16s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddProduct_16s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer 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 |
nppsAddProduct_16s32s_Sfs(short[] pSrc1,
short[] pSrc2,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddProduct_16s32s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddProduct_16s32s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
IntPointer 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 |
nppsAddProduct_32f(float[] pSrc1,
float[] pSrc2,
float[] pDst,
int nLength) |
static int |
nppsAddProduct_32f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
FloatBuffer pDst,
int nLength) |
static int |
nppsAddProduct_32f(FloatPointer pSrc1,
FloatPointer pSrc2,
FloatPointer pDst,
int nLength)
32-bit floating point signal add product of source signal times destination signal to destination signal,
then clamp to saturated value.
|
static int |
nppsAddProduct_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
Npp32fc pDst,
int nLength)
32-bit complex floating point signal add product of source signal times destination signal to destination signal,
then clamp to saturated value.
|
static int |
nppsAddProduct_32s_Sfs(int[] pSrc1,
int[] pSrc2,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddProduct_32s_Sfs(IntBuffer pSrc1,
IntBuffer pSrc2,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsAddProduct_32s_Sfs(IntPointer pSrc1,
IntPointer pSrc2,
IntPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed short signal add product of source signal1 times source signal2 to destination signal,
with scaling, then clamp to saturated value.
|
static int |
nppsAddProduct_64f(double[] pSrc1,
double[] pSrc2,
double[] pDst,
int nLength) |
static int |
nppsAddProduct_64f(DoubleBuffer pSrc1,
DoubleBuffer pSrc2,
DoubleBuffer pDst,
int nLength) |
static int |
nppsAddProduct_64f(DoublePointer pSrc1,
DoublePointer pSrc2,
DoublePointer pDst,
int nLength)
64-bit floating point signal add product of source signal times destination signal to destination signal,
then clamp to saturated value.
|
static int |
nppsAddProduct_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
Npp64fc pDst,
int nLength)
64-bit complex floating point signal add product of source signal times destination signal to destination signal,
then clamp to saturated value.
|
static int |
nppsAddProductC_32f(float[] pSrc,
float nValue,
float[] pDst,
int nLength) |
static int |
nppsAddProductC_32f(FloatBuffer pSrc,
float nValue,
FloatBuffer pDst,
int nLength) |
static int |
nppsAddProductC_32f(FloatPointer pSrc,
float nValue,
FloatPointer pDst,
int nLength)
32-bit floating point signal add product of signal times constant to destination signal.
|
static int |
nppsAnd_16u_I(short[] pSrc,
short[] pSrcDst,
int nLength) |
static int |
nppsAnd_16u_I(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsAnd_16u_I(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength)
16-bit unsigned short in place signal and with signal.
|
static int |
nppsAnd_16u(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength) |
static int |
nppsAnd_16u(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength) |
static int |
nppsAnd_16u(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength)
16-bit unsigned short signal and with signal.
|
static int |
nppsAnd_32u_I(int[] pSrc,
int[] pSrcDst,
int nLength) |
static int |
nppsAnd_32u_I(IntBuffer pSrc,
IntBuffer pSrcDst,
int nLength) |
static int |
nppsAnd_32u_I(IntPointer pSrc,
IntPointer pSrcDst,
int nLength)
32-bit unsigned integer in place signal and with signal.
|
static int |
nppsAnd_32u(int[] pSrc1,
int[] pSrc2,
int[] pDst,
int nLength) |
static int |
nppsAnd_32u(IntBuffer pSrc1,
IntBuffer pSrc2,
IntBuffer pDst,
int nLength) |
static int |
nppsAnd_32u(IntPointer pSrc1,
IntPointer pSrc2,
IntPointer pDst,
int nLength)
32-bit unsigned integer signal and with signal.
|
static int |
nppsAnd_8u_I(byte[] pSrc,
byte[] pSrcDst,
int nLength) |
static int |
nppsAnd_8u_I(ByteBuffer pSrc,
ByteBuffer pSrcDst,
int nLength) |
static int |
nppsAnd_8u_I(BytePointer pSrc,
BytePointer pSrcDst,
int nLength)
8-bit unsigned char in place signal and with signal.
|
static int |
nppsAnd_8u(byte[] pSrc1,
byte[] pSrc2,
byte[] pDst,
int nLength) |
static int |
nppsAnd_8u(ByteBuffer pSrc1,
ByteBuffer pSrc2,
ByteBuffer pDst,
int nLength) |
static int |
nppsAnd_8u(BytePointer pSrc1,
BytePointer pSrc2,
BytePointer pDst,
int nLength)
8-bit unsigned char signal and with signal.
|
static int |
nppsAndC_16u_I(short nValue,
short[] pSrcDst,
int nLength) |
static int |
nppsAndC_16u_I(short nValue,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsAndC_16u_I(short nValue,
ShortPointer pSrcDst,
int nLength)
16-bit unsigned short in place signal and with constant.
|
static int |
nppsAndC_16u(short[] pSrc,
short nValue,
short[] pDst,
int nLength) |
static int |
nppsAndC_16u(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength) |
static int |
nppsAndC_16u(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength)
16-bit unsigned short signal and with constant.
|
static int |
nppsAndC_32u_I(int nValue,
int[] pSrcDst,
int nLength) |
static int |
nppsAndC_32u_I(int nValue,
IntBuffer pSrcDst,
int nLength) |
static int |
nppsAndC_32u_I(int nValue,
IntPointer pSrcDst,
int nLength)
32-bit unsigned signed integer in place signal and with constant.
|
static int |
nppsAndC_32u(int[] pSrc,
int nValue,
int[] pDst,
int nLength) |
static int |
nppsAndC_32u(IntBuffer pSrc,
int nValue,
IntBuffer pDst,
int nLength) |
static int |
nppsAndC_32u(IntPointer pSrc,
int nValue,
IntPointer pDst,
int nLength)
32-bit unsigned integer signal and with constant.
|
static int |
nppsAndC_8u_I(byte nValue,
byte[] pSrcDst,
int nLength) |
static int |
nppsAndC_8u_I(byte nValue,
ByteBuffer pSrcDst,
int nLength) |
static int |
nppsAndC_8u_I(byte nValue,
BytePointer pSrcDst,
int nLength)
8-bit unsigned char in place signal and with constant.
|
static int |
nppsAndC_8u(byte[] pSrc,
byte nValue,
byte[] pDst,
int nLength) |
static int |
nppsAndC_8u(ByteBuffer pSrc,
byte nValue,
ByteBuffer pDst,
int nLength) |
static int |
nppsAndC_8u(BytePointer pSrc,
byte nValue,
BytePointer pDst,
int nLength)
8-bit unsigned char signal and with constant.
|
static int |
nppsArctan_32f_I(float[] pSrcDst,
int nLength) |
static int |
nppsArctan_32f_I(FloatBuffer pSrcDst,
int nLength) |
static int |
nppsArctan_32f_I(FloatPointer pSrcDst,
int nLength)
32-bit floating point signal inverse tangent.
|
static int |
nppsArctan_32f(float[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsArctan_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsArctan_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength)
32-bit floating point signal inverse tangent.
|
static int |
nppsArctan_64f_I(double[] pSrcDst,
int nLength) |
static int |
nppsArctan_64f_I(DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsArctan_64f_I(DoublePointer pSrcDst,
int nLength)
64-bit floating point signal inverse tangent.
|
static int |
nppsArctan_64f(double[] pSrc,
double[] pDst,
int nLength) |
static int |
nppsArctan_64f(DoubleBuffer pSrc,
DoubleBuffer pDst,
int nLength) |
static int |
nppsArctan_64f(DoublePointer pSrc,
DoublePointer pDst,
int nLength)
64-bit floating point signal inverse tangent.
|
static int |
nppsAverageError_16s(short[] pSrc1,
short[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_16s(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_16s(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
16-bit signed short integer Average method.
|
static int |
nppsAverageError_16sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_16sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_16sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
16-bit unsigned short complex integer Average method.
|
static int |
nppsAverageError_16u(short[] pSrc1,
short[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_16u(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_16u(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
16-bit unsigned short integer Average method.
|
static int |
nppsAverageError_32f(float[] pSrc1,
float[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_32f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_32f(FloatPointer pSrc1,
FloatPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit floating point Average method.
|
static int |
nppsAverageError_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit floating point complex Average method.
|
static int |
nppsAverageError_32s(int[] pSrc1,
int[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_32s(IntBuffer pSrc1,
IntBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_32s(IntPointer pSrc1,
IntPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit signed short integer Average method.
|
static int |
nppsAverageError_32sc(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_32sc(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_32sc(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit unsigned short complex integer Average method.
|
static int |
nppsAverageError_32u(int[] pSrc1,
int[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_32u(IntBuffer pSrc1,
IntBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_32u(IntPointer pSrc1,
IntPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit unsigned short integer Average method.
|
static int |
nppsAverageError_64f(double[] pSrc1,
double[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_64f(DoubleBuffer pSrc1,
DoubleBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_64f(DoublePointer pSrc1,
DoublePointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit floating point Average method.
|
static int |
nppsAverageError_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit floating point complex Average method.
|
static int |
nppsAverageError_64s(long[] pSrc1,
long[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_64s(LongBuffer pSrc1,
LongBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_64s(LongPointer pSrc1,
LongPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit signed short integer Average method.
|
static int |
nppsAverageError_64sc(Npp64sc pSrc1,
Npp64sc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_64sc(Npp64sc pSrc1,
Npp64sc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_64sc(Npp64sc pSrc1,
Npp64sc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit unsigned short complex integer Average method.
|
static int |
nppsAverageError_8s(byte[] pSrc1,
byte[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_8s(ByteBuffer pSrc1,
ByteBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_8s(BytePointer pSrc1,
BytePointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
8-bit signed char Average method.
|
static int |
nppsAverageError_8u(byte[] pSrc1,
byte[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageError_8u(ByteBuffer pSrc1,
ByteBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageError_8u(BytePointer pSrc1,
BytePointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
8-bit unsigned char Average method.
|
static int |
nppsAverageErrorGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_16s.
|
static int |
nppsAverageErrorGetBufferSize_16sc(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_16sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_16sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_16sc.
|
static int |
nppsAverageErrorGetBufferSize_16u(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_16u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_16u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_16u.
|
static int |
nppsAverageErrorGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_32f.
|
static int |
nppsAverageErrorGetBufferSize_32fc(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_32fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_32fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_32fc.
|
static int |
nppsAverageErrorGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_32s.
|
static int |
nppsAverageErrorGetBufferSize_32sc(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_32sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_32sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_32sc.
|
static int |
nppsAverageErrorGetBufferSize_32u(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_32u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_32u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_32u.
|
static int |
nppsAverageErrorGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_64f.
|
static int |
nppsAverageErrorGetBufferSize_64fc(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_64fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_64fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_64fc.
|
static int |
nppsAverageErrorGetBufferSize_64s(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_64s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_64s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_64s.
|
static int |
nppsAverageErrorGetBufferSize_64sc(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_64sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_64sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_64sc.
|
static int |
nppsAverageErrorGetBufferSize_8s(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_8s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_8s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_8s.
|
static int |
nppsAverageErrorGetBufferSize_8u(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_8u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageErrorGetBufferSize_8u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageError_8u.
|
static int |
nppsAverageRelativeError_16s(short[] pSrc1,
short[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_16s(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_16s(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
16-bit signed short integer AverageRelative method.
|
static int |
nppsAverageRelativeError_16sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_16sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_16sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
16-bit unsigned short complex integer AverageRelative method.
|
static int |
nppsAverageRelativeError_16u(short[] pSrc1,
short[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_16u(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_16u(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
16-bit unsigned short integer AverageRelative method.
|
static int |
nppsAverageRelativeError_32f(float[] pSrc1,
float[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_32f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_32f(FloatPointer pSrc1,
FloatPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit floating point AverageRelative method.
|
static int |
nppsAverageRelativeError_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit floating point complex AverageRelative method.
|
static int |
nppsAverageRelativeError_32s(int[] pSrc1,
int[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_32s(IntBuffer pSrc1,
IntBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_32s(IntPointer pSrc1,
IntPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit signed short integer AverageRelative method.
|
static int |
nppsAverageRelativeError_32sc(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_32sc(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_32sc(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit unsigned short complex integer AverageRelative method.
|
static int |
nppsAverageRelativeError_32u(int[] pSrc1,
int[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_32u(IntBuffer pSrc1,
IntBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_32u(IntPointer pSrc1,
IntPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit unsigned short integer AverageRelative method.
|
static int |
nppsAverageRelativeError_64f(double[] pSrc1,
double[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_64f(DoubleBuffer pSrc1,
DoubleBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_64f(DoublePointer pSrc1,
DoublePointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit floating point AverageRelative method.
|
static int |
nppsAverageRelativeError_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit floating point complex AverageRelative method.
|
static int |
nppsAverageRelativeError_64s(long[] pSrc1,
long[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_64s(LongBuffer pSrc1,
LongBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_64s(LongPointer pSrc1,
LongPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit signed short integer AverageRelative method.
|
static int |
nppsAverageRelativeError_64sc(Npp64sc pSrc1,
Npp64sc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_64sc(Npp64sc pSrc1,
Npp64sc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_64sc(Npp64sc pSrc1,
Npp64sc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit unsigned short complex integer AverageRelative method.
|
static int |
nppsAverageRelativeError_8s(byte[] pSrc1,
byte[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_8s(ByteBuffer pSrc1,
ByteBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_8s(BytePointer pSrc1,
BytePointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
8-bit signed char AverageRelative method.
|
static int |
nppsAverageRelativeError_8u(byte[] pSrc1,
byte[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsAverageRelativeError_8u(ByteBuffer pSrc1,
ByteBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsAverageRelativeError_8u(BytePointer pSrc1,
BytePointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
8-bit unsigned char AverageRelative method.
|
static int |
nppsAverageRelativeErrorGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_16s.
|
static int |
nppsAverageRelativeErrorGetBufferSize_16sc(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_16sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_16sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_16sc.
|
static int |
nppsAverageRelativeErrorGetBufferSize_16u(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_16u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_16u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_16u.
|
static int |
nppsAverageRelativeErrorGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_32f.
|
static int |
nppsAverageRelativeErrorGetBufferSize_32fc(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_32fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_32fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_32fc.
|
static int |
nppsAverageRelativeErrorGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_32s.
|
static int |
nppsAverageRelativeErrorGetBufferSize_32sc(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_32sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_32sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_32sc.
|
static int |
nppsAverageRelativeErrorGetBufferSize_32u(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_32u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_32u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_32u.
|
static int |
nppsAverageRelativeErrorGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_64f.
|
static int |
nppsAverageRelativeErrorGetBufferSize_64fc(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_64fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_64fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_64fc.
|
static int |
nppsAverageRelativeErrorGetBufferSize_64s(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_64s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_64s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_64s.
|
static int |
nppsAverageRelativeErrorGetBufferSize_64sc(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_64sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_64sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_64sc.
|
static int |
nppsAverageRelativeErrorGetBufferSize_8s(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_8s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_8s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_8s.
|
static int |
nppsAverageRelativeErrorGetBufferSize_8u(int nLength,
int[] hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_8u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsAverageRelativeErrorGetBufferSize_8u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsAverageRelativeError_8u.
|
static int |
nppsCauchy_32f_I(float[] pSrcDst,
int nLength,
float nParam) |
static int |
nppsCauchy_32f_I(FloatBuffer pSrcDst,
int nLength,
float nParam) |
static int |
nppsCauchy_32f_I(FloatPointer pSrcDst,
int nLength,
float nParam)
32-bit floating point signal Cauchy error calculation.
|
static int |
nppsCauchyD_32f_I(float[] pSrcDst,
int nLength,
float nParam) |
static int |
nppsCauchyD_32f_I(FloatBuffer pSrcDst,
int nLength,
float nParam) |
static int |
nppsCauchyD_32f_I(FloatPointer pSrcDst,
int nLength,
float nParam)
32-bit floating point signal Cauchy first derivative.
|
static int |
nppsCauchyDD2_32f_I(float[] pSrcDst,
float[] pD2FVal,
int nLength,
float nParam) |
static int |
nppsCauchyDD2_32f_I(FloatBuffer pSrcDst,
FloatBuffer pD2FVal,
int nLength,
float nParam) |
static int |
nppsCauchyDD2_32f_I(FloatPointer pSrcDst,
FloatPointer pD2FVal,
int nLength,
float nParam)
32-bit floating point signal Cauchy first and second derivatives.
|
static int |
nppsConvert_16s32f_Sfs(short[] pSrc,
float[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_16s32f_Sfs(ShortBuffer pSrc,
FloatBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_16s32f_Sfs(ShortPointer pSrc,
FloatPointer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_16s32f(short[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsConvert_16s32f(ShortBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsConvert_16s32f(ShortPointer pSrc,
FloatPointer pDst,
int nLength) |
static int |
nppsConvert_16s32s(short[] pSrc,
int[] pDst,
int nLength) |
static int |
nppsConvert_16s32s(ShortBuffer pSrc,
IntBuffer pDst,
int nLength) |
static int |
nppsConvert_16s32s(ShortPointer pSrc,
IntPointer pDst,
int nLength) |
static int |
nppsConvert_16s64f_Sfs(short[] pSrc,
double[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_16s64f_Sfs(ShortBuffer pSrc,
DoubleBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_16s64f_Sfs(ShortPointer pSrc,
DoublePointer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_16s8s_Sfs(short[] pSrc,
byte[] pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_16s8s_Sfs(ShortBuffer pSrc,
ByteBuffer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_16s8s_Sfs(ShortPointer pSrc,
BytePointer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_16u32f(short[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsConvert_16u32f(ShortBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsConvert_16u32f(ShortPointer pSrc,
FloatPointer pDst,
int nLength) |
static int |
nppsConvert_32f16s_Sfs(float[] pSrc,
short[] pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f16s_Sfs(FloatBuffer pSrc,
ShortBuffer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f16s_Sfs(FloatPointer pSrc,
ShortPointer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f16u_Sfs(float[] pSrc,
short[] pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f16u_Sfs(FloatBuffer pSrc,
ShortBuffer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f16u_Sfs(FloatPointer pSrc,
ShortPointer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f32s_Sfs(float[] pSrc,
int[] pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f32s_Sfs(FloatBuffer pSrc,
IntBuffer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f32s_Sfs(FloatPointer pSrc,
IntPointer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f64f(float[] pSrc,
double[] pDst,
int nLength) |
static int |
nppsConvert_32f64f(FloatBuffer pSrc,
DoubleBuffer pDst,
int nLength) |
static int |
nppsConvert_32f64f(FloatPointer pSrc,
DoublePointer pDst,
int nLength) |
static int |
nppsConvert_32f8s_Sfs(float[] pSrc,
byte[] pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f8s_Sfs(FloatBuffer pSrc,
ByteBuffer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f8s_Sfs(FloatPointer pSrc,
BytePointer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f8u_Sfs(float[] pSrc,
byte[] pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f8u_Sfs(FloatBuffer pSrc,
ByteBuffer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32f8u_Sfs(FloatPointer pSrc,
BytePointer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_32s16s_Sfs(int[] pSrc,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_32s16s_Sfs(IntBuffer pSrc,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_32s16s_Sfs(IntPointer pSrc,
ShortPointer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_32s16s(int[] pSrc,
short[] pDst,
int nLength) |
static int |
nppsConvert_32s16s(IntBuffer pSrc,
ShortBuffer pDst,
int nLength) |
static int |
nppsConvert_32s16s(IntPointer pSrc,
ShortPointer pDst,
int nLength) |
static int |
nppsConvert_32s32f_Sfs(int[] pSrc,
float[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_32s32f_Sfs(IntBuffer pSrc,
FloatBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_32s32f_Sfs(IntPointer pSrc,
FloatPointer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_32s32f(int[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsConvert_32s32f(IntBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsConvert_32s32f(IntPointer pSrc,
FloatPointer pDst,
int nLength) |
static int |
nppsConvert_32s64f_Sfs(int[] pSrc,
double[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_32s64f_Sfs(IntBuffer pSrc,
DoubleBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_32s64f_Sfs(IntPointer pSrc,
DoublePointer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsConvert_32s64f(int[] pSrc,
double[] pDst,
int nLength) |
static int |
nppsConvert_32s64f(IntBuffer pSrc,
DoubleBuffer pDst,
int nLength) |
static int |
nppsConvert_32s64f(IntPointer pSrc,
DoublePointer pDst,
int nLength) |
static int |
nppsConvert_64f16s_Sfs(double[] pSrc,
short[] pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_64f16s_Sfs(DoubleBuffer pSrc,
ShortBuffer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_64f16s_Sfs(DoublePointer pSrc,
ShortPointer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_64f32f(double[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsConvert_64f32f(DoubleBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsConvert_64f32f(DoublePointer pSrc,
FloatPointer pDst,
int nLength) |
static int |
nppsConvert_64f32s_Sfs(double[] pSrc,
int[] pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_64f32s_Sfs(DoubleBuffer pSrc,
IntBuffer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_64f32s_Sfs(DoublePointer pSrc,
IntPointer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_64f64s_Sfs(double[] pSrc,
long[] pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_64f64s_Sfs(DoubleBuffer pSrc,
LongBuffer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_64f64s_Sfs(DoublePointer pSrc,
LongPointer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_64s32s_Sfs(long[] pSrc,
int[] pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_64s32s_Sfs(LongBuffer pSrc,
IntBuffer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_64s32s_Sfs(LongPointer pSrc,
IntPointer pDst,
int nLength,
int eRoundMode,
int nScaleFactor) |
static int |
nppsConvert_64s64f(long[] pSrc,
double[] pDst,
int nLength) |
static int |
nppsConvert_64s64f(LongBuffer pSrc,
DoubleBuffer pDst,
int nLength) |
static int |
nppsConvert_64s64f(LongPointer pSrc,
DoublePointer pDst,
int nLength) |
static int |
nppsConvert_8s16s(byte[] pSrc,
short[] pDst,
int nLength) |
static int |
nppsConvert_8s16s(ByteBuffer pSrc,
ShortBuffer pDst,
int nLength) |
static int |
nppsConvert_8s16s(BytePointer pSrc,
ShortPointer pDst,
int nLength)
\name Convert
Routines for converting the sample-data type of signals.
|
static int |
nppsConvert_8s32f(byte[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsConvert_8s32f(ByteBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsConvert_8s32f(BytePointer pSrc,
FloatPointer pDst,
int nLength) |
static int |
nppsConvert_8u32f(byte[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsConvert_8u32f(ByteBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsConvert_8u32f(BytePointer pSrc,
FloatPointer pDst,
int nLength) |
static int |
nppsCopy_16s(short[] pSrc,
short[] pDst,
int nLength) |
static int |
nppsCopy_16s(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength) |
static int |
nppsCopy_16s(ShortPointer pSrc,
ShortPointer pDst,
int nLength)
16-bit signed short, vector copy method.
|
static int |
nppsCopy_16sc(Npp16sc pSrc,
Npp16sc pDst,
int nLength)
16-bit complex short, vector copy method.
|
static int |
nppsCopy_32f(float[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsCopy_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsCopy_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength)
32-bit float, vector copy method.
|
static int |
nppsCopy_32fc(Npp32fc pSrc,
Npp32fc pDst,
int nLength)
32-bit complex float, vector copy method.
|
static int |
nppsCopy_32s(int[] pSrc,
int[] pDst,
int nLength) |
static int |
nppsCopy_32s(IntBuffer pSrc,
IntBuffer pDst,
int nLength) |
static int |
nppsCopy_32s(IntPointer pSrc,
IntPointer pDst,
int nLength)
32-bit signed integer, vector copy method.
|
static int |
nppsCopy_32sc(Npp32sc pSrc,
Npp32sc pDst,
int nLength)
32-bit complex signed integer, vector copy method.
|
static int |
nppsCopy_64fc(Npp64fc pSrc,
Npp64fc pDst,
int nLength)
64-bit complex double, vector copy method.
|
static int |
nppsCopy_64s(long[] pSrc,
long[] pDst,
int nLength) |
static int |
nppsCopy_64s(LongBuffer pSrc,
LongBuffer pDst,
int nLength) |
static int |
nppsCopy_64s(LongPointer pSrc,
LongPointer pDst,
int nLength)
64-bit signed integer, vector copy method.
|
static int |
nppsCopy_64sc(Npp64sc pSrc,
Npp64sc pDst,
int nLength)
64-bit complex signed integer, vector copy method.
|
static int |
nppsCopy_8u(byte[] pSrc,
byte[] pDst,
int nLength) |
static int |
nppsCopy_8u(ByteBuffer pSrc,
ByteBuffer pDst,
int nLength) |
static int |
nppsCopy_8u(BytePointer pSrc,
BytePointer pDst,
int nLength)
8-bit unsigned char, vector copy method
|
static int |
nppsCountInRange_32s(int[] pSrc,
int nLength,
int[] pCounts,
int nLowerBound,
int nUpperBound,
byte[] pDeviceBuffer) |
static int |
nppsCountInRange_32s(IntBuffer pSrc,
int nLength,
IntBuffer pCounts,
int nLowerBound,
int nUpperBound,
ByteBuffer pDeviceBuffer) |
static int |
nppsCountInRange_32s(IntPointer pSrc,
int nLength,
IntPointer pCounts,
int nLowerBound,
int nUpperBound,
BytePointer pDeviceBuffer)
Computes the number of elements whose values fall into the specified range on a 32-bit signed integer array.
|
static int |
nppsCountInRangeGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsCountInRangeGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsCountInRangeGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsCountInRange_32s.
|
static int |
nppsCubrt_32f(float[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsCubrt_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsCubrt_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength)
32-bit floating point signal cube root.
|
static int |
nppsCubrt_32s16s_Sfs(int[] pSrc,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsCubrt_32s16s_Sfs(IntBuffer pSrc,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsCubrt_32s16s_Sfs(IntPointer pSrc,
ShortPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal cube root, scale, then clamp to 16-bit signed integer saturated value.
|
static int |
nppsDiv_16s_ISfs(short[] pSrc,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_16s_ISfs(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_16s_ISfs(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit signed short in place signal divide signal, with scaling,
then clamp to saturated value.
|
static int |
nppsDiv_16s_Sfs(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_16s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_16s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short signal divide signal, scale, then clamp to saturated value.
|
static int |
nppsDiv_16sc_ISfs(Npp16sc pSrc,
Npp16sc pSrcDst,
int nLength,
int nScaleFactor)
16-bit complex signed short in place signal divide signal, with scaling,
then clamp to saturated value.
|
static int |
nppsDiv_16sc_Sfs(Npp16sc pSrc1,
Npp16sc pSrc2,
Npp16sc pDst,
int nLength,
int nScaleFactor)
16-bit signed complex short signal divide signal, scale, then clamp to saturated value.
|
static int |
nppsDiv_16u_ISfs(short[] pSrc,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_16u_ISfs(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_16u_ISfs(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit unsigned short in place signal divide signal, with scaling,
then clamp to saturated value.
|
static int |
nppsDiv_16u_Sfs(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_16u_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_16u_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit unsigned short signal divide signal, scale, then clamp to saturated value.
|
static int |
nppsDiv_32f_I(float[] pSrc,
float[] pSrcDst,
int nLength) |
static int |
nppsDiv_32f_I(FloatBuffer pSrc,
FloatBuffer pSrcDst,
int nLength) |
static int |
nppsDiv_32f_I(FloatPointer pSrc,
FloatPointer pSrcDst,
int nLength)
32-bit floating point in place signal divide signal,
then clamp to saturated value.
|
static int |
nppsDiv_32f(float[] pSrc1,
float[] pSrc2,
float[] pDst,
int nLength) |
static int |
nppsDiv_32f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
FloatBuffer pDst,
int nLength) |
static int |
nppsDiv_32f(FloatPointer pSrc1,
FloatPointer pSrc2,
FloatPointer pDst,
int nLength)
32-bit floating point signal divide signal,
then clamp to saturated value.
|
static int |
nppsDiv_32fc_I(Npp32fc pSrc,
Npp32fc pSrcDst,
int nLength)
32-bit complex floating point in place signal divide signal,
then clamp to saturated value.
|
static int |
nppsDiv_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
Npp32fc pDst,
int nLength)
32-bit complex floating point signal divide signal,
then clamp to saturated value.
|
static int |
nppsDiv_32s_ISfs(int[] pSrc,
int[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_32s_ISfs(IntBuffer pSrc,
IntBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_32s_ISfs(IntPointer pSrc,
IntPointer pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer in place signal divide signal, with scaling,
then clamp to saturated value.
|
static int |
nppsDiv_32s_Sfs(int[] pSrc1,
int[] pSrc2,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_32s_Sfs(IntBuffer pSrc1,
IntBuffer pSrc2,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_32s_Sfs(IntPointer pSrc1,
IntPointer pSrc2,
IntPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal divide signal, scale, then clamp to saturated value.
|
static int |
nppsDiv_32s16s_Sfs(short[] pSrc1,
int[] pSrc2,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_32s16s_Sfs(ShortBuffer pSrc1,
IntBuffer pSrc2,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_32s16s_Sfs(ShortPointer pSrc1,
IntPointer pSrc2,
ShortPointer 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 |
nppsDiv_64f_I(double[] pSrc,
double[] pSrcDst,
int nLength) |
static int |
nppsDiv_64f_I(DoubleBuffer pSrc,
DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsDiv_64f_I(DoublePointer pSrc,
DoublePointer pSrcDst,
int nLength)
64-bit floating point in place signal divide signal,
then clamp to saturated value.
|
static int |
nppsDiv_64f(double[] pSrc1,
double[] pSrc2,
double[] pDst,
int nLength) |
static int |
nppsDiv_64f(DoubleBuffer pSrc1,
DoubleBuffer pSrc2,
DoubleBuffer pDst,
int nLength) |
static int |
nppsDiv_64f(DoublePointer pSrc1,
DoublePointer pSrc2,
DoublePointer pDst,
int nLength)
64-bit floating point signal divide signal,
then clamp to saturated value.
|
static int |
nppsDiv_64fc_I(Npp64fc pSrc,
Npp64fc pSrcDst,
int nLength)
64-bit complex floating point in place signal divide signal,
then clamp to saturated value.
|
static int |
nppsDiv_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
Npp64fc pDst,
int nLength)
64-bit complex floating point signal divide signal,
then clamp to saturated value.
|
static int |
nppsDiv_8u_ISfs(byte[] pSrc,
byte[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_8u_ISfs(ByteBuffer pSrc,
ByteBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_8u_ISfs(BytePointer pSrc,
BytePointer pSrcDst,
int nLength,
int nScaleFactor)
8-bit unsigned char in place signal divide signal, with scaling,
then clamp to saturated value.
|
static int |
nppsDiv_8u_Sfs(byte[] pSrc1,
byte[] pSrc2,
byte[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_8u_Sfs(ByteBuffer pSrc1,
ByteBuffer pSrc2,
ByteBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDiv_8u_Sfs(BytePointer pSrc1,
BytePointer pSrc2,
BytePointer pDst,
int nLength,
int nScaleFactor)
8-bit unsigned char signal divide signal, scale, then clamp to saturated value.
|
static int |
nppsDiv_Round_16s_ISfs(short[] pSrc,
short[] pSrcDst,
int nLength,
int nRndMode,
int nScaleFactor) |
static int |
nppsDiv_Round_16s_ISfs(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength,
int nRndMode,
int nScaleFactor) |
static int |
nppsDiv_Round_16s_ISfs(ShortPointer pSrc,
ShortPointer 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 |
nppsDiv_Round_16s_Sfs(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength,
int nRndMode,
int nScaleFactor) |
static int |
nppsDiv_Round_16s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength,
int nRndMode,
int nScaleFactor) |
static int |
nppsDiv_Round_16s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength,
int nRndMode,
int nScaleFactor)
16-bit signed short signal divide signal, scale, round, then clamp to saturated value.
|
static int |
nppsDiv_Round_16u_ISfs(short[] pSrc,
short[] pSrcDst,
int nLength,
int nRndMode,
int nScaleFactor) |
static int |
nppsDiv_Round_16u_ISfs(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength,
int nRndMode,
int nScaleFactor) |
static int |
nppsDiv_Round_16u_ISfs(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength,
int nRndMode,
int nScaleFactor)
16-bit unsigned short in place signal divide signal, with scaling, rounding
then clamp to saturated value.
|
static int |
nppsDiv_Round_16u_Sfs(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength,
int nRndMode,
int nScaleFactor) |
static int |
nppsDiv_Round_16u_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength,
int nRndMode,
int nScaleFactor) |
static int |
nppsDiv_Round_16u_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength,
int nRndMode,
int nScaleFactor)
16-bit unsigned short signal divide signal, scale, round, then clamp to saturated value.
|
static int |
nppsDiv_Round_8u_ISfs(byte[] pSrc,
byte[] pSrcDst,
int nLength,
int nRndMode,
int nScaleFactor) |
static int |
nppsDiv_Round_8u_ISfs(ByteBuffer pSrc,
ByteBuffer pSrcDst,
int nLength,
int nRndMode,
int nScaleFactor) |
static int |
nppsDiv_Round_8u_ISfs(BytePointer pSrc,
BytePointer pSrcDst,
int nLength,
int nRndMode,
int nScaleFactor)
8-bit unsigned char in place signal divide signal, with scaling, rounding
then clamp to saturated value.
|
static int |
nppsDiv_Round_8u_Sfs(byte[] pSrc1,
byte[] pSrc2,
byte[] pDst,
int nLength,
int nRndMode,
int nScaleFactor) |
static int |
nppsDiv_Round_8u_Sfs(ByteBuffer pSrc1,
ByteBuffer pSrc2,
ByteBuffer pDst,
int nLength,
int nRndMode,
int nScaleFactor) |
static int |
nppsDiv_Round_8u_Sfs(BytePointer pSrc1,
BytePointer pSrc2,
BytePointer pDst,
int nLength,
int nRndMode,
int nScaleFactor)
8-bit unsigned char signal divide signal, scale, then clamp to saturated value.
|
static int |
nppsDivC_16s_ISfs(short nValue,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDivC_16s_ISfs(short nValue,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDivC_16s_ISfs(short nValue,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit signed short in place signal divided by constant, scale, then clamp to saturated value.
|
static int |
nppsDivC_16s_Sfs(short[] pSrc,
short nValue,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDivC_16s_Sfs(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDivC_16s_Sfs(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short signal divided by constant, scale, then clamp to saturated value.
|
static int |
nppsDivC_16sc_ISfs(Npp16sc nValue,
Npp16sc 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 |
nppsDivC_16sc_Sfs(Npp16sc pSrc,
Npp16sc nValue,
Npp16sc 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 |
nppsDivC_16u_ISfs(short nValue,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDivC_16u_ISfs(short nValue,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDivC_16u_ISfs(short nValue,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit unsigned short in place signal divided by constant, scale, then clamp to saturated value.
|
static int |
nppsDivC_16u_Sfs(short[] pSrc,
short nValue,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDivC_16u_Sfs(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDivC_16u_Sfs(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit unsigned short signal divided by constant, scale, then clamp to saturated value.
|
static int |
nppsDivC_32f_I(float nValue,
float[] pSrcDst,
int nLength) |
static int |
nppsDivC_32f_I(float nValue,
FloatBuffer pSrcDst,
int nLength) |
static int |
nppsDivC_32f_I(float nValue,
FloatPointer pSrcDst,
int nLength)
32-bit floating point in place signal divided by constant.
|
static int |
nppsDivC_32f(float[] pSrc,
float nValue,
float[] pDst,
int nLength) |
static int |
nppsDivC_32f(FloatBuffer pSrc,
float nValue,
FloatBuffer pDst,
int nLength) |
static int |
nppsDivC_32f(FloatPointer pSrc,
float nValue,
FloatPointer pDst,
int nLength)
32-bit floating point signal divided by constant.
|
static int |
nppsDivC_32fc_I(Npp32fc nValue,
Npp32fc pSrcDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in
place signal divided by constant.
|
static int |
nppsDivC_32fc(Npp32fc pSrc,
Npp32fc nValue,
Npp32fc pDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal
divided by constant.
|
static int |
nppsDivC_64f_I(double nValue,
double[] pSrcDst,
int nLength) |
static int |
nppsDivC_64f_I(double nValue,
DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsDivC_64f_I(double nValue,
DoublePointer pSrcDst,
int nLength)
64-bit floating point in place signal divided by constant.
|
static int |
nppsDivC_64f(double[] pSrc,
double nValue,
double[] pDst,
int nLength) |
static int |
nppsDivC_64f(DoubleBuffer pSrc,
double nValue,
DoubleBuffer pDst,
int nLength) |
static int |
nppsDivC_64f(DoublePointer pSrc,
double nValue,
DoublePointer pDst,
int nLength)
64-bit floating point signal divided by constant.
|
static int |
nppsDivC_64fc_I(Npp64fc nValue,
Npp64fc pSrcDst,
int nLength)
64-bit floating point complex number (64 bit real, 64 bit imaginary) in
place signal divided by constant.
|
static int |
nppsDivC_64fc(Npp64fc pSrc,
Npp64fc nValue,
Npp64fc pDst,
int nLength)
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal
divided by constant.
|
static int |
nppsDivC_8u_ISfs(byte nValue,
byte[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDivC_8u_ISfs(byte nValue,
ByteBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsDivC_8u_ISfs(byte nValue,
BytePointer pSrcDst,
int nLength,
int nScaleFactor)
8-bit unsigned char in place signal divided by constant,
scale, then clamp to saturated value
|
static int |
nppsDivC_8u_Sfs(byte[] pSrc,
byte nValue,
byte[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDivC_8u_Sfs(ByteBuffer pSrc,
byte nValue,
ByteBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsDivC_8u_Sfs(BytePointer pSrc,
byte nValue,
BytePointer pDst,
int nLength,
int nScaleFactor)
8-bit unsigned char signal divided by constant, scale, then clamp to saturated value.
|
static int |
nppsDivCRev_16u_I(short nValue,
short[] pSrcDst,
int nLength) |
static int |
nppsDivCRev_16u_I(short nValue,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsDivCRev_16u_I(short nValue,
ShortPointer pSrcDst,
int nLength)
16-bit unsigned short in place constant divided by signal, then clamp to saturated value.
|
static int |
nppsDivCRev_16u(short[] pSrc,
short nValue,
short[] pDst,
int nLength) |
static int |
nppsDivCRev_16u(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength) |
static int |
nppsDivCRev_16u(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength)
16-bit unsigned short signal divided by constant, then clamp to saturated value.
|
static int |
nppsDivCRev_32f_I(float nValue,
float[] pSrcDst,
int nLength) |
static int |
nppsDivCRev_32f_I(float nValue,
FloatBuffer pSrcDst,
int nLength) |
static int |
nppsDivCRev_32f_I(float nValue,
FloatPointer pSrcDst,
int nLength)
32-bit floating point in place constant divided by signal.
|
static int |
nppsDivCRev_32f(float[] pSrc,
float nValue,
float[] pDst,
int nLength) |
static int |
nppsDivCRev_32f(FloatBuffer pSrc,
float nValue,
FloatBuffer pDst,
int nLength) |
static int |
nppsDivCRev_32f(FloatPointer pSrc,
float nValue,
FloatPointer pDst,
int nLength)
32-bit floating point constant divided by signal.
|
static int |
nppsDotProd_16s_Sfs(short[] pSrc1,
short[] pSrc2,
int nLength,
short[] pDp,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_16s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
ShortBuffer pDp,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_16s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
ShortPointer pDp,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer dot product method, return value is 16-bit signed short integer.
|
static int |
nppsDotProd_16s16sc_Sfs(short[] pSrc1,
Npp16sc pSrc2,
int nLength,
Npp16sc pDp,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_16s16sc_Sfs(ShortBuffer pSrc1,
Npp16sc pSrc2,
int nLength,
Npp16sc pDp,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_16s16sc_Sfs(ShortPointer pSrc1,
Npp16sc pSrc2,
int nLength,
Npp16sc pDp,
int nScaleFactor,
BytePointer 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 |
nppsDotProd_16s16sc32fc(short[] pSrc1,
Npp16sc pSrc2,
int nLength,
Npp32fc pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_16s16sc32fc(ShortBuffer pSrc1,
Npp16sc pSrc2,
int nLength,
Npp32fc pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_16s16sc32fc(ShortPointer pSrc1,
Npp16sc pSrc2,
int nLength,
Npp32fc pDp,
BytePointer 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 |
nppsDotProd_16s16sc32sc_Sfs(short[] pSrc1,
Npp16sc pSrc2,
int nLength,
Npp32sc pDp,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_16s16sc32sc_Sfs(ShortBuffer pSrc1,
Npp16sc pSrc2,
int nLength,
Npp32sc pDp,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_16s16sc32sc_Sfs(ShortPointer pSrc1,
Npp16sc pSrc2,
int nLength,
Npp32sc pDp,
int nScaleFactor,
BytePointer 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 |
nppsDotProd_16s16sc64sc(short[] pSrc1,
Npp16sc pSrc2,
int nLength,
Npp64sc pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_16s16sc64sc(ShortBuffer pSrc1,
Npp16sc pSrc2,
int nLength,
Npp64sc pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_16s16sc64sc(ShortPointer pSrc1,
Npp16sc pSrc2,
int nLength,
Npp64sc pDp,
BytePointer 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 |
nppsDotProd_16s32f(short[] pSrc1,
short[] pSrc2,
int nLength,
float[] pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_16s32f(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
FloatBuffer pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_16s32f(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
FloatPointer pDp,
BytePointer pDeviceBuffer)
16-bit signed short integer dot product method, return value is 32-bit float.
|
static int |
nppsDotProd_16s32s_Sfs(short[] pSrc1,
short[] pSrc2,
int nLength,
int[] pDp,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_16s32s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
IntBuffer pDp,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_16s32s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
IntPointer pDp,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer dot product method, return value is 32-bit signed integer.
|
static int |
nppsDotProd_16s32s32s_Sfs(short[] pSrc1,
int[] pSrc2,
int nLength,
int[] pDp,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_16s32s32s_Sfs(ShortBuffer pSrc1,
IntBuffer pSrc2,
int nLength,
IntBuffer pDp,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_16s32s32s_Sfs(ShortPointer pSrc1,
IntPointer pSrc2,
int nLength,
IntPointer pDp,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer and 32-bit signed integer dot product method, return value is 32-bit signed integer.
|
static int |
nppsDotProd_16s64s(short[] pSrc1,
short[] pSrc2,
int nLength,
long[] pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_16s64s(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
LongBuffer pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_16s64s(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
LongPointer pDp,
BytePointer pDeviceBuffer)
16-bit signed short integer dot product method, return value is 64-bit signed integer.
|
static int |
nppsDotProd_16sc_Sfs(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
Npp16sc pDp,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_16sc_Sfs(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
Npp16sc pDp,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_16sc_Sfs(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
Npp16sc pDp,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer complex dot product method, return value is 16-bit signed short integer complex.
|
static int |
nppsDotProd_16sc32fc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
Npp32fc pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_16sc32fc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
Npp32fc pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_16sc32fc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
Npp32fc pDp,
BytePointer pDeviceBuffer)
16-bit signed short integer complex dot product method, return value is 32-bit float complex.
|
static int |
nppsDotProd_16sc32sc_Sfs(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
Npp32sc pDp,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_16sc32sc_Sfs(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
Npp32sc pDp,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_16sc32sc_Sfs(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
Npp32sc pDp,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
|
static int |
nppsDotProd_16sc64sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
Npp64sc pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_16sc64sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
Npp64sc pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_16sc64sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
Npp64sc pDp,
BytePointer pDeviceBuffer)
16-bit signed short integer complex dot product method, return value is 64-bit signed integer complex.
|
static int |
nppsDotProd_32f(float[] pSrc1,
float[] pSrc2,
int nLength,
float[] pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_32f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
int nLength,
FloatBuffer pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_32f(FloatPointer pSrc1,
FloatPointer pSrc2,
int nLength,
FloatPointer pDp,
BytePointer pDeviceBuffer)
32-bit float dot product method, return value is 32-bit float.
|
static int |
nppsDotProd_32f32fc(float[] pSrc1,
Npp32fc pSrc2,
int nLength,
Npp32fc pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_32f32fc(FloatBuffer pSrc1,
Npp32fc pSrc2,
int nLength,
Npp32fc pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_32f32fc(FloatPointer pSrc1,
Npp32fc pSrc2,
int nLength,
Npp32fc pDp,
BytePointer pDeviceBuffer)
32-bit float and 32-bit float complex dot product method, return value is 32-bit float complex.
|
static int |
nppsDotProd_32f32fc64fc(float[] pSrc1,
Npp32fc pSrc2,
int nLength,
Npp64fc pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_32f32fc64fc(FloatBuffer pSrc1,
Npp32fc pSrc2,
int nLength,
Npp64fc pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_32f32fc64fc(FloatPointer pSrc1,
Npp32fc pSrc2,
int nLength,
Npp64fc pDp,
BytePointer pDeviceBuffer)
32-bit float and 32-bit float complex dot product method, return value is 64-bit float complex.
|
static int |
nppsDotProd_32f64f(float[] pSrc1,
float[] pSrc2,
int nLength,
double[] pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_32f64f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
int nLength,
DoubleBuffer pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_32f64f(FloatPointer pSrc1,
FloatPointer pSrc2,
int nLength,
DoublePointer pDp,
BytePointer pDeviceBuffer)
32-bit float dot product method, return value is 64-bit float.
|
static int |
nppsDotProd_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
Npp32fc pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
Npp32fc pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
Npp32fc pDp,
BytePointer pDeviceBuffer)
32-bit float complex dot product method, return value is 32-bit float complex.
|
static int |
nppsDotProd_32fc64fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
Npp64fc pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_32fc64fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
Npp64fc pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_32fc64fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
Npp64fc pDp,
BytePointer pDeviceBuffer)
32-bit float complex dot product method, return value is 64-bit float complex.
|
static int |
nppsDotProd_32s_Sfs(int[] pSrc1,
int[] pSrc2,
int nLength,
int[] pDp,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_32s_Sfs(IntBuffer pSrc1,
IntBuffer pSrc2,
int nLength,
IntBuffer pDp,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_32s_Sfs(IntPointer pSrc1,
IntPointer pSrc2,
int nLength,
IntPointer pDp,
int nScaleFactor,
BytePointer pDeviceBuffer)
32-bit signed integer dot product method, return value is 32-bit signed integer.
|
static int |
nppsDotProd_32s32sc_Sfs(int[] pSrc1,
Npp32sc pSrc2,
int nLength,
Npp32sc pDp,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_32s32sc_Sfs(IntBuffer pSrc1,
Npp32sc pSrc2,
int nLength,
Npp32sc pDp,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_32s32sc_Sfs(IntPointer pSrc1,
Npp32sc pSrc2,
int nLength,
Npp32sc pDp,
int nScaleFactor,
BytePointer pDeviceBuffer)
32-bit signed short integer and 32-bit signed short integer complex dot product method, return value is 32-bit signed integer complex.
|
static int |
nppsDotProd_32sc_Sfs(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
Npp32sc pDp,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_32sc_Sfs(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
Npp32sc pDp,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_32sc_Sfs(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
Npp32sc pDp,
int nScaleFactor,
BytePointer pDeviceBuffer)
32-bit signed integer complex dot product method, return value is 32-bit signed integer complex.
|
static int |
nppsDotProd_64f(double[] pSrc1,
double[] pSrc2,
int nLength,
double[] pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_64f(DoubleBuffer pSrc1,
DoubleBuffer pSrc2,
int nLength,
DoubleBuffer pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_64f(DoublePointer pSrc1,
DoublePointer pSrc2,
int nLength,
DoublePointer pDp,
BytePointer pDeviceBuffer)
64-bit float dot product method, return value is 64-bit float.
|
static int |
nppsDotProd_64f64fc(double[] pSrc1,
Npp64fc pSrc2,
int nLength,
Npp64fc pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_64f64fc(DoubleBuffer pSrc1,
Npp64fc pSrc2,
int nLength,
Npp64fc pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_64f64fc(DoublePointer pSrc1,
Npp64fc pSrc2,
int nLength,
Npp64fc pDp,
BytePointer pDeviceBuffer)
64-bit float and 64-bit float complex dot product method, return value is 64-bit float complex.
|
static int |
nppsDotProd_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
Npp64fc pDp,
byte[] pDeviceBuffer) |
static int |
nppsDotProd_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
Npp64fc pDp,
ByteBuffer pDeviceBuffer) |
static int |
nppsDotProd_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
Npp64fc pDp,
BytePointer pDeviceBuffer)
64-bit float complex dot product method, return value is 64-bit float complex.
|
static int |
nppsDotProdGetBufferSize_16s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_16s_Sfs.
|
static int |
nppsDotProdGetBufferSize_16s16sc_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s16sc_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s16sc_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_16s16sc_Sfs.
|
static int |
nppsDotProdGetBufferSize_16s16sc32fc(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s16sc32fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s16sc32fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_16s16sc32fc.
|
static int |
nppsDotProdGetBufferSize_16s16sc32sc_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s16sc32sc_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s16sc32sc_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_16s16sc32sc_Sfs.
|
static int |
nppsDotProdGetBufferSize_16s16sc64sc(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s16sc64sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s16sc64sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_16s16sc64sc.
|
static int |
nppsDotProdGetBufferSize_16s32f(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_16s32f.
|
static int |
nppsDotProdGetBufferSize_16s32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_16s32s_Sfs.
|
static int |
nppsDotProdGetBufferSize_16s32s32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s32s32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s32s32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_16s32s32s_Sfs.
|
static int |
nppsDotProdGetBufferSize_16s64s(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s64s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16s64s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_16s64s.
|
static int |
nppsDotProdGetBufferSize_16sc_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16sc_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16sc_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_16sc_Sfs.
|
static int |
nppsDotProdGetBufferSize_16sc32fc(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16sc32fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16sc32fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_16sc32fc.
|
static int |
nppsDotProdGetBufferSize_16sc32sc_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16sc32sc_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16sc32sc_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_16sc32sc_Sfs.
|
static int |
nppsDotProdGetBufferSize_16sc64sc(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16sc64sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_16sc64sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_16sc64sc.
|
static int |
nppsDotProdGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_32f.
|
static int |
nppsDotProdGetBufferSize_32f32fc(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32f32fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32f32fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_32f32fc.
|
static int |
nppsDotProdGetBufferSize_32f32fc64fc(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32f32fc64fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32f32fc64fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_32f32fc64fc.
|
static int |
nppsDotProdGetBufferSize_32f64f(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32f64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32f64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_32f64f.
|
static int |
nppsDotProdGetBufferSize_32fc(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_32fc.
|
static int |
nppsDotProdGetBufferSize_32fc64fc(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32fc64fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32fc64fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_32fc64fc.
|
static int |
nppsDotProdGetBufferSize_32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_32s_Sfs.
|
static int |
nppsDotProdGetBufferSize_32s32sc_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32s32sc_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32s32sc_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_32s32sc_Sfs.
|
static int |
nppsDotProdGetBufferSize_32sc_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32sc_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_32sc_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_32sc_Sfs.
|
static int |
nppsDotProdGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_64f.
|
static int |
nppsDotProdGetBufferSize_64f64fc(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_64f64fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_64f64fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_64f64fc.
|
static int |
nppsDotProdGetBufferSize_64fc(int nLength,
int[] hpBufferSize) |
static int |
nppsDotProdGetBufferSize_64fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsDotProdGetBufferSize_64fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsDotProd_64fc.
|
static int |
nppsExp_16s_ISfs(short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsExp_16s_ISfs(ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsExp_16s_ISfs(ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit signed short signal exponent, scale, then clamp to saturated value.
|
static int |
nppsExp_16s_Sfs(short[] pSrc,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsExp_16s_Sfs(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsExp_16s_Sfs(ShortPointer pSrc,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short signal exponent, scale, then clamp to saturated value.
|
static int |
nppsExp_32f_I(float[] pSrcDst,
int nLength) |
static int |
nppsExp_32f_I(FloatBuffer pSrcDst,
int nLength) |
static int |
nppsExp_32f_I(FloatPointer pSrcDst,
int nLength)
32-bit floating point signal exponent.
|
static int |
nppsExp_32f(float[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsExp_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsExp_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength)
32-bit floating point signal exponent.
|
static int |
nppsExp_32f64f(float[] pSrc,
double[] pDst,
int nLength) |
static int |
nppsExp_32f64f(FloatBuffer pSrc,
DoubleBuffer pDst,
int nLength) |
static int |
nppsExp_32f64f(FloatPointer pSrc,
DoublePointer pDst,
int nLength)
32-bit floating point signal exponent with 64-bit floating point result.
|
static int |
nppsExp_32s_ISfs(int[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsExp_32s_ISfs(IntBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsExp_32s_ISfs(IntPointer pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal exponent, scale, then clamp to saturated value.
|
static int |
nppsExp_32s_Sfs(int[] pSrc,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsExp_32s_Sfs(IntBuffer pSrc,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsExp_32s_Sfs(IntPointer pSrc,
IntPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal exponent, scale, then clamp to saturated value.
|
static int |
nppsExp_64f_I(double[] pSrcDst,
int nLength) |
static int |
nppsExp_64f_I(DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsExp_64f_I(DoublePointer pSrcDst,
int nLength)
64-bit floating point signal exponent.
|
static int |
nppsExp_64f(double[] pSrc,
double[] pDst,
int nLength) |
static int |
nppsExp_64f(DoubleBuffer pSrc,
DoubleBuffer pDst,
int nLength) |
static int |
nppsExp_64f(DoublePointer pSrc,
DoublePointer pDst,
int nLength)
64-bit floating point signal exponent.
|
static int |
nppsExp_64s_ISfs(long[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsExp_64s_ISfs(LongBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsExp_64s_ISfs(LongPointer pSrcDst,
int nLength,
int nScaleFactor)
64-bit signed integer signal exponent, scale, then clamp to saturated value.
|
static int |
nppsExp_64s_Sfs(long[] pSrc,
long[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsExp_64s_Sfs(LongBuffer pSrc,
LongBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsExp_64s_Sfs(LongPointer pSrc,
LongPointer pDst,
int nLength,
int nScaleFactor)
64-bit signed integer signal exponent, scale, then clamp to saturated value.
|
static void |
nppsFree(Pointer pValues)
Free method for any signal memory.
|
static int |
nppsIntegral_32s(int[] pSrc,
int[] pDst,
int nLength,
byte[] pDeviceBuffer) |
static int |
nppsIntegral_32s(IntBuffer pSrc,
IntBuffer pDst,
int nLength,
ByteBuffer pDeviceBuffer) |
static int |
nppsIntegral_32s(IntPointer pSrc,
IntPointer pDst,
int nLength,
BytePointer pDeviceBuffer) |
static int |
nppsIntegralGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsIntegralGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsIntegralGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
\defgroup signal_integral Integral
Compute the indefinite interal of a given signal.
|
static int |
nppsLn_16s_ISfs(short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsLn_16s_ISfs(ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsLn_16s_ISfs(ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit signed short signal natural logarithm, scale, then clamp to saturated value.
|
static int |
nppsLn_16s_Sfs(short[] pSrc,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsLn_16s_Sfs(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsLn_16s_Sfs(ShortPointer pSrc,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short signal natural logarithm, scale, then clamp to saturated value.
|
static int |
nppsLn_32f_I(float[] pSrcDst,
int nLength) |
static int |
nppsLn_32f_I(FloatBuffer pSrcDst,
int nLength) |
static int |
nppsLn_32f_I(FloatPointer pSrcDst,
int nLength)
32-bit floating point signal natural logarithm.
|
static int |
nppsLn_32f(float[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsLn_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsLn_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength)
32-bit floating point signal natural logarithm.
|
static int |
nppsLn_32s_ISfs(int[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsLn_32s_ISfs(IntBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsLn_32s_ISfs(IntPointer pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal natural logarithm, scale, then clamp to saturated value.
|
static int |
nppsLn_32s_Sfs(int[] pSrc,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsLn_32s_Sfs(IntBuffer pSrc,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsLn_32s_Sfs(IntPointer pSrc,
IntPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal natural logarithm, scale, then clamp to saturated value.
|
static int |
nppsLn_32s16s_Sfs(int[] pSrc,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsLn_32s16s_Sfs(IntBuffer pSrc,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsLn_32s16s_Sfs(IntPointer pSrc,
ShortPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal natural logarithm, scale, then clamp to 16-bit signed short saturated value.
|
static int |
nppsLn_64f_I(double[] pSrcDst,
int nLength) |
static int |
nppsLn_64f_I(DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsLn_64f_I(DoublePointer pSrcDst,
int nLength)
64-bit floating point signal natural logarithm.
|
static int |
nppsLn_64f(double[] pSrc,
double[] pDst,
int nLength) |
static int |
nppsLn_64f(DoubleBuffer pSrc,
DoubleBuffer pDst,
int nLength) |
static int |
nppsLn_64f(DoublePointer pSrc,
DoublePointer pDst,
int nLength)
64-bit floating point signal natural logarithm.
|
static int |
nppsLn_64f32f(double[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsLn_64f32f(DoubleBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsLn_64f32f(DoublePointer pSrc,
FloatPointer pDst,
int nLength)
64-bit floating point signal natural logarithm with 32-bit floating point result.
|
static int |
nppsLShiftC_16s_I(int nValue,
short[] pSrcDst,
int nLength) |
static int |
nppsLShiftC_16s_I(int nValue,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsLShiftC_16s_I(int nValue,
ShortPointer pSrcDst,
int nLength)
16-bit signed short in place signal left shift with constant.
|
static int |
nppsLShiftC_16s(short[] pSrc,
int nValue,
short[] pDst,
int nLength) |
static int |
nppsLShiftC_16s(ShortBuffer pSrc,
int nValue,
ShortBuffer pDst,
int nLength) |
static int |
nppsLShiftC_16s(ShortPointer pSrc,
int nValue,
ShortPointer pDst,
int nLength)
16-bit signed short signal left shift with constant.
|
static int |
nppsLShiftC_16u_I(int nValue,
short[] pSrcDst,
int nLength) |
static int |
nppsLShiftC_16u_I(int nValue,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsLShiftC_16u_I(int nValue,
ShortPointer pSrcDst,
int nLength)
16-bit unsigned short in place signal left shift with constant.
|
static int |
nppsLShiftC_16u(short[] pSrc,
int nValue,
short[] pDst,
int nLength) |
static int |
nppsLShiftC_16u(ShortBuffer pSrc,
int nValue,
ShortBuffer pDst,
int nLength) |
static int |
nppsLShiftC_16u(ShortPointer pSrc,
int nValue,
ShortPointer pDst,
int nLength)
16-bit unsigned short signal left shift with constant.
|
static int |
nppsLShiftC_32s_I(int nValue,
int[] pSrcDst,
int nLength) |
static int |
nppsLShiftC_32s_I(int nValue,
IntBuffer pSrcDst,
int nLength) |
static int |
nppsLShiftC_32s_I(int nValue,
IntPointer pSrcDst,
int nLength)
32-bit signed signed integer in place signal left shift with constant.
|
static int |
nppsLShiftC_32s(int[] pSrc,
int nValue,
int[] pDst,
int nLength) |
static int |
nppsLShiftC_32s(IntBuffer pSrc,
int nValue,
IntBuffer pDst,
int nLength) |
static int |
nppsLShiftC_32s(IntPointer pSrc,
int nValue,
IntPointer pDst,
int nLength)
32-bit signed integer signal left shift with constant.
|
static int |
nppsLShiftC_32u_I(int nValue,
int[] pSrcDst,
int nLength) |
static int |
nppsLShiftC_32u_I(int nValue,
IntBuffer pSrcDst,
int nLength) |
static int |
nppsLShiftC_32u_I(int nValue,
IntPointer pSrcDst,
int nLength)
32-bit unsigned signed integer in place signal left shift with constant.
|
static int |
nppsLShiftC_32u(int[] pSrc,
int nValue,
int[] pDst,
int nLength) |
static int |
nppsLShiftC_32u(IntBuffer pSrc,
int nValue,
IntBuffer pDst,
int nLength) |
static int |
nppsLShiftC_32u(IntPointer pSrc,
int nValue,
IntPointer pDst,
int nLength)
32-bit unsigned integer signal left shift with constant.
|
static int |
nppsLShiftC_8u_I(int nValue,
byte[] pSrcDst,
int nLength) |
static int |
nppsLShiftC_8u_I(int nValue,
ByteBuffer pSrcDst,
int nLength) |
static int |
nppsLShiftC_8u_I(int nValue,
BytePointer pSrcDst,
int nLength)
8-bit unsigned char in place signal left shift with constant.
|
static int |
nppsLShiftC_8u(byte[] pSrc,
int nValue,
byte[] pDst,
int nLength) |
static int |
nppsLShiftC_8u(ByteBuffer pSrc,
int nValue,
ByteBuffer pDst,
int nLength) |
static int |
nppsLShiftC_8u(BytePointer pSrc,
int nValue,
BytePointer pDst,
int nLength)
8-bit unsigned char signal left shift with constant.
|
static ShortPointer |
nppsMalloc_16s(int nSize)
16-bit signal allocator.
|
static Npp16sc |
nppsMalloc_16sc(int nSize)
16-bit complex-value signal allocator.
|
static ShortPointer |
nppsMalloc_16u(int nSize)
16-bit unsigned signal allocator.
|
static FloatPointer |
nppsMalloc_32f(int nSize)
32-bit float signal allocator.
|
static Npp32fc |
nppsMalloc_32fc(int nSize)
32-bit complex float signal allocator.
|
static IntPointer |
nppsMalloc_32s(int nSize)
32-bit integer signal allocator.
|
static Npp32sc |
nppsMalloc_32sc(int nSize)
32-bit complex integer signal allocator.
|
static IntPointer |
nppsMalloc_32u(int nSize)
32-bit unsigned signal allocator.
|
static DoublePointer |
nppsMalloc_64f(int nSize)
64-bit float (double) signal allocator.
|
static Npp64fc |
nppsMalloc_64fc(int nSize)
64-bit complex complex signal allocator.
|
static LongPointer |
nppsMalloc_64s(int nSize)
64-bit long integer signal allocator.
|
static Npp64sc |
nppsMalloc_64sc(int nSize)
64-bit complex long integer signal allocator.
|
static BytePointer |
nppsMalloc_8s(int nSize)
8-bit signed signal allocator.
|
static BytePointer |
nppsMalloc_8u(int nSize)
8-bit unsigned signal allocator.
|
static int |
nppsMax_16s(short[] pSrc,
int nLength,
short[] pMax,
byte[] pDeviceBuffer) |
static int |
nppsMax_16s(ShortBuffer pSrc,
int nLength,
ShortBuffer pMax,
ByteBuffer pDeviceBuffer) |
static int |
nppsMax_16s(ShortPointer pSrc,
int nLength,
ShortPointer pMax,
BytePointer pDeviceBuffer)
16-bit integer vector max method
|
static int |
nppsMax_32f(float[] pSrc,
int nLength,
float[] pMax,
byte[] pDeviceBuffer) |
static int |
nppsMax_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pMax,
ByteBuffer pDeviceBuffer) |
static int |
nppsMax_32f(FloatPointer pSrc,
int nLength,
FloatPointer pMax,
BytePointer pDeviceBuffer)
32-bit float vector max method
|
static int |
nppsMax_32s(int[] pSrc,
int nLength,
int[] pMax,
byte[] pDeviceBuffer) |
static int |
nppsMax_32s(IntBuffer pSrc,
int nLength,
IntBuffer pMax,
ByteBuffer pDeviceBuffer) |
static int |
nppsMax_32s(IntPointer pSrc,
int nLength,
IntPointer pMax,
BytePointer pDeviceBuffer)
32-bit integer vector max method
|
static int |
nppsMax_64f(double[] pSrc,
int nLength,
double[] pMax,
byte[] pDeviceBuffer) |
static int |
nppsMax_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pMax,
ByteBuffer pDeviceBuffer) |
static int |
nppsMax_64f(DoublePointer pSrc,
int nLength,
DoublePointer pMax,
BytePointer pDeviceBuffer)
64-bit float vector max method
|
static int |
nppsMaxAbs_16s(short[] pSrc,
int nLength,
short[] pMaxAbs,
byte[] pDeviceBuffer) |
static int |
nppsMaxAbs_16s(ShortBuffer pSrc,
int nLength,
ShortBuffer pMaxAbs,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaxAbs_16s(ShortPointer pSrc,
int nLength,
ShortPointer pMaxAbs,
BytePointer pDeviceBuffer)
16-bit integer vector max absolute method
|
static int |
nppsMaxAbs_32s(int[] pSrc,
int nLength,
int[] pMaxAbs,
byte[] pDeviceBuffer) |
static int |
nppsMaxAbs_32s(IntBuffer pSrc,
int nLength,
IntBuffer pMaxAbs,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaxAbs_32s(IntPointer pSrc,
int nLength,
IntPointer pMaxAbs,
BytePointer pDeviceBuffer)
32-bit integer vector max absolute method
|
static int |
nppsMaxAbsGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaxAbsGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaxAbsGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMaxAbs_16s.
|
static int |
nppsMaxAbsGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaxAbsGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaxAbsGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMaxAbs_32s.
|
static int |
nppsMaxAbsIndx_16s(short[] pSrc,
int nLength,
short[] pMaxAbs,
int[] pIndx,
byte[] pDeviceBuffer) |
static int |
nppsMaxAbsIndx_16s(ShortBuffer pSrc,
int nLength,
ShortBuffer pMaxAbs,
IntBuffer pIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaxAbsIndx_16s(ShortPointer pSrc,
int nLength,
ShortPointer pMaxAbs,
IntPointer pIndx,
BytePointer pDeviceBuffer)
16-bit integer vector max absolute index method
|
static int |
nppsMaxAbsIndx_32s(int[] pSrc,
int nLength,
int[] pMaxAbs,
int[] pIndx,
byte[] pDeviceBuffer) |
static int |
nppsMaxAbsIndx_32s(IntBuffer pSrc,
int nLength,
IntBuffer pMaxAbs,
IntBuffer pIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaxAbsIndx_32s(IntPointer pSrc,
int nLength,
IntPointer pMaxAbs,
IntPointer pIndx,
BytePointer pDeviceBuffer)
32-bit integer vector max absolute index method
|
static int |
nppsMaxAbsIndxGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaxAbsIndxGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaxAbsIndxGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMaxAbsIndx_16s.
|
static int |
nppsMaxAbsIndxGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaxAbsIndxGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaxAbsIndxGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMaxAbsIndx_32s.
|
static int |
nppsMaxEvery_16s_I(short[] pSrc,
short[] pSrcDst,
int nLength) |
static int |
nppsMaxEvery_16s_I(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsMaxEvery_16s_I(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength)
16-bit signed short integer in place max value for each pair of elements.
|
static int |
nppsMaxEvery_16u_I(short[] pSrc,
short[] pSrcDst,
int nLength) |
static int |
nppsMaxEvery_16u_I(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsMaxEvery_16u_I(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength)
16-bit unsigned short integer in place max value for each pair of elements.
|
static int |
nppsMaxEvery_32f_I(float[] pSrc,
float[] pSrcDst,
int nLength) |
static int |
nppsMaxEvery_32f_I(FloatBuffer pSrc,
FloatBuffer pSrcDst,
int nLength) |
static int |
nppsMaxEvery_32f_I(FloatPointer pSrc,
FloatPointer pSrcDst,
int nLength)
32-bit floating point in place max value for each pair of elements.
|
static int |
nppsMaxEvery_32s_I(int[] pSrc,
int[] pSrcDst,
int nLength) |
static int |
nppsMaxEvery_32s_I(IntBuffer pSrc,
IntBuffer pSrcDst,
int nLength) |
static int |
nppsMaxEvery_32s_I(IntPointer pSrc,
IntPointer pSrcDst,
int nLength)
32-bit signed integer in place max value for each pair of elements.
|
static int |
nppsMaxEvery_8u_I(byte[] pSrc,
byte[] pSrcDst,
int nLength) |
static int |
nppsMaxEvery_8u_I(ByteBuffer pSrc,
ByteBuffer pSrcDst,
int nLength) |
static int |
nppsMaxEvery_8u_I(BytePointer pSrc,
BytePointer pSrcDst,
int nLength)
8-bit in place max value for each pair of elements.
|
static int |
nppsMaxGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaxGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaxGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMax_16s.
|
static int |
nppsMaxGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsMaxGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaxGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMax_32f.
|
static int |
nppsMaxGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaxGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaxGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMax_32s.
|
static int |
nppsMaxGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsMaxGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaxGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMax_64f.
|
static int |
nppsMaximumError_16s(short[] pSrc1,
short[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_16s(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_16s(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
16-bit signed short integer maximum method.
|
static int |
nppsMaximumError_16sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_16sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_16sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
16-bit unsigned short complex integer maximum method.
|
static int |
nppsMaximumError_16u(short[] pSrc1,
short[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_16u(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_16u(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
16-bit unsigned short integer maximum method.
|
static int |
nppsMaximumError_32f(float[] pSrc1,
float[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_32f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_32f(FloatPointer pSrc1,
FloatPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit floating point maximum method.
|
static int |
nppsMaximumError_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit floating point complex maximum method.
|
static int |
nppsMaximumError_32s(int[] pSrc1,
int[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_32s(IntBuffer pSrc1,
IntBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_32s(IntPointer pSrc1,
IntPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit signed short integer maximum method.
|
static int |
nppsMaximumError_32sc(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_32sc(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_32sc(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit unsigned short complex integer maximum method.
|
static int |
nppsMaximumError_32u(int[] pSrc1,
int[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_32u(IntBuffer pSrc1,
IntBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_32u(IntPointer pSrc1,
IntPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit unsigned short integer maximum method.
|
static int |
nppsMaximumError_64f(double[] pSrc1,
double[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_64f(DoubleBuffer pSrc1,
DoubleBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_64f(DoublePointer pSrc1,
DoublePointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit floating point maximum method.
|
static int |
nppsMaximumError_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit floating point complex maximum method.
|
static int |
nppsMaximumError_64s(long[] pSrc1,
long[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_64s(LongBuffer pSrc1,
LongBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_64s(LongPointer pSrc1,
LongPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit signed short integer maximum method.
|
static int |
nppsMaximumError_64sc(Npp64sc pSrc1,
Npp64sc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_64sc(Npp64sc pSrc1,
Npp64sc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_64sc(Npp64sc pSrc1,
Npp64sc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit unsigned short complex integer maximum method.
|
static int |
nppsMaximumError_8s(byte[] pSrc1,
byte[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_8s(ByteBuffer pSrc1,
ByteBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_8s(BytePointer pSrc1,
BytePointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
8-bit signed char maximum method.
|
static int |
nppsMaximumError_8u(byte[] pSrc1,
byte[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumError_8u(ByteBuffer pSrc1,
ByteBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumError_8u(BytePointer pSrc1,
BytePointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
8-bit unsigned char maximum method.
|
static int |
nppsMaximumErrorGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_16s.
|
static int |
nppsMaximumErrorGetBufferSize_16sc(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_16sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_16sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_16sc.
|
static int |
nppsMaximumErrorGetBufferSize_16u(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_16u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_16u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_16u.
|
static int |
nppsMaximumErrorGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_32f.
|
static int |
nppsMaximumErrorGetBufferSize_32fc(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_32fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_32fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_32fc.
|
static int |
nppsMaximumErrorGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_32s.
|
static int |
nppsMaximumErrorGetBufferSize_32sc(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_32sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_32sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_32sc.
|
static int |
nppsMaximumErrorGetBufferSize_32u(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_32u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_32u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_32u.
|
static int |
nppsMaximumErrorGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_64f.
|
static int |
nppsMaximumErrorGetBufferSize_64fc(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_64fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_64fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_64fc.
|
static int |
nppsMaximumErrorGetBufferSize_64s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_64s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_64s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_64s.
|
static int |
nppsMaximumErrorGetBufferSize_64sc(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_64sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_64sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_64sc.
|
static int |
nppsMaximumErrorGetBufferSize_8s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_8s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_8s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_8s.
|
static int |
nppsMaximumErrorGetBufferSize_8u(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_8u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumErrorGetBufferSize_8u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumError_8u.
|
static int |
nppsMaximumRelativeError_16s(short[] pSrc1,
short[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_16s(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_16s(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
16-bit signed short integer MaximumRelative method.
|
static int |
nppsMaximumRelativeError_16sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_16sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_16sc(Npp16sc pSrc1,
Npp16sc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
16-bit unsigned short complex integer MaximumRelative method.
|
static int |
nppsMaximumRelativeError_16u(short[] pSrc1,
short[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_16u(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_16u(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
16-bit unsigned short integer MaximumRelative method.
|
static int |
nppsMaximumRelativeError_32f(float[] pSrc1,
float[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_32f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_32f(FloatPointer pSrc1,
FloatPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit floating point MaximumRelative method.
|
static int |
nppsMaximumRelativeError_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit floating point complex MaximumRelative method.
|
static int |
nppsMaximumRelativeError_32s(int[] pSrc1,
int[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_32s(IntBuffer pSrc1,
IntBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_32s(IntPointer pSrc1,
IntPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit signed short integer MaximumRelative method.
|
static int |
nppsMaximumRelativeError_32sc(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_32sc(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_32sc(Npp32sc pSrc1,
Npp32sc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit unsigned short complex integer MaximumRelative method.
|
static int |
nppsMaximumRelativeError_32u(int[] pSrc1,
int[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_32u(IntBuffer pSrc1,
IntBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_32u(IntPointer pSrc1,
IntPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit unsigned short integer MaximumRelative method.
|
static int |
nppsMaximumRelativeError_64f(double[] pSrc1,
double[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_64f(DoubleBuffer pSrc1,
DoubleBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_64f(DoublePointer pSrc1,
DoublePointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit floating point MaximumRelative method.
|
static int |
nppsMaximumRelativeError_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit floating point complex MaximumRelative method.
|
static int |
nppsMaximumRelativeError_64s(long[] pSrc1,
long[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_64s(LongBuffer pSrc1,
LongBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_64s(LongPointer pSrc1,
LongPointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit signed short integer MaximumRelative method.
|
static int |
nppsMaximumRelativeError_64sc(Npp64sc pSrc1,
Npp64sc pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_64sc(Npp64sc pSrc1,
Npp64sc pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_64sc(Npp64sc pSrc1,
Npp64sc pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit unsigned short complex integer MaximumRelative method.
|
static int |
nppsMaximumRelativeError_8s(byte[] pSrc1,
byte[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_8s(ByteBuffer pSrc1,
ByteBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_8s(BytePointer pSrc1,
BytePointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
8-bit signed char MaximumRelative method.
|
static int |
nppsMaximumRelativeError_8u(byte[] pSrc1,
byte[] pSrc2,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsMaximumRelativeError_8u(ByteBuffer pSrc1,
ByteBuffer pSrc2,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaximumRelativeError_8u(BytePointer pSrc1,
BytePointer pSrc2,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
8-bit unsigned char MaximumRelative method.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_16s.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_16sc(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_16sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_16sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_16sc.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_16u(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_16u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_16u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_16u.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_32f.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_32fc(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_32fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_32fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_32fc.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_32s.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_32sc(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_32sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_32sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_32sc.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_32u(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_32u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_32u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_32u.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_64f.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_64fc(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_64fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_64fc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_64fc.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_64s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_64s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_64s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_64s.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_64sc(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_64sc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_64sc(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_64sc.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_8s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_8s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_8s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_8s.
|
static int |
nppsMaximumRelativeErrorGetBufferSize_8u(int nLength,
int[] hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_8u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaximumRelativeErrorGetBufferSize_8u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMaximumRelativeError_8u.
|
static int |
nppsMaxIndx_16s(short[] pSrc,
int nLength,
short[] pMax,
int[] pIndx,
byte[] pDeviceBuffer) |
static int |
nppsMaxIndx_16s(ShortBuffer pSrc,
int nLength,
ShortBuffer pMax,
IntBuffer pIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaxIndx_16s(ShortPointer pSrc,
int nLength,
ShortPointer pMax,
IntPointer pIndx,
BytePointer pDeviceBuffer)
16-bit integer vector max index method
|
static int |
nppsMaxIndx_32f(float[] pSrc,
int nLength,
float[] pMax,
int[] pIndx,
byte[] pDeviceBuffer) |
static int |
nppsMaxIndx_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pMax,
IntBuffer pIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaxIndx_32f(FloatPointer pSrc,
int nLength,
FloatPointer pMax,
IntPointer pIndx,
BytePointer pDeviceBuffer)
32-bit float vector max index method
|
static int |
nppsMaxIndx_32s(int[] pSrc,
int nLength,
int[] pMax,
int[] pIndx,
byte[] pDeviceBuffer) |
static int |
nppsMaxIndx_32s(IntBuffer pSrc,
int nLength,
IntBuffer pMax,
IntBuffer pIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaxIndx_32s(IntPointer pSrc,
int nLength,
IntPointer pMax,
IntPointer pIndx,
BytePointer pDeviceBuffer)
32-bit integer vector max index method
|
static int |
nppsMaxIndx_64f(double[] pSrc,
int nLength,
double[] pMax,
int[] pIndx,
byte[] pDeviceBuffer) |
static int |
nppsMaxIndx_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pMax,
IntBuffer pIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMaxIndx_64f(DoublePointer pSrc,
int nLength,
DoublePointer pMax,
IntPointer pIndx,
BytePointer pDeviceBuffer)
64-bit float vector max index method
|
static int |
nppsMaxIndxGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaxIndxGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaxIndxGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMaxIndx_16s.
|
static int |
nppsMaxIndxGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsMaxIndxGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaxIndxGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMaxIndx_32f.
|
static int |
nppsMaxIndxGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsMaxIndxGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaxIndxGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMaxIndx_32s.
|
static int |
nppsMaxIndxGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsMaxIndxGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMaxIndxGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMaxIndx_64f.
|
static int |
nppsMean_16s_Sfs(short[] pSrc,
int nLength,
short[] pMean,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsMean_16s_Sfs(ShortBuffer pSrc,
int nLength,
ShortBuffer pMean,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsMean_16s_Sfs(ShortPointer pSrc,
int nLength,
ShortPointer pMean,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit short vector mean with integer scaling method
|
static int |
nppsMean_16sc_Sfs(Npp16sc pSrc,
int nLength,
Npp16sc pMean,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsMean_16sc_Sfs(Npp16sc pSrc,
int nLength,
Npp16sc pMean,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsMean_16sc_Sfs(Npp16sc pSrc,
int nLength,
Npp16sc pMean,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit short complex vector mean with integer scaling method
|
static int |
nppsMean_32f(float[] pSrc,
int nLength,
float[] pMean,
byte[] pDeviceBuffer) |
static int |
nppsMean_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pMean,
ByteBuffer pDeviceBuffer) |
static int |
nppsMean_32f(FloatPointer pSrc,
int nLength,
FloatPointer pMean,
BytePointer pDeviceBuffer)
32-bit float vector mean method
|
static int |
nppsMean_32fc(Npp32fc pSrc,
int nLength,
Npp32fc pMean,
byte[] pDeviceBuffer) |
static int |
nppsMean_32fc(Npp32fc pSrc,
int nLength,
Npp32fc pMean,
ByteBuffer pDeviceBuffer) |
static int |
nppsMean_32fc(Npp32fc pSrc,
int nLength,
Npp32fc pMean,
BytePointer pDeviceBuffer)
32-bit float complex vector mean method
|
static int |
nppsMean_32s_Sfs(int[] pSrc,
int nLength,
int[] pMean,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsMean_32s_Sfs(IntBuffer pSrc,
int nLength,
IntBuffer pMean,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsMean_32s_Sfs(IntPointer pSrc,
int nLength,
IntPointer pMean,
int nScaleFactor,
BytePointer pDeviceBuffer)
32-bit integer vector mean with integer scaling method
|
static int |
nppsMean_64f(double[] pSrc,
int nLength,
double[] pMean,
byte[] pDeviceBuffer) |
static int |
nppsMean_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pMean,
ByteBuffer pDeviceBuffer) |
static int |
nppsMean_64f(DoublePointer pSrc,
int nLength,
DoublePointer pMean,
BytePointer pDeviceBuffer)
64-bit double vector mean method
|
static int |
nppsMean_64fc(Npp64fc pSrc,
int nLength,
Npp64fc pMean,
byte[] pDeviceBuffer) |
static int |
nppsMean_64fc(Npp64fc pSrc,
int nLength,
Npp64fc pMean,
ByteBuffer pDeviceBuffer) |
static int |
nppsMean_64fc(Npp64fc pSrc,
int nLength,
Npp64fc pMean,
BytePointer pDeviceBuffer)
64-bit double complex vector mean method
|
static int |
nppsMeanGetBufferSize_16s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsMeanGetBufferSize_16s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMeanGetBufferSize_16s_Sfs(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMean_16s_Sfs.
|
static int |
nppsMeanGetBufferSize_16sc_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsMeanGetBufferSize_16sc_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMeanGetBufferSize_16sc_Sfs(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMean_16sc_Sfs.
|
static int |
nppsMeanGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsMeanGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMeanGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMean_32f.
|
static int |
nppsMeanGetBufferSize_32fc(int nLength,
int[] hpBufferSize) |
static int |
nppsMeanGetBufferSize_32fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMeanGetBufferSize_32fc(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMean_32fc.
|
static int |
nppsMeanGetBufferSize_32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsMeanGetBufferSize_32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMeanGetBufferSize_32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMean_32s_Sfs.
|
static int |
nppsMeanGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsMeanGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMeanGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMean_64f.
|
static int |
nppsMeanGetBufferSize_64fc(int nLength,
int[] hpBufferSize) |
static int |
nppsMeanGetBufferSize_64fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMeanGetBufferSize_64fc(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMean_64fc.
|
static int |
nppsMeanStdDev_16s_Sfs(short[] pSrc,
int nLength,
short[] pMean,
short[] pStdDev,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsMeanStdDev_16s_Sfs(ShortBuffer pSrc,
int nLength,
ShortBuffer pMean,
ShortBuffer pStdDev,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsMeanStdDev_16s_Sfs(ShortPointer pSrc,
int nLength,
ShortPointer pMean,
ShortPointer pStdDev,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit float vector mean and standard deviation method (return values are also 16-bit)
|
static int |
nppsMeanStdDev_16s32s_Sfs(short[] pSrc,
int nLength,
int[] pMean,
int[] pStdDev,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsMeanStdDev_16s32s_Sfs(ShortBuffer pSrc,
int nLength,
IntBuffer pMean,
IntBuffer pStdDev,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsMeanStdDev_16s32s_Sfs(ShortPointer pSrc,
int nLength,
IntPointer pMean,
IntPointer pStdDev,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit float vector mean and standard deviation method (return values are 32-bit)
|
static int |
nppsMeanStdDev_32f(float[] pSrc,
int nLength,
float[] pMean,
float[] pStdDev,
byte[] pDeviceBuffer) |
static int |
nppsMeanStdDev_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pMean,
FloatBuffer pStdDev,
ByteBuffer pDeviceBuffer) |
static int |
nppsMeanStdDev_32f(FloatPointer pSrc,
int nLength,
FloatPointer pMean,
FloatPointer pStdDev,
BytePointer pDeviceBuffer)
32-bit float vector mean and standard deviation method
|
static int |
nppsMeanStdDev_64f(double[] pSrc,
int nLength,
double[] pMean,
double[] pStdDev,
byte[] pDeviceBuffer) |
static int |
nppsMeanStdDev_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pMean,
DoubleBuffer pStdDev,
ByteBuffer pDeviceBuffer) |
static int |
nppsMeanStdDev_64f(DoublePointer pSrc,
int nLength,
DoublePointer pMean,
DoublePointer pStdDev,
BytePointer pDeviceBuffer)
64-bit float vector mean and standard deviation method
|
static int |
nppsMeanStdDevGetBufferSize_16s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsMeanStdDevGetBufferSize_16s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMeanStdDevGetBufferSize_16s_Sfs(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMeanStdDev_16s_Sfs.
|
static int |
nppsMeanStdDevGetBufferSize_16s32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsMeanStdDevGetBufferSize_16s32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMeanStdDevGetBufferSize_16s32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMeanStdDev_16s32s_Sfs.
|
static int |
nppsMeanStdDevGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsMeanStdDevGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMeanStdDevGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMeanStdDev_32f.
|
static int |
nppsMeanStdDevGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsMeanStdDevGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMeanStdDevGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMeanStdDev_64f.
|
static int |
nppsMin_16s(short[] pSrc,
int nLength,
short[] pMin,
byte[] pDeviceBuffer) |
static int |
nppsMin_16s(ShortBuffer pSrc,
int nLength,
ShortBuffer pMin,
ByteBuffer pDeviceBuffer) |
static int |
nppsMin_16s(ShortPointer pSrc,
int nLength,
ShortPointer pMin,
BytePointer pDeviceBuffer)
16-bit integer vector min method
|
static int |
nppsMin_32f(float[] pSrc,
int nLength,
float[] pMin,
byte[] pDeviceBuffer) |
static int |
nppsMin_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pMin,
ByteBuffer pDeviceBuffer) |
static int |
nppsMin_32f(FloatPointer pSrc,
int nLength,
FloatPointer pMin,
BytePointer pDeviceBuffer)
32-bit integer vector min method
|
static int |
nppsMin_32s(int[] pSrc,
int nLength,
int[] pMin,
byte[] pDeviceBuffer) |
static int |
nppsMin_32s(IntBuffer pSrc,
int nLength,
IntBuffer pMin,
ByteBuffer pDeviceBuffer) |
static int |
nppsMin_32s(IntPointer pSrc,
int nLength,
IntPointer pMin,
BytePointer pDeviceBuffer)
32-bit integer vector min method
|
static int |
nppsMin_64f(double[] pSrc,
int nLength,
double[] pMin,
byte[] pDeviceBuffer) |
static int |
nppsMin_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pMin,
ByteBuffer pDeviceBuffer) |
static int |
nppsMin_64f(DoublePointer pSrc,
int nLength,
DoublePointer pMin,
BytePointer pDeviceBuffer)
64-bit integer vector min method
|
static int |
nppsMinAbs_16s(short[] pSrc,
int nLength,
short[] pMinAbs,
byte[] pDeviceBuffer) |
static int |
nppsMinAbs_16s(ShortBuffer pSrc,
int nLength,
ShortBuffer pMinAbs,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinAbs_16s(ShortPointer pSrc,
int nLength,
ShortPointer pMinAbs,
BytePointer pDeviceBuffer)
16-bit integer vector min absolute method
|
static int |
nppsMinAbs_32s(int[] pSrc,
int nLength,
int[] pMinAbs,
byte[] pDeviceBuffer) |
static int |
nppsMinAbs_32s(IntBuffer pSrc,
int nLength,
IntBuffer pMinAbs,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinAbs_32s(IntPointer pSrc,
int nLength,
IntPointer pMinAbs,
BytePointer pDeviceBuffer)
32-bit integer vector min absolute method
|
static int |
nppsMinAbsGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsMinAbsGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinAbsGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMinAbs_16s.
|
static int |
nppsMinAbsGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsMinAbsGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinAbsGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMinAbs_32s.
|
static int |
nppsMinAbsIndx_16s(short[] pSrc,
int nLength,
short[] pMinAbs,
int[] pIndx,
byte[] pDeviceBuffer) |
static int |
nppsMinAbsIndx_16s(ShortBuffer pSrc,
int nLength,
ShortBuffer pMinAbs,
IntBuffer pIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinAbsIndx_16s(ShortPointer pSrc,
int nLength,
ShortPointer pMinAbs,
IntPointer pIndx,
BytePointer pDeviceBuffer)
16-bit integer vector min absolute index method
|
static int |
nppsMinAbsIndx_32s(int[] pSrc,
int nLength,
int[] pMinAbs,
int[] pIndx,
byte[] pDeviceBuffer) |
static int |
nppsMinAbsIndx_32s(IntBuffer pSrc,
int nLength,
IntBuffer pMinAbs,
IntBuffer pIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinAbsIndx_32s(IntPointer pSrc,
int nLength,
IntPointer pMinAbs,
IntPointer pIndx,
BytePointer pDeviceBuffer)
32-bit integer vector min absolute index method
|
static int |
nppsMinAbsIndxGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsMinAbsIndxGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinAbsIndxGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMinAbsIndx_16s.
|
static int |
nppsMinAbsIndxGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsMinAbsIndxGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinAbsIndxGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMinAbsIndx_32s.
|
static int |
nppsMinEvery_16s_I(short[] pSrc,
short[] pSrcDst,
int nLength) |
static int |
nppsMinEvery_16s_I(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsMinEvery_16s_I(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength)
16-bit signed short integer in place min value for each pair of elements.
|
static int |
nppsMinEvery_16u_I(short[] pSrc,
short[] pSrcDst,
int nLength) |
static int |
nppsMinEvery_16u_I(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsMinEvery_16u_I(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength)
16-bit unsigned short integer in place min value for each pair of elements.
|
static int |
nppsMinEvery_32f_I(float[] pSrc,
float[] pSrcDst,
int nLength) |
static int |
nppsMinEvery_32f_I(FloatBuffer pSrc,
FloatBuffer pSrcDst,
int nLength) |
static int |
nppsMinEvery_32f_I(FloatPointer pSrc,
FloatPointer pSrcDst,
int nLength)
32-bit floating point in place min value for each pair of elements.
|
static int |
nppsMinEvery_32s_I(int[] pSrc,
int[] pSrcDst,
int nLength) |
static int |
nppsMinEvery_32s_I(IntBuffer pSrc,
IntBuffer pSrcDst,
int nLength) |
static int |
nppsMinEvery_32s_I(IntPointer pSrc,
IntPointer pSrcDst,
int nLength)
32-bit signed integer in place min value for each pair of elements.
|
static int |
nppsMinEvery_64f_I(double[] pSrc,
double[] pSrcDst,
int nLength) |
static int |
nppsMinEvery_64f_I(DoubleBuffer pSrc,
DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsMinEvery_64f_I(DoublePointer pSrc,
DoublePointer pSrcDst,
int nLength)
64-bit floating point in place min value for each pair of elements.
|
static int |
nppsMinEvery_8u_I(byte[] pSrc,
byte[] pSrcDst,
int nLength) |
static int |
nppsMinEvery_8u_I(ByteBuffer pSrc,
ByteBuffer pSrcDst,
int nLength) |
static int |
nppsMinEvery_8u_I(BytePointer pSrc,
BytePointer pSrcDst,
int nLength)
8-bit in place min value for each pair of elements.
|
static int |
nppsMinGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsMinGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMin_16s.
|
static int |
nppsMinGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsMinGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMin_32f.
|
static int |
nppsMinGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsMinGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMin_32s.
|
static int |
nppsMinGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsMinGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMin_64f.
|
static int |
nppsMinIndx_16s(short[] pSrc,
int nLength,
short[] pMin,
int[] pIndx,
byte[] pDeviceBuffer) |
static int |
nppsMinIndx_16s(ShortBuffer pSrc,
int nLength,
ShortBuffer pMin,
IntBuffer pIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinIndx_16s(ShortPointer pSrc,
int nLength,
ShortPointer pMin,
IntPointer pIndx,
BytePointer pDeviceBuffer)
16-bit integer vector min index method
|
static int |
nppsMinIndx_32f(float[] pSrc,
int nLength,
float[] pMin,
int[] pIndx,
byte[] pDeviceBuffer) |
static int |
nppsMinIndx_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pMin,
IntBuffer pIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinIndx_32f(FloatPointer pSrc,
int nLength,
FloatPointer pMin,
IntPointer pIndx,
BytePointer pDeviceBuffer)
32-bit float vector min index method
|
static int |
nppsMinIndx_32s(int[] pSrc,
int nLength,
int[] pMin,
int[] pIndx,
byte[] pDeviceBuffer) |
static int |
nppsMinIndx_32s(IntBuffer pSrc,
int nLength,
IntBuffer pMin,
IntBuffer pIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinIndx_32s(IntPointer pSrc,
int nLength,
IntPointer pMin,
IntPointer pIndx,
BytePointer pDeviceBuffer)
32-bit integer vector min index method
|
static int |
nppsMinIndx_64f(double[] pSrc,
int nLength,
double[] pMin,
int[] pIndx,
byte[] pDeviceBuffer) |
static int |
nppsMinIndx_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pMin,
IntBuffer pIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinIndx_64f(DoublePointer pSrc,
int nLength,
DoublePointer pMin,
IntPointer pIndx,
BytePointer pDeviceBuffer)
64-bit float vector min index method
|
static int |
nppsMinIndxGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsMinIndxGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinIndxGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMinIndx_16s.
|
static int |
nppsMinIndxGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsMinIndxGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinIndxGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMinIndx_32f.
|
static int |
nppsMinIndxGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsMinIndxGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinIndxGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMinIndx_32s.
|
static int |
nppsMinIndxGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsMinIndxGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinIndxGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsMinIndx_64f.
|
static int |
nppsMinMax_16s(short[] pSrc,
int nLength,
short[] pMin,
short[] pMax,
byte[] pDeviceBuffer) |
static int |
nppsMinMax_16s(ShortBuffer pSrc,
int nLength,
ShortBuffer pMin,
ShortBuffer pMax,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMax_16s(ShortPointer pSrc,
int nLength,
ShortPointer pMin,
ShortPointer pMax,
BytePointer pDeviceBuffer)
16-bit signed short vector min and max method
|
static int |
nppsMinMax_16u(short[] pSrc,
int nLength,
short[] pMin,
short[] pMax,
byte[] pDeviceBuffer) |
static int |
nppsMinMax_16u(ShortBuffer pSrc,
int nLength,
ShortBuffer pMin,
ShortBuffer pMax,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMax_16u(ShortPointer pSrc,
int nLength,
ShortPointer pMin,
ShortPointer pMax,
BytePointer pDeviceBuffer)
16-bit unsigned short vector min and max method
|
static int |
nppsMinMax_32f(float[] pSrc,
int nLength,
float[] pMin,
float[] pMax,
byte[] pDeviceBuffer) |
static int |
nppsMinMax_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pMin,
FloatBuffer pMax,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMax_32f(FloatPointer pSrc,
int nLength,
FloatPointer pMin,
FloatPointer pMax,
BytePointer pDeviceBuffer)
32-bit float vector min and max method
|
static int |
nppsMinMax_32s(int[] pSrc,
int nLength,
int[] pMin,
int[] pMax,
byte[] pDeviceBuffer) |
static int |
nppsMinMax_32s(IntBuffer pSrc,
int nLength,
IntBuffer pMin,
IntBuffer pMax,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMax_32s(IntPointer pSrc,
int nLength,
IntPointer pMin,
IntPointer pMax,
BytePointer pDeviceBuffer)
32-bit signed int vector min and max method
|
static int |
nppsMinMax_32u(int[] pSrc,
int nLength,
int[] pMin,
int[] pMax,
byte[] pDeviceBuffer) |
static int |
nppsMinMax_32u(IntBuffer pSrc,
int nLength,
IntBuffer pMin,
IntBuffer pMax,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMax_32u(IntPointer pSrc,
int nLength,
IntPointer pMin,
IntPointer pMax,
BytePointer pDeviceBuffer)
32-bit unsigned int vector min and max method
|
static int |
nppsMinMax_64f(double[] pSrc,
int nLength,
double[] pMin,
double[] pMax,
byte[] pDeviceBuffer) |
static int |
nppsMinMax_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pMin,
DoubleBuffer pMax,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMax_64f(DoublePointer pSrc,
int nLength,
DoublePointer pMin,
DoublePointer pMax,
BytePointer pDeviceBuffer)
64-bit double vector min and max method
|
static int |
nppsMinMax_8u(byte[] pSrc,
int nLength,
byte[] pMin,
byte[] pMax,
byte[] pDeviceBuffer) |
static int |
nppsMinMax_8u(ByteBuffer pSrc,
int nLength,
ByteBuffer pMin,
ByteBuffer pMax,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMax_8u(BytePointer pSrc,
int nLength,
BytePointer pMin,
BytePointer pMax,
BytePointer pDeviceBuffer)
8-bit char vector min and max method
|
static int |
nppsMinMaxGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMax_16s.
|
static int |
nppsMinMaxGetBufferSize_16u(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_16u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_16u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMax_16u.
|
static int |
nppsMinMaxGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMax_32f.
|
static int |
nppsMinMaxGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMax_32s.
|
static int |
nppsMinMaxGetBufferSize_32u(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_32u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_32u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMax_32u.
|
static int |
nppsMinMaxGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMax_64f.
|
static int |
nppsMinMaxGetBufferSize_8u(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_8u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxGetBufferSize_8u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMax_8u.
|
static int |
nppsMinMaxIndx_16s(short[] pSrc,
int nLength,
short[] pMin,
int[] pMinIndx,
short[] pMax,
int[] pMaxIndx,
byte[] pDeviceBuffer) |
static int |
nppsMinMaxIndx_16s(ShortBuffer pSrc,
int nLength,
ShortBuffer pMin,
IntBuffer pMinIndx,
ShortBuffer pMax,
IntBuffer pMaxIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMaxIndx_16s(ShortPointer pSrc,
int nLength,
ShortPointer pMin,
IntPointer pMinIndx,
ShortPointer pMax,
IntPointer pMaxIndx,
BytePointer pDeviceBuffer)
16-bit signed short vector min and max with indices method
|
static int |
nppsMinMaxIndx_16u(short[] pSrc,
int nLength,
short[] pMin,
int[] pMinIndx,
short[] pMax,
int[] pMaxIndx,
byte[] pDeviceBuffer) |
static int |
nppsMinMaxIndx_16u(ShortBuffer pSrc,
int nLength,
ShortBuffer pMin,
IntBuffer pMinIndx,
ShortBuffer pMax,
IntBuffer pMaxIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMaxIndx_16u(ShortPointer pSrc,
int nLength,
ShortPointer pMin,
IntPointer pMinIndx,
ShortPointer pMax,
IntPointer pMaxIndx,
BytePointer pDeviceBuffer)
16-bit unsigned short vector min and max with indices method
|
static int |
nppsMinMaxIndx_32f(float[] pSrc,
int nLength,
float[] pMin,
int[] pMinIndx,
float[] pMax,
int[] pMaxIndx,
byte[] pDeviceBuffer) |
static int |
nppsMinMaxIndx_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pMin,
IntBuffer pMinIndx,
FloatBuffer pMax,
IntBuffer pMaxIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMaxIndx_32f(FloatPointer pSrc,
int nLength,
FloatPointer pMin,
IntPointer pMinIndx,
FloatPointer pMax,
IntPointer pMaxIndx,
BytePointer pDeviceBuffer)
32-bit float vector min and max with indices method
|
static int |
nppsMinMaxIndx_32s(int[] pSrc,
int nLength,
int[] pMin,
int[] pMinIndx,
int[] pMax,
int[] pMaxIndx,
byte[] pDeviceBuffer) |
static int |
nppsMinMaxIndx_32s(IntBuffer pSrc,
int nLength,
IntBuffer pMin,
IntBuffer pMinIndx,
IntBuffer pMax,
IntBuffer pMaxIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMaxIndx_32s(IntPointer pSrc,
int nLength,
IntPointer pMin,
IntPointer pMinIndx,
IntPointer pMax,
IntPointer pMaxIndx,
BytePointer pDeviceBuffer)
32-bit signed short vector min and max with indices method
|
static int |
nppsMinMaxIndx_32u(int[] pSrc,
int nLength,
int[] pMin,
int[] pMinIndx,
int[] pMax,
int[] pMaxIndx,
byte[] pDeviceBuffer) |
static int |
nppsMinMaxIndx_32u(IntBuffer pSrc,
int nLength,
IntBuffer pMin,
IntBuffer pMinIndx,
IntBuffer pMax,
IntBuffer pMaxIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMaxIndx_32u(IntPointer pSrc,
int nLength,
IntPointer pMin,
IntPointer pMinIndx,
IntPointer pMax,
IntPointer pMaxIndx,
BytePointer pDeviceBuffer)
32-bit unsigned short vector min and max with indices method
|
static int |
nppsMinMaxIndx_64f(double[] pSrc,
int nLength,
double[] pMin,
int[] pMinIndx,
double[] pMax,
int[] pMaxIndx,
byte[] pDeviceBuffer) |
static int |
nppsMinMaxIndx_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pMin,
IntBuffer pMinIndx,
DoubleBuffer pMax,
IntBuffer pMaxIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMaxIndx_64f(DoublePointer pSrc,
int nLength,
DoublePointer pMin,
IntPointer pMinIndx,
DoublePointer pMax,
IntPointer pMaxIndx,
BytePointer pDeviceBuffer)
64-bit float vector min and max with indices method
|
static int |
nppsMinMaxIndx_8u(byte[] pSrc,
int nLength,
byte[] pMin,
int[] pMinIndx,
byte[] pMax,
int[] pMaxIndx,
byte[] pDeviceBuffer) |
static int |
nppsMinMaxIndx_8u(ByteBuffer pSrc,
int nLength,
ByteBuffer pMin,
IntBuffer pMinIndx,
ByteBuffer pMax,
IntBuffer pMaxIndx,
ByteBuffer pDeviceBuffer) |
static int |
nppsMinMaxIndx_8u(BytePointer pSrc,
int nLength,
BytePointer pMin,
IntPointer pMinIndx,
BytePointer pMax,
IntPointer pMaxIndx,
BytePointer pDeviceBuffer)
8-bit char vector min and max with indices method
|
static int |
nppsMinMaxIndxGetBufferSize_16s(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_16s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_16s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMaxIndx_16s.
|
static int |
nppsMinMaxIndxGetBufferSize_16u(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_16u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_16u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMaxIndx_16u.
|
static int |
nppsMinMaxIndxGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMaxIndx_32f.
|
static int |
nppsMinMaxIndxGetBufferSize_32s(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_32s(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_32s(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMaxIndx_32s.
|
static int |
nppsMinMaxIndxGetBufferSize_32u(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_32u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_32u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMaxIndx_32u.
|
static int |
nppsMinMaxIndxGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMaxIndx_64f.
|
static int |
nppsMinMaxIndxGetBufferSize_8u(int nLength,
int[] hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_8u(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsMinMaxIndxGetBufferSize_8u(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsMinMaxIndx_8u.
|
static int |
nppsMul_16s_I(short[] pSrc,
short[] pSrcDst,
int nLength) |
static int |
nppsMul_16s_I(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsMul_16s_I(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength)
16-bit signed short in place signal times signal,
then clamp to saturated value.
|
static int |
nppsMul_16s_ISfs(short[] pSrc,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_16s_ISfs(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_16s_ISfs(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit signed short in place signal times signal, with scaling,
then clamp to saturated value.
|
static int |
nppsMul_16s_Sfs(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_16s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_16s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short signal times signal, scale, then clamp to saturated value.
|
static int |
nppsMul_16s(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength) |
static int |
nppsMul_16s(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength) |
static int |
nppsMul_16s(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength)
16-bit signed short signal times signal,
then clamp to saturated value.
|
static int |
nppsMul_16s32f(short[] pSrc1,
short[] pSrc2,
float[] pDst,
int nLength) |
static int |
nppsMul_16s32f(ShortBuffer pSrc1,
ShortBuffer pSrc2,
FloatBuffer pDst,
int nLength) |
static int |
nppsMul_16s32f(ShortPointer pSrc1,
ShortPointer pSrc2,
FloatPointer pDst,
int nLength)
16-bit signed short signal times signal with 32-bit floating point result,
then clamp to saturated value.
|
static int |
nppsMul_16s32s_Sfs(short[] pSrc1,
short[] pSrc2,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_16s32s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_16s32s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
IntPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short signal times signal, scale, then clamp to 32-bit signed saturated value.
|
static int |
nppsMul_16sc_ISfs(Npp16sc pSrc,
Npp16sc pSrcDst,
int nLength,
int nScaleFactor)
16-bit complex signed short in place signal times signal, with scaling,
then clamp to saturated value.
|
static int |
nppsMul_16sc_Sfs(Npp16sc pSrc1,
Npp16sc pSrc2,
Npp16sc pDst,
int nLength,
int nScaleFactor)
16-bit signed complex short signal times signal, scale, then clamp to saturated value.
|
static int |
nppsMul_16u_ISfs(short[] pSrc,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_16u_ISfs(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_16u_ISfs(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit unsigned short in place signal times signal, with scaling,
then clamp to saturated value.
|
static int |
nppsMul_16u_Sfs(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_16u_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_16u_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit unsigned short signal time signal, scale, then clamp to saturated value.
|
static int |
nppsMul_16u16s_Sfs(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_16u16s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_16u16s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer 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 |
nppsMul_32f_I(float[] pSrc,
float[] pSrcDst,
int nLength) |
static int |
nppsMul_32f_I(FloatBuffer pSrc,
FloatBuffer pSrcDst,
int nLength) |
static int |
nppsMul_32f_I(FloatPointer pSrc,
FloatPointer pSrcDst,
int nLength)
32-bit floating point in place signal times signal,
then clamp to saturated value.
|
static int |
nppsMul_32f(float[] pSrc1,
float[] pSrc2,
float[] pDst,
int nLength) |
static int |
nppsMul_32f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
FloatBuffer pDst,
int nLength) |
static int |
nppsMul_32f(FloatPointer pSrc1,
FloatPointer pSrc2,
FloatPointer pDst,
int nLength)
32-bit floating point signal times signal,
then clamp to saturated value.
|
static int |
nppsMul_32f32fc_I(float[] pSrc,
Npp32fc pSrcDst,
int nLength) |
static int |
nppsMul_32f32fc_I(FloatBuffer pSrc,
Npp32fc pSrcDst,
int nLength) |
static int |
nppsMul_32f32fc_I(FloatPointer pSrc,
Npp32fc pSrcDst,
int nLength)
32-bit complex floating point in place signal times 32-bit floating point signal,
then clamp to 32-bit complex floating point saturated value.
|
static int |
nppsMul_32f32fc(float[] pSrc1,
Npp32fc pSrc2,
Npp32fc pDst,
int nLength) |
static int |
nppsMul_32f32fc(FloatBuffer pSrc1,
Npp32fc pSrc2,
Npp32fc pDst,
int nLength) |
static int |
nppsMul_32f32fc(FloatPointer pSrc1,
Npp32fc pSrc2,
Npp32fc pDst,
int nLength)
32-bit floating point signal times 32-bit complex floating point signal with complex 32-bit floating point result,
then clamp to saturated value.
|
static int |
nppsMul_32fc_I(Npp32fc pSrc,
Npp32fc pSrcDst,
int nLength)
32-bit complex floating point in place signal times signal,
then clamp to saturated value.
|
static int |
nppsMul_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
Npp32fc pDst,
int nLength)
32-bit complex floating point signal times signal,
then clamp to saturated value.
|
static int |
nppsMul_32s_ISfs(int[] pSrc,
int[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_32s_ISfs(IntBuffer pSrc,
IntBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_32s_ISfs(IntPointer pSrc,
IntPointer pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer in place signal times signal, with scaling,
then clamp to saturated value.
|
static int |
nppsMul_32s_Sfs(int[] pSrc1,
int[] pSrc2,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_32s_Sfs(IntBuffer pSrc1,
IntBuffer pSrc2,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_32s_Sfs(IntPointer pSrc1,
IntPointer pSrc2,
IntPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal times signal, scale, then clamp to saturated value.
|
static int |
nppsMul_32s32sc_ISfs(int[] pSrc,
Npp32sc pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_32s32sc_ISfs(IntBuffer pSrc,
Npp32sc pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_32s32sc_ISfs(IntPointer pSrc,
Npp32sc pSrcDst,
int nLength,
int nScaleFactor)
32-bit complex signed integer in place signal times 32-bit signed integer signal, with scaling,
then clamp to saturated value.
|
static int |
nppsMul_32s32sc_Sfs(int[] pSrc1,
Npp32sc pSrc2,
Npp32sc pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_32s32sc_Sfs(IntBuffer pSrc1,
Npp32sc pSrc2,
Npp32sc pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_32s32sc_Sfs(IntPointer pSrc1,
Npp32sc pSrc2,
Npp32sc pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal times 32-bit complex signed integer signal, scale, then clamp to 32-bit complex integer saturated value.
|
static int |
nppsMul_32sc_ISfs(Npp32sc pSrc,
Npp32sc pSrcDst,
int nLength,
int nScaleFactor)
32-bit complex signed integer in place signal times signal, with scaling,
then clamp to saturated value.
|
static int |
nppsMul_32sc_Sfs(Npp32sc pSrc1,
Npp32sc pSrc2,
Npp32sc pDst,
int nLength,
int nScaleFactor)
32-bit signed complex integer signal times signal, scale, then clamp to saturated value.
|
static int |
nppsMul_64f_I(double[] pSrc,
double[] pSrcDst,
int nLength) |
static int |
nppsMul_64f_I(DoubleBuffer pSrc,
DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsMul_64f_I(DoublePointer pSrc,
DoublePointer pSrcDst,
int nLength)
64-bit floating point in place signal times signal,
then clamp to saturated value.
|
static int |
nppsMul_64f(double[] pSrc1,
double[] pSrc2,
double[] pDst,
int nLength) |
static int |
nppsMul_64f(DoubleBuffer pSrc1,
DoubleBuffer pSrc2,
DoubleBuffer pDst,
int nLength) |
static int |
nppsMul_64f(DoublePointer pSrc1,
DoublePointer pSrc2,
DoublePointer pDst,
int nLength)
64-bit floating point signal times signal,
then clamp to saturated value.
|
static int |
nppsMul_64fc_I(Npp64fc pSrc,
Npp64fc pSrcDst,
int nLength)
64-bit complex floating point in place signal times signal,
then clamp to saturated value.
|
static int |
nppsMul_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
Npp64fc pDst,
int nLength)
64-bit complex floating point signal times signal,
then clamp to saturated value.
|
static int |
nppsMul_8u_ISfs(byte[] pSrc,
byte[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_8u_ISfs(ByteBuffer pSrc,
ByteBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_8u_ISfs(BytePointer pSrc,
BytePointer pSrcDst,
int nLength,
int nScaleFactor)
8-bit unsigned char in place signal times signal, with scaling,
then clamp to saturated value.
|
static int |
nppsMul_8u_Sfs(byte[] pSrc1,
byte[] pSrc2,
byte[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_8u_Sfs(ByteBuffer pSrc1,
ByteBuffer pSrc2,
ByteBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_8u_Sfs(BytePointer pSrc1,
BytePointer pSrc2,
BytePointer pDst,
int nLength,
int nScaleFactor)
8-bit unsigned char signal times signal, scale, then clamp to saturated value.
|
static int |
nppsMul_8u16u(byte[] pSrc1,
byte[] pSrc2,
short[] pDst,
int nLength) |
static int |
nppsMul_8u16u(ByteBuffer pSrc1,
ByteBuffer pSrc2,
ShortBuffer pDst,
int nLength) |
static int |
nppsMul_8u16u(BytePointer pSrc1,
BytePointer pSrc2,
ShortPointer pDst,
int nLength)
8-bit unsigned char signal times signal with 16-bit unsigned result,
then clamp to saturated value.
|
static int |
nppsMul_Low_32s_Sfs(int[] pSrc1,
int[] pSrc2,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_Low_32s_Sfs(IntBuffer pSrc1,
IntBuffer pSrc2,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMul_Low_32s_Sfs(IntPointer pSrc1,
IntPointer pSrc2,
IntPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal times signal, scale, then clamp to saturated value.
|
static int |
nppsMulC_16s_ISfs(short nValue,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_16s_ISfs(short nValue,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_16s_ISfs(short nValue,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit signed short in place signal times constant, scale, then clamp to saturated value.
|
static int |
nppsMulC_16s_Sfs(short[] pSrc,
short nValue,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_16s_Sfs(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_16s_Sfs(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short signal times constant, scale, then clamp to saturated value.
|
static int |
nppsMulC_16sc_ISfs(Npp16sc nValue,
Npp16sc 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 |
nppsMulC_16sc_Sfs(Npp16sc pSrc,
Npp16sc nValue,
Npp16sc pDst,
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 |
nppsMulC_16u_ISfs(short nValue,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_16u_ISfs(short nValue,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_16u_ISfs(short nValue,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit unsigned short in place signal times constant, scale, then clamp to saturated value.
|
static int |
nppsMulC_16u_Sfs(short[] pSrc,
short nValue,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_16u_Sfs(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_16u_Sfs(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit unsigned short signal times constant, scale, then clamp to saturated value.
|
static int |
nppsMulC_32f_I(float nValue,
float[] pSrcDst,
int nLength) |
static int |
nppsMulC_32f_I(float nValue,
FloatBuffer pSrcDst,
int nLength) |
static int |
nppsMulC_32f_I(float nValue,
FloatPointer pSrcDst,
int nLength)
32-bit floating point in place signal times constant.
|
static int |
nppsMulC_32f(float[] pSrc,
float nValue,
float[] pDst,
int nLength) |
static int |
nppsMulC_32f(FloatBuffer pSrc,
float nValue,
FloatBuffer pDst,
int nLength) |
static int |
nppsMulC_32f(FloatPointer pSrc,
float nValue,
FloatPointer pDst,
int nLength)
32-bit floating point signal times constant.
|
static int |
nppsMulC_32f16s_Sfs(float[] pSrc,
float nValue,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_32f16s_Sfs(FloatBuffer pSrc,
float nValue,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_32f16s_Sfs(FloatPointer pSrc,
float nValue,
ShortPointer 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 |
nppsMulC_32fc_I(Npp32fc nValue,
Npp32fc pSrcDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in
place signal times constant.
|
static int |
nppsMulC_32fc(Npp32fc pSrc,
Npp32fc nValue,
Npp32fc pDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal
times constant.
|
static int |
nppsMulC_32s_ISfs(int nValue,
int[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_32s_ISfs(int nValue,
IntBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_32s_ISfs(int nValue,
IntPointer pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer in place signal times constant and scale.
|
static int |
nppsMulC_32s_Sfs(int[] pSrc,
int nValue,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_32s_Sfs(IntBuffer pSrc,
int nValue,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_32s_Sfs(IntPointer pSrc,
int nValue,
IntPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal times constant and scale.
|
static int |
nppsMulC_32sc_ISfs(Npp32sc nValue,
Npp32sc pSrcDst,
int nLength,
int nScaleFactor)
32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal
times constant and scale.
|
static int |
nppsMulC_32sc_Sfs(Npp32sc pSrc,
Npp32sc nValue,
Npp32sc pDst,
int nLength,
int nScaleFactor)
32-bit integer complex number (32 bit real, 32 bit imaginary) signal times constant
and scale.
|
static int |
nppsMulC_64f_I(double nValue,
double[] pSrcDst,
int nLength) |
static int |
nppsMulC_64f_I(double nValue,
DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsMulC_64f_I(double nValue,
DoublePointer pSrcDst,
int nLength)
64-bit floating point, in place signal times constant.
|
static int |
nppsMulC_64f(double[] pSrc,
double nValue,
double[] pDst,
int nLength) |
static int |
nppsMulC_64f(DoubleBuffer pSrc,
double nValue,
DoubleBuffer pDst,
int nLength) |
static int |
nppsMulC_64f(DoublePointer pSrc,
double nValue,
DoublePointer pDst,
int nLength)
64-bit floating point signal times constant.
|
static int |
nppsMulC_64f64s_ISfs(double nValue,
long[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_64f64s_ISfs(double nValue,
LongBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_64f64s_ISfs(double nValue,
LongPointer pDst,
int nLength,
int nScaleFactor)
64-bit floating point signal times constant with in place conversion to 64-bit signed integer
and with scaling and saturation of output result.
|
static int |
nppsMulC_64fc_I(Npp64fc nValue,
Npp64fc pSrcDst,
int nLength)
64-bit floating point complex number (64 bit real, 64 bit imaginary) in
place signal times constant.
|
static int |
nppsMulC_64fc(Npp64fc pSrc,
Npp64fc nValue,
Npp64fc pDst,
int nLength)
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal
times constant.
|
static int |
nppsMulC_8u_ISfs(byte nValue,
byte[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_8u_ISfs(byte nValue,
ByteBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_8u_ISfs(byte nValue,
BytePointer pSrcDst,
int nLength,
int nScaleFactor)
8-bit unsigned char in place signal times constant,
scale, then clamp to saturated value
|
static int |
nppsMulC_8u_Sfs(byte[] pSrc,
byte nValue,
byte[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_8u_Sfs(ByteBuffer pSrc,
byte nValue,
ByteBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsMulC_8u_Sfs(BytePointer pSrc,
byte nValue,
BytePointer pDst,
int nLength,
int nScaleFactor)
8-bit unsigned char signal times constant, scale, then clamp to saturated value.
|
static int |
nppsMulC_Low_32f16s(float[] pSrc,
float nValue,
short[] pDst,
int nLength) |
static int |
nppsMulC_Low_32f16s(FloatBuffer pSrc,
float nValue,
ShortBuffer pDst,
int nLength) |
static int |
nppsMulC_Low_32f16s(FloatPointer pSrc,
float nValue,
ShortPointer pDst,
int nLength)
32-bit floating point signal times constant with output converted to 16-bit signed integer.
|
static int |
nppsNorm_Inf_16s32f(short[] pSrc,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_Inf_16s32f(ShortBuffer pSrc,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_Inf_16s32f(ShortPointer pSrc,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
16-bit signed short integer vector C norm method, return value is 32-bit float.
|
static int |
nppsNorm_Inf_16s32s_Sfs(short[] pSrc,
int nLength,
int[] pNorm,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsNorm_Inf_16s32s_Sfs(ShortBuffer pSrc,
int nLength,
IntBuffer pNorm,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_Inf_16s32s_Sfs(ShortPointer pSrc,
int nLength,
IntPointer pNorm,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer vector C norm method, return value is 32-bit signed integer.
|
static int |
nppsNorm_Inf_32f(float[] pSrc,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_Inf_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_Inf_32f(FloatPointer pSrc,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
32-bit float vector C norm method
|
static int |
nppsNorm_Inf_32fc32f(Npp32fc pSrc,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_Inf_32fc32f(Npp32fc pSrc,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_Inf_32fc32f(Npp32fc pSrc,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
32-bit float complex vector C norm method, return value is 32-bit float.
|
static int |
nppsNorm_Inf_64f(double[] pSrc,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_Inf_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_Inf_64f(DoublePointer pSrc,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
64-bit float vector C norm method
|
static int |
nppsNorm_Inf_64fc64f(Npp64fc pSrc,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_Inf_64fc64f(Npp64fc pSrc,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_Inf_64fc64f(Npp64fc pSrc,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
64-bit float complex vector C norm method, return value is 64-bit float.
|
static int |
nppsNorm_L1_16s32f(short[] pSrc,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L1_16s32f(ShortBuffer pSrc,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L1_16s32f(ShortPointer pSrc,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
16-bit signed short integer vector L1 norm method, return value is 32-bit float.
|
static int |
nppsNorm_L1_16s32s_Sfs(short[] pSrc,
int nLength,
int[] pNorm,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L1_16s32s_Sfs(ShortBuffer pSrc,
int nLength,
IntBuffer pNorm,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L1_16s32s_Sfs(ShortPointer pSrc,
int nLength,
IntPointer pNorm,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer vector L1 norm method, return value is 32-bit signed integer.
|
static int |
nppsNorm_L1_16s64s_Sfs(short[] pSrc,
int nLength,
long[] pNorm,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L1_16s64s_Sfs(ShortBuffer pSrc,
int nLength,
LongBuffer pNorm,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L1_16s64s_Sfs(ShortPointer pSrc,
int nLength,
LongPointer pNorm,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer vector L1 norm method, return value is 64-bit signed integer.
|
static int |
nppsNorm_L1_32f(float[] pSrc,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L1_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L1_32f(FloatPointer pSrc,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
32-bit float vector L1 norm method
|
static int |
nppsNorm_L1_32fc64f(Npp32fc pSrc,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L1_32fc64f(Npp32fc pSrc,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L1_32fc64f(Npp32fc pSrc,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
32-bit float complex vector L1 norm method, return value is 64-bit float.
|
static int |
nppsNorm_L1_64f(double[] pSrc,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L1_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L1_64f(DoublePointer pSrc,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
64-bit float vector L1 norm method
|
static int |
nppsNorm_L1_64fc64f(Npp64fc pSrc,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L1_64fc64f(Npp64fc pSrc,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L1_64fc64f(Npp64fc pSrc,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
64-bit float complex vector L1 norm method, return value is 64-bit float.
|
static int |
nppsNorm_L2_16s32f(short[] pSrc,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L2_16s32f(ShortBuffer pSrc,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L2_16s32f(ShortPointer pSrc,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
16-bit signed short integer vector L2 norm method, return value is 32-bit float.
|
static int |
nppsNorm_L2_16s32s_Sfs(short[] pSrc,
int nLength,
int[] pNorm,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L2_16s32s_Sfs(ShortBuffer pSrc,
int nLength,
IntBuffer pNorm,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L2_16s32s_Sfs(ShortPointer pSrc,
int nLength,
IntPointer pNorm,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer vector L2 norm method, return value is 32-bit signed integer.
|
static int |
nppsNorm_L2_32f(float[] pSrc,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L2_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L2_32f(FloatPointer pSrc,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
32-bit float vector L2 norm method
|
static int |
nppsNorm_L2_32fc64f(Npp32fc pSrc,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L2_32fc64f(Npp32fc pSrc,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L2_32fc64f(Npp32fc pSrc,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
32-bit float complex vector L2 norm method, return value is 64-bit float.
|
static int |
nppsNorm_L2_64f(double[] pSrc,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L2_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L2_64f(DoublePointer pSrc,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
64-bit float vector L2 norm method
|
static int |
nppsNorm_L2_64fc64f(Npp64fc pSrc,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L2_64fc64f(Npp64fc pSrc,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L2_64fc64f(Npp64fc pSrc,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
64-bit float complex vector L2 norm method, return value is 64-bit float.
|
static int |
nppsNorm_L2Sqr_16s64s_Sfs(short[] pSrc,
int nLength,
long[] pNorm,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsNorm_L2Sqr_16s64s_Sfs(ShortBuffer pSrc,
int nLength,
LongBuffer pNorm,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsNorm_L2Sqr_16s64s_Sfs(ShortPointer pSrc,
int nLength,
LongPointer pNorm,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer vector L2 Square norm method, return value is 64-bit signed integer.
|
static int |
nppsNormalize_16s_Sfs(short[] pSrc,
short[] pDst,
int nLength,
short vSub,
int vDiv,
int nScaleFactor) |
static int |
nppsNormalize_16s_Sfs(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength,
short vSub,
int vDiv,
int nScaleFactor) |
static int |
nppsNormalize_16s_Sfs(ShortPointer pSrc,
ShortPointer pDst,
int nLength,
short vSub,
int vDiv,
int nScaleFactor)
16-bit signed short signal normalize, scale, then clamp to saturated value.
|
static int |
nppsNormalize_16sc_Sfs(Npp16sc pSrc,
Npp16sc pDst,
int nLength,
Npp16sc vSub,
int vDiv,
int nScaleFactor)
16-bit complex signed short signal normalize, scale, then clamp to saturated value.
|
static int |
nppsNormalize_32f(float[] pSrc,
float[] pDst,
int nLength,
float vSub,
float vDiv) |
static int |
nppsNormalize_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength,
float vSub,
float vDiv) |
static int |
nppsNormalize_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength,
float vSub,
float vDiv)
32-bit floating point signal normalize.
|
static int |
nppsNormalize_32fc(Npp32fc pSrc,
Npp32fc pDst,
int nLength,
Npp32fc vSub,
float vDiv)
32-bit complex floating point signal normalize.
|
static int |
nppsNormalize_64f(double[] pSrc,
double[] pDst,
int nLength,
double vSub,
double vDiv) |
static int |
nppsNormalize_64f(DoubleBuffer pSrc,
DoubleBuffer pDst,
int nLength,
double vSub,
double vDiv) |
static int |
nppsNormalize_64f(DoublePointer pSrc,
DoublePointer pDst,
int nLength,
double vSub,
double vDiv)
64-bit floating point signal normalize.
|
static int |
nppsNormalize_64fc(Npp64fc pSrc,
Npp64fc pDst,
int nLength,
Npp64fc vSub,
double vDiv)
64-bit complex floating point signal normalize.
|
static int |
nppsNormDiff_Inf_16s32f(short[] pSrc1,
short[] pSrc2,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_Inf_16s32f(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_Inf_16s32f(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
16-bit signed short integer C norm method on two vectors' difference, return value is 32-bit float.
|
static int |
nppsNormDiff_Inf_16s32s_Sfs(short[] pSrc1,
short[] pSrc2,
int nLength,
int[] pNorm,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_Inf_16s32s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
IntBuffer pNorm,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_Inf_16s32s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
IntPointer pNorm,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer C norm method on two vectors' difference, return value is 32-bit signed integer.
|
static int |
nppsNormDiff_Inf_32f(float[] pSrc1,
float[] pSrc2,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_Inf_32f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_Inf_32f(FloatPointer pSrc1,
FloatPointer pSrc2,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
32-bit float C norm method on two vectors' difference
|
static int |
nppsNormDiff_Inf_32fc32f(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_Inf_32fc32f(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_Inf_32fc32f(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
32-bit float complex C norm method on two vectors' difference, return value is 32-bit float.
|
static int |
nppsNormDiff_Inf_64f(double[] pSrc1,
double[] pSrc2,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_Inf_64f(DoubleBuffer pSrc1,
DoubleBuffer pSrc2,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_Inf_64f(DoublePointer pSrc1,
DoublePointer pSrc2,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
64-bit float C norm method on two vectors' difference
|
static int |
nppsNormDiff_Inf_64fc64f(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_Inf_64fc64f(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_Inf_64fc64f(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
64-bit float complex C norm method on two vectors' difference, return value is 64-bit float.
|
static int |
nppsNormDiff_L1_16s32f(short[] pSrc1,
short[] pSrc2,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L1_16s32f(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L1_16s32f(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
16-bit signed short integer L1 norm method on two vectors' difference, return value is 32-bit float.
|
static int |
nppsNormDiff_L1_16s32s_Sfs(short[] pSrc1,
short[] pSrc2,
int nLength,
int[] pNorm,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L1_16s32s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
IntBuffer pNorm,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L1_16s32s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
IntPointer pNorm,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer L1 norm method on two vectors' difference, return value is 32-bit signed integer.
|
static int |
nppsNormDiff_L1_16s64s_Sfs(short[] pSrc1,
short[] pSrc2,
int nLength,
long[] pNorm,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L1_16s64s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
LongBuffer pNorm,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L1_16s64s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
LongPointer pNorm,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer L1 norm method on two vectors' difference, return value is 64-bit signed integer.
|
static int |
nppsNormDiff_L1_32f(float[] pSrc1,
float[] pSrc2,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L1_32f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L1_32f(FloatPointer pSrc1,
FloatPointer pSrc2,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
32-bit float L1 norm method on two vectors' difference
|
static int |
nppsNormDiff_L1_32fc64f(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L1_32fc64f(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L1_32fc64f(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
32-bit float complex L1 norm method on two vectors' difference, return value is 64-bit float.
|
static int |
nppsNormDiff_L1_64f(double[] pSrc1,
double[] pSrc2,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L1_64f(DoubleBuffer pSrc1,
DoubleBuffer pSrc2,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L1_64f(DoublePointer pSrc1,
DoublePointer pSrc2,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
64-bit float L1 norm method on two vectors' difference
|
static int |
nppsNormDiff_L1_64fc64f(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L1_64fc64f(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L1_64fc64f(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
64-bit float complex L1 norm method on two vectors' difference, return value is 64-bit float.
|
static int |
nppsNormDiff_L2_16s32f(short[] pSrc1,
short[] pSrc2,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L2_16s32f(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L2_16s32f(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
16-bit signed short integer L2 norm method on two vectors' difference, return value is 32-bit float.
|
static int |
nppsNormDiff_L2_16s32s_Sfs(short[] pSrc1,
short[] pSrc2,
int nLength,
int[] pNorm,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L2_16s32s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
IntBuffer pNorm,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L2_16s32s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
IntPointer pNorm,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer L2 norm method on two vectors' difference, return value is 32-bit signed integer.
|
static int |
nppsNormDiff_L2_32f(float[] pSrc1,
float[] pSrc2,
int nLength,
float[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L2_32f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
int nLength,
FloatBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L2_32f(FloatPointer pSrc1,
FloatPointer pSrc2,
int nLength,
FloatPointer pNorm,
BytePointer pDeviceBuffer)
32-bit float L2 norm method on two vectors' difference
|
static int |
nppsNormDiff_L2_32fc64f(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L2_32fc64f(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L2_32fc64f(Npp32fc pSrc1,
Npp32fc pSrc2,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
32-bit float complex L2 norm method on two vectors' difference, return value is 64-bit float.
|
static int |
nppsNormDiff_L2_64f(double[] pSrc1,
double[] pSrc2,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L2_64f(DoubleBuffer pSrc1,
DoubleBuffer pSrc2,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L2_64f(DoublePointer pSrc1,
DoublePointer pSrc2,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
64-bit float L2 norm method on two vectors' difference
|
static int |
nppsNormDiff_L2_64fc64f(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
double[] pNorm,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L2_64fc64f(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoubleBuffer pNorm,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L2_64fc64f(Npp64fc pSrc1,
Npp64fc pSrc2,
int nLength,
DoublePointer pNorm,
BytePointer pDeviceBuffer)
64-bit float complex L2 norm method on two vectors' difference, return value is 64-bit float.
|
static int |
nppsNormDiff_L2Sqr_16s64s_Sfs(short[] pSrc1,
short[] pSrc2,
int nLength,
long[] pNorm,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsNormDiff_L2Sqr_16s64s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
int nLength,
LongBuffer pNorm,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsNormDiff_L2Sqr_16s64s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
int nLength,
LongPointer pNorm,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit signed short integer L2 Square norm method on two vectors' difference, return value is 64-bit signed integer.
|
static int |
nppsNormDiffInfGetBufferSize_16s32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffInfGetBufferSize_16s32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffInfGetBufferSize_16s32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_Inf_16s32f.
|
static int |
nppsNormDiffInfGetBufferSize_16s32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffInfGetBufferSize_16s32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffInfGetBufferSize_16s32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_Inf_16s32s_Sfs.
|
static int |
nppsNormDiffInfGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffInfGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffInfGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_Inf_32f.
|
static int |
nppsNormDiffInfGetBufferSize_32fc32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffInfGetBufferSize_32fc32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffInfGetBufferSize_32fc32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_Inf_32fc32f.
|
static int |
nppsNormDiffInfGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffInfGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffInfGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_Inf_64f.
|
static int |
nppsNormDiffInfGetBufferSize_64fc64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffInfGetBufferSize_64fc64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffInfGetBufferSize_64fc64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_Inf_64fc64f.
|
static int |
nppsNormDiffL1GetBufferSize_16s32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_16s32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_16s32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L1_16s32f.
|
static int |
nppsNormDiffL1GetBufferSize_16s32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_16s32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_16s32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L1_16s32s_Sfs.
|
static int |
nppsNormDiffL1GetBufferSize_16s64s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_16s64s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_16s64s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L1_16s64s_Sfs.
|
static int |
nppsNormDiffL1GetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L1_32f.
|
static int |
nppsNormDiffL1GetBufferSize_32fc64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_32fc64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_32fc64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L1_32fc64f.
|
static int |
nppsNormDiffL1GetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L1_64f.
|
static int |
nppsNormDiffL1GetBufferSize_64fc64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_64fc64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL1GetBufferSize_64fc64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L1_64fc64f.
|
static int |
nppsNormDiffL2GetBufferSize_16s32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL2GetBufferSize_16s32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL2GetBufferSize_16s32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L2_16s32f.
|
static int |
nppsNormDiffL2GetBufferSize_16s32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL2GetBufferSize_16s32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL2GetBufferSize_16s32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L2_16s32s_Sfs.
|
static int |
nppsNormDiffL2GetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL2GetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL2GetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L2_32f.
|
static int |
nppsNormDiffL2GetBufferSize_32fc64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL2GetBufferSize_32fc64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL2GetBufferSize_32fc64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L2_32fc64f.
|
static int |
nppsNormDiffL2GetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL2GetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL2GetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L2_64f.
|
static int |
nppsNormDiffL2GetBufferSize_64fc64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL2GetBufferSize_64fc64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL2GetBufferSize_64fc64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L2_64fc64f.
|
static int |
nppsNormDiffL2SqrGetBufferSize_16s64s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsNormDiffL2SqrGetBufferSize_16s64s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormDiffL2SqrGetBufferSize_16s64s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNormDiff_L2Sqr_16s64s_Sfs.
|
static int |
nppsNormInfGetBufferSize_16s32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormInfGetBufferSize_16s32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormInfGetBufferSize_16s32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_Inf_16s32f.
|
static int |
nppsNormInfGetBufferSize_16s32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsNormInfGetBufferSize_16s32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormInfGetBufferSize_16s32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_Inf_16s32s_Sfs.
|
static int |
nppsNormInfGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormInfGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormInfGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_Inf_32f.
|
static int |
nppsNormInfGetBufferSize_32fc32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormInfGetBufferSize_32fc32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormInfGetBufferSize_32fc32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_Inf_32fc32f.
|
static int |
nppsNormInfGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormInfGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormInfGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_Inf_64f.
|
static int |
nppsNormInfGetBufferSize_64fc64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormInfGetBufferSize_64fc64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormInfGetBufferSize_64fc64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_Inf_64fc64f.
|
static int |
nppsNormL1GetBufferSize_16s32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL1GetBufferSize_16s32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL1GetBufferSize_16s32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L1_16s32f.
|
static int |
nppsNormL1GetBufferSize_16s32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL1GetBufferSize_16s32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL1GetBufferSize_16s32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L1_16s32s_Sfs.
|
static int |
nppsNormL1GetBufferSize_16s64s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL1GetBufferSize_16s64s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL1GetBufferSize_16s64s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L1_16s64s_Sfs.
|
static int |
nppsNormL1GetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL1GetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL1GetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L1_32f.
|
static int |
nppsNormL1GetBufferSize_32fc64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL1GetBufferSize_32fc64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL1GetBufferSize_32fc64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L1_32fc64f.
|
static int |
nppsNormL1GetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL1GetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL1GetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L1_64f.
|
static int |
nppsNormL1GetBufferSize_64fc64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL1GetBufferSize_64fc64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL1GetBufferSize_64fc64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L1_64fc64f.
|
static int |
nppsNormL2GetBufferSize_16s32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL2GetBufferSize_16s32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL2GetBufferSize_16s32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L2_16s32f.
|
static int |
nppsNormL2GetBufferSize_16s32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL2GetBufferSize_16s32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL2GetBufferSize_16s32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L2_16s32s_Sfs.
|
static int |
nppsNormL2GetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL2GetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL2GetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L2_32f.
|
static int |
nppsNormL2GetBufferSize_32fc64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL2GetBufferSize_32fc64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL2GetBufferSize_32fc64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L2_32fc64f.
|
static int |
nppsNormL2GetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL2GetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL2GetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L2_64f.
|
static int |
nppsNormL2GetBufferSize_64fc64f(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL2GetBufferSize_64fc64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL2GetBufferSize_64fc64f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L2_64fc64f.
|
static int |
nppsNormL2SqrGetBufferSize_16s64s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsNormL2SqrGetBufferSize_16s64s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsNormL2SqrGetBufferSize_16s64s_Sfs(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsNorm_L2Sqr_16s64s_Sfs.
|
static int |
nppsNot_16u_I(short[] pSrcDst,
int nLength) |
static int |
nppsNot_16u_I(ShortBuffer pSrcDst,
int nLength) |
static int |
nppsNot_16u_I(ShortPointer pSrcDst,
int nLength)
16-bit unsigned short in place not signal.
|
static int |
nppsNot_16u(short[] pSrc,
short[] pDst,
int nLength) |
static int |
nppsNot_16u(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength) |
static int |
nppsNot_16u(ShortPointer pSrc,
ShortPointer pDst,
int nLength)
16-bit unsigned short not signal.
|
static int |
nppsNot_32u_I(int[] pSrcDst,
int nLength) |
static int |
nppsNot_32u_I(IntBuffer pSrcDst,
int nLength) |
static int |
nppsNot_32u_I(IntPointer pSrcDst,
int nLength)
32-bit unsigned signed integer in place not signal.
|
static int |
nppsNot_32u(int[] pSrc,
int[] pDst,
int nLength) |
static int |
nppsNot_32u(IntBuffer pSrc,
IntBuffer pDst,
int nLength) |
static int |
nppsNot_32u(IntPointer pSrc,
IntPointer pDst,
int nLength)
32-bit unsigned integer not signal.
|
static int |
nppsNot_8u_I(byte[] pSrcDst,
int nLength) |
static int |
nppsNot_8u_I(ByteBuffer pSrcDst,
int nLength) |
static int |
nppsNot_8u_I(BytePointer pSrcDst,
int nLength)
8-bit unsigned char in place not signal.
|
static int |
nppsNot_8u(byte[] pSrc,
byte[] pDst,
int nLength) |
static int |
nppsNot_8u(ByteBuffer pSrc,
ByteBuffer pDst,
int nLength) |
static int |
nppsNot_8u(BytePointer pSrc,
BytePointer pDst,
int nLength)
8-bit unsigned char not signal.
|
static int |
nppsOr_16u_I(short[] pSrc,
short[] pSrcDst,
int nLength) |
static int |
nppsOr_16u_I(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsOr_16u_I(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength)
16-bit unsigned short in place signal or with signal.
|
static int |
nppsOr_16u(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength) |
static int |
nppsOr_16u(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength) |
static int |
nppsOr_16u(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength)
16-bit unsigned short signal or with signal.
|
static int |
nppsOr_32u_I(int[] pSrc,
int[] pSrcDst,
int nLength) |
static int |
nppsOr_32u_I(IntBuffer pSrc,
IntBuffer pSrcDst,
int nLength) |
static int |
nppsOr_32u_I(IntPointer pSrc,
IntPointer pSrcDst,
int nLength)
32-bit unsigned integer in place signal or with signal.
|
static int |
nppsOr_32u(int[] pSrc1,
int[] pSrc2,
int[] pDst,
int nLength) |
static int |
nppsOr_32u(IntBuffer pSrc1,
IntBuffer pSrc2,
IntBuffer pDst,
int nLength) |
static int |
nppsOr_32u(IntPointer pSrc1,
IntPointer pSrc2,
IntPointer pDst,
int nLength)
32-bit unsigned integer signal or with signal.
|
static int |
nppsOr_8u_I(byte[] pSrc,
byte[] pSrcDst,
int nLength) |
static int |
nppsOr_8u_I(ByteBuffer pSrc,
ByteBuffer pSrcDst,
int nLength) |
static int |
nppsOr_8u_I(BytePointer pSrc,
BytePointer pSrcDst,
int nLength)
8-bit unsigned char in place signal or with signal.
|
static int |
nppsOr_8u(byte[] pSrc1,
byte[] pSrc2,
byte[] pDst,
int nLength) |
static int |
nppsOr_8u(ByteBuffer pSrc1,
ByteBuffer pSrc2,
ByteBuffer pDst,
int nLength) |
static int |
nppsOr_8u(BytePointer pSrc1,
BytePointer pSrc2,
BytePointer pDst,
int nLength)
8-bit unsigned char signal or with signal.
|
static int |
nppsOrC_16u_I(short nValue,
short[] pSrcDst,
int nLength) |
static int |
nppsOrC_16u_I(short nValue,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsOrC_16u_I(short nValue,
ShortPointer pSrcDst,
int nLength)
16-bit unsigned short in place signal or with constant.
|
static int |
nppsOrC_16u(short[] pSrc,
short nValue,
short[] pDst,
int nLength) |
static int |
nppsOrC_16u(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength) |
static int |
nppsOrC_16u(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength)
16-bit unsigned short signal or with constant.
|
static int |
nppsOrC_32u_I(int nValue,
int[] pSrcDst,
int nLength) |
static int |
nppsOrC_32u_I(int nValue,
IntBuffer pSrcDst,
int nLength) |
static int |
nppsOrC_32u_I(int nValue,
IntPointer pSrcDst,
int nLength)
32-bit unsigned signed integer in place signal or with constant.
|
static int |
nppsOrC_32u(int[] pSrc,
int nValue,
int[] pDst,
int nLength) |
static int |
nppsOrC_32u(IntBuffer pSrc,
int nValue,
IntBuffer pDst,
int nLength) |
static int |
nppsOrC_32u(IntPointer pSrc,
int nValue,
IntPointer pDst,
int nLength)
32-bit unsigned integer signal or with constant.
|
static int |
nppsOrC_8u_I(byte nValue,
byte[] pSrcDst,
int nLength) |
static int |
nppsOrC_8u_I(byte nValue,
ByteBuffer pSrcDst,
int nLength) |
static int |
nppsOrC_8u_I(byte nValue,
BytePointer pSrcDst,
int nLength)
8-bit unsigned char in place signal or with constant.
|
static int |
nppsOrC_8u(byte[] pSrc,
byte nValue,
byte[] pDst,
int nLength) |
static int |
nppsOrC_8u(ByteBuffer pSrc,
byte nValue,
ByteBuffer pDst,
int nLength) |
static int |
nppsOrC_8u(BytePointer pSrc,
byte nValue,
BytePointer pDst,
int nLength)
8-bit unsigned char signal or with constant.
|
static int |
nppsRShiftC_16s_I(int nValue,
short[] pSrcDst,
int nLength) |
static int |
nppsRShiftC_16s_I(int nValue,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsRShiftC_16s_I(int nValue,
ShortPointer pSrcDst,
int nLength)
16-bit signed short in place signal right shift with constant.
|
static int |
nppsRShiftC_16s(short[] pSrc,
int nValue,
short[] pDst,
int nLength) |
static int |
nppsRShiftC_16s(ShortBuffer pSrc,
int nValue,
ShortBuffer pDst,
int nLength) |
static int |
nppsRShiftC_16s(ShortPointer pSrc,
int nValue,
ShortPointer pDst,
int nLength)
16-bit signed short signal right shift with constant.
|
static int |
nppsRShiftC_16u_I(int nValue,
short[] pSrcDst,
int nLength) |
static int |
nppsRShiftC_16u_I(int nValue,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsRShiftC_16u_I(int nValue,
ShortPointer pSrcDst,
int nLength)
16-bit unsigned short in place signal right shift with constant.
|
static int |
nppsRShiftC_16u(short[] pSrc,
int nValue,
short[] pDst,
int nLength) |
static int |
nppsRShiftC_16u(ShortBuffer pSrc,
int nValue,
ShortBuffer pDst,
int nLength) |
static int |
nppsRShiftC_16u(ShortPointer pSrc,
int nValue,
ShortPointer pDst,
int nLength)
16-bit unsigned short signal right shift with constant.
|
static int |
nppsRShiftC_32s_I(int nValue,
int[] pSrcDst,
int nLength) |
static int |
nppsRShiftC_32s_I(int nValue,
IntBuffer pSrcDst,
int nLength) |
static int |
nppsRShiftC_32s_I(int nValue,
IntPointer pSrcDst,
int nLength)
32-bit signed signed integer in place signal right shift with constant.
|
static int |
nppsRShiftC_32s(int[] pSrc,
int nValue,
int[] pDst,
int nLength) |
static int |
nppsRShiftC_32s(IntBuffer pSrc,
int nValue,
IntBuffer pDst,
int nLength) |
static int |
nppsRShiftC_32s(IntPointer pSrc,
int nValue,
IntPointer pDst,
int nLength)
32-bit signed integer signal right shift with constant.
|
static int |
nppsRShiftC_32u_I(int nValue,
int[] pSrcDst,
int nLength) |
static int |
nppsRShiftC_32u_I(int nValue,
IntBuffer pSrcDst,
int nLength) |
static int |
nppsRShiftC_32u_I(int nValue,
IntPointer pSrcDst,
int nLength)
32-bit unsigned signed integer in place signal right shift with constant.
|
static int |
nppsRShiftC_32u(int[] pSrc,
int nValue,
int[] pDst,
int nLength) |
static int |
nppsRShiftC_32u(IntBuffer pSrc,
int nValue,
IntBuffer pDst,
int nLength) |
static int |
nppsRShiftC_32u(IntPointer pSrc,
int nValue,
IntPointer pDst,
int nLength)
32-bit unsigned integer signal right shift with constant.
|
static int |
nppsRShiftC_8u_I(int nValue,
byte[] pSrcDst,
int nLength) |
static int |
nppsRShiftC_8u_I(int nValue,
ByteBuffer pSrcDst,
int nLength) |
static int |
nppsRShiftC_8u_I(int nValue,
BytePointer pSrcDst,
int nLength)
8-bit unsigned char in place signal right shift with constant.
|
static int |
nppsRShiftC_8u(byte[] pSrc,
int nValue,
byte[] pDst,
int nLength) |
static int |
nppsRShiftC_8u(ByteBuffer pSrc,
int nValue,
ByteBuffer pDst,
int nLength) |
static int |
nppsRShiftC_8u(BytePointer pSrc,
int nValue,
BytePointer pDst,
int nLength)
8-bit unsigned char signal right shift with constant.
|
static int |
nppsSet_16s(short nValue,
short[] pDst,
int nLength) |
static int |
nppsSet_16s(short nValue,
ShortBuffer pDst,
int nLength) |
static int |
nppsSet_16s(short nValue,
ShortPointer pDst,
int nLength)
16-bit signed integer, vector set method.
|
static int |
nppsSet_16sc(Npp16sc nValue,
Npp16sc pDst,
int nLength)
16-bit integer complex, vector set method.
|
static int |
nppsSet_16u(short nValue,
short[] pDst,
int nLength) |
static int |
nppsSet_16u(short nValue,
ShortBuffer pDst,
int nLength) |
static int |
nppsSet_16u(short nValue,
ShortPointer pDst,
int nLength)
16-bit unsigned integer, vector set method.
|
static int |
nppsSet_32f(float nValue,
float[] pDst,
int nLength) |
static int |
nppsSet_32f(float nValue,
FloatBuffer pDst,
int nLength) |
static int |
nppsSet_32f(float nValue,
FloatPointer pDst,
int nLength)
32-bit float, vector set method.
|
static int |
nppsSet_32fc(Npp32fc nValue,
Npp32fc pDst,
int nLength)
32-bit float complex, vector set method.
|
static int |
nppsSet_32s(int nValue,
int[] pDst,
int nLength) |
static int |
nppsSet_32s(int nValue,
IntBuffer pDst,
int nLength) |
static int |
nppsSet_32s(int nValue,
IntPointer pDst,
int nLength)
32-bit signed integer, vector set method.
|
static int |
nppsSet_32sc(Npp32sc nValue,
Npp32sc pDst,
int nLength)
32-bit integer complex, vector set method.
|
static int |
nppsSet_32u(int nValue,
int[] pDst,
int nLength) |
static int |
nppsSet_32u(int nValue,
IntBuffer pDst,
int nLength) |
static int |
nppsSet_32u(int nValue,
IntPointer pDst,
int nLength)
32-bit unsigned integer, vector set method.
|
static int |
nppsSet_64f(double nValue,
double[] pDst,
int nLength) |
static int |
nppsSet_64f(double nValue,
DoubleBuffer pDst,
int nLength) |
static int |
nppsSet_64f(double nValue,
DoublePointer pDst,
int nLength)
64-bit double, vector set method.
|
static int |
nppsSet_64fc(Npp64fc nValue,
Npp64fc pDst,
int nLength)
64-bit double complex, vector set method.
|
static int |
nppsSet_64s(long nValue,
long[] pDst,
int nLength) |
static int |
nppsSet_64s(long nValue,
LongBuffer pDst,
int nLength) |
static int |
nppsSet_64s(long nValue,
LongPointer pDst,
int nLength)
64-bit long long integer, vector set method.
|
static int |
nppsSet_64sc(Npp64sc nValue,
Npp64sc pDst,
int nLength)
64-bit long long integer complex, vector set method.
|
static int |
nppsSet_8s(byte nValue,
byte[] pDst,
int nLength) |
static int |
nppsSet_8s(byte nValue,
ByteBuffer pDst,
int nLength) |
static int |
nppsSet_8s(byte nValue,
BytePointer pDst,
int nLength)
8-bit signed char, vector set method.
|
static int |
nppsSet_8u(byte nValue,
byte[] pDst,
int nLength) |
static int |
nppsSet_8u(byte nValue,
ByteBuffer pDst,
int nLength) |
static int |
nppsSet_8u(byte nValue,
BytePointer pDst,
int nLength)
8-bit unsigned char, vector set method.
|
static int |
nppsSqr_16s_ISfs(short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqr_16s_ISfs(ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqr_16s_ISfs(ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit signed short signal squared, scale, then clamp to saturated value.
|
static int |
nppsSqr_16s_Sfs(short[] pSrc,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqr_16s_Sfs(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqr_16s_Sfs(ShortPointer pSrc,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short signal squared, scale, then clamp to saturated value.
|
static int |
nppsSqr_16sc_ISfs(Npp16sc pSrcDst,
int nLength,
int nScaleFactor)
16-bit complex signed short signal squared, scale, then clamp to saturated value.
|
static int |
nppsSqr_16sc_Sfs(Npp16sc pSrc,
Npp16sc pDst,
int nLength,
int nScaleFactor)
16-bit complex signed short signal squared, scale, then clamp to saturated value.
|
static int |
nppsSqr_16u_ISfs(short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqr_16u_ISfs(ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqr_16u_ISfs(ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit unsigned short signal squared, scale, then clamp to saturated value.
|
static int |
nppsSqr_16u_Sfs(short[] pSrc,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqr_16u_Sfs(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqr_16u_Sfs(ShortPointer pSrc,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit unsigned short signal squared, scale, then clamp to saturated value.
|
static int |
nppsSqr_32f_I(float[] pSrcDst,
int nLength) |
static int |
nppsSqr_32f_I(FloatBuffer pSrcDst,
int nLength) |
static int |
nppsSqr_32f_I(FloatPointer pSrcDst,
int nLength)
32-bit floating point signal squared.
|
static int |
nppsSqr_32f(float[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsSqr_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsSqr_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength)
32-bit floating point signal squared.
|
static int |
nppsSqr_32fc_I(Npp32fc pSrcDst,
int nLength)
32-bit complex floating point signal squared.
|
static int |
nppsSqr_32fc(Npp32fc pSrc,
Npp32fc pDst,
int nLength)
32-bit complex floating point signal squared.
|
static int |
nppsSqr_64f_I(double[] pSrcDst,
int nLength) |
static int |
nppsSqr_64f_I(DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsSqr_64f_I(DoublePointer pSrcDst,
int nLength)
64-bit floating point signal squared.
|
static int |
nppsSqr_64f(double[] pSrc,
double[] pDst,
int nLength) |
static int |
nppsSqr_64f(DoubleBuffer pSrc,
DoubleBuffer pDst,
int nLength) |
static int |
nppsSqr_64f(DoublePointer pSrc,
DoublePointer pDst,
int nLength)
64-bit floating point signal squared.
|
static int |
nppsSqr_64fc_I(Npp64fc pSrcDst,
int nLength)
64-bit complex floating point signal squared.
|
static int |
nppsSqr_64fc(Npp64fc pSrc,
Npp64fc pDst,
int nLength)
64-bit complex floating point signal squared.
|
static int |
nppsSqr_8u_ISfs(byte[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqr_8u_ISfs(ByteBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqr_8u_ISfs(BytePointer pSrcDst,
int nLength,
int nScaleFactor)
8-bit unsigned char signal squared, scale, then clamp to saturated value.
|
static int |
nppsSqr_8u_Sfs(byte[] pSrc,
byte[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqr_8u_Sfs(ByteBuffer pSrc,
ByteBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqr_8u_Sfs(BytePointer pSrc,
BytePointer pDst,
int nLength,
int nScaleFactor)
8-bit unsigned char signal squared, scale, then clamp to saturated value.
|
static int |
nppsSqrt_16s_ISfs(short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_16s_ISfs(ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_16s_ISfs(ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit signed short signal square root, scale, then clamp to saturated value.
|
static int |
nppsSqrt_16s_Sfs(short[] pSrc,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_16s_Sfs(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_16s_Sfs(ShortPointer pSrc,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short signal square root, scale, then clamp to saturated value.
|
static int |
nppsSqrt_16sc_ISfs(Npp16sc pSrcDst,
int nLength,
int nScaleFactor)
16-bit complex signed short signal square root, scale, then clamp to saturated value.
|
static int |
nppsSqrt_16sc_Sfs(Npp16sc pSrc,
Npp16sc pDst,
int nLength,
int nScaleFactor)
16-bit complex signed short signal square root, scale, then clamp to saturated value.
|
static int |
nppsSqrt_16u_ISfs(short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_16u_ISfs(ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_16u_ISfs(ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit unsigned short signal square root, scale, then clamp to saturated value.
|
static int |
nppsSqrt_16u_Sfs(short[] pSrc,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_16u_Sfs(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_16u_Sfs(ShortPointer pSrc,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit unsigned short signal square root, scale, then clamp to saturated value.
|
static int |
nppsSqrt_32f_I(float[] pSrcDst,
int nLength) |
static int |
nppsSqrt_32f_I(FloatBuffer pSrcDst,
int nLength) |
static int |
nppsSqrt_32f_I(FloatPointer pSrcDst,
int nLength)
32-bit floating point signal square root.
|
static int |
nppsSqrt_32f(float[] pSrc,
float[] pDst,
int nLength) |
static int |
nppsSqrt_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength) |
static int |
nppsSqrt_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength)
32-bit floating point signal square root.
|
static int |
nppsSqrt_32fc_I(Npp32fc pSrcDst,
int nLength)
32-bit complex floating point signal square root.
|
static int |
nppsSqrt_32fc(Npp32fc pSrc,
Npp32fc pDst,
int nLength)
32-bit complex floating point signal square root.
|
static int |
nppsSqrt_32s16s_Sfs(int[] pSrc,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_32s16s_Sfs(IntBuffer pSrc,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_32s16s_Sfs(IntPointer pSrc,
ShortPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal square root, scale, then clamp to 16-bit signed integer saturated value.
|
static int |
nppsSqrt_64f_I(double[] pSrcDst,
int nLength) |
static int |
nppsSqrt_64f_I(DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsSqrt_64f_I(DoublePointer pSrcDst,
int nLength)
64-bit floating point signal square root.
|
static int |
nppsSqrt_64f(double[] pSrc,
double[] pDst,
int nLength) |
static int |
nppsSqrt_64f(DoubleBuffer pSrc,
DoubleBuffer pDst,
int nLength) |
static int |
nppsSqrt_64f(DoublePointer pSrc,
DoublePointer pDst,
int nLength)
64-bit floating point signal square root.
|
static int |
nppsSqrt_64fc_I(Npp64fc pSrcDst,
int nLength)
64-bit complex floating point signal square root.
|
static int |
nppsSqrt_64fc(Npp64fc pSrc,
Npp64fc pDst,
int nLength)
64-bit complex floating point signal square root.
|
static int |
nppsSqrt_64s_ISfs(long[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_64s_ISfs(LongBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_64s_ISfs(LongPointer pSrcDst,
int nLength,
int nScaleFactor)
64-bit signed integer signal square root, scale, then clamp to saturated value.
|
static int |
nppsSqrt_64s_Sfs(long[] pSrc,
long[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_64s_Sfs(LongBuffer pSrc,
LongBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_64s_Sfs(LongPointer pSrc,
LongPointer pDst,
int nLength,
int nScaleFactor)
64-bit signed integer signal square root, scale, then clamp to saturated value.
|
static int |
nppsSqrt_64s16s_Sfs(long[] pSrc,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_64s16s_Sfs(LongBuffer pSrc,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_64s16s_Sfs(LongPointer pSrc,
ShortPointer pDst,
int nLength,
int nScaleFactor)
64-bit signed integer signal square root, scale, then clamp to 16-bit signed integer saturated value.
|
static int |
nppsSqrt_8u_ISfs(byte[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_8u_ISfs(ByteBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_8u_ISfs(BytePointer pSrcDst,
int nLength,
int nScaleFactor)
8-bit unsigned char signal square root, scale, then clamp to saturated value.
|
static int |
nppsSqrt_8u_Sfs(byte[] pSrc,
byte[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_8u_Sfs(ByteBuffer pSrc,
ByteBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSqrt_8u_Sfs(BytePointer pSrc,
BytePointer pDst,
int nLength,
int nScaleFactor)
8-bit unsigned char signal square root, scale, then clamp to saturated value.
|
static int |
nppsStdDev_16s_Sfs(short[] pSrc,
int nLength,
short[] pStdDev,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsStdDev_16s_Sfs(ShortBuffer pSrc,
int nLength,
ShortBuffer pStdDev,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsStdDev_16s_Sfs(ShortPointer pSrc,
int nLength,
ShortPointer pStdDev,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit float vector standard deviation method (return value is also 16-bit)
|
static int |
nppsStdDev_16s32s_Sfs(short[] pSrc,
int nLength,
int[] pStdDev,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsStdDev_16s32s_Sfs(ShortBuffer pSrc,
int nLength,
IntBuffer pStdDev,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsStdDev_16s32s_Sfs(ShortPointer pSrc,
int nLength,
IntPointer pStdDev,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit float vector standard deviation method (return value is 32-bit)
|
static int |
nppsStdDev_32f(float[] pSrc,
int nLength,
float[] pStdDev,
byte[] pDeviceBuffer) |
static int |
nppsStdDev_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pStdDev,
ByteBuffer pDeviceBuffer) |
static int |
nppsStdDev_32f(FloatPointer pSrc,
int nLength,
FloatPointer pStdDev,
BytePointer pDeviceBuffer)
32-bit float vector standard deviation method
|
static int |
nppsStdDev_64f(double[] pSrc,
int nLength,
double[] pStdDev,
byte[] pDeviceBuffer) |
static int |
nppsStdDev_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pStdDev,
ByteBuffer pDeviceBuffer) |
static int |
nppsStdDev_64f(DoublePointer pSrc,
int nLength,
DoublePointer pStdDev,
BytePointer pDeviceBuffer)
64-bit float vector standard deviation method
|
static int |
nppsStdDevGetBufferSize_16s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsStdDevGetBufferSize_16s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsStdDevGetBufferSize_16s_Sfs(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsStdDev_16s_Sfs.
|
static int |
nppsStdDevGetBufferSize_16s32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsStdDevGetBufferSize_16s32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsStdDevGetBufferSize_16s32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsStdDev_16s32s_Sfs.
|
static int |
nppsStdDevGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsStdDevGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsStdDevGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsStdDev_32f.
|
static int |
nppsStdDevGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsStdDevGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsStdDevGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsStdDev_64f.
|
static int |
nppsSub_16s_I(short[] pSrc,
short[] pSrcDst,
int nLength) |
static int |
nppsSub_16s_I(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsSub_16s_I(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength)
16-bit signed short in place signal subtract signal,
then clamp to saturated value.
|
static int |
nppsSub_16s_ISfs(short[] pSrc,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_16s_ISfs(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_16s_ISfs(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit signed short in place signal subtract signal, with scaling,
then clamp to saturated value.
|
static int |
nppsSub_16s_Sfs(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_16s_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_16s_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short signal subtract signal, scale, then clamp to saturated value.
|
static int |
nppsSub_16s(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength) |
static int |
nppsSub_16s(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength) |
static int |
nppsSub_16s(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength)
16-bit signed short signal subtract signal,
then clamp to saturated value.
|
static int |
nppsSub_16s32f(short[] pSrc1,
short[] pSrc2,
float[] pDst,
int nLength) |
static int |
nppsSub_16s32f(ShortBuffer pSrc1,
ShortBuffer pSrc2,
FloatBuffer pDst,
int nLength) |
static int |
nppsSub_16s32f(ShortPointer pSrc1,
ShortPointer pSrc2,
FloatPointer 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 |
nppsSub_16sc_ISfs(Npp16sc pSrc,
Npp16sc pSrcDst,
int nLength,
int nScaleFactor)
16-bit complex signed short in place signal subtract signal, with scaling,
then clamp to saturated value.
|
static int |
nppsSub_16sc_Sfs(Npp16sc pSrc1,
Npp16sc pSrc2,
Npp16sc pDst,
int nLength,
int nScaleFactor)
16-bit signed complex short signal subtract signal, scale, then clamp to saturated value.
|
static int |
nppsSub_16u_ISfs(short[] pSrc,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_16u_ISfs(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_16u_ISfs(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit unsigned short in place signal subtract signal, with scaling,
then clamp to saturated value.
|
static int |
nppsSub_16u_Sfs(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_16u_Sfs(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_16u_Sfs(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit unsigned short signal subtract signal, scale, then clamp to saturated value.
|
static int |
nppsSub_32f_I(float[] pSrc,
float[] pSrcDst,
int nLength) |
static int |
nppsSub_32f_I(FloatBuffer pSrc,
FloatBuffer pSrcDst,
int nLength) |
static int |
nppsSub_32f_I(FloatPointer pSrc,
FloatPointer pSrcDst,
int nLength)
32-bit floating point in place signal subtract signal,
then clamp to saturated value.
|
static int |
nppsSub_32f(float[] pSrc1,
float[] pSrc2,
float[] pDst,
int nLength) |
static int |
nppsSub_32f(FloatBuffer pSrc1,
FloatBuffer pSrc2,
FloatBuffer pDst,
int nLength) |
static int |
nppsSub_32f(FloatPointer pSrc1,
FloatPointer pSrc2,
FloatPointer pDst,
int nLength)
32-bit floating point signal subtract signal,
then clamp to saturated value.
|
static int |
nppsSub_32fc_I(Npp32fc pSrc,
Npp32fc pSrcDst,
int nLength)
32-bit complex floating point in place signal subtract signal,
then clamp to saturated value.
|
static int |
nppsSub_32fc(Npp32fc pSrc1,
Npp32fc pSrc2,
Npp32fc pDst,
int nLength)
32-bit complex floating point signal subtract signal,
then clamp to saturated value.
|
static int |
nppsSub_32s_ISfs(int[] pSrc,
int[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_32s_ISfs(IntBuffer pSrc,
IntBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_32s_ISfs(IntPointer pSrc,
IntPointer pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer in place signal subtract signal, with scaling,
then clamp to saturated value.
|
static int |
nppsSub_32s_Sfs(int[] pSrc1,
int[] pSrc2,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_32s_Sfs(IntBuffer pSrc1,
IntBuffer pSrc2,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_32s_Sfs(IntPointer pSrc1,
IntPointer pSrc2,
IntPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal subtract signal, scale, then clamp to saturated value.
|
static int |
nppsSub_32sc_ISfs(Npp32sc pSrc,
Npp32sc pSrcDst,
int nLength,
int nScaleFactor)
32-bit complex signed integer in place signal subtract signal, with scaling,
then clamp to saturated value.
|
static int |
nppsSub_32sc_Sfs(Npp32sc pSrc1,
Npp32sc pSrc2,
Npp32sc pDst,
int nLength,
int nScaleFactor)
32-bit signed complex integer signal subtract signal, scale, then clamp to saturated value.
|
static int |
nppsSub_64f_I(double[] pSrc,
double[] pSrcDst,
int nLength) |
static int |
nppsSub_64f_I(DoubleBuffer pSrc,
DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsSub_64f_I(DoublePointer pSrc,
DoublePointer pSrcDst,
int nLength)
64-bit floating point in place signal subtract signal,
then clamp to saturated value.
|
static int |
nppsSub_64f(double[] pSrc1,
double[] pSrc2,
double[] pDst,
int nLength) |
static int |
nppsSub_64f(DoubleBuffer pSrc1,
DoubleBuffer pSrc2,
DoubleBuffer pDst,
int nLength) |
static int |
nppsSub_64f(DoublePointer pSrc1,
DoublePointer pSrc2,
DoublePointer pDst,
int nLength)
64-bit floating point signal subtract signal,
then clamp to saturated value.
|
static int |
nppsSub_64fc_I(Npp64fc pSrc,
Npp64fc pSrcDst,
int nLength)
64-bit complex floating point in place signal subtract signal,
then clamp to saturated value.
|
static int |
nppsSub_64fc(Npp64fc pSrc1,
Npp64fc pSrc2,
Npp64fc pDst,
int nLength)
64-bit complex floating point signal subtract signal,
then clamp to saturated value.
|
static int |
nppsSub_8u_ISfs(byte[] pSrc,
byte[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_8u_ISfs(ByteBuffer pSrc,
ByteBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_8u_ISfs(BytePointer pSrc,
BytePointer pSrcDst,
int nLength,
int nScaleFactor)
8-bit unsigned char in place signal subtract signal, with scaling,
then clamp to saturated value.
|
static int |
nppsSub_8u_Sfs(byte[] pSrc1,
byte[] pSrc2,
byte[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_8u_Sfs(ByteBuffer pSrc1,
ByteBuffer pSrc2,
ByteBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSub_8u_Sfs(BytePointer pSrc1,
BytePointer pSrc2,
BytePointer pDst,
int nLength,
int nScaleFactor)
8-bit unsigned char signal subtract signal, scale, then clamp to saturated value.
|
static int |
nppsSubC_16s_ISfs(short nValue,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_16s_ISfs(short nValue,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_16s_ISfs(short nValue,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit signed short in place signal subtract constant, scale, then clamp to saturated value.
|
static int |
nppsSubC_16s_Sfs(short[] pSrc,
short nValue,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_16s_Sfs(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_16s_Sfs(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short signal subtract constant, scale, then clamp to saturated value.
|
static int |
nppsSubC_16sc_ISfs(Npp16sc nValue,
Npp16sc 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 |
nppsSubC_16sc_Sfs(Npp16sc pSrc,
Npp16sc nValue,
Npp16sc 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 |
nppsSubC_16u_ISfs(short nValue,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_16u_ISfs(short nValue,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_16u_ISfs(short nValue,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit unsigned short in place signal subtract constant, scale, then clamp to saturated value.
|
static int |
nppsSubC_16u_Sfs(short[] pSrc,
short nValue,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_16u_Sfs(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_16u_Sfs(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit unsigned short signal subtract constant, scale, then clamp to saturated value.
|
static int |
nppsSubC_32f_I(float nValue,
float[] pSrcDst,
int nLength) |
static int |
nppsSubC_32f_I(float nValue,
FloatBuffer pSrcDst,
int nLength) |
static int |
nppsSubC_32f_I(float nValue,
FloatPointer pSrcDst,
int nLength)
32-bit floating point in place signal subtract constant.
|
static int |
nppsSubC_32f(float[] pSrc,
float nValue,
float[] pDst,
int nLength) |
static int |
nppsSubC_32f(FloatBuffer pSrc,
float nValue,
FloatBuffer pDst,
int nLength) |
static int |
nppsSubC_32f(FloatPointer pSrc,
float nValue,
FloatPointer pDst,
int nLength)
32-bit floating point signal subtract constant.
|
static int |
nppsSubC_32fc_I(Npp32fc nValue,
Npp32fc pSrcDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in
place signal subtract constant.
|
static int |
nppsSubC_32fc(Npp32fc pSrc,
Npp32fc nValue,
Npp32fc pDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal
subtract constant.
|
static int |
nppsSubC_32s_ISfs(int nValue,
int[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_32s_ISfs(int nValue,
IntBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_32s_ISfs(int nValue,
IntPointer pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer in place signal subtract constant and scale.
|
static int |
nppsSubC_32s_Sfs(int[] pSrc,
int nValue,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_32s_Sfs(IntBuffer pSrc,
int nValue,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_32s_Sfs(IntPointer pSrc,
int nValue,
IntPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integer signal subtract constant and scale.
|
static int |
nppsSubC_32sc_ISfs(Npp32sc nValue,
Npp32sc pSrcDst,
int nLength,
int nScaleFactor)
32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal
subtract constant and scale.
|
static int |
nppsSubC_32sc_Sfs(Npp32sc pSrc,
Npp32sc nValue,
Npp32sc pDst,
int nLength,
int nScaleFactor)
32-bit integer complex number (32 bit real, 32 bit imaginary)signal subtract constant
and scale.
|
static int |
nppsSubC_64f_I(double nValue,
double[] pSrcDst,
int nLength) |
static int |
nppsSubC_64f_I(double nValue,
DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsSubC_64f_I(double nValue,
DoublePointer pSrcDst,
int nLength)
64-bit floating point, in place signal subtract constant.
|
static int |
nppsSubC_64f(double[] pSrc,
double nValue,
double[] pDst,
int nLength) |
static int |
nppsSubC_64f(DoubleBuffer pSrc,
double nValue,
DoubleBuffer pDst,
int nLength) |
static int |
nppsSubC_64f(DoublePointer pSrc,
double nValue,
DoublePointer pDst,
int nLength)
64-bit floating point signal subtract constant.
|
static int |
nppsSubC_64fc_I(Npp64fc nValue,
Npp64fc pSrcDst,
int nLength)
64-bit floating point complex number (64 bit real, 64 bit imaginary) in
place signal subtract constant.
|
static int |
nppsSubC_64fc(Npp64fc pSrc,
Npp64fc nValue,
Npp64fc pDst,
int nLength)
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal
subtract constant.
|
static int |
nppsSubC_8u_ISfs(byte nValue,
byte[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_8u_ISfs(byte nValue,
ByteBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_8u_ISfs(byte nValue,
BytePointer pSrcDst,
int nLength,
int nScaleFactor)
8-bit unsigned char in place signal subtract constant,
scale, then clamp to saturated value
|
static int |
nppsSubC_8u_Sfs(byte[] pSrc,
byte nValue,
byte[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_8u_Sfs(ByteBuffer pSrc,
byte nValue,
ByteBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubC_8u_Sfs(BytePointer pSrc,
byte nValue,
BytePointer pDst,
int nLength,
int nScaleFactor)
8-bit unsigned char signal subtract constant, scale, then clamp to saturated value.
|
static int |
nppsSubCRev_16s_ISfs(short nValue,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_16s_ISfs(short nValue,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_16s_ISfs(short nValue,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit signed short in place signal subtract from constant, scale, then clamp to saturated value.
|
static int |
nppsSubCRev_16s_Sfs(short[] pSrc,
short nValue,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_16s_Sfs(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_16s_Sfs(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit signed short signal subtract from constant, scale, then clamp to saturated value.
|
static int |
nppsSubCRev_16sc_ISfs(Npp16sc nValue,
Npp16sc 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 |
nppsSubCRev_16sc_Sfs(Npp16sc pSrc,
Npp16sc nValue,
Npp16sc 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 |
nppsSubCRev_16u_ISfs(short nValue,
short[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_16u_ISfs(short nValue,
ShortBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_16u_ISfs(short nValue,
ShortPointer pSrcDst,
int nLength,
int nScaleFactor)
16-bit unsigned short in place signal subtract from constant, scale, then clamp to saturated value.
|
static int |
nppsSubCRev_16u_Sfs(short[] pSrc,
short nValue,
short[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_16u_Sfs(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_16u_Sfs(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength,
int nScaleFactor)
16-bit unsigned short signal subtract from constant, scale, then clamp to saturated value.
|
static int |
nppsSubCRev_32f_I(float nValue,
float[] pSrcDst,
int nLength) |
static int |
nppsSubCRev_32f_I(float nValue,
FloatBuffer pSrcDst,
int nLength) |
static int |
nppsSubCRev_32f_I(float nValue,
FloatPointer pSrcDst,
int nLength)
32-bit floating point in place signal subtract from constant.
|
static int |
nppsSubCRev_32f(float[] pSrc,
float nValue,
float[] pDst,
int nLength) |
static int |
nppsSubCRev_32f(FloatBuffer pSrc,
float nValue,
FloatBuffer pDst,
int nLength) |
static int |
nppsSubCRev_32f(FloatPointer pSrc,
float nValue,
FloatPointer pDst,
int nLength)
32-bit floating point signal subtract from constant.
|
static int |
nppsSubCRev_32fc_I(Npp32fc nValue,
Npp32fc pSrcDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in
place signal subtract from constant.
|
static int |
nppsSubCRev_32fc(Npp32fc pSrc,
Npp32fc nValue,
Npp32fc pDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal
subtract from constant.
|
static int |
nppsSubCRev_32s_ISfs(int nValue,
int[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_32s_ISfs(int nValue,
IntBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_32s_ISfs(int nValue,
IntPointer pSrcDst,
int nLength,
int nScaleFactor)
32-bit signed integer in place signal subtract from constant and scale.
|
static int |
nppsSubCRev_32s_Sfs(int[] pSrc,
int nValue,
int[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_32s_Sfs(IntBuffer pSrc,
int nValue,
IntBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_32s_Sfs(IntPointer pSrc,
int nValue,
IntPointer pDst,
int nLength,
int nScaleFactor)
32-bit signed integersignal subtract from constant and scale.
|
static int |
nppsSubCRev_32sc_ISfs(Npp32sc nValue,
Npp32sc pSrcDst,
int nLength,
int nScaleFactor)
32-bit integer complex number (32 bit real, 32 bit imaginary) in place signal
subtract from constant and scale.
|
static int |
nppsSubCRev_32sc_Sfs(Npp32sc pSrc,
Npp32sc nValue,
Npp32sc pDst,
int nLength,
int nScaleFactor)
32-bit integer complex number (32 bit real, 32 bit imaginary) signal subtract from constant
and scale.
|
static int |
nppsSubCRev_64f_I(double nValue,
double[] pSrcDst,
int nLength) |
static int |
nppsSubCRev_64f_I(double nValue,
DoubleBuffer pSrcDst,
int nLength) |
static int |
nppsSubCRev_64f_I(double nValue,
DoublePointer pSrcDst,
int nLength)
64-bit floating point, in place signal subtract from constant.
|
static int |
nppsSubCRev_64f(double[] pSrc,
double nValue,
double[] pDst,
int nLength) |
static int |
nppsSubCRev_64f(DoubleBuffer pSrc,
double nValue,
DoubleBuffer pDst,
int nLength) |
static int |
nppsSubCRev_64f(DoublePointer pSrc,
double nValue,
DoublePointer pDst,
int nLength)
64-bit floating point signal subtract from constant.
|
static int |
nppsSubCRev_64fc_I(Npp64fc nValue,
Npp64fc pSrcDst,
int nLength)
64-bit floating point complex number (64 bit real, 64 bit imaginary) in
place signal subtract from constant.
|
static int |
nppsSubCRev_64fc(Npp64fc pSrc,
Npp64fc nValue,
Npp64fc pDst,
int nLength)
64-bit floating point complex number (64 bit real, 64 bit imaginary) signal
subtract from constant.
|
static int |
nppsSubCRev_8u_ISfs(byte nValue,
byte[] pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_8u_ISfs(byte nValue,
ByteBuffer pSrcDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_8u_ISfs(byte nValue,
BytePointer pSrcDst,
int nLength,
int nScaleFactor)
8-bit unsigned char in place signal subtract from constant,
scale, then clamp to saturated value
|
static int |
nppsSubCRev_8u_Sfs(byte[] pSrc,
byte nValue,
byte[] pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_8u_Sfs(ByteBuffer pSrc,
byte nValue,
ByteBuffer pDst,
int nLength,
int nScaleFactor) |
static int |
nppsSubCRev_8u_Sfs(BytePointer pSrc,
byte nValue,
BytePointer pDst,
int nLength,
int nScaleFactor)
8-bit unsigned char signal subtract from constant, scale, then clamp to saturated value.
|
static int |
nppsSum_16s_Sfs(short[] pSrc,
int nLength,
short[] pSum,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsSum_16s_Sfs(ShortBuffer pSrc,
int nLength,
ShortBuffer pSum,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsSum_16s_Sfs(ShortPointer pSrc,
int nLength,
ShortPointer pSum,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit short vector sum with integer scaling method
|
static int |
nppsSum_16s32s_Sfs(short[] pSrc,
int nLength,
int[] pSum,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsSum_16s32s_Sfs(ShortBuffer pSrc,
int nLength,
IntBuffer pSum,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsSum_16s32s_Sfs(ShortPointer pSrc,
int nLength,
IntPointer pSum,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit integer vector sum (32bit) with integer scaling method
|
static int |
nppsSum_16sc_Sfs(Npp16sc pSrc,
int nLength,
Npp16sc pSum,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsSum_16sc_Sfs(Npp16sc pSrc,
int nLength,
Npp16sc pSum,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsSum_16sc_Sfs(Npp16sc pSrc,
int nLength,
Npp16sc pSum,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit short complex vector sum with integer scaling method
|
static int |
nppsSum_16sc32sc_Sfs(Npp16sc pSrc,
int nLength,
Npp32sc pSum,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsSum_16sc32sc_Sfs(Npp16sc pSrc,
int nLength,
Npp32sc pSum,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsSum_16sc32sc_Sfs(Npp16sc pSrc,
int nLength,
Npp32sc pSum,
int nScaleFactor,
BytePointer pDeviceBuffer)
16-bit short complex vector sum (32bit int complex) with integer scaling
method
|
static int |
nppsSum_32f(float[] pSrc,
int nLength,
float[] pSum,
byte[] pDeviceBuffer) |
static int |
nppsSum_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pSum,
ByteBuffer pDeviceBuffer) |
static int |
nppsSum_32f(FloatPointer pSrc,
int nLength,
FloatPointer pSum,
BytePointer pDeviceBuffer)
32-bit float vector sum method
|
static int |
nppsSum_32fc(Npp32fc pSrc,
int nLength,
Npp32fc pSum,
byte[] pDeviceBuffer) |
static int |
nppsSum_32fc(Npp32fc pSrc,
int nLength,
Npp32fc pSum,
ByteBuffer pDeviceBuffer) |
static int |
nppsSum_32fc(Npp32fc pSrc,
int nLength,
Npp32fc pSum,
BytePointer pDeviceBuffer)
32-bit float complex vector sum method
|
static int |
nppsSum_32s_Sfs(int[] pSrc,
int nLength,
int[] pSum,
int nScaleFactor,
byte[] pDeviceBuffer) |
static int |
nppsSum_32s_Sfs(IntBuffer pSrc,
int nLength,
IntBuffer pSum,
int nScaleFactor,
ByteBuffer pDeviceBuffer) |
static int |
nppsSum_32s_Sfs(IntPointer pSrc,
int nLength,
IntPointer pSum,
int nScaleFactor,
BytePointer pDeviceBuffer)
32-bit integer vector sum with integer scaling method
|
static int |
nppsSum_64f(double[] pSrc,
int nLength,
double[] pSum,
byte[] pDeviceBuffer) |
static int |
nppsSum_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pSum,
ByteBuffer pDeviceBuffer) |
static int |
nppsSum_64f(DoublePointer pSrc,
int nLength,
DoublePointer pSum,
BytePointer pDeviceBuffer)
64-bit double vector sum method
|
static int |
nppsSum_64fc(Npp64fc pSrc,
int nLength,
Npp64fc pSum,
byte[] pDeviceBuffer) |
static int |
nppsSum_64fc(Npp64fc pSrc,
int nLength,
Npp64fc pSum,
ByteBuffer pDeviceBuffer) |
static int |
nppsSum_64fc(Npp64fc pSrc,
int nLength,
Npp64fc pSum,
BytePointer pDeviceBuffer)
64-bit double complex vector sum method
|
static int |
nppsSumGetBufferSize_16s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsSumGetBufferSize_16s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsSumGetBufferSize_16s_Sfs(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsSum_16s_Sfs.
|
static int |
nppsSumGetBufferSize_16s32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsSumGetBufferSize_16s32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsSumGetBufferSize_16s32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsSum_16s32s_Sfs.
|
static int |
nppsSumGetBufferSize_16sc_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsSumGetBufferSize_16sc_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsSumGetBufferSize_16sc_Sfs(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsSum_16sc_Sfs.
|
static int |
nppsSumGetBufferSize_16sc32sc_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsSumGetBufferSize_16sc32sc_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsSumGetBufferSize_16sc32sc_Sfs(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsSum_16sc32sc_Sfs.
|
static int |
nppsSumGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsSumGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsSumGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsSum_32f.
|
static int |
nppsSumGetBufferSize_32fc(int nLength,
int[] hpBufferSize) |
static int |
nppsSumGetBufferSize_32fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsSumGetBufferSize_32fc(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsSum_32fc.
|
static int |
nppsSumGetBufferSize_32s_Sfs(int nLength,
int[] hpBufferSize) |
static int |
nppsSumGetBufferSize_32s_Sfs(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsSumGetBufferSize_32s_Sfs(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsSum_32s_Sfs.
|
static int |
nppsSumGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsSumGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsSumGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsSum_64f.
|
static int |
nppsSumGetBufferSize_64fc(int nLength,
int[] hpBufferSize) |
static int |
nppsSumGetBufferSize_64fc(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsSumGetBufferSize_64fc(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for nppsSum_64fc.
|
static int |
nppsSumLn_16s32f(short[] pSrc,
int nLength,
float[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsSumLn_16s32f(ShortBuffer pSrc,
int nLength,
FloatBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsSumLn_16s32f(ShortPointer pSrc,
int nLength,
FloatPointer pDst,
BytePointer pDeviceBuffer)
16-bit signed short integer input, 32-bit floating point output signal sum natural logarithm.
|
static int |
nppsSumLn_32f(float[] pSrc,
int nLength,
float[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsSumLn_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsSumLn_32f(FloatPointer pSrc,
int nLength,
FloatPointer pDst,
BytePointer pDeviceBuffer)
32-bit floating point signal sum natural logarithm.
|
static int |
nppsSumLn_32f64f(float[] pSrc,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsSumLn_32f64f(FloatBuffer pSrc,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsSumLn_32f64f(FloatPointer pSrc,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
32-bit flaoting point input, 64-bit floating point output signal sum natural logarithm.
|
static int |
nppsSumLn_64f(double[] pSrc,
int nLength,
double[] pDst,
byte[] pDeviceBuffer) |
static int |
nppsSumLn_64f(DoubleBuffer pSrc,
int nLength,
DoubleBuffer pDst,
ByteBuffer pDeviceBuffer) |
static int |
nppsSumLn_64f(DoublePointer pSrc,
int nLength,
DoublePointer pDst,
BytePointer pDeviceBuffer)
64-bit floating point signal sum natural logarithm.
|
static int |
nppsSumLnGetBufferSize_16s32f(int nLength,
int[] hpBufferSize) |
static int |
nppsSumLnGetBufferSize_16s32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsSumLnGetBufferSize_16s32f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for 16s32f SumLn.
|
static int |
nppsSumLnGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsSumLnGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsSumLnGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for 32f SumLn.
|
static int |
nppsSumLnGetBufferSize_32f64f(int nLength,
int[] hpBufferSize) |
static int |
nppsSumLnGetBufferSize_32f64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsSumLnGetBufferSize_32f64f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for 32f64f SumLn.
|
static int |
nppsSumLnGetBufferSize_64f(int nLength,
int[] hpBufferSize) |
static int |
nppsSumLnGetBufferSize_64f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsSumLnGetBufferSize_64f(int nLength,
IntPointer hpBufferSize)
Device scratch buffer size (in bytes) for 64f SumLn.
|
static int |
nppsThreshold_16s_I(short[] pSrcDst,
int nLength,
short nLevel,
int nRelOp) |
static int |
nppsThreshold_16s_I(ShortBuffer pSrcDst,
int nLength,
short nLevel,
int nRelOp) |
static int |
nppsThreshold_16s_I(ShortPointer pSrcDst,
int nLength,
short nLevel,
int nRelOp)
16-bit in place signed short signal threshold with constant level.
|
static int |
nppsThreshold_16s(short[] pSrc,
short[] pDst,
int nLength,
short nLevel,
int nRelOp) |
static int |
nppsThreshold_16s(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength,
short nLevel,
int nRelOp) |
static int |
nppsThreshold_16s(ShortPointer pSrc,
ShortPointer pDst,
int nLength,
short nLevel,
int nRelOp)
16-bit signed short signal threshold with constant level.
|
static int |
nppsThreshold_16sc_I(Npp16sc pSrcDst,
int nLength,
short nLevel,
int nRelOp)
16-bit in place signed short complex number signal threshold with constant level.
|
static int |
nppsThreshold_16sc(Npp16sc pSrc,
Npp16sc pDst,
int nLength,
short nLevel,
int nRelOp)
16-bit signed short complex number signal threshold with constant level.
|
static int |
nppsThreshold_32f_I(float[] pSrcDst,
int nLength,
float nLevel,
int nRelOp) |
static int |
nppsThreshold_32f_I(FloatBuffer pSrcDst,
int nLength,
float nLevel,
int nRelOp) |
static int |
nppsThreshold_32f_I(FloatPointer pSrcDst,
int nLength,
float nLevel,
int nRelOp)
32-bit in place floating point signal threshold with constant level.
|
static int |
nppsThreshold_32f(float[] pSrc,
float[] pDst,
int nLength,
float nLevel,
int nRelOp) |
static int |
nppsThreshold_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength,
float nLevel,
int nRelOp) |
static int |
nppsThreshold_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength,
float nLevel,
int nRelOp)
32-bit floating point signal threshold with constant level.
|
static int |
nppsThreshold_32fc_I(Npp32fc pSrcDst,
int nLength,
float nLevel,
int nRelOp)
32-bit in place floating point complex number signal threshold with constant level.
|
static int |
nppsThreshold_32fc(Npp32fc pSrc,
Npp32fc pDst,
int nLength,
float nLevel,
int nRelOp)
32-bit floating point complex number signal threshold with constant level.
|
static int |
nppsThreshold_64f_I(double[] pSrcDst,
int nLength,
double nLevel,
int nRelOp) |
static int |
nppsThreshold_64f_I(DoubleBuffer pSrcDst,
int nLength,
double nLevel,
int nRelOp) |
static int |
nppsThreshold_64f_I(DoublePointer pSrcDst,
int nLength,
double nLevel,
int nRelOp)
64-bit in place floating point signal threshold with constant level.
|
static int |
nppsThreshold_64f(double[] pSrc,
double[] pDst,
int nLength,
double nLevel,
int nRelOp) |
static int |
nppsThreshold_64f(DoubleBuffer pSrc,
DoubleBuffer pDst,
int nLength,
double nLevel,
int nRelOp) |
static int |
nppsThreshold_64f(DoublePointer pSrc,
DoublePointer pDst,
int nLength,
double nLevel,
int nRelOp)
64-bit floating point signal threshold with constant level.
|
static int |
nppsThreshold_64fc_I(Npp64fc pSrcDst,
int nLength,
double nLevel,
int nRelOp)
64-bit in place floating point complex number signal threshold with constant level.
|
static int |
nppsThreshold_64fc(Npp64fc pSrc,
Npp64fc pDst,
int nLength,
double nLevel,
int nRelOp)
64-bit floating point complex number signal threshold with constant level.
|
static int |
nppsThreshold_GT_16s_I(short[] pSrcDst,
int nLength,
short nLevel) |
static int |
nppsThreshold_GT_16s_I(ShortBuffer pSrcDst,
int nLength,
short nLevel) |
static int |
nppsThreshold_GT_16s_I(ShortPointer pSrcDst,
int nLength,
short nLevel)
16-bit in place signed short signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GT_16s(short[] pSrc,
short[] pDst,
int nLength,
short nLevel) |
static int |
nppsThreshold_GT_16s(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength,
short nLevel) |
static int |
nppsThreshold_GT_16s(ShortPointer pSrc,
ShortPointer pDst,
int nLength,
short nLevel)
16-bit signed short signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GT_16sc_I(Npp16sc pSrcDst,
int nLength,
short nLevel)
16-bit in place signed short complex number signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GT_16sc(Npp16sc pSrc,
Npp16sc pDst,
int nLength,
short nLevel)
16-bit signed short complex number signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GT_32f_I(float[] pSrcDst,
int nLength,
float nLevel) |
static int |
nppsThreshold_GT_32f_I(FloatBuffer pSrcDst,
int nLength,
float nLevel) |
static int |
nppsThreshold_GT_32f_I(FloatPointer pSrcDst,
int nLength,
float nLevel)
32-bit in place floating point signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GT_32f(float[] pSrc,
float[] pDst,
int nLength,
float nLevel) |
static int |
nppsThreshold_GT_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength,
float nLevel) |
static int |
nppsThreshold_GT_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength,
float nLevel)
32-bit floating point signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GT_32fc_I(Npp32fc pSrcDst,
int nLength,
float nLevel)
32-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GT_32fc(Npp32fc pSrc,
Npp32fc pDst,
int nLength,
float nLevel)
32-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GT_64f_I(double[] pSrcDst,
int nLength,
double nLevel) |
static int |
nppsThreshold_GT_64f_I(DoubleBuffer pSrcDst,
int nLength,
double nLevel) |
static int |
nppsThreshold_GT_64f_I(DoublePointer pSrcDst,
int nLength,
double nLevel)
64-bit in place floating point signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GT_64f(double[] pSrc,
double[] pDst,
int nLength,
double nLevel) |
static int |
nppsThreshold_GT_64f(DoubleBuffer pSrc,
DoubleBuffer pDst,
int nLength,
double nLevel) |
static int |
nppsThreshold_GT_64f(DoublePointer pSrc,
DoublePointer pDst,
int nLength,
double nLevel)
64-bit floating point signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GT_64fc_I(Npp64fc pSrcDst,
int nLength,
double nLevel)
64-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GT_64fc(Npp64fc pSrc,
Npp64fc pDst,
int nLength,
double nLevel)
64-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GTVal_16s_I(short[] pSrcDst,
int nLength,
short nLevel,
short nValue) |
static int |
nppsThreshold_GTVal_16s_I(ShortBuffer pSrcDst,
int nLength,
short nLevel,
short nValue) |
static int |
nppsThreshold_GTVal_16s_I(ShortPointer pSrcDst,
int nLength,
short nLevel,
short nValue)
16-bit in place signed short signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GTVal_16s(short[] pSrc,
short[] pDst,
int nLength,
short nLevel,
short nValue) |
static int |
nppsThreshold_GTVal_16s(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength,
short nLevel,
short nValue) |
static int |
nppsThreshold_GTVal_16s(ShortPointer pSrc,
ShortPointer pDst,
int nLength,
short nLevel,
short nValue)
16-bit signed short signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GTVal_16sc_I(Npp16sc 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 |
nppsThreshold_GTVal_16sc(Npp16sc pSrc,
Npp16sc pDst,
int nLength,
short nLevel,
Npp16sc nValue)
16-bit signed short complex number signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GTVal_32f_I(float[] pSrcDst,
int nLength,
float nLevel,
float nValue) |
static int |
nppsThreshold_GTVal_32f_I(FloatBuffer pSrcDst,
int nLength,
float nLevel,
float nValue) |
static int |
nppsThreshold_GTVal_32f_I(FloatPointer pSrcDst,
int nLength,
float nLevel,
float nValue)
32-bit in place floating point signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GTVal_32f(float[] pSrc,
float[] pDst,
int nLength,
float nLevel,
float nValue) |
static int |
nppsThreshold_GTVal_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength,
float nLevel,
float nValue) |
static int |
nppsThreshold_GTVal_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength,
float nLevel,
float nValue)
32-bit floating point signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GTVal_32fc_I(Npp32fc pSrcDst,
int nLength,
float nLevel,
Npp32fc nValue)
32-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GTVal_32fc(Npp32fc pSrc,
Npp32fc pDst,
int nLength,
float nLevel,
Npp32fc nValue)
32-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GTVal_64f_I(double[] pSrcDst,
int nLength,
double nLevel,
double nValue) |
static int |
nppsThreshold_GTVal_64f_I(DoubleBuffer pSrcDst,
int nLength,
double nLevel,
double nValue) |
static int |
nppsThreshold_GTVal_64f_I(DoublePointer pSrcDst,
int nLength,
double nLevel,
double nValue)
64-bit in place floating point signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GTVal_64f(double[] pSrc,
double[] pDst,
int nLength,
double nLevel,
double nValue) |
static int |
nppsThreshold_GTVal_64f(DoubleBuffer pSrc,
DoubleBuffer pDst,
int nLength,
double nLevel,
double nValue) |
static int |
nppsThreshold_GTVal_64f(DoublePointer pSrc,
DoublePointer pDst,
int nLength,
double nLevel,
double nValue)
64-bit floating point signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GTVal_64fc_I(Npp64fc pSrcDst,
int nLength,
double nLevel,
Npp64fc nValue)
64-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_GTVal_64fc(Npp64fc pSrc,
Npp64fc pDst,
int nLength,
double nLevel,
Npp64fc nValue)
64-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level.
|
static int |
nppsThreshold_LT_16s_I(short[] pSrcDst,
int nLength,
short nLevel) |
static int |
nppsThreshold_LT_16s_I(ShortBuffer pSrcDst,
int nLength,
short nLevel) |
static int |
nppsThreshold_LT_16s_I(ShortPointer pSrcDst,
int nLength,
short nLevel)
16-bit in place signed short signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LT_16s(short[] pSrc,
short[] pDst,
int nLength,
short nLevel) |
static int |
nppsThreshold_LT_16s(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength,
short nLevel) |
static int |
nppsThreshold_LT_16s(ShortPointer pSrc,
ShortPointer pDst,
int nLength,
short nLevel)
16-bit signed short signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LT_16sc_I(Npp16sc pSrcDst,
int nLength,
short nLevel)
16-bit in place signed short complex number signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LT_16sc(Npp16sc pSrc,
Npp16sc pDst,
int nLength,
short nLevel)
16-bit signed short complex number signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LT_32f_I(float[] pSrcDst,
int nLength,
float nLevel) |
static int |
nppsThreshold_LT_32f_I(FloatBuffer pSrcDst,
int nLength,
float nLevel) |
static int |
nppsThreshold_LT_32f_I(FloatPointer pSrcDst,
int nLength,
float nLevel)
32-bit in place floating point signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LT_32f(float[] pSrc,
float[] pDst,
int nLength,
float nLevel) |
static int |
nppsThreshold_LT_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength,
float nLevel) |
static int |
nppsThreshold_LT_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength,
float nLevel)
32-bit floating point signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LT_32fc_I(Npp32fc pSrcDst,
int nLength,
float nLevel)
32-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LT_32fc(Npp32fc pSrc,
Npp32fc pDst,
int nLength,
float nLevel)
32-bit floating point complex number signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LT_64f_I(double[] pSrcDst,
int nLength,
double nLevel) |
static int |
nppsThreshold_LT_64f_I(DoubleBuffer pSrcDst,
int nLength,
double nLevel) |
static int |
nppsThreshold_LT_64f_I(DoublePointer pSrcDst,
int nLength,
double nLevel)
64-bit in place floating point signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LT_64f(double[] pSrc,
double[] pDst,
int nLength,
double nLevel) |
static int |
nppsThreshold_LT_64f(DoubleBuffer pSrc,
DoubleBuffer pDst,
int nLength,
double nLevel) |
static int |
nppsThreshold_LT_64f(DoublePointer pSrc,
DoublePointer pDst,
int nLength,
double nLevel)
64-bit floating point signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LT_64fc_I(Npp64fc pSrcDst,
int nLength,
double nLevel)
64-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LT_64fc(Npp64fc pSrc,
Npp64fc pDst,
int nLength,
double nLevel)
64-bit floating point complex number signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LTVal_16s_I(short[] pSrcDst,
int nLength,
short nLevel,
short nValue) |
static int |
nppsThreshold_LTVal_16s_I(ShortBuffer pSrcDst,
int nLength,
short nLevel,
short nValue) |
static int |
nppsThreshold_LTVal_16s_I(ShortPointer pSrcDst,
int nLength,
short nLevel,
short nValue)
16-bit in place signed short signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LTVal_16s(short[] pSrc,
short[] pDst,
int nLength,
short nLevel,
short nValue) |
static int |
nppsThreshold_LTVal_16s(ShortBuffer pSrc,
ShortBuffer pDst,
int nLength,
short nLevel,
short nValue) |
static int |
nppsThreshold_LTVal_16s(ShortPointer pSrc,
ShortPointer pDst,
int nLength,
short nLevel,
short nValue)
16-bit signed short signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LTVal_16sc_I(Npp16sc 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 |
nppsThreshold_LTVal_16sc(Npp16sc pSrc,
Npp16sc pDst,
int nLength,
short nLevel,
Npp16sc nValue)
16-bit signed short complex number signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LTVal_32f_I(float[] pSrcDst,
int nLength,
float nLevel,
float nValue) |
static int |
nppsThreshold_LTVal_32f_I(FloatBuffer pSrcDst,
int nLength,
float nLevel,
float nValue) |
static int |
nppsThreshold_LTVal_32f_I(FloatPointer pSrcDst,
int nLength,
float nLevel,
float nValue)
32-bit in place floating point signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LTVal_32f(float[] pSrc,
float[] pDst,
int nLength,
float nLevel,
float nValue) |
static int |
nppsThreshold_LTVal_32f(FloatBuffer pSrc,
FloatBuffer pDst,
int nLength,
float nLevel,
float nValue) |
static int |
nppsThreshold_LTVal_32f(FloatPointer pSrc,
FloatPointer pDst,
int nLength,
float nLevel,
float nValue)
32-bit floating point signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LTVal_32fc_I(Npp32fc pSrcDst,
int nLength,
float nLevel,
Npp32fc nValue)
32-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LTVal_32fc(Npp32fc pSrc,
Npp32fc pDst,
int nLength,
float nLevel,
Npp32fc nValue)
32-bit floating point complex number signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LTVal_64f_I(double[] pSrcDst,
int nLength,
double nLevel,
double nValue) |
static int |
nppsThreshold_LTVal_64f_I(DoubleBuffer pSrcDst,
int nLength,
double nLevel,
double nValue) |
static int |
nppsThreshold_LTVal_64f_I(DoublePointer pSrcDst,
int nLength,
double nLevel,
double nValue)
64-bit in place floating point signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LTVal_64f(double[] pSrc,
double[] pDst,
int nLength,
double nLevel,
double nValue) |
static int |
nppsThreshold_LTVal_64f(DoubleBuffer pSrc,
DoubleBuffer pDst,
int nLength,
double nLevel,
double nValue) |
static int |
nppsThreshold_LTVal_64f(DoublePointer pSrc,
DoublePointer pDst,
int nLength,
double nLevel,
double nValue)
64-bit floating point signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LTVal_64fc_I(Npp64fc pSrcDst,
int nLength,
double nLevel,
Npp64fc nValue)
64-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsThreshold_LTVal_64fc(Npp64fc pSrc,
Npp64fc pDst,
int nLength,
double nLevel,
Npp64fc nValue)
64-bit floating point complex number signal NPP_CMP_LESS threshold with constant level.
|
static int |
nppsXor_16u_I(short[] pSrc,
short[] pSrcDst,
int nLength) |
static int |
nppsXor_16u_I(ShortBuffer pSrc,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsXor_16u_I(ShortPointer pSrc,
ShortPointer pSrcDst,
int nLength)
16-bit unsigned short in place signal exclusive or with signal.
|
static int |
nppsXor_16u(short[] pSrc1,
short[] pSrc2,
short[] pDst,
int nLength) |
static int |
nppsXor_16u(ShortBuffer pSrc1,
ShortBuffer pSrc2,
ShortBuffer pDst,
int nLength) |
static int |
nppsXor_16u(ShortPointer pSrc1,
ShortPointer pSrc2,
ShortPointer pDst,
int nLength)
16-bit unsigned short signal exclusive or with signal.
|
static int |
nppsXor_32u_I(int[] pSrc,
int[] pSrcDst,
int nLength) |
static int |
nppsXor_32u_I(IntBuffer pSrc,
IntBuffer pSrcDst,
int nLength) |
static int |
nppsXor_32u_I(IntPointer pSrc,
IntPointer pSrcDst,
int nLength)
32-bit unsigned integer in place signal exclusive or with signal.
|
static int |
nppsXor_32u(int[] pSrc1,
int[] pSrc2,
int[] pDst,
int nLength) |
static int |
nppsXor_32u(IntBuffer pSrc1,
IntBuffer pSrc2,
IntBuffer pDst,
int nLength) |
static int |
nppsXor_32u(IntPointer pSrc1,
IntPointer pSrc2,
IntPointer pDst,
int nLength)
32-bit unsigned integer signal exclusive or with signal.
|
static int |
nppsXor_8u_I(byte[] pSrc,
byte[] pSrcDst,
int nLength) |
static int |
nppsXor_8u_I(ByteBuffer pSrc,
ByteBuffer pSrcDst,
int nLength) |
static int |
nppsXor_8u_I(BytePointer pSrc,
BytePointer pSrcDst,
int nLength)
8-bit unsigned char in place signal exclusive or with signal.
|
static int |
nppsXor_8u(byte[] pSrc1,
byte[] pSrc2,
byte[] pDst,
int nLength) |
static int |
nppsXor_8u(ByteBuffer pSrc1,
ByteBuffer pSrc2,
ByteBuffer pDst,
int nLength) |
static int |
nppsXor_8u(BytePointer pSrc1,
BytePointer pSrc2,
BytePointer pDst,
int nLength)
8-bit unsigned char signal exclusive or with signal.
|
static int |
nppsXorC_16u_I(short nValue,
short[] pSrcDst,
int nLength) |
static int |
nppsXorC_16u_I(short nValue,
ShortBuffer pSrcDst,
int nLength) |
static int |
nppsXorC_16u_I(short nValue,
ShortPointer pSrcDst,
int nLength)
16-bit unsigned short in place signal exclusive or with constant.
|
static int |
nppsXorC_16u(short[] pSrc,
short nValue,
short[] pDst,
int nLength) |
static int |
nppsXorC_16u(ShortBuffer pSrc,
short nValue,
ShortBuffer pDst,
int nLength) |
static int |
nppsXorC_16u(ShortPointer pSrc,
short nValue,
ShortPointer pDst,
int nLength)
16-bit unsigned short signal exclusive or with constant.
|
static int |
nppsXorC_32u_I(int nValue,
int[] pSrcDst,
int nLength) |
static int |
nppsXorC_32u_I(int nValue,
IntBuffer pSrcDst,
int nLength) |
static int |
nppsXorC_32u_I(int nValue,
IntPointer pSrcDst,
int nLength)
32-bit unsigned signed integer in place signal exclusive or with constant.
|
static int |
nppsXorC_32u(int[] pSrc,
int nValue,
int[] pDst,
int nLength) |
static int |
nppsXorC_32u(IntBuffer pSrc,
int nValue,
IntBuffer pDst,
int nLength) |
static int |
nppsXorC_32u(IntPointer pSrc,
int nValue,
IntPointer pDst,
int nLength)
32-bit unsigned integer signal exclusive or with constant.
|
static int |
nppsXorC_8u_I(byte nValue,
byte[] pSrcDst,
int nLength) |
static int |
nppsXorC_8u_I(byte nValue,
ByteBuffer pSrcDst,
int nLength) |
static int |
nppsXorC_8u_I(byte nValue,
BytePointer pSrcDst,
int nLength)
8-bit unsigned char in place signal exclusive or with constant.
|
static int |
nppsXorC_8u(byte[] pSrc,
byte nValue,
byte[] pDst,
int nLength) |
static int |
nppsXorC_8u(ByteBuffer pSrc,
byte nValue,
ByteBuffer pDst,
int nLength) |
static int |
nppsXorC_8u(BytePointer pSrc,
byte nValue,
BytePointer pDst,
int nLength)
8-bit unsigned char signal exclusive or with constant.
|
static int |
nppsZero_16s(short[] pDst,
int nLength) |
static int |
nppsZero_16s(ShortBuffer pDst,
int nLength) |
static int |
nppsZero_16s(ShortPointer pDst,
int nLength)
16-bit integer, vector zero method.
|
static int |
nppsZero_16sc(Npp16sc pDst,
int nLength)
16-bit integer complex, vector zero method.
|
static int |
nppsZero_32f(float[] pDst,
int nLength) |
static int |
nppsZero_32f(FloatBuffer pDst,
int nLength) |
static int |
nppsZero_32f(FloatPointer pDst,
int nLength)
32-bit float, vector zero method.
|
static int |
nppsZero_32fc(Npp32fc pDst,
int nLength)
32-bit float complex, vector zero method.
|
static int |
nppsZero_32s(int[] pDst,
int nLength) |
static int |
nppsZero_32s(IntBuffer pDst,
int nLength) |
static int |
nppsZero_32s(IntPointer pDst,
int nLength)
32-bit integer, vector zero method.
|
static int |
nppsZero_32sc(Npp32sc pDst,
int nLength)
32-bit integer complex, vector zero method.
|
static int |
nppsZero_64f(double[] pDst,
int nLength) |
static int |
nppsZero_64f(DoubleBuffer pDst,
int nLength) |
static int |
nppsZero_64f(DoublePointer pDst,
int nLength)
64-bit double, vector zero method.
|
static int |
nppsZero_64fc(Npp64fc pDst,
int nLength)
64-bit double complex, vector zero method.
|
static int |
nppsZero_64s(long[] pDst,
int nLength) |
static int |
nppsZero_64s(LongBuffer pDst,
int nLength) |
static int |
nppsZero_64s(LongPointer pDst,
int nLength)
64-bit long long integer, vector zero method.
|
static int |
nppsZero_64sc(Npp64sc pDst,
int nLength)
64-bit long long integer complex, vector zero method.
|
static int |
nppsZero_8u(byte[] pDst,
int nLength) |
static int |
nppsZero_8u(ByteBuffer pDst,
int nLength) |
static int |
nppsZero_8u(BytePointer pDst,
int nLength)
8-bit unsigned char, vector zero method.
|
static int |
nppsZeroCrossing_16s32f(short[] pSrc,
int nLength,
float[] pValZC,
int tZCType,
byte[] pDeviceBuffer) |
static int |
nppsZeroCrossing_16s32f(ShortBuffer pSrc,
int nLength,
FloatBuffer pValZC,
int tZCType,
ByteBuffer pDeviceBuffer) |
static int |
nppsZeroCrossing_16s32f(ShortPointer pSrc,
int nLength,
FloatPointer pValZC,
int tZCType,
BytePointer pDeviceBuffer)
16-bit signed short integer zero crossing method, return value is 32-bit floating point.
|
static int |
nppsZeroCrossing_32f(float[] pSrc,
int nLength,
float[] pValZC,
int tZCType,
byte[] pDeviceBuffer) |
static int |
nppsZeroCrossing_32f(FloatBuffer pSrc,
int nLength,
FloatBuffer pValZC,
int tZCType,
ByteBuffer pDeviceBuffer) |
static int |
nppsZeroCrossing_32f(FloatPointer pSrc,
int nLength,
FloatPointer pValZC,
int tZCType,
BytePointer pDeviceBuffer)
32-bit floating-point zero crossing method, return value is 32-bit floating point.
|
static int |
nppsZeroCrossingGetBufferSize_16s32f(int nLength,
int[] hpBufferSize) |
static int |
nppsZeroCrossingGetBufferSize_16s32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsZeroCrossingGetBufferSize_16s32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsZeroCrossing_16s32f.
|
static int |
nppsZeroCrossingGetBufferSize_32f(int nLength,
int[] hpBufferSize) |
static int |
nppsZeroCrossingGetBufferSize_32f(int nLength,
IntBuffer hpBufferSize) |
static int |
nppsZeroCrossingGetBufferSize_32f(int nLength,
IntPointer hpBufferSize)
Device-buffer size (in bytes) for nppsZeroCrossing_32f.
|
@Cast(value="Npp8u*") public static BytePointer nppsMalloc_8u(int nSize)
nSize - Number of unsigned chars in the new signal.@Cast(value="Npp8s*") public static BytePointer nppsMalloc_8s(int nSize)
nSize - Number of (signed) chars in the new signal.@Cast(value="Npp16u*") public static ShortPointer nppsMalloc_16u(int nSize)
nSize - Number of unsigned shorts in the new signal.@Cast(value="Npp16s*") public static ShortPointer nppsMalloc_16s(int nSize)
nSize - Number of shorts in the new signal.public static Npp16sc nppsMalloc_16sc(int nSize)
nSize - Number of 16-bit complex numbers in the new signal.@Cast(value="Npp32u*") public static IntPointer nppsMalloc_32u(int nSize)
nSize - Number of unsigned ints in the new signal.@Cast(value="Npp32s*") public static IntPointer nppsMalloc_32s(int nSize)
nSize - Number of ints in the new signal.public static Npp32sc nppsMalloc_32sc(int nSize)
nSize - Number of complex integner values in the new signal.@Cast(value="Npp32f*") public static FloatPointer nppsMalloc_32f(int nSize)
nSize - Number of floats in the new signal.public static Npp32fc nppsMalloc_32fc(int nSize)
nSize - Number of complex float values in the new signal.@Cast(value="Npp64s*") public static LongPointer nppsMalloc_64s(int nSize)
nSize - Number of long ints in the new signal.public static Npp64sc nppsMalloc_64sc(int nSize)
nSize - Number of complex long int values in the new signal.@Cast(value="Npp64f*") public static DoublePointer nppsMalloc_64f(int nSize)
nSize - Number of doubles in the new signal.public static Npp64fc nppsMalloc_64fc(int nSize)
nSize - Number of complex double valuess in the new signal.public static void nppsFree(Pointer pValues)
pValues - A pointer to memory allocated using nppiMalloc_@Cast(value="NppStatus") public static int nppsSet_8u(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSet_8u(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_8u(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_8s(@Cast(value="Npp8s") byte nValue, @Cast(value="Npp8s*") BytePointer pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSet_8s(@Cast(value="Npp8s") byte nValue, @Cast(value="Npp8s*") ByteBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_8s(@Cast(value="Npp8s") byte nValue, @Cast(value="Npp8s*") byte[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_16u(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSet_16u(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_16u(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_16s(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortPointer pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSet_16s(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_16s(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_16sc(@ByVal Npp16sc nValue, Npp16sc pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSet_32u(@Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntPointer pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSet_32u(@Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_32u(@Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_32s(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntPointer pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSet_32s(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_32s(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_32sc(@ByVal Npp32sc nValue, Npp32sc pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSet_32f(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSet_32f(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_32f(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_32fc(@ByVal Npp32fc nValue, Npp32fc pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSet_64s(@Cast(value="Npp64s") long nValue, @Cast(value="Npp64s*") LongPointer pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSet_64s(@Cast(value="Npp64s") long nValue, @Cast(value="Npp64s*") LongBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_64s(@Cast(value="Npp64s") long nValue, @Cast(value="Npp64s*") long[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_64sc(@ByVal Npp64sc nValue, Npp64sc pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSet_64f(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSet_64f(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_64f(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSet_64fc(@ByVal Npp64fc nValue, Npp64fc pDst, int nLength)
nValue - Value used to initialize the vector pDst.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsZero_8u(@Cast(value="Npp8u*") BytePointer pDst, int nLength)
pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsZero_8u(@Cast(value="Npp8u*") ByteBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsZero_8u(@Cast(value="Npp8u*") byte[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsZero_16s(@Cast(value="Npp16s*") ShortPointer pDst, int nLength)
pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsZero_16s(@Cast(value="Npp16s*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsZero_16s(@Cast(value="Npp16s*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsZero_16sc(Npp16sc pDst, int nLength)
pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsZero_32s(@Cast(value="Npp32s*") IntPointer pDst, int nLength)
pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsZero_32s(@Cast(value="Npp32s*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsZero_32s(@Cast(value="Npp32s*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsZero_32sc(Npp32sc pDst, int nLength)
pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsZero_32f(@Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsZero_32f(@Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsZero_32f(@Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsZero_32fc(Npp32fc pDst, int nLength)
pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsZero_64s(@Cast(value="Npp64s*") LongPointer pDst, int nLength)
pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsZero_64s(@Cast(value="Npp64s*") LongBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsZero_64s(@Cast(value="Npp64s*") long[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsZero_64sc(Npp64sc pDst, int nLength)
pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsZero_64f(@Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsZero_64f(@Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsZero_64f(@Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsZero_64fc(Npp64fc pDst, int nLength)
pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsCopy_8u(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsCopy_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsCopy_8u(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsCopy_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsCopy_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsCopy_16s(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsCopy_32s(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s*") IntPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsCopy_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsCopy_32s(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsCopy_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsCopy_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsCopy_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsCopy_64s(@Cast(value="const Npp64s*") LongPointer pSrc, @Cast(value="Npp64s*") LongPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsCopy_64s(@Cast(value="const Npp64s*") LongBuffer pSrc, @Cast(value="Npp64s*") LongBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsCopy_64s(@Cast(value="const Npp64s*") long[] pSrc, @Cast(value="Npp64s*") long[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsCopy_16sc(@Const Npp16sc pSrc, Npp16sc pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsCopy_32sc(@Const Npp32sc pSrc, Npp32sc pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsCopy_32fc(@Const Npp32fc pSrc, Npp32fc pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsCopy_64sc(@Const Npp64sc pSrc, Npp64sc pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsCopy_64fc(@Const Npp64fc pSrc, Npp64fc pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsConvert_8s16s(@Cast(value="const Npp8s*") BytePointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_8s16s(@Cast(value="const Npp8s*") ByteBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_8s16s(@Cast(value="const Npp8s*") byte[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_8s32f(@Cast(value="const Npp8s*") BytePointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_8s32f(@Cast(value="const Npp8s*") ByteBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_8s32f(@Cast(value="const Npp8s*") byte[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_8u32f(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_8u32f(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_8u32f(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_16s8s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp8s*") BytePointer pDst, @Cast(value="Npp32u") int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_16s8s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp8s*") ByteBuffer pDst, @Cast(value="Npp32u") int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_16s8s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp8s*") byte[] pDst, @Cast(value="Npp32u") int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_16s32s(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp32s*") IntPointer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_16s32s(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_16s32s(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp32s*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_16s32f(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_16s32f(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_16s32f(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_16u32f(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_16u32f(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_16u32f(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_32s16s(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_32s16s(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_32s16s(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_32s32f(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_32s32f(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_32s32f(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_32s64f(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_32s64f(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_32s64f(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_32f64f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_32f64f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_32f64f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_64s64f(@Cast(value="const Npp64s*") LongPointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_64s64f(@Cast(value="const Npp64s*") LongBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_64s64f(@Cast(value="const Npp64s*") long[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_64f32f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_64f32f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_64f32f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsConvert_16s32f_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_16s32f_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_16s32f_Sfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_16s64f_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_16s64f_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_16s64f_Sfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32s16s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32s16s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32s16s_Sfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32s32f_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32s32f_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32s32f_Sfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32s64f_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32s64f_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32s64f_Sfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f8s_Sfs(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp8s*") BytePointer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f8s_Sfs(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp8s*") ByteBuffer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f8s_Sfs(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp8s*") byte[] pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f8u_Sfs(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp8u*") BytePointer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f8u_Sfs(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f8u_Sfs(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp8u*") byte[] pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f16s_Sfs(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f16s_Sfs(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f16s_Sfs(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f16u_Sfs(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp16u*") ShortPointer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f16u_Sfs(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f16u_Sfs(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp16u*") short[] pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f32s_Sfs(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32s*") IntPointer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f32s_Sfs(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_32f32s_Sfs(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32s*") int[] pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_64s32s_Sfs(@Cast(value="const Npp64s*") LongPointer pSrc, @Cast(value="Npp32s*") IntPointer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_64s32s_Sfs(@Cast(value="const Npp64s*") LongBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_64s32s_Sfs(@Cast(value="const Npp64s*") long[] pSrc, @Cast(value="Npp32s*") int[] pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_64f16s_Sfs(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_64f16s_Sfs(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_64f16s_Sfs(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_64f32s_Sfs(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp32s*") IntPointer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_64f32s_Sfs(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_64f32s_Sfs(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp32s*") int[] pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_64f64s_Sfs(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64s*") LongPointer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_64f64s_Sfs(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64s*") LongBuffer pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsConvert_64f64s_Sfs(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64s*") long[] pDst, int nLength, @Cast(value="NppRoundMode") int eRoundMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsThreshold_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="NppCmpOp") int nRelOp)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenRelOp - NppCmpOp type of thresholding operation (NPP_CMP_LESS or NPP_CMP_GREATER only).@Cast(value="NppStatus") public static int nppsThreshold_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="NppCmpOp") int nRelOp)
@Cast(value="NppStatus") public static int nppsThreshold_16s(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="NppCmpOp") int nRelOp)
@Cast(value="NppStatus") public static int nppsThreshold_16s_I(@Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="NppCmpOp") int nRelOp)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenRelOp - NppCmpOp type of thresholding operation (NPP_CMP_LESS or NPP_CMP_GREATER only).@Cast(value="NppStatus") public static int nppsThreshold_16s_I(@Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="NppCmpOp") int nRelOp)
@Cast(value="NppStatus") public static int nppsThreshold_16s_I(@Cast(value="Npp16s*") short[] pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="NppCmpOp") int nRelOp)
@Cast(value="NppStatus") public static int nppsThreshold_16sc(@Const Npp16sc pSrc, Npp16sc pDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="NppCmpOp") int nRelOp)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenRelOp - NppCmpOp type of thresholding operation (NPP_CMP_LESS or NPP_CMP_GREATER only).@Cast(value="NppStatus") public static int nppsThreshold_16sc_I(Npp16sc pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="NppCmpOp") int nRelOp)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenRelOp - NppCmpOp type of thresholding operation (NPP_CMP_LESS or NPP_CMP_GREATER only).@Cast(value="NppStatus") public static int nppsThreshold_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="NppCmpOp") int nRelOp)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenRelOp - NppCmpOp type of thresholding operation (NPP_CMP_LESS or NPP_CMP_GREATER only).@Cast(value="NppStatus") public static int nppsThreshold_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="NppCmpOp") int nRelOp)
@Cast(value="NppStatus") public static int nppsThreshold_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="NppCmpOp") int nRelOp)
@Cast(value="NppStatus") public static int nppsThreshold_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="NppCmpOp") int nRelOp)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenRelOp - NppCmpOp type of thresholding operation (NPP_CMP_LESS or NPP_CMP_GREATER only).@Cast(value="NppStatus") public static int nppsThreshold_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="NppCmpOp") int nRelOp)
@Cast(value="NppStatus") public static int nppsThreshold_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="NppCmpOp") int nRelOp)
@Cast(value="NppStatus") public static int nppsThreshold_32fc(@Const Npp32fc pSrc, Npp32fc pDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="NppCmpOp") int nRelOp)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenRelOp - NppCmpOp type of thresholding operation (NPP_CMP_LESS or NPP_CMP_GREATER only).@Cast(value="NppStatus") public static int nppsThreshold_32fc_I(Npp32fc pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="NppCmpOp") int nRelOp)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenRelOp - NppCmpOp type of thresholding operation (NPP_CMP_LESS or NPP_CMP_GREATER only).@Cast(value="NppStatus") public static int nppsThreshold_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="NppCmpOp") int nRelOp)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenRelOp - NppCmpOp type of thresholding operation (NPP_CMP_LESS or NPP_CMP_GREATER only).@Cast(value="NppStatus") public static int nppsThreshold_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="NppCmpOp") int nRelOp)
@Cast(value="NppStatus") public static int nppsThreshold_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="NppCmpOp") int nRelOp)
@Cast(value="NppStatus") public static int nppsThreshold_64f_I(@Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="NppCmpOp") int nRelOp)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenRelOp - NppCmpOp type of thresholding operation (NPP_CMP_LESS or NPP_CMP_GREATER only).@Cast(value="NppStatus") public static int nppsThreshold_64f_I(@Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="NppCmpOp") int nRelOp)
@Cast(value="NppStatus") public static int nppsThreshold_64f_I(@Cast(value="Npp64f*") double[] pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="NppCmpOp") int nRelOp)
@Cast(value="NppStatus") public static int nppsThreshold_64fc(@Const Npp64fc pSrc, Npp64fc pDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="NppCmpOp") int nRelOp)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenRelOp - NppCmpOp type of thresholding operation (NPP_CMP_LESS or NPP_CMP_GREATER only).@Cast(value="NppStatus") public static int nppsThreshold_64fc_I(Npp64fc pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="NppCmpOp") int nRelOp)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenRelOp - NppCmpOp type of thresholding operation (NPP_CMP_LESS or NPP_CMP_GREATER only).@Cast(value="NppStatus") public static int nppsThreshold_LT_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, @Cast(value="Npp16s") short nLevel)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_LT_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, @Cast(value="Npp16s") short nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_LT_16s(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, @Cast(value="Npp16s") short nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_LT_16s_I(@Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_LT_16s_I(@Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_LT_16s_I(@Cast(value="Npp16s*") short[] pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_LT_16sc(@Const Npp16sc pSrc, Npp16sc pDst, int nLength, @Cast(value="Npp16s") short nLevel)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_LT_16sc_I(Npp16sc pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_LT_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength, @Cast(value="Npp32f") float nLevel)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_LT_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength, @Cast(value="Npp32f") float nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_LT_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength, @Cast(value="Npp32f") float nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_LT_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_LT_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_LT_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_LT_32fc(@Const Npp32fc pSrc, Npp32fc pDst, int nLength, @Cast(value="Npp32f") float nLevel)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_LT_32fc_I(Npp32fc pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_LT_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength, @Cast(value="Npp64f") double nLevel)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_LT_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength, @Cast(value="Npp64f") double nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_LT_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength, @Cast(value="Npp64f") double nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_LT_64f_I(@Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_LT_64f_I(@Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_LT_64f_I(@Cast(value="Npp64f*") double[] pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_LT_64fc(@Const Npp64fc pSrc, Npp64fc pDst, int nLength, @Cast(value="Npp64f") double nLevel)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_LT_64fc_I(Npp64fc pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_GT_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, @Cast(value="Npp16s") short nLevel)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_GT_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, @Cast(value="Npp16s") short nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_GT_16s(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, @Cast(value="Npp16s") short nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_GT_16s_I(@Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_GT_16s_I(@Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_GT_16s_I(@Cast(value="Npp16s*") short[] pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_GT_16sc(@Const Npp16sc pSrc, Npp16sc pDst, int nLength, @Cast(value="Npp16s") short nLevel)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_GT_16sc_I(Npp16sc pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_GT_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength, @Cast(value="Npp32f") float nLevel)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_GT_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength, @Cast(value="Npp32f") float nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_GT_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength, @Cast(value="Npp32f") float nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_GT_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_GT_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_GT_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_GT_32fc(@Const Npp32fc pSrc, Npp32fc pDst, int nLength, @Cast(value="Npp32f") float nLevel)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_GT_32fc_I(Npp32fc pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_GT_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength, @Cast(value="Npp64f") double nLevel)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_GT_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength, @Cast(value="Npp64f") double nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_GT_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength, @Cast(value="Npp64f") double nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_GT_64f_I(@Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_GT_64f_I(@Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_GT_64f_I(@Cast(value="Npp64f*") double[] pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel)
@Cast(value="NppStatus") public static int nppsThreshold_GT_64fc(@Const Npp64fc pSrc, Npp64fc pDst, int nLength, @Cast(value="Npp64f") double nLevel)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_GT_64fc_I(Npp64fc pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal sample@Cast(value="NppStatus") public static int nppsThreshold_LTVal_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="Npp16s") short nValue)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_LTVal_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="Npp16s") short nValue)
@Cast(value="NppStatus") public static int nppsThreshold_LTVal_16s(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="Npp16s") short nValue)
@Cast(value="NppStatus") public static int nppsThreshold_LTVal_16s_I(@Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="Npp16s") short nValue)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_LTVal_16s_I(@Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="Npp16s") short nValue)
@Cast(value="NppStatus") public static int nppsThreshold_LTVal_16s_I(@Cast(value="Npp16s*") short[] pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="Npp16s") short nValue)
@Cast(value="NppStatus") public static int nppsThreshold_LTVal_16sc(@Const Npp16sc pSrc, Npp16sc pDst, int nLength, @Cast(value="Npp16s") short nLevel, @ByVal Npp16sc nValue)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_LTVal_16sc_I(Npp16sc pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel, @ByVal Npp16sc nValue)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_LTVal_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="Npp32f") float nValue)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_LTVal_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="Npp32f") float nValue)
@Cast(value="NppStatus") public static int nppsThreshold_LTVal_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="Npp32f") float nValue)
@Cast(value="NppStatus") public static int nppsThreshold_LTVal_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="Npp32f") float nValue)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_LTVal_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="Npp32f") float nValue)
@Cast(value="NppStatus") public static int nppsThreshold_LTVal_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="Npp32f") float nValue)
@Cast(value="NppStatus") public static int nppsThreshold_LTVal_32fc(@Const Npp32fc pSrc, Npp32fc pDst, int nLength, @Cast(value="Npp32f") float nLevel, @ByVal Npp32fc nValue)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_LTVal_32fc_I(Npp32fc pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel, @ByVal Npp32fc nValue)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_LTVal_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="Npp64f") double nValue)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_LTVal_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="Npp64f") double nValue)
@Cast(value="NppStatus") public static int nppsThreshold_LTVal_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="Npp64f") double nValue)
@Cast(value="NppStatus") public static int nppsThreshold_LTVal_64f_I(@Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="Npp64f") double nValue)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_LTVal_64f_I(@Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="Npp64f") double nValue)
@Cast(value="NppStatus") public static int nppsThreshold_LTVal_64f_I(@Cast(value="Npp64f*") double[] pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="Npp64f") double nValue)
@Cast(value="NppStatus") public static int nppsThreshold_LTVal_64fc(@Const Npp64fc pSrc, Npp64fc pDst, int nLength, @Cast(value="Npp64f") double nLevel, @ByVal Npp64fc nValue)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_LTVal_64fc_I(Npp64fc pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel, @ByVal Npp64fc nValue)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_GTVal_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="Npp16s") short nValue)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_GTVal_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="Npp16s") short nValue)
@Cast(value="NppStatus") public static int nppsThreshold_GTVal_16s(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="Npp16s") short nValue)
@Cast(value="NppStatus") public static int nppsThreshold_GTVal_16s_I(@Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="Npp16s") short nValue)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_GTVal_16s_I(@Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="Npp16s") short nValue)
@Cast(value="NppStatus") public static int nppsThreshold_GTVal_16s_I(@Cast(value="Npp16s*") short[] pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel, @Cast(value="Npp16s") short nValue)
@Cast(value="NppStatus") public static int nppsThreshold_GTVal_16sc(@Const Npp16sc pSrc, Npp16sc pDst, int nLength, @Cast(value="Npp16s") short nLevel, @ByVal Npp16sc nValue)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_GTVal_16sc_I(Npp16sc pSrcDst, int nLength, @Cast(value="Npp16s") short nLevel, @ByVal Npp16sc nValue)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_GTVal_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="Npp32f") float nValue)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_GTVal_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="Npp32f") float nValue)
@Cast(value="NppStatus") public static int nppsThreshold_GTVal_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="Npp32f") float nValue)
@Cast(value="NppStatus") public static int nppsThreshold_GTVal_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="Npp32f") float nValue)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_GTVal_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="Npp32f") float nValue)
@Cast(value="NppStatus") public static int nppsThreshold_GTVal_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel, @Cast(value="Npp32f") float nValue)
@Cast(value="NppStatus") public static int nppsThreshold_GTVal_32fc(@Const Npp32fc pSrc, Npp32fc pDst, int nLength, @Cast(value="Npp32f") float nLevel, @ByVal Npp32fc nValue)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_GTVal_32fc_I(Npp32fc pSrcDst, int nLength, @Cast(value="Npp32f") float nLevel, @ByVal Npp32fc nValue)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_GTVal_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="Npp64f") double nValue)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_GTVal_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="Npp64f") double nValue)
@Cast(value="NppStatus") public static int nppsThreshold_GTVal_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="Npp64f") double nValue)
@Cast(value="NppStatus") public static int nppsThreshold_GTVal_64f_I(@Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="Npp64f") double nValue)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_GTVal_64f_I(@Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="Npp64f") double nValue)
@Cast(value="NppStatus") public static int nppsThreshold_GTVal_64f_I(@Cast(value="Npp64f*") double[] pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel, @Cast(value="Npp64f") double nValue)
@Cast(value="NppStatus") public static int nppsThreshold_GTVal_64fc(@Const Npp64fc pSrc, Npp64fc pDst, int nLength, @Cast(value="Npp64f") double nLevel, @ByVal Npp64fc nValue)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsThreshold_GTVal_64fc_I(Npp64fc pSrcDst, int nLength, @Cast(value="Npp64f") double nLevel, @ByVal Npp64fc nValue)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nLevel - Constant threshold value (real part only and must be greater than 0) to be used to limit each signal samplenValue - Constant value to replace source value when threshold test is true.@Cast(value="NppStatus") public static int nppsAddC_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be added to each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddC_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_8u_Sfs(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be added to each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddC_8u_Sfs(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_8u_Sfs(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be added to each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddC_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_16u_Sfs(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be added to each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddC_16u_Sfs(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_16u_Sfs(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be added to each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddC_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be added to each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddC_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_16sc_ISfs(@ByVal Npp16sc nValue, Npp16sc pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be added to each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddC_16sc_Sfs(@Const Npp16sc pSrc, @ByVal Npp16sc nValue, Npp16sc pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be added to each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddC_32s_ISfs(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be added to each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddC_32s_ISfs(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_32s_ISfs(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") int[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be added to each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddC_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddC_32sc_ISfs(@ByVal Npp32sc nValue, Npp32sc pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be added to each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddC_32sc_Sfs(@Const Npp32sc pSrc, @ByVal Npp32sc nValue, Npp32sc pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be added to each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddC_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be added to each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAddC_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAddC_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAddC_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be added to each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAddC_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAddC_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAddC_32fc_I(@ByVal Npp32fc nValue, Npp32fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be added to each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAddC_32fc(@Const Npp32fc pSrc, @ByVal Npp32fc nValue, Npp32fc pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be added to each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAddC_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be added to each vector elementnLength - Length of the vectors, number of items.@Cast(value="NppStatus") public static int nppsAddC_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAddC_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAddC_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be added to each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAddC_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAddC_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAddC_64fc_I(@ByVal Npp64fc nValue, Npp64fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be added to each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAddC_64fc(@Const Npp64fc pSrc, @ByVal Npp64fc nValue, Npp64fc pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be added to each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAddProductC_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAddProductC_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAddProductC_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMulC_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be multiplied by each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMulC_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_8u_Sfs(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMulC_8u_Sfs(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_8u_Sfs(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be multiplied by each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMulC_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_16u_Sfs(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMulC_16u_Sfs(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_16u_Sfs(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be multiplied by each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMulC_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMulC_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_16sc_ISfs(@ByVal Npp16sc nValue, Npp16sc pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be multiplied by each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMulC_16sc_Sfs(@Const Npp16sc pSrc, @ByVal Npp16sc nValue, Npp16sc pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMulC_32s_ISfs(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be multiplied by each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMulC_32s_ISfs(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_32s_ISfs(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") int[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMulC_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_32sc_ISfs(@ByVal Npp32sc nValue, Npp32sc pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be multiplied by each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMulC_32sc_Sfs(@Const Npp32sc pSrc, @ByVal Npp32sc nValue, Npp32sc pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMulC_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be multiplied by each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMulC_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMulC_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMulC_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMulC_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMulC_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMulC_Low_32f16s(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp16s*") ShortPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMulC_Low_32f16s(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMulC_Low_32f16s(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp16s*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMulC_32f16s_Sfs(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nScaleFactor - \ref integer_result_scaling.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMulC_32f16s_Sfs(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_32f16s_Sfs(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_32fc_I(@ByVal Npp32fc nValue, Npp32fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be multiplied by each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMulC_32fc(@Const Npp32fc pSrc, @ByVal Npp32fc nValue, Npp32fc pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMulC_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be multiplied by each vector elementnLength - Length of the vectors, number of items.@Cast(value="NppStatus") public static int nppsMulC_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMulC_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMulC_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMulC_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMulC_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMulC_64f64s_ISfs(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64s*") LongPointer pDst, int nLength, int nScaleFactor)
nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMulC_64f64s_ISfs(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64s*") LongBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_64f64s_ISfs(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64s*") long[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMulC_64fc_I(@ByVal Npp64fc nValue, Npp64fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be multiplied by each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMulC_64fc(@Const Npp64fc pSrc, @ByVal Npp64fc nValue, Npp64fc pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be multiplied by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubC_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be subtracted from each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubC_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_8u_Sfs(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be subtracted from each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubC_8u_Sfs(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_8u_Sfs(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be subtracted from each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubC_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_16u_Sfs(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be subtracted from each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubC_16u_Sfs(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_16u_Sfs(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be subtracted from each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubC_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be subtracted from each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubC_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_16sc_ISfs(@ByVal Npp16sc nValue, Npp16sc pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be subtracted from each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubC_16sc_Sfs(@Const Npp16sc pSrc, @ByVal Npp16sc nValue, Npp16sc pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be subtracted from each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubC_32s_ISfs(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be subtracted from each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubC_32s_ISfs(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_32s_ISfs(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") int[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be subtracted from each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubC_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubC_32sc_ISfs(@ByVal Npp32sc nValue, Npp32sc pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be subtracted from each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubC_32sc_Sfs(@Const Npp32sc pSrc, @ByVal Npp32sc nValue, Npp32sc pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be subtracted from each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubC_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be subtracted from each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubC_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubC_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubC_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be subtracted from each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubC_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubC_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubC_32fc_I(@ByVal Npp32fc nValue, Npp32fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be subtracted from each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubC_32fc(@Const Npp32fc pSrc, @ByVal Npp32fc nValue, Npp32fc pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be subtracted from each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubC_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be subtracted from each vector elementnLength - Length of the vectors, number of items.@Cast(value="NppStatus") public static int nppsSubC_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubC_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubC_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be subtracted from each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubC_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubC_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubC_64fc_I(@ByVal Npp64fc nValue, Npp64fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be subtracted from each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubC_64fc(@Const Npp64fc pSrc, @ByVal Npp64fc nValue, Npp64fc pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be subtracted from each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubCRev_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value each vector element is to be subtracted fromnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubCRev_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_8u_Sfs(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value each vector element is to be subtracted frompDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubCRev_8u_Sfs(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_8u_Sfs(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value each vector element is to be subtracted fromnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubCRev_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_16u_Sfs(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value each vector element is to be subtracted frompDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubCRev_16u_Sfs(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_16u_Sfs(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value each vector element is to be subtracted fromnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubCRev_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value each vector element is to be subtracted frompDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubCRev_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_16sc_ISfs(@ByVal Npp16sc nValue, Npp16sc pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value each vector element is to be subtracted fromnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubCRev_16sc_Sfs(@Const Npp16sc pSrc, @ByVal Npp16sc nValue, Npp16sc pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value each vector element is to be subtracted frompDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubCRev_32s_ISfs(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value each vector element is to be subtracted fromnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubCRev_32s_ISfs(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_32s_ISfs(@Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") int[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value each vector element is to be subtracted frompDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubCRev_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s") int nValue, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSubCRev_32sc_ISfs(@ByVal Npp32sc nValue, Npp32sc pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value each vector element is to be subtracted fromnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubCRev_32sc_Sfs(@Const Npp32sc pSrc, @ByVal Npp32sc nValue, Npp32sc pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value each vector element is to be subtracted frompDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSubCRev_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value each vector element is to be subtracted fromnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubCRev_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubCRev_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubCRev_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value each vector element is to be subtracted frompDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubCRev_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubCRev_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubCRev_32fc_I(@ByVal Npp32fc nValue, Npp32fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value each vector element is to be subtracted fromnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubCRev_32fc(@Const Npp32fc pSrc, @ByVal Npp32fc nValue, Npp32fc pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value each vector element is to be subtracted frompDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubCRev_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value each vector element is to be subtracted fromnLength - Length of the vectors, number of items.@Cast(value="NppStatus") public static int nppsSubCRev_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubCRev_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubCRev_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value each vector element is to be subtracted frompDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubCRev_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubCRev_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSubCRev_64fc_I(@ByVal Npp64fc nValue, Npp64fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value each vector element is to be subtracted fromnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSubCRev_64fc(@Const Npp64fc pSrc, @ByVal Npp64fc nValue, Npp64fc pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value each vector element is to be subtracted frompDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDivC_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be divided into each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDivC_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDivC_8u_ISfs(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDivC_8u_Sfs(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be divided into each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDivC_8u_Sfs(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDivC_8u_Sfs(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDivC_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be divided into each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDivC_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDivC_16u_ISfs(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDivC_16u_Sfs(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be divided into each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDivC_16u_Sfs(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDivC_16u_Sfs(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDivC_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be divided into each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDivC_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDivC_16s_ISfs(@Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDivC_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be divided into each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDivC_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDivC_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s") short nValue, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDivC_16sc_ISfs(@ByVal Npp16sc nValue, Npp16sc pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be divided into each vector elementnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDivC_16sc_Sfs(@Const Npp16sc pSrc, @ByVal Npp16sc nValue, Npp16sc pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.nValue - Constant value to be divided into each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDivC_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be divided into each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDivC_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivC_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivC_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be divided into each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDivC_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivC_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivC_32fc_I(@ByVal Npp32fc nValue, Npp32fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be divided into each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDivC_32fc(@Const Npp32fc pSrc, @ByVal Npp32fc nValue, Npp32fc pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be divided into each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDivC_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be divided into each vector elementnLength - Length of the vectors, number of items.@Cast(value="NppStatus") public static int nppsDivC_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivC_64f_I(@Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivC_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be divided into each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDivC_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivC_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f") double nValue, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivC_64fc_I(@ByVal Npp64fc nValue, Npp64fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be divided into each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDivC_64fc(@Const Npp64fc pSrc, @ByVal Npp64fc nValue, Npp64fc pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be divided into each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDivCRev_16u_I(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be divided by each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDivCRev_16u_I(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivCRev_16u_I(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivCRev_16u(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be divided by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDivCRev_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivCRev_16u(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivCRev_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be divided by each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDivCRev_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivCRev_32f_I(@Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivCRev_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be divided by each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDivCRev_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsDivCRev_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f") float nValue, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_16s(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp16s*") ShortPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be added to signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_16s(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp16s*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_16u(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16u*") ShortPointer pSrc2, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be added to signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16u*") ShortBuffer pSrc2, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_16u(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16u*") short[] pSrc2, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_32u(@Cast(value="const Npp32u*") IntPointer pSrc1, @Cast(value="const Npp32u*") IntPointer pSrc2, @Cast(value="Npp32u*") IntPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be added to signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_32u(@Cast(value="const Npp32u*") IntBuffer pSrc1, @Cast(value="const Npp32u*") IntBuffer pSrc2, @Cast(value="Npp32u*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_32u(@Cast(value="const Npp32u*") int[] pSrc1, @Cast(value="const Npp32u*") int[] pSrc2, @Cast(value="Npp32u*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_32f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be added to signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_32f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_64f(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Cast(value="const Npp64f*") DoublePointer pSrc2, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be added to signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Cast(value="const Npp64f*") DoubleBuffer pSrc2, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_64f(@Cast(value="const Npp64f*") double[] pSrc1, @Cast(value="const Npp64f*") double[] pSrc2, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, Npp32fc pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be added to signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, Npp64fc pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be added to signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_8u16u(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be added to signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_8u16u(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_8u16u(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_16s32f(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be added to signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_16s32f(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_16s32f(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_8u_Sfs(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, @Cast(value="Npp8u*") BytePointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be added to signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAdd_8u_Sfs(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_8u_Sfs(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, @Cast(value="Npp8u*") byte[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_16u_Sfs(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16u*") ShortPointer pSrc2, @Cast(value="Npp16u*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be added to signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAdd_16u_Sfs(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16u*") ShortBuffer pSrc2, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_16u_Sfs(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16u*") short[] pSrc2, @Cast(value="Npp16u*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be added to signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAdd_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc1, @Cast(value="const Npp32s*") IntPointer pSrc2, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be added to signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAdd_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc1, @Cast(value="const Npp32s*") IntBuffer pSrc2, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc1, @Cast(value="const Npp32s*") int[] pSrc2, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_64s_Sfs(@Cast(value="const Npp64s*") LongPointer pSrc1, @Cast(value="const Npp64s*") LongPointer pSrc2, @Cast(value="Npp64s*") LongPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be added to signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAdd_64s_Sfs(@Cast(value="const Npp64s*") LongBuffer pSrc1, @Cast(value="const Npp64s*") LongBuffer pSrc2, @Cast(value="Npp64s*") LongBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_64s_Sfs(@Cast(value="const Npp64s*") long[] pSrc1, @Cast(value="const Npp64s*") long[] pSrc2, @Cast(value="Npp64s*") long[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_16sc_Sfs(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, Npp16sc pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be added to signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAdd_32sc_Sfs(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, Npp32sc pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be added to signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAdd_16s_I(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be added to signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_16s_I(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_16s_I(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_32f_I(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be added to signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_32f_I(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_32f_I(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_64f_I(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be added to signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_64f_I(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_64f_I(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_32fc_I(@Const Npp32fc pSrc, Npp32fc pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be added to signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_64fc_I(@Const Npp64fc pSrc, Npp64fc pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be added to signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_16s32s_I(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp32s*") IntPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be added to signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAdd_16s32s_I(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_16s32s_I(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp32s*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAdd_8u_ISfs(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be added to signal1 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAdd_8u_ISfs(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_8u_ISfs(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_16u_ISfs(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be added to signal1 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAdd_16u_ISfs(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_16u_ISfs(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_16s_ISfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be added to signal1 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAdd_16s_ISfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_16s_ISfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_32s_ISfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s*") IntPointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be added to signal1 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAdd_32s_ISfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_32s_ISfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s*") int[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAdd_16sc_ISfs(@Const Npp16sc pSrc, Npp16sc pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be added to signal1 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAdd_32sc_ISfs(@Const Npp32sc pSrc, Npp32sc pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be added to signal1 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddProduct_32f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.pDst - \ref destination_signal_pointer. product of source1 and source2 signal elements to be added to destination elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAddProduct_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAddProduct_32f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAddProduct_64f(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Cast(value="const Npp64f*") DoublePointer pSrc2, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.pDst - \ref destination_signal_pointer. product of source1 and source2 signal elements to be added to destination elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAddProduct_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Cast(value="const Npp64f*") DoubleBuffer pSrc2, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAddProduct_64f(@Cast(value="const Npp64f*") double[] pSrc1, @Cast(value="const Npp64f*") double[] pSrc2, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAddProduct_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, Npp32fc pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.pDst - \ref destination_signal_pointer. product of source1 and source2 signal elements to be added to destination elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAddProduct_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, Npp64fc pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.pDst - \ref destination_signal_pointer. product of source1 and source2 signal elements to be added to destination elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAddProduct_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.pDst - \ref destination_signal_pointer. product of source1 and source2 signal elements to be added to destination elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddProduct_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddProduct_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddProduct_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc1, @Cast(value="const Npp32s*") IntPointer pSrc2, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.pDst - \ref destination_signal_pointer. product of source1 and source2 signal elements to be added to destination elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddProduct_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc1, @Cast(value="const Npp32s*") IntBuffer pSrc2, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddProduct_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc1, @Cast(value="const Npp32s*") int[] pSrc2, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddProduct_16s32s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.pDst - \ref destination_signal_pointer. product of source1 and source2 signal elements to be added to destination elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsAddProduct_16s32s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAddProduct_16s32s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16s(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp16s*") ShortPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be multiplied by signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_16s(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp16s*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_32f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be multiplied by signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_32f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_64f(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Cast(value="const Npp64f*") DoublePointer pSrc2, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be multiplied by signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Cast(value="const Npp64f*") DoubleBuffer pSrc2, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_64f(@Cast(value="const Npp64f*") double[] pSrc1, @Cast(value="const Npp64f*") double[] pSrc2, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, Npp32fc pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be multiplied by signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, Npp64fc pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be multiplied by signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_8u16u(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be multiplied by signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_8u16u(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_8u16u(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_16s32f(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be multiplied by signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_16s32f(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_16s32f(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_32f32fc(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Const Npp32fc pSrc2, Npp32fc pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be multiplied by signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_32f32fc(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Const Npp32fc pSrc2, Npp32fc pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_32f32fc(@Cast(value="const Npp32f*") float[] pSrc1, @Const Npp32fc pSrc2, Npp32fc pDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_8u_Sfs(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, @Cast(value="Npp8u*") BytePointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be multiplied by signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_8u_Sfs(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_8u_Sfs(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, @Cast(value="Npp8u*") byte[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16u_Sfs(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16u*") ShortPointer pSrc2, @Cast(value="Npp16u*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be multiplied by signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_16u_Sfs(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16u*") ShortBuffer pSrc2, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16u_Sfs(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16u*") short[] pSrc2, @Cast(value="Npp16u*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be multiplied by signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc1, @Cast(value="const Npp32s*") IntPointer pSrc2, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be multiplied by signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc1, @Cast(value="const Npp32s*") IntBuffer pSrc2, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc1, @Cast(value="const Npp32s*") int[] pSrc2, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16sc_Sfs(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, Npp16sc pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be multiplied by signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_32sc_Sfs(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, Npp32sc pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be multiplied by signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_16u16s_Sfs(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be multiplied by signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_16u16s_Sfs(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16u16s_Sfs(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16s32s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be multiplied by signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_16s32s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16s32s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_32s32sc_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc1, @Const Npp32sc pSrc2, Npp32sc pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be multiplied by signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_32s32sc_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc1, @Const Npp32sc pSrc2, Npp32sc pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_32s32sc_Sfs(@Cast(value="const Npp32s*") int[] pSrc1, @Const Npp32sc pSrc2, Npp32sc pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_Low_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc1, @Cast(value="const Npp32s*") IntPointer pSrc2, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal2 elements to be multiplied by signal1 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_Low_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc1, @Cast(value="const Npp32s*") IntBuffer pSrc2, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_Low_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc1, @Cast(value="const Npp32s*") int[] pSrc2, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16s_I(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be multiplied by signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_16s_I(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_16s_I(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_32f_I(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be multiplied by signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_32f_I(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_32f_I(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_64f_I(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be multiplied by signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_64f_I(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_64f_I(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_32fc_I(@Const Npp32fc pSrc, Npp32fc pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be multiplied by signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_64fc_I(@Const Npp64fc pSrc, Npp64fc pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be multiplied by signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_32f32fc_I(@Cast(value="const Npp32f*") FloatPointer pSrc, Npp32fc pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be multiplied by signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMul_32f32fc_I(@Cast(value="const Npp32f*") FloatBuffer pSrc, Npp32fc pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_32f32fc_I(@Cast(value="const Npp32f*") float[] pSrc, Npp32fc pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMul_8u_ISfs(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be multiplied by signal1 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_8u_ISfs(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_8u_ISfs(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16u_ISfs(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be multiplied by signal1 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_16u_ISfs(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16u_ISfs(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16s_ISfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be multiplied by signal1 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_16s_ISfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16s_ISfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_32s_ISfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s*") IntPointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be multiplied by signal1 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_32s_ISfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_32s_ISfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s*") int[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_16sc_ISfs(@Const Npp16sc pSrc, Npp16sc pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be multiplied by signal1 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_32sc_ISfs(@Const Npp32sc pSrc, Npp32sc pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be multiplied by signal1 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_32s32sc_ISfs(@Cast(value="const Npp32s*") IntPointer pSrc, Npp32sc pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be multiplied by signal1 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMul_32s32sc_ISfs(@Cast(value="const Npp32s*") IntBuffer pSrc, Npp32sc pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsMul_32s32sc_ISfs(@Cast(value="const Npp32s*") int[] pSrc, Npp32sc pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_16s(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp16s*") ShortPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal1 elements to be subtracted from signal2 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSub_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_16s(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp16s*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_32f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal1 elements to be subtracted from signal2 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSub_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_32f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_64f(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Cast(value="const Npp64f*") DoublePointer pSrc2, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal1 elements to be subtracted from signal2 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSub_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Cast(value="const Npp64f*") DoubleBuffer pSrc2, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_64f(@Cast(value="const Npp64f*") double[] pSrc1, @Cast(value="const Npp64f*") double[] pSrc2, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, Npp32fc pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal1 elements to be subtracted from signal2 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSub_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, Npp64fc pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal1 elements to be subtracted from signal2 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSub_16s32f(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal1 elements to be subtracted from signal2 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSub_16s32f(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_16s32f(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_8u_Sfs(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, @Cast(value="Npp8u*") BytePointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 elements to be subtracted from signal2 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSub_8u_Sfs(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_8u_Sfs(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, @Cast(value="Npp8u*") byte[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_16u_Sfs(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16u*") ShortPointer pSrc2, @Cast(value="Npp16u*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 elements to be subtracted from signal2 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSub_16u_Sfs(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16u*") ShortBuffer pSrc2, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_16u_Sfs(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16u*") short[] pSrc2, @Cast(value="Npp16u*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 elements to be subtracted from signal2 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSub_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc1, @Cast(value="const Npp32s*") IntPointer pSrc2, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 elements to be subtracted from signal2 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSub_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc1, @Cast(value="const Npp32s*") IntBuffer pSrc2, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc1, @Cast(value="const Npp32s*") int[] pSrc2, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_16sc_Sfs(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, Npp16sc pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 elements to be subtracted from signal2 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSub_32sc_Sfs(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, Npp32sc pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 elements to be subtracted from signal2 elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSub_16s_I(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 elements to be subtracted from signal2 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSub_16s_I(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_16s_I(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_32f_I(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 elements to be subtracted from signal2 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSub_32f_I(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_32f_I(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_64f_I(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 elements to be subtracted from signal2 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSub_64f_I(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_64f_I(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSub_32fc_I(@Const Npp32fc pSrc, Npp32fc pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 elements to be subtracted from signal2 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSub_64fc_I(@Const Npp64fc pSrc, Npp64fc pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 elements to be subtracted from signal2 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSub_8u_ISfs(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 elements to be subtracted from signal2 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSub_8u_ISfs(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_8u_ISfs(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_16u_ISfs(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 elements to be subtracted from signal2 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSub_16u_ISfs(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_16u_ISfs(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_16s_ISfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 elements to be subtracted from signal2 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSub_16s_ISfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_16s_ISfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_32s_ISfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s*") IntPointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 elements to be subtracted from signal2 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSub_32s_ISfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_32s_ISfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s*") int[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSub_16sc_ISfs(@Const Npp16sc pSrc, Npp16sc pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 elements to be subtracted from signal2 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSub_32sc_ISfs(@Const Npp32sc pSrc, Npp32sc pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 elements to be subtracted from signal2 elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_8u_Sfs(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, @Cast(value="Npp8u*") BytePointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 divisor elements to be divided into signal2 dividend elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_8u_Sfs(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_8u_Sfs(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, @Cast(value="Npp8u*") byte[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_16u_Sfs(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16u*") ShortPointer pSrc2, @Cast(value="Npp16u*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 divisor elements to be divided into signal2 dividend elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_16u_Sfs(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16u*") ShortBuffer pSrc2, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_16u_Sfs(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16u*") short[] pSrc2, @Cast(value="Npp16u*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 divisor elements to be divided into signal2 dividend elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc1, @Cast(value="const Npp32s*") IntPointer pSrc2, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 divisor elements to be divided into signal2 dividend elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc1, @Cast(value="const Npp32s*") IntBuffer pSrc2, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc1, @Cast(value="const Npp32s*") int[] pSrc2, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_16sc_Sfs(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, Npp16sc pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 divisor elements to be divided into signal2 dividend elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_32s16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp32s*") IntPointer pSrc2, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 divisor elements to be divided into signal2 dividend elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_32s16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp32s*") IntBuffer pSrc2, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_32s16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp32s*") int[] pSrc2, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_32f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 divisor elements to be divided into signal2 dividend elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDiv_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsDiv_32f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsDiv_64f(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Cast(value="const Npp64f*") DoublePointer pSrc2, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 divisor elements to be divided into signal2 dividend elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDiv_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Cast(value="const Npp64f*") DoubleBuffer pSrc2, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsDiv_64f(@Cast(value="const Npp64f*") double[] pSrc1, @Cast(value="const Npp64f*") double[] pSrc2, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsDiv_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, Npp32fc pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 divisor elements to be divided into signal2 dividend elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDiv_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, Npp64fc pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 divisor elements to be divided into signal2 dividend elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDiv_8u_ISfs(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 divisor elements to be divided into signal2 dividend elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_8u_ISfs(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_8u_ISfs(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_16u_ISfs(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 divisor elements to be divided into signal2 dividend elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_16u_ISfs(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_16u_ISfs(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_16s_ISfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 divisor elements to be divided into signal2 dividend elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_16s_ISfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_16s_ISfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_16sc_ISfs(@Const Npp16sc pSrc, Npp16sc pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 divisor elements to be divided into signal2 dividend elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_32s_ISfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s*") IntPointer pSrcDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 divisor elements to be divided into signal2 dividend elementsnLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_32s_ISfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_32s_ISfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s*") int[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_32f_I(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 divisor elements to be divided into signal2 dividend elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDiv_32f_I(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsDiv_32f_I(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsDiv_64f_I(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 divisor elements to be divided into signal2 dividend elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDiv_64f_I(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsDiv_64f_I(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsDiv_32fc_I(@Const Npp32fc pSrc, Npp32fc pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 divisor elements to be divided into signal2 dividend elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDiv_64fc_I(@Const Npp64fc pSrc, Npp64fc pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 divisor elements to be divided into signal2 dividend elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsDiv_Round_8u_Sfs(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, @Cast(value="Npp8u*") BytePointer pDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 divisor elements to be divided into signal2 dividend elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nRndMode - various rounding modes.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_Round_8u_Sfs(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_Round_8u_Sfs(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, @Cast(value="Npp8u*") byte[] pDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_Round_16u_Sfs(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16u*") ShortPointer pSrc2, @Cast(value="Npp16u*") ShortPointer pDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 divisor elements to be divided into signal2 dividend elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nRndMode - various rounding modes.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_Round_16u_Sfs(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16u*") ShortBuffer pSrc2, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_Round_16u_Sfs(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16u*") short[] pSrc2, @Cast(value="Npp16u*") short[] pDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_Round_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer, signal1 divisor elements to be divided into signal2 dividend elements.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nRndMode - various rounding modes.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_Round_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_Round_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, @Cast(value="Npp16s*") short[] pDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_Round_8u_ISfs(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 divisor elements to be divided into signal2 dividend elementsnLength - \ref length_specification.nRndMode - various rounding modes.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_Round_8u_ISfs(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_Round_8u_ISfs(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_Round_16u_ISfs(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 divisor elements to be divided into signal2 dividend elementsnLength - \ref length_specification.nRndMode - various rounding modes.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_Round_16u_ISfs(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_Round_16u_ISfs(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u*") short[] pSrcDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_Round_16s_ISfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal1 divisor elements to be divided into signal2 dividend elementsnLength - \ref length_specification.nRndMode - various rounding modes.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsDiv_Round_16s_ISfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsDiv_Round_16s_ISfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pSrcDst, int nLength, @Cast(value="NppRoundMode") int nRndMode, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsAbs_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAbs_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_16s(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_32s(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s*") IntPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAbs_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_32s(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAbs_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAbs_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_16s_I(@Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAbs_16s_I(@Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_16s_I(@Cast(value="Npp16s*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_32s_I(@Cast(value="Npp32s*") IntPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAbs_32s_I(@Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_32s_I(@Cast(value="Npp32s*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAbs_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_64f_I(@Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAbs_64f_I(@Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAbs_64f_I(@Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqr_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqr_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqr_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqr_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqr_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqr_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqr_32fc(@Const Npp32fc pSrc, Npp32fc pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqr_64fc(@Const Npp64fc pSrc, Npp64fc pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqr_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqr_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqr_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqr_64f_I(@Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqr_64f_I(@Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqr_64f_I(@Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqr_32fc_I(Npp32fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqr_64fc_I(Npp64fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqr_8u_Sfs(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqr_8u_Sfs(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqr_8u_Sfs(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqr_16u_Sfs(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqr_16u_Sfs(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqr_16u_Sfs(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqr_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqr_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqr_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqr_16sc_Sfs(@Const Npp16sc pSrc, Npp16sc pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqr_8u_ISfs(@Cast(value="Npp8u*") BytePointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqr_8u_ISfs(@Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqr_8u_ISfs(@Cast(value="Npp8u*") byte[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqr_16u_ISfs(@Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqr_16u_ISfs(@Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqr_16u_ISfs(@Cast(value="Npp16u*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqr_16s_ISfs(@Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqr_16s_ISfs(@Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqr_16s_ISfs(@Cast(value="Npp16s*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqr_16sc_ISfs(Npp16sc pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqrt_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqrt_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqrt_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqrt_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqrt_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqrt_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqrt_32fc(@Const Npp32fc pSrc, Npp32fc pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqrt_64fc(@Const Npp64fc pSrc, Npp64fc pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqrt_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqrt_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqrt_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqrt_64f_I(@Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqrt_64f_I(@Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqrt_64f_I(@Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSqrt_32fc_I(Npp32fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqrt_64fc_I(Npp64fc pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsSqrt_8u_Sfs(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqrt_8u_Sfs(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_8u_Sfs(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_16u_Sfs(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqrt_16u_Sfs(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_16u_Sfs(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqrt_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_16sc_Sfs(@Const Npp16sc pSrc, Npp16sc pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqrt_64s_Sfs(@Cast(value="const Npp64s*") LongPointer pSrc, @Cast(value="Npp64s*") LongPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqrt_64s_Sfs(@Cast(value="const Npp64s*") LongBuffer pSrc, @Cast(value="Npp64s*") LongBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_64s_Sfs(@Cast(value="const Npp64s*") long[] pSrc, @Cast(value="Npp64s*") long[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_32s16s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqrt_32s16s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_32s16s_Sfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_64s16s_Sfs(@Cast(value="const Npp64s*") LongPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqrt_64s16s_Sfs(@Cast(value="const Npp64s*") LongBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_64s16s_Sfs(@Cast(value="const Npp64s*") long[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_8u_ISfs(@Cast(value="Npp8u*") BytePointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqrt_8u_ISfs(@Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_8u_ISfs(@Cast(value="Npp8u*") byte[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_16u_ISfs(@Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqrt_16u_ISfs(@Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_16u_ISfs(@Cast(value="Npp16u*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_16s_ISfs(@Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqrt_16s_ISfs(@Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_16s_ISfs(@Cast(value="Npp16s*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_16sc_ISfs(Npp16sc pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqrt_64s_ISfs(@Cast(value="Npp64s*") LongPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSqrt_64s_ISfs(@Cast(value="Npp64s*") LongBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSqrt_64s_ISfs(@Cast(value="Npp64s*") long[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsCubrt_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsCubrt_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsCubrt_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsCubrt_32s16s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsCubrt_32s16s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsCubrt_32s16s_Sfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsExp_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsExp_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsExp_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsExp_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsExp_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsExp_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsExp_32f64f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsExp_32f64f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsExp_32f64f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsExp_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsExp_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsExp_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsExp_64f_I(@Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsExp_64f_I(@Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsExp_64f_I(@Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsExp_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsExp_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsExp_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsExp_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsExp_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsExp_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsExp_64s_Sfs(@Cast(value="const Npp64s*") LongPointer pSrc, @Cast(value="Npp64s*") LongPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsExp_64s_Sfs(@Cast(value="const Npp64s*") LongBuffer pSrc, @Cast(value="Npp64s*") LongBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsExp_64s_Sfs(@Cast(value="const Npp64s*") long[] pSrc, @Cast(value="Npp64s*") long[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsExp_16s_ISfs(@Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsExp_16s_ISfs(@Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsExp_16s_ISfs(@Cast(value="Npp16s*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsExp_32s_ISfs(@Cast(value="Npp32s*") IntPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsExp_32s_ISfs(@Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsExp_32s_ISfs(@Cast(value="Npp32s*") int[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsExp_64s_ISfs(@Cast(value="Npp64s*") LongPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsExp_64s_ISfs(@Cast(value="Npp64s*") LongBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsExp_64s_ISfs(@Cast(value="Npp64s*") long[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsLn_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLn_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLn_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLn_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLn_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLn_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLn_64f32f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLn_64f32f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLn_64f32f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLn_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLn_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLn_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLn_64f_I(@Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLn_64f_I(@Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLn_64f_I(@Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLn_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsLn_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsLn_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsLn_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsLn_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsLn_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsLn_32s16s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsLn_32s16s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsLn_32s16s_Sfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsLn_16s_ISfs(@Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsLn_16s_ISfs(@Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsLn_16s_ISfs(@Cast(value="Npp16s*") short[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsLn_32s_ISfs(@Cast(value="Npp32s*") IntPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsLn_32s_ISfs(@Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsLn_32s_ISfs(@Cast(value="Npp32s*") int[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int npps10Log10_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s*") IntPointer pDst, int nLength, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int npps10Log10_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int npps10Log10_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s*") int[] pDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int npps10Log10_32s_ISfs(@Cast(value="Npp32s*") IntPointer pSrcDst, int nLength, int nScaleFactor)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int npps10Log10_32s_ISfs(@Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int npps10Log10_32s_ISfs(@Cast(value="Npp32s*") int[] pSrcDst, int nLength, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsSumLnGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsSumLnGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumLnGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumLn_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation.@Cast(value="NppStatus") public static int nppsSumLn_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSumLn_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSumLnGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsSumLnGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumLnGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumLn_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation.@Cast(value="NppStatus") public static int nppsSumLn_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSumLn_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSumLnGetBufferSize_32f64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsSumLnGetBufferSize_32f64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumLnGetBufferSize_32f64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumLn_32f64f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation.@Cast(value="NppStatus") public static int nppsSumLn_32f64f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSumLn_32f64f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSumLnGetBufferSize_16s32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsSumLnGetBufferSize_16s32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumLnGetBufferSize_16s32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumLn_16s32f(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation.@Cast(value="NppStatus") public static int nppsSumLn_16s32f(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSumLn_16s32f(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsArctan_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsArctan_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsArctan_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsArctan_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsArctan_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsArctan_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsArctan_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsArctan_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsArctan_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsArctan_64f_I(@Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsArctan_64f_I(@Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsArctan_64f_I(@Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsNormalize_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pDst, int nLength, @Cast(value="Npp32f") float vSub, @Cast(value="Npp32f") float vDiv)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.vSub - value subtracted from each signal element before divisionvDiv - divisor of post-subtracted signal element dividend@Cast(value="NppStatus") public static int nppsNormalize_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pDst, int nLength, @Cast(value="Npp32f") float vSub, @Cast(value="Npp32f") float vDiv)
@Cast(value="NppStatus") public static int nppsNormalize_32f(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pDst, int nLength, @Cast(value="Npp32f") float vSub, @Cast(value="Npp32f") float vDiv)
@Cast(value="NppStatus") public static int nppsNormalize_32fc(@Const Npp32fc pSrc, Npp32fc pDst, int nLength, @ByVal Npp32fc vSub, @Cast(value="Npp32f") float vDiv)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.vSub - value subtracted from each signal element before divisionvDiv - divisor of post-subtracted signal element dividend@Cast(value="NppStatus") public static int nppsNormalize_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pDst, int nLength, @Cast(value="Npp64f") double vSub, @Cast(value="Npp64f") double vDiv)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.vSub - value subtracted from each signal element before divisionvDiv - divisor of post-subtracted signal element dividend@Cast(value="NppStatus") public static int nppsNormalize_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pDst, int nLength, @Cast(value="Npp64f") double vSub, @Cast(value="Npp64f") double vDiv)
@Cast(value="NppStatus") public static int nppsNormalize_64f(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pDst, int nLength, @Cast(value="Npp64f") double vSub, @Cast(value="Npp64f") double vDiv)
@Cast(value="NppStatus") public static int nppsNormalize_64fc(@Const Npp64fc pSrc, Npp64fc pDst, int nLength, @ByVal Npp64fc vSub, @Cast(value="Npp64f") double vDiv)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.vSub - value subtracted from each signal element before divisionvDiv - divisor of post-subtracted signal element dividend@Cast(value="NppStatus") public static int nppsNormalize_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pDst, int nLength, @Cast(value="Npp16s") short vSub, int vDiv, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.vSub - value subtracted from each signal element before divisionvDiv - divisor of post-subtracted signal element dividendnScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsNormalize_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength, @Cast(value="Npp16s") short vSub, int vDiv, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsNormalize_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pDst, int nLength, @Cast(value="Npp16s") short vSub, int vDiv, int nScaleFactor)
@Cast(value="NppStatus") public static int nppsNormalize_16sc_Sfs(@Const Npp16sc pSrc, Npp16sc pDst, int nLength, @ByVal Npp16sc vSub, int vDiv, int nScaleFactor)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.vSub - value subtracted from each signal element before divisionvDiv - divisor of post-subtracted signal element dividendnScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsCauchy_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength, @Cast(value="Npp32f") float nParam)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nParam - constant used in Cauchy formula@Cast(value="NppStatus") public static int nppsCauchy_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength, @Cast(value="Npp32f") float nParam)
@Cast(value="NppStatus") public static int nppsCauchy_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, int nLength, @Cast(value="Npp32f") float nParam)
@Cast(value="NppStatus") public static int nppsCauchyD_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength, @Cast(value="Npp32f") float nParam)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.nParam - constant used in Cauchy formula@Cast(value="NppStatus") public static int nppsCauchyD_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength, @Cast(value="Npp32f") float nParam)
@Cast(value="NppStatus") public static int nppsCauchyD_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, int nLength, @Cast(value="Npp32f") float nParam)
@Cast(value="NppStatus") public static int nppsCauchyDD2_32f_I(@Cast(value="Npp32f*") FloatPointer pSrcDst, @Cast(value="Npp32f*") FloatPointer pD2FVal, int nLength, @Cast(value="Npp32f") float nParam)
pSrcDst - \ref in_place_signal_pointer.pD2FVal - \ref source_signal_pointer. This signal contains the second derivative
of the source signal.nLength - \ref length_specification.nParam - constant used in Cauchy formula@Cast(value="NppStatus") public static int nppsCauchyDD2_32f_I(@Cast(value="Npp32f*") FloatBuffer pSrcDst, @Cast(value="Npp32f*") FloatBuffer pD2FVal, int nLength, @Cast(value="Npp32f") float nParam)
@Cast(value="NppStatus") public static int nppsCauchyDD2_32f_I(@Cast(value="Npp32f*") float[] pSrcDst, @Cast(value="Npp32f*") float[] pD2FVal, int nLength, @Cast(value="Npp32f") float nParam)
@Cast(value="NppStatus") public static int nppsAndC_8u(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be anded with each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAndC_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAndC_8u(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAndC_16u(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be anded with each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAndC_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAndC_16u(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAndC_32u(@Cast(value="const Npp32u*") IntPointer pSrc, @Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be anded with each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAndC_32u(@Cast(value="const Npp32u*") IntBuffer pSrc, @Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAndC_32u(@Cast(value="const Npp32u*") int[] pSrc, @Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAndC_8u_I(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be anded with each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAndC_8u_I(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAndC_8u_I(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAndC_16u_I(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be anded with each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAndC_16u_I(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAndC_16u_I(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAndC_32u_I(@Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be anded with each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAndC_32u_I(@Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAndC_32u_I(@Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAnd_8u(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, @Cast(value="Npp8u*") BytePointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be anded with signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAnd_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAnd_8u(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, @Cast(value="Npp8u*") byte[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAnd_16u(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16u*") ShortPointer pSrc2, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be anded with signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAnd_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16u*") ShortBuffer pSrc2, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAnd_16u(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16u*") short[] pSrc2, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAnd_32u(@Cast(value="const Npp32u*") IntPointer pSrc1, @Cast(value="const Npp32u*") IntPointer pSrc2, @Cast(value="Npp32u*") IntPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be anded with signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAnd_32u(@Cast(value="const Npp32u*") IntBuffer pSrc1, @Cast(value="const Npp32u*") IntBuffer pSrc2, @Cast(value="Npp32u*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAnd_32u(@Cast(value="const Npp32u*") int[] pSrc1, @Cast(value="const Npp32u*") int[] pSrc2, @Cast(value="Npp32u*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsAnd_8u_I(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be anded with signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAnd_8u_I(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAnd_8u_I(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAnd_16u_I(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be anded with signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAnd_16u_I(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAnd_16u_I(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAnd_32u_I(@Cast(value="const Npp32u*") IntPointer pSrc, @Cast(value="Npp32u*") IntPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be anded with signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsAnd_32u_I(@Cast(value="const Npp32u*") IntBuffer pSrc, @Cast(value="Npp32u*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsAnd_32u_I(@Cast(value="const Npp32u*") int[] pSrc, @Cast(value="Npp32u*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsOrC_8u(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be ored with each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsOrC_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsOrC_8u(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsOrC_16u(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be ored with each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsOrC_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsOrC_16u(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsOrC_32u(@Cast(value="const Npp32u*") IntPointer pSrc, @Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be ored with each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsOrC_32u(@Cast(value="const Npp32u*") IntBuffer pSrc, @Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsOrC_32u(@Cast(value="const Npp32u*") int[] pSrc, @Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsOrC_8u_I(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be ored with each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsOrC_8u_I(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsOrC_8u_I(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsOrC_16u_I(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be ored with each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsOrC_16u_I(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsOrC_16u_I(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsOrC_32u_I(@Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be ored with each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsOrC_32u_I(@Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsOrC_32u_I(@Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsOr_8u(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, @Cast(value="Npp8u*") BytePointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be ored with signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsOr_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsOr_8u(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, @Cast(value="Npp8u*") byte[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsOr_16u(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16u*") ShortPointer pSrc2, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be ored with signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsOr_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16u*") ShortBuffer pSrc2, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsOr_16u(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16u*") short[] pSrc2, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsOr_32u(@Cast(value="const Npp32u*") IntPointer pSrc1, @Cast(value="const Npp32u*") IntPointer pSrc2, @Cast(value="Npp32u*") IntPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be ored with signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsOr_32u(@Cast(value="const Npp32u*") IntBuffer pSrc1, @Cast(value="const Npp32u*") IntBuffer pSrc2, @Cast(value="Npp32u*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsOr_32u(@Cast(value="const Npp32u*") int[] pSrc1, @Cast(value="const Npp32u*") int[] pSrc2, @Cast(value="Npp32u*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsOr_8u_I(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be ored with signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsOr_8u_I(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsOr_8u_I(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsOr_16u_I(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be ored with signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsOr_16u_I(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsOr_16u_I(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsOr_32u_I(@Cast(value="const Npp32u*") IntPointer pSrc, @Cast(value="Npp32u*") IntPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be ored with signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsOr_32u_I(@Cast(value="const Npp32u*") IntBuffer pSrc, @Cast(value="Npp32u*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsOr_32u_I(@Cast(value="const Npp32u*") int[] pSrc, @Cast(value="Npp32u*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsXorC_8u(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be exclusive ored with each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsXorC_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsXorC_8u(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsXorC_16u(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be exclusive ored with each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsXorC_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsXorC_16u(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsXorC_32u(@Cast(value="const Npp32u*") IntPointer pSrc, @Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be exclusive ored with each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsXorC_32u(@Cast(value="const Npp32u*") IntBuffer pSrc, @Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsXorC_32u(@Cast(value="const Npp32u*") int[] pSrc, @Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsXorC_8u_I(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be exclusive ored with each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsXorC_8u_I(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsXorC_8u_I(@Cast(value="Npp8u") byte nValue, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsXorC_16u_I(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be exclusive ored with each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsXorC_16u_I(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsXorC_16u_I(@Cast(value="Npp16u") short nValue, @Cast(value="Npp16u*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsXorC_32u_I(@Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be exclusive ored with each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsXorC_32u_I(@Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsXorC_32u_I(@Cast(value="Npp32u") int nValue, @Cast(value="Npp32u*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsXor_8u(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, @Cast(value="Npp8u*") BytePointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be exclusive ored with signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsXor_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsXor_8u(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, @Cast(value="Npp8u*") byte[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsXor_16u(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16u*") ShortPointer pSrc2, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be exclusive ored with signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsXor_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16u*") ShortBuffer pSrc2, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsXor_16u(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16u*") short[] pSrc2, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsXor_32u(@Cast(value="const Npp32u*") IntPointer pSrc1, @Cast(value="const Npp32u*") IntPointer pSrc2, @Cast(value="Npp32u*") IntPointer pDst, int nLength)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer. signal2 elements to be exclusive ored with signal1 elementspDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsXor_32u(@Cast(value="const Npp32u*") IntBuffer pSrc1, @Cast(value="const Npp32u*") IntBuffer pSrc2, @Cast(value="Npp32u*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsXor_32u(@Cast(value="const Npp32u*") int[] pSrc1, @Cast(value="const Npp32u*") int[] pSrc2, @Cast(value="Npp32u*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsXor_8u_I(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be exclusive ored with signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsXor_8u_I(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsXor_8u_I(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsXor_16u_I(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be exclusive ored with signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsXor_16u_I(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsXor_16u_I(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsXor_32u_I(@Cast(value="const Npp32u*") IntPointer pSrc, @Cast(value="Npp32u*") IntPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer. signal2 elements to be exclusive ored with signal1 elementsnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsXor_32u_I(@Cast(value="const Npp32u*") IntBuffer pSrc, @Cast(value="Npp32u*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsXor_32u_I(@Cast(value="const Npp32u*") int[] pSrc, @Cast(value="Npp32u*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsNot_8u(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsNot_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsNot_8u(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsNot_16u(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsNot_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsNot_16u(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsNot_32u(@Cast(value="const Npp32u*") IntPointer pSrc, @Cast(value="Npp32u*") IntPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.pDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsNot_32u(@Cast(value="const Npp32u*") IntBuffer pSrc, @Cast(value="Npp32u*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsNot_32u(@Cast(value="const Npp32u*") int[] pSrc, @Cast(value="Npp32u*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsNot_8u_I(@Cast(value="Npp8u*") BytePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsNot_8u_I(@Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsNot_8u_I(@Cast(value="Npp8u*") byte[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsNot_16u_I(@Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsNot_16u_I(@Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsNot_16u_I(@Cast(value="Npp16u*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsNot_32u_I(@Cast(value="Npp32u*") IntPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsNot_32u_I(@Cast(value="Npp32u*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsNot_32u_I(@Cast(value="Npp32u*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_8u(@Cast(value="const Npp8u*") BytePointer pSrc, int nValue, @Cast(value="Npp8u*") BytePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be used to left shift each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLShiftC_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc, int nValue, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_8u(@Cast(value="const Npp8u*") byte[] pSrc, int nValue, @Cast(value="Npp8u*") byte[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_16u(@Cast(value="const Npp16u*") ShortPointer pSrc, int nValue, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be used to left shift each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLShiftC_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc, int nValue, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_16u(@Cast(value="const Npp16u*") short[] pSrc, int nValue, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, int nValue, @Cast(value="Npp16s*") ShortPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be used to left shift each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLShiftC_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nValue, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_16s(@Cast(value="const Npp16s*") short[] pSrc, int nValue, @Cast(value="Npp16s*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_32u(@Cast(value="const Npp32u*") IntPointer pSrc, int nValue, @Cast(value="Npp32u*") IntPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be used to left shift each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLShiftC_32u(@Cast(value="const Npp32u*") IntBuffer pSrc, int nValue, @Cast(value="Npp32u*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_32u(@Cast(value="const Npp32u*") int[] pSrc, int nValue, @Cast(value="Npp32u*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_32s(@Cast(value="const Npp32s*") IntPointer pSrc, int nValue, @Cast(value="Npp32s*") IntPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be used to left shift each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLShiftC_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, int nValue, @Cast(value="Npp32s*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_32s(@Cast(value="const Npp32s*") int[] pSrc, int nValue, @Cast(value="Npp32s*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_8u_I(int nValue, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be used to left shift each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLShiftC_8u_I(int nValue, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_8u_I(int nValue, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_16u_I(int nValue, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be used to left shift each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLShiftC_16u_I(int nValue, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_16u_I(int nValue, @Cast(value="Npp16u*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_16s_I(int nValue, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be used to left shift each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLShiftC_16s_I(int nValue, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_16s_I(int nValue, @Cast(value="Npp16s*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_32u_I(int nValue, @Cast(value="Npp32u*") IntPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be used to left shift each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLShiftC_32u_I(int nValue, @Cast(value="Npp32u*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_32u_I(int nValue, @Cast(value="Npp32u*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_32s_I(int nValue, @Cast(value="Npp32s*") IntPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be used to left shift each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsLShiftC_32s_I(int nValue, @Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsLShiftC_32s_I(int nValue, @Cast(value="Npp32s*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_8u(@Cast(value="const Npp8u*") BytePointer pSrc, int nValue, @Cast(value="Npp8u*") BytePointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be used to right shift each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsRShiftC_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc, int nValue, @Cast(value="Npp8u*") ByteBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_8u(@Cast(value="const Npp8u*") byte[] pSrc, int nValue, @Cast(value="Npp8u*") byte[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_16u(@Cast(value="const Npp16u*") ShortPointer pSrc, int nValue, @Cast(value="Npp16u*") ShortPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be used to right shift each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsRShiftC_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc, int nValue, @Cast(value="Npp16u*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_16u(@Cast(value="const Npp16u*") short[] pSrc, int nValue, @Cast(value="Npp16u*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, int nValue, @Cast(value="Npp16s*") ShortPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be used to right shift each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsRShiftC_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nValue, @Cast(value="Npp16s*") ShortBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_16s(@Cast(value="const Npp16s*") short[] pSrc, int nValue, @Cast(value="Npp16s*") short[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_32u(@Cast(value="const Npp32u*") IntPointer pSrc, int nValue, @Cast(value="Npp32u*") IntPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be used to right shift each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsRShiftC_32u(@Cast(value="const Npp32u*") IntBuffer pSrc, int nValue, @Cast(value="Npp32u*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_32u(@Cast(value="const Npp32u*") int[] pSrc, int nValue, @Cast(value="Npp32u*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_32s(@Cast(value="const Npp32s*") IntPointer pSrc, int nValue, @Cast(value="Npp32s*") IntPointer pDst, int nLength)
pSrc - \ref source_signal_pointer.nValue - Constant value to be used to right shift each vector elementpDst - \ref destination_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsRShiftC_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, int nValue, @Cast(value="Npp32s*") IntBuffer pDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_32s(@Cast(value="const Npp32s*") int[] pSrc, int nValue, @Cast(value="Npp32s*") int[] pDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_8u_I(int nValue, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be used to right shift each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsRShiftC_8u_I(int nValue, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_8u_I(int nValue, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_16u_I(int nValue, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be used to right shift each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsRShiftC_16u_I(int nValue, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_16u_I(int nValue, @Cast(value="Npp16u*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_16s_I(int nValue, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be used to right shift each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsRShiftC_16s_I(int nValue, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_16s_I(int nValue, @Cast(value="Npp16s*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_32u_I(int nValue, @Cast(value="Npp32u*") IntPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be used to right shift each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsRShiftC_32u_I(int nValue, @Cast(value="Npp32u*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_32u_I(int nValue, @Cast(value="Npp32u*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_32s_I(int nValue, @Cast(value="Npp32s*") IntPointer pSrcDst, int nLength)
pSrcDst - \ref in_place_signal_pointer.nValue - Constant value to be used to right shift each vector elementnLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsRShiftC_32s_I(int nValue, @Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsRShiftC_32s_I(int nValue, @Cast(value="Npp32s*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMinEvery_8u_I(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMinEvery_8u_I(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMinEvery_8u_I(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMinEvery_16u_I(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMinEvery_16u_I(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMinEvery_16u_I(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMinEvery_16s_I(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMinEvery_16s_I(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMinEvery_16s_I(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMinEvery_32s_I(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s*") IntPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMinEvery_32s_I(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMinEvery_32s_I(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMinEvery_32f_I(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMinEvery_32f_I(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMinEvery_32f_I(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMinEvery_64f_I(@Cast(value="const Npp64f*") DoublePointer pSrc, @Cast(value="Npp64f*") DoublePointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMinEvery_64f_I(@Cast(value="const Npp64f*") DoubleBuffer pSrc, @Cast(value="Npp64f*") DoubleBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMinEvery_64f_I(@Cast(value="const Npp64f*") double[] pSrc, @Cast(value="Npp64f*") double[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMaxEvery_8u_I(@Cast(value="const Npp8u*") BytePointer pSrc, @Cast(value="Npp8u*") BytePointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMaxEvery_8u_I(@Cast(value="const Npp8u*") ByteBuffer pSrc, @Cast(value="Npp8u*") ByteBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMaxEvery_8u_I(@Cast(value="const Npp8u*") byte[] pSrc, @Cast(value="Npp8u*") byte[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMaxEvery_16u_I(@Cast(value="const Npp16u*") ShortPointer pSrc, @Cast(value="Npp16u*") ShortPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMaxEvery_16u_I(@Cast(value="const Npp16u*") ShortBuffer pSrc, @Cast(value="Npp16u*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMaxEvery_16u_I(@Cast(value="const Npp16u*") short[] pSrc, @Cast(value="Npp16u*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMaxEvery_16s_I(@Cast(value="const Npp16s*") ShortPointer pSrc, @Cast(value="Npp16s*") ShortPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMaxEvery_16s_I(@Cast(value="const Npp16s*") ShortBuffer pSrc, @Cast(value="Npp16s*") ShortBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMaxEvery_16s_I(@Cast(value="const Npp16s*") short[] pSrc, @Cast(value="Npp16s*") short[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMaxEvery_32s_I(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s*") IntPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMaxEvery_32s_I(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMaxEvery_32s_I(@Cast(value="const Npp32s*") int[] pSrc, @Cast(value="Npp32s*") int[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMaxEvery_32f_I(@Cast(value="const Npp32f*") FloatPointer pSrc, @Cast(value="Npp32f*") FloatPointer pSrcDst, int nLength)
pSrc - \ref source_signal_pointer.pSrcDst - \ref in_place_signal_pointer.nLength - \ref length_specification.@Cast(value="NppStatus") public static int nppsMaxEvery_32f_I(@Cast(value="const Npp32f*") FloatBuffer pSrc, @Cast(value="Npp32f*") FloatBuffer pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsMaxEvery_32f_I(@Cast(value="const Npp32f*") float[] pSrc, @Cast(value="Npp32f*") float[] pSrcDst, int nLength)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsSumGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_32fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsSumGetBufferSize_32fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_32fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsSumGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_64fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsSumGetBufferSize_64fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_64fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_16s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsSumGetBufferSize_16s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_16s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_16sc_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsSumGetBufferSize_16sc_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_16sc_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_16sc32sc_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsSumGetBufferSize_16sc32sc_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_16sc32sc_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsSumGetBufferSize_32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_16s32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsSumGetBufferSize_16s32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsSumGetBufferSize_16s32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsSum_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pSum, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pSum - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsSumGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsSum_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pSum, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pSum, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_32fc(@Const Npp32fc pSrc, int nLength, Npp32fc pSum, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pSum - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsSumGetBufferSize_32fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsSum_32fc(@Const Npp32fc pSrc, int nLength, Npp32fc pSum, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_32fc(@Const Npp32fc pSrc, int nLength, Npp32fc pSum, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pSum, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pSum - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsSumGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsSum_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pSum, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pSum, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_64fc(@Const Npp64fc pSrc, int nLength, Npp64fc pSum, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pSum - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsSumGetBufferSize_64fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsSum_64fc(@Const Npp64fc pSrc, int nLength, Npp64fc pSum, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_64fc(@Const Npp64fc pSrc, int nLength, Npp64fc pSum, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pSum, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pSum - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsSumGetBufferSize_16s_Sfs to determine the minium number of bytes required.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSum_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pSum, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pSum, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pSum, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pSum - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsSumGetBufferSize_32s_Sfs to determine the minium number of bytes required.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSum_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pSum, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pSum, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_16sc_Sfs(@Const Npp16sc pSrc, int nLength, Npp16sc pSum, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pSum - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsSumGetBufferSize_16sc_Sfs to determine the minium number of bytes required.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSum_16sc_Sfs(@Const Npp16sc pSrc, int nLength, Npp16sc pSum, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_16sc_Sfs(@Const Npp16sc pSrc, int nLength, Npp16sc pSum, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_16sc32sc_Sfs(@Const Npp16sc pSrc, int nLength, Npp32sc pSum, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pSum - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsSumGetBufferSize_16sc32sc_Sfs to determine the minium number of bytes required.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSum_16sc32sc_Sfs(@Const Npp16sc pSrc, int nLength, Npp32sc pSum, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_16sc32sc_Sfs(@Const Npp16sc pSrc, int nLength, Npp32sc pSum, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_16s32s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pSum, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pSum - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsSumGetBufferSize_16s32s_Sfs to determine the minium number of bytes required.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsSum_16s32s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pSum, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsSum_16s32s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pSum, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMaxGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMaxGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMaxGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMaxGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMax_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pMax, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMax - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaxGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMax_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pMax, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMax_16s(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pMax, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMax_32s(@Cast(value="const Npp32s*") IntPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pMax, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMax - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaxGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMax_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pMax, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMax_32s(@Cast(value="const Npp32s*") int[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pMax, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMax_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pMax, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMax - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaxGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMax_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pMax, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMax_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pMax, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMax_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pMax, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMax - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaxGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMax_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pMax, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMax_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pMax, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxIndxGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMaxIndxGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxIndxGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxIndxGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMaxIndxGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxIndxGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxIndxGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMaxIndxGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxIndxGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxIndxGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMaxIndxGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxIndxGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxIndx_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pMax, IntPointer pIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMax - Pointer to the output result.pIndx - Pointer to the index value of the first maximum element.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaxIndxGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaxIndx_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pMax, IntBuffer pIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxIndx_16s(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pMax, int[] pIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxIndx_32s(@Cast(value="const Npp32s*") IntPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pMax, IntPointer pIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMax - Pointer to the output result.pIndx - Pointer to the index value of the first maximum element.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaxIndxGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaxIndx_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pMax, IntBuffer pIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxIndx_32s(@Cast(value="const Npp32s*") int[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pMax, int[] pIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxIndx_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pMax, IntPointer pIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMax - Pointer to the output result.pIndx - Pointer to the index value of the first maximum element.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaxIndxGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaxIndx_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pMax, IntBuffer pIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxIndx_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pMax, int[] pIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxIndx_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pMax, IntPointer pIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMax - Pointer to the output result.pIndx - Pointer to the index value of the first maximum element.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaxIndxGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaxIndx_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pMax, IntBuffer pIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxIndx_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pMax, int[] pIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxAbsGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMaxAbsGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxAbsGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxAbsGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMaxAbsGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxAbsGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxAbs_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pMaxAbs, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMaxAbs - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaxAbsGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaxAbs_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pMaxAbs, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxAbs_16s(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pMaxAbs, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxAbs_32s(@Cast(value="const Npp32s*") IntPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pMaxAbs, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMaxAbs - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaxAbsGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaxAbs_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pMaxAbs, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxAbs_32s(@Cast(value="const Npp32s*") int[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pMaxAbs, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxAbsIndxGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMaxAbsIndxGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxAbsIndxGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxAbsIndxGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMaxAbsIndxGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxAbsIndxGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaxAbsIndx_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pMaxAbs, IntPointer pIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMaxAbs - Pointer to the output result.pIndx - Pointer to the index value of the first maximum element.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaxAbsIndxGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaxAbsIndx_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pMaxAbs, IntBuffer pIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxAbsIndx_16s(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pMaxAbs, int[] pIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxAbsIndx_32s(@Cast(value="const Npp32s*") IntPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pMaxAbs, IntPointer pIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMaxAbs - Pointer to the output result.pIndx - Pointer to the index value of the first maximum element.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaxAbsIndxGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaxAbsIndx_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pMaxAbs, IntBuffer pIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaxAbsIndx_32s(@Cast(value="const Npp32s*") int[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pMaxAbs, int[] pIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMinGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMinGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMinGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMinGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMin_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pMin, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMin_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pMin, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMin_16s(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pMin, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMin_32s(@Cast(value="const Npp32s*") IntPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pMin, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMin_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pMin, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMin_32s(@Cast(value="const Npp32s*") int[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pMin, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMin_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pMin, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMin_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pMin, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMin_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pMin, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMin_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pMin, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMin_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pMin, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMin_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pMin, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinIndxGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMinIndxGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinIndxGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinIndxGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMinIndxGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinIndxGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinIndxGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMinIndxGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinIndxGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinIndxGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMinIndxGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinIndxGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinIndx_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pMin, IntPointer pIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the output result.pIndx - Pointer to the index value of the first minimum element.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinIndxGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinIndx_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pMin, IntBuffer pIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinIndx_16s(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pMin, int[] pIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinIndx_32s(@Cast(value="const Npp32s*") IntPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pMin, IntPointer pIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the output result.pIndx - Pointer to the index value of the first minimum element.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinIndxGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinIndx_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pMin, IntBuffer pIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinIndx_32s(@Cast(value="const Npp32s*") int[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pMin, int[] pIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinIndx_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pMin, IntPointer pIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the output result.pIndx - Pointer to the index value of the first minimum element.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinIndxGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinIndx_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pMin, IntBuffer pIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinIndx_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pMin, int[] pIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinIndx_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pMin, IntPointer pIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the output result.pIndx - Pointer to the index value of the first minimum element.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinIndxGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinIndx_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pMin, IntBuffer pIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinIndx_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pMin, int[] pIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinAbsGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMinAbsGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinAbsGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinAbsGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMinAbsGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinAbsGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinAbs_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pMinAbs, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMinAbs - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinAbsGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinAbs_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pMinAbs, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinAbs_16s(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pMinAbs, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinAbs_32s(@Cast(value="const Npp32s*") IntPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pMinAbs, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMinAbs - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinAbsGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinAbs_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pMinAbs, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinAbs_32s(@Cast(value="const Npp32s*") int[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pMinAbs, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinAbsIndxGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMinAbsIndxGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinAbsIndxGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinAbsIndxGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMinAbsIndxGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinAbsIndxGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinAbsIndx_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pMinAbs, IntPointer pIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMinAbs - Pointer to the output result.pIndx - Pointer to the index value of the first minimum element.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinAbsIndxGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinAbsIndx_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pMinAbs, IntBuffer pIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinAbsIndx_16s(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pMinAbs, int[] pIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinAbsIndx_32s(@Cast(value="const Npp32s*") IntPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pMinAbs, IntPointer pIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMinAbs - Pointer to the output result.pIndx - Pointer to the index value of the first minimum element.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinAbsIndxGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinAbsIndx_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pMinAbs, IntBuffer pIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinAbsIndx_32s(@Cast(value="const Npp32s*") int[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pMinAbs, int[] pIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_32fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_32fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_32fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_64fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_64fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_64fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_16s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_16s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_16s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_16sc_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_16sc_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanGetBufferSize_16sc_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMean_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pMean, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMean - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMeanGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMean_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pMean, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMean_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pMean, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMean_32fc(@Const Npp32fc pSrc, int nLength, Npp32fc pMean, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMean - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMeanGetBufferSize_32fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMean_32fc(@Const Npp32fc pSrc, int nLength, Npp32fc pMean, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMean_32fc(@Const Npp32fc pSrc, int nLength, Npp32fc pMean, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMean_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pMean, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMean - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMeanGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMean_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pMean, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMean_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pMean, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMean_64fc(@Const Npp64fc pSrc, int nLength, Npp64fc pMean, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMean - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMeanGetBufferSize_64fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMean_64fc(@Const Npp64fc pSrc, int nLength, Npp64fc pMean, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMean_64fc(@Const Npp64fc pSrc, int nLength, Npp64fc pMean, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMean_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pMean, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMean - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMeanGetBufferSize_16s_Sfs to determine the minium number of bytes required.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMean_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pMean, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMean_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pMean, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMean_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pMean, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMean - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMeanGetBufferSize_32s_Sfs to determine the minium number of bytes required.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMean_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pMean, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMean_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pMean, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMean_16sc_Sfs(@Const Npp16sc pSrc, int nLength, Npp16sc pMean, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMean - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMeanGetBufferSize_16sc_Sfs to determine the minium number of bytes required.nScaleFactor - \ref integer_result_scaling.@Cast(value="NppStatus") public static int nppsMean_16sc_Sfs(@Const Npp16sc pSrc, int nLength, Npp16sc pMean, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMean_16sc_Sfs(@Const Npp16sc pSrc, int nLength, Npp16sc pMean, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsStdDevGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsStdDevGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsStdDevGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsStdDevGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsStdDevGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsStdDevGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsStdDevGetBufferSize_16s32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsStdDevGetBufferSize_16s32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsStdDevGetBufferSize_16s32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsStdDevGetBufferSize_16s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsStdDevGetBufferSize_16s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsStdDevGetBufferSize_16s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsStdDev_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pStdDev, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pStdDev - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsStdDevGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsStdDev_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pStdDev, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsStdDev_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pStdDev, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsStdDev_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pStdDev, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pStdDev - Pointer to the output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsStdDevGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsStdDev_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pStdDev, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsStdDev_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pStdDev, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsStdDev_16s32s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pStdDev, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pStdDev - Pointer to the output result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsStdDevGetBufferSize_16s32s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsStdDev_16s32s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pStdDev, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsStdDev_16s32s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pStdDev, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsStdDev_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pStdDev, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pStdDev - Pointer to the output result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsStdDevGetBufferSize_16s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsStdDev_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pStdDev, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsStdDev_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pStdDev, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMeanStdDevGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMeanStdDevGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanStdDevGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanStdDevGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMeanStdDevGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanStdDevGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanStdDevGetBufferSize_16s32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMeanStdDevGetBufferSize_16s32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanStdDevGetBufferSize_16s32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanStdDevGetBufferSize_16s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.@Cast(value="NppStatus") public static int nppsMeanStdDevGetBufferSize_16s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanStdDevGetBufferSize_16s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMeanStdDev_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pMean, @Cast(value="Npp32f*") FloatPointer pStdDev, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMean - Pointer to the output mean value.pStdDev - Pointer to the output standard deviation value.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMeanStdDevGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMeanStdDev_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pMean, @Cast(value="Npp32f*") FloatBuffer pStdDev, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMeanStdDev_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pMean, @Cast(value="Npp32f*") float[] pStdDev, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMeanStdDev_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pMean, @Cast(value="Npp64f*") DoublePointer pStdDev, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMean - Pointer to the output mean value.pStdDev - Pointer to the output standard deviation value.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMeanStdDevGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMeanStdDev_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pMean, @Cast(value="Npp64f*") DoubleBuffer pStdDev, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMeanStdDev_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pMean, @Cast(value="Npp64f*") double[] pStdDev, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMeanStdDev_16s32s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pMean, @Cast(value="Npp32s*") IntPointer pStdDev, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMean - Pointer to the output mean value.pStdDev - Pointer to the output standard deviation value.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMeanStdDevGetBufferSize_16s32s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMeanStdDev_16s32s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pMean, @Cast(value="Npp32s*") IntBuffer pStdDev, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMeanStdDev_16s32s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pMean, @Cast(value="Npp32s*") int[] pStdDev, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMeanStdDev_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pMean, @Cast(value="Npp16s*") ShortPointer pStdDev, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMean - Pointer to the output mean value.pStdDev - Pointer to the output standard deviation value.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMeanStdDevGetBufferSize_16s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMeanStdDev_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pMean, @Cast(value="Npp16s*") ShortBuffer pStdDev, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMeanStdDev_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pMean, @Cast(value="Npp16s*") short[] pStdDev, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_8u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_8u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_8u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_16u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_16u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_16u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_32u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_32u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_32u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMax_8u(@Cast(value="const Npp8u*") BytePointer pSrc, int nLength, @Cast(value="Npp8u*") BytePointer pMin, @Cast(value="Npp8u*") BytePointer pMax, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMax - Pointer to the max output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxGetBufferSize_8u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMax_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc, int nLength, @Cast(value="Npp8u*") ByteBuffer pMin, @Cast(value="Npp8u*") ByteBuffer pMax, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMax_8u(@Cast(value="const Npp8u*") byte[] pSrc, int nLength, @Cast(value="Npp8u*") byte[] pMin, @Cast(value="Npp8u*") byte[] pMax, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMax_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pMin, @Cast(value="Npp16s*") ShortPointer pMax, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMax - Pointer to the max output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMax_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pMin, @Cast(value="Npp16s*") ShortBuffer pMax, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMax_16s(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pMin, @Cast(value="Npp16s*") short[] pMax, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMax_16u(@Cast(value="const Npp16u*") ShortPointer pSrc, int nLength, @Cast(value="Npp16u*") ShortPointer pMin, @Cast(value="Npp16u*") ShortPointer pMax, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMax - Pointer to the max output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxGetBufferSize_16u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMax_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16u*") ShortBuffer pMin, @Cast(value="Npp16u*") ShortBuffer pMax, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMax_16u(@Cast(value="const Npp16u*") short[] pSrc, int nLength, @Cast(value="Npp16u*") short[] pMin, @Cast(value="Npp16u*") short[] pMax, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMax_32u(@Cast(value="const Npp32u*") IntPointer pSrc, int nLength, @Cast(value="Npp32u*") IntPointer pMin, @Cast(value="Npp32u*") IntPointer pMax, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMax - Pointer to the max output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxGetBufferSize_32u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMax_32u(@Cast(value="const Npp32u*") IntBuffer pSrc, int nLength, @Cast(value="Npp32u*") IntBuffer pMin, @Cast(value="Npp32u*") IntBuffer pMax, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMax_32u(@Cast(value="const Npp32u*") int[] pSrc, int nLength, @Cast(value="Npp32u*") int[] pMin, @Cast(value="Npp32u*") int[] pMax, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMax_32s(@Cast(value="const Npp32s*") IntPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pMin, @Cast(value="Npp32s*") IntPointer pMax, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMax - Pointer to the max output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMax_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pMin, @Cast(value="Npp32s*") IntBuffer pMax, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMax_32s(@Cast(value="const Npp32s*") int[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pMin, @Cast(value="Npp32s*") int[] pMax, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMax_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pMin, @Cast(value="Npp32f*") FloatPointer pMax, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMax - Pointer to the max output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMax_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pMin, @Cast(value="Npp32f*") FloatBuffer pMax, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMax_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pMin, @Cast(value="Npp32f*") float[] pMax, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMax_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pMin, @Cast(value="Npp64f*") DoublePointer pMax, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMax - Pointer to the max output result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMax_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pMin, @Cast(value="Npp64f*") DoubleBuffer pMax, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMax_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pMin, @Cast(value="Npp64f*") double[] pMax, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_8u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_8u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_8u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_16u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_16u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_16u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_32u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_32u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_32u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndxGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_8u(@Cast(value="const Npp8u*") BytePointer pSrc, int nLength, @Cast(value="Npp8u*") BytePointer pMin, IntPointer pMinIndx, @Cast(value="Npp8u*") BytePointer pMax, IntPointer pMaxIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMinIndx - Pointer to the index of the first min value.pMax - Pointer to the max output result.pMaxIndx - Pointer to the index of the first max value.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxIndxGetBufferSize_8u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMaxIndx_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc, int nLength, @Cast(value="Npp8u*") ByteBuffer pMin, IntBuffer pMinIndx, @Cast(value="Npp8u*") ByteBuffer pMax, IntBuffer pMaxIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_8u(@Cast(value="const Npp8u*") byte[] pSrc, int nLength, @Cast(value="Npp8u*") byte[] pMin, int[] pMinIndx, @Cast(value="Npp8u*") byte[] pMax, int[] pMaxIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_16s(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp16s*") ShortPointer pMin, IntPointer pMinIndx, @Cast(value="Npp16s*") ShortPointer pMax, IntPointer pMaxIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMinIndx - Pointer to the index of the first min value.pMax - Pointer to the max output result.pMaxIndx - Pointer to the index of the first max value.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxIndxGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMaxIndx_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16s*") ShortBuffer pMin, IntBuffer pMinIndx, @Cast(value="Npp16s*") ShortBuffer pMax, IntBuffer pMaxIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_16s(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp16s*") short[] pMin, int[] pMinIndx, @Cast(value="Npp16s*") short[] pMax, int[] pMaxIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_16u(@Cast(value="const Npp16u*") ShortPointer pSrc, int nLength, @Cast(value="Npp16u*") ShortPointer pMin, IntPointer pMinIndx, @Cast(value="Npp16u*") ShortPointer pMax, IntPointer pMaxIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMinIndx - Pointer to the index of the first min value.pMax - Pointer to the max output result.pMaxIndx - Pointer to the index of the first max value.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxIndxGetBufferSize_16u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMaxIndx_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc, int nLength, @Cast(value="Npp16u*") ShortBuffer pMin, IntBuffer pMinIndx, @Cast(value="Npp16u*") ShortBuffer pMax, IntBuffer pMaxIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_16u(@Cast(value="const Npp16u*") short[] pSrc, int nLength, @Cast(value="Npp16u*") short[] pMin, int[] pMinIndx, @Cast(value="Npp16u*") short[] pMax, int[] pMaxIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_32s(@Cast(value="const Npp32s*") IntPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pMin, IntPointer pMinIndx, @Cast(value="Npp32s*") IntPointer pMax, IntPointer pMaxIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMinIndx - Pointer to the index of the first min value.pMax - Pointer to the max output result.pMaxIndx - Pointer to the index of the first max value.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxIndxGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMaxIndx_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pMin, IntBuffer pMinIndx, @Cast(value="Npp32s*") IntBuffer pMax, IntBuffer pMaxIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_32s(@Cast(value="const Npp32s*") int[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pMin, int[] pMinIndx, @Cast(value="Npp32s*") int[] pMax, int[] pMaxIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_32u(@Cast(value="const Npp32u*") IntPointer pSrc, int nLength, @Cast(value="Npp32u*") IntPointer pMin, IntPointer pMinIndx, @Cast(value="Npp32u*") IntPointer pMax, IntPointer pMaxIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMinIndx - Pointer to the index of the first min value.pMax - Pointer to the max output result.pMaxIndx - Pointer to the index of the first max value.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxIndxGetBufferSize_32u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMaxIndx_32u(@Cast(value="const Npp32u*") IntBuffer pSrc, int nLength, @Cast(value="Npp32u*") IntBuffer pMin, IntBuffer pMinIndx, @Cast(value="Npp32u*") IntBuffer pMax, IntBuffer pMaxIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_32u(@Cast(value="const Npp32u*") int[] pSrc, int nLength, @Cast(value="Npp32u*") int[] pMin, int[] pMinIndx, @Cast(value="Npp32u*") int[] pMax, int[] pMaxIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pMin, IntPointer pMinIndx, @Cast(value="Npp32f*") FloatPointer pMax, IntPointer pMaxIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMinIndx - Pointer to the index of the first min value.pMax - Pointer to the max output result.pMaxIndx - Pointer to the index of the first max value.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxIndxGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMaxIndx_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pMin, IntBuffer pMinIndx, @Cast(value="Npp32f*") FloatBuffer pMax, IntBuffer pMaxIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pMin, int[] pMinIndx, @Cast(value="Npp32f*") float[] pMax, int[] pMaxIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pMin, IntPointer pMinIndx, @Cast(value="Npp64f*") DoublePointer pMax, IntPointer pMaxIndx, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pMin - Pointer to the min output result.pMinIndx - Pointer to the index of the first min value.pMax - Pointer to the max output result.pMaxIndx - Pointer to the index of the first max value.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMinMaxIndxGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMinMaxIndx_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pMin, IntBuffer pMinIndx, @Cast(value="Npp64f*") DoubleBuffer pMax, IntBuffer pMaxIndx, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMinMaxIndx_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pMin, int[] pMinIndx, @Cast(value="Npp64f*") double[] pMax, int[] pMaxIndx, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_Inf_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormInfGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_Inf_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_Inf_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_Inf_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormInfGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_Inf_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_Inf_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_16s32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_16s32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_16s32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_Inf_16s32f(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormInfGetBufferSize_16s32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_Inf_16s32f(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_Inf_16s32f(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_32fc32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_32fc32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_32fc32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_Inf_32fc32f(@Const Npp32fc pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormInfGetBufferSize_32fc32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_Inf_32fc32f(@Const Npp32fc pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_Inf_32fc32f(@Const Npp32fc pSrc, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_64fc64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_64fc64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_64fc64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_Inf_64fc64f(@Const Npp64fc pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormInfGetBufferSize_64fc64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_Inf_64fc64f(@Const Npp64fc pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_Inf_64fc64f(@Const Npp64fc pSrc, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_16s32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_16s32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormInfGetBufferSize_16s32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_Inf_16s32s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pNorm, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormInfGetBufferSize_16s32s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_Inf_16s32s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pNorm, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_Inf_16s32s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pNorm, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L1_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL1GetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L1_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L1_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L1_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL1GetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L1_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L1_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_16s32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_16s32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_16s32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L1_16s32f(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the L1 norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL1GetBufferSize_16s32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L1_16s32f(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L1_16s32f(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_32fc64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_32fc64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_32fc64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L1_32fc64f(@Const Npp32fc pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL1GetBufferSize_32fc64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L1_32fc64f(@Const Npp32fc pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L1_32fc64f(@Const Npp32fc pSrc, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_64fc64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_64fc64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_64fc64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L1_64fc64f(@Const Npp64fc pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL1GetBufferSize_64fc64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L1_64fc64f(@Const Npp64fc pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L1_64fc64f(@Const Npp64fc pSrc, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_16s32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_16s32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_16s32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L1_16s32s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pNorm, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL1GetBufferSize_16s32s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L1_16s32s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pNorm, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L1_16s32s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pNorm, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_16s64s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_16s64s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL1GetBufferSize_16s64s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L1_16s64s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp64s*") LongPointer pNorm, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL1GetBufferSize_16s64s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L1_16s64s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp64s*") LongBuffer pNorm, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L1_16s64s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp64s*") long[] pNorm, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L2_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL2GetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L2_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L2_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L2_64f(@Cast(value="const Npp64f*") DoublePointer pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL2GetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L2_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L2_64f(@Cast(value="const Npp64f*") double[] pSrc, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_16s32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_16s32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_16s32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L2_16s32f(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL2GetBufferSize_16s32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L2_16s32f(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L2_16s32f(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_32fc64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_32fc64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_32fc64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L2_32fc64f(@Const Npp32fc pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL2GetBufferSize_32fc64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L2_32fc64f(@Const Npp32fc pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L2_32fc64f(@Const Npp32fc pSrc, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_64fc64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_64fc64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_64fc64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L2_64fc64f(@Const Npp64fc pSrc, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL2GetBufferSize_64fc64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L2_64fc64f(@Const Npp64fc pSrc, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L2_64fc64f(@Const Npp64fc pSrc, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_16s32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_16s32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL2GetBufferSize_16s32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L2_16s32s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp32s*") IntPointer pNorm, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL2GetBufferSize_16s32s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L2_16s32s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp32s*") IntBuffer pNorm, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L2_16s32s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp32s*") int[] pNorm, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormL2SqrGetBufferSize_16s64s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormL2SqrGetBufferSize_16s64s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormL2SqrGetBufferSize_16s64s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNorm_L2Sqr_16s64s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp64s*") LongPointer pNorm, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormL2SqrGetBufferSize_16s64s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNorm_L2Sqr_16s64s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp64s*") LongBuffer pNorm, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNorm_L2Sqr_16s64s_Sfs(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp64s*") long[] pNorm, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_Inf_32f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffInfGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_Inf_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_Inf_32f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_Inf_64f(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Cast(value="const Npp64f*") DoublePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffInfGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_Inf_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Cast(value="const Npp64f*") DoubleBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_Inf_64f(@Cast(value="const Npp64f*") double[] pSrc1, @Cast(value="const Npp64f*") double[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_16s32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_16s32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_16s32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_Inf_16s32f(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffInfGetBufferSize_16s32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_Inf_16s32f(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_Inf_16s32f(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_32fc32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_32fc32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_32fc32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_Inf_32fc32f(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffInfGetBufferSize_32fc32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_Inf_32fc32f(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_Inf_32fc32f(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_64fc64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_64fc64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_64fc64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_Inf_64fc64f(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffInfGetBufferSize_64fc64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_Inf_64fc64f(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_Inf_64fc64f(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_16s32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_16s32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffInfGetBufferSize_16s32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_Inf_16s32s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp32s*") IntPointer pNorm, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffInfGetBufferSize_16s32s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_Inf_16s32s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp32s*") IntBuffer pNorm, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_Inf_16s32s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp32s*") int[] pNorm, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_32f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL1GetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L1_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_32f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_64f(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Cast(value="const Npp64f*") DoublePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL1GetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L1_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Cast(value="const Npp64f*") DoubleBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_64f(@Cast(value="const Npp64f*") double[] pSrc1, @Cast(value="const Npp64f*") double[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_16s32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_16s32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_16s32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_16s32f(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the L1 norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL1GetBufferSize_16s32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L1_16s32f(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_16s32f(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_32fc64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_32fc64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_32fc64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_32fc64f(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL1GetBufferSize_32fc64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L1_32fc64f(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_32fc64f(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_64fc64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_64fc64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_64fc64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_64fc64f(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL1GetBufferSize_64fc64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L1_64fc64f(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_64fc64f(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_16s32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_16s32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_16s32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_16s32s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp32s*") IntPointer pNorm, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer..nLength - \ref length_specification.pNorm - Pointer to the norm result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL1GetBufferSize_16s32s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L1_16s32s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp32s*") IntBuffer pNorm, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_16s32s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp32s*") int[] pNorm, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_16s64s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_16s64s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL1GetBufferSize_16s64s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_16s64s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp64s*") LongPointer pNorm, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL1GetBufferSize_16s64s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L1_16s64s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp64s*") LongBuffer pNorm, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L1_16s64s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp64s*") long[] pNorm, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L2_32f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL2GetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L2_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L2_32f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L2_64f(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Cast(value="const Npp64f*") DoublePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL2GetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L2_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Cast(value="const Npp64f*") DoubleBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L2_64f(@Cast(value="const Npp64f*") double[] pSrc1, @Cast(value="const Npp64f*") double[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_16s32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_16s32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_16s32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L2_16s32f(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp32f*") FloatPointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL2GetBufferSize_16s32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L2_16s32f(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp32f*") FloatBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L2_16s32f(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp32f*") float[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_32fc64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_32fc64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_32fc64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L2_32fc64f(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL2GetBufferSize_32fc64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L2_32fc64f(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L2_32fc64f(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_64fc64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_64fc64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_64fc64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L2_64fc64f(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pNorm, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL2GetBufferSize_64fc64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L2_64fc64f(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pNorm, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L2_64fc64f(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pNorm, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_16s32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_16s32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL2GetBufferSize_16s32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L2_16s32s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp32s*") IntPointer pNorm, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL2GetBufferSize_16s32s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L2_16s32s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp32s*") IntBuffer pNorm, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L2_16s32s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp32s*") int[] pNorm, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiffL2SqrGetBufferSize_16s64s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsNormDiffL2SqrGetBufferSize_16s64s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiffL2SqrGetBufferSize_16s64s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsNormDiff_L2Sqr_16s64s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp64s*") LongPointer pNorm, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pNorm - Pointer to the norm result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsNormDiffL2SqrGetBufferSize_16s64s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsNormDiff_L2Sqr_16s64s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp64s*") LongBuffer pNorm, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsNormDiff_L2Sqr_16s64s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp64s*") long[] pNorm, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_32f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, int nLength, @Cast(value="Npp32f*") FloatPointer pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, int nLength, @Cast(value="Npp32f*") FloatBuffer pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_32f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, int nLength, @Cast(value="Npp32f*") float[] pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, Npp32fc pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_32fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, Npp32fc pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, Npp32fc pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32f32fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32f32fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32f32fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_32f32fc(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Const Npp32fc pSrc2, int nLength, Npp32fc pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_32f32fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_32f32fc(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Const Npp32fc pSrc2, int nLength, Npp32fc pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_32f32fc(@Cast(value="const Npp32f*") float[] pSrc1, @Const Npp32fc pSrc2, int nLength, Npp32fc pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32f64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32f64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32f64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_32f64f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_32f64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_32f64f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_32f64f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32fc64fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32fc64fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32fc64fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_32fc64fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, Npp64fc pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_32fc64fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_32fc64fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, Npp64fc pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_32fc64fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, Npp64fc pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32f32fc64fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32f32fc64fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32f32fc64fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_32f32fc64fc(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Const Npp32fc pSrc2, int nLength, Npp64fc pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_32f32fc64fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_32f32fc64fc(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Const Npp32fc pSrc2, int nLength, Npp64fc pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_32f32fc64fc(@Cast(value="const Npp32f*") float[] pSrc1, @Const Npp32fc pSrc2, int nLength, Npp64fc pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_64f(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Cast(value="const Npp64f*") DoublePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Cast(value="const Npp64f*") DoubleBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_64f(@Cast(value="const Npp64f*") double[] pSrc1, @Cast(value="const Npp64f*") double[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_64fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_64fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_64fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, Npp64fc pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_64fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, Npp64fc pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, Npp64fc pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_64f64fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_64f64fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_64f64fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_64f64fc(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Const Npp64fc pSrc2, int nLength, Npp64fc pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_64f64fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_64f64fc(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Const Npp64fc pSrc2, int nLength, Npp64fc pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_64f64fc(@Cast(value="const Npp64f*") double[] pSrc1, @Const Npp64fc pSrc2, int nLength, Npp64fc pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s64s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s64s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s64s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_16s64s(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp64s*") LongPointer pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_16s64s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_16s64s(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp64s*") LongBuffer pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_16s64s(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp64s*") long[] pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16sc64sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16sc64sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16sc64sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_16sc64sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, Npp64sc pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_16sc64sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_16sc64sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, Npp64sc pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_16sc64sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, Npp64sc pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s16sc64sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s16sc64sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s16sc64sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_16s16sc64sc(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Const Npp16sc pSrc2, int nLength, Npp64sc pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_16s16sc64sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_16s16sc64sc(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Const Npp16sc pSrc2, int nLength, Npp64sc pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_16s16sc64sc(@Cast(value="const Npp16s*") short[] pSrc1, @Const Npp16sc pSrc2, int nLength, Npp64sc pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_16s32f(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp32f*") FloatPointer pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_16s32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_16s32f(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp32f*") FloatBuffer pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_16s32f(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp32f*") float[] pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16sc32fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16sc32fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16sc32fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_16sc32fc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, Npp32fc pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_16sc32fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_16sc32fc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, Npp32fc pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_16sc32fc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, Npp32fc pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s16sc32fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s16sc32fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s16sc32fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_16s16sc32fc(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Const Npp16sc pSrc2, int nLength, Npp32fc pDp, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_16s16sc32fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_16s16sc32fc(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Const Npp16sc pSrc2, int nLength, Npp32fc pDp, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_16s16sc32fc(@Cast(value="const Npp16s*") short[] pSrc1, @Const Npp16sc pSrc2, int nLength, Npp32fc pDp, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_16s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp16s*") ShortPointer pDp, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_16s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_16s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp16s*") ShortBuffer pDp, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_16s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp16s*") short[] pDp, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16sc_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16sc_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16sc_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_16sc_Sfs(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, Npp16sc pDp, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_16sc_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_16sc_Sfs(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, Npp16sc pDp, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_16sc_Sfs(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, Npp16sc pDp, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_32s_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc1, @Cast(value="const Npp32s*") IntPointer pSrc2, int nLength, @Cast(value="Npp32s*") IntPointer pDp, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_32s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_32s_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc1, @Cast(value="const Npp32s*") IntBuffer pSrc2, int nLength, @Cast(value="Npp32s*") IntBuffer pDp, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_32s_Sfs(@Cast(value="const Npp32s*") int[] pSrc1, @Cast(value="const Npp32s*") int[] pSrc2, int nLength, @Cast(value="Npp32s*") int[] pDp, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32sc_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32sc_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32sc_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_32sc_Sfs(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, Npp32sc pDp, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_32sc_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_32sc_Sfs(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, Npp32sc pDp, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_32sc_Sfs(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, Npp32sc pDp, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_16s32s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp32s*") IntPointer pDp, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_16s32s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_16s32s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp32s*") IntBuffer pDp, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_16s32s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp32s*") int[] pDp, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s16sc32sc_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s16sc32sc_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s16sc32sc_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_16s16sc32sc_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Const Npp16sc pSrc2, int nLength, Npp32sc pDp, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_16s16sc32sc_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_16s16sc32sc_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Const Npp16sc pSrc2, int nLength, Npp32sc pDp, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_16s16sc32sc_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Const Npp16sc pSrc2, int nLength, Npp32sc pDp, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s32s32s_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s32s32s_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s32s32s_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_16s32s32s_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp32s*") IntPointer pSrc2, int nLength, @Cast(value="Npp32s*") IntPointer pDp, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_16s32s32s_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_16s32s32s_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp32s*") IntBuffer pSrc2, int nLength, @Cast(value="Npp32s*") IntBuffer pDp, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_16s32s32s_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp32s*") int[] pSrc2, int nLength, @Cast(value="Npp32s*") int[] pDp, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s16sc_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s16sc_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16s16sc_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_16s16sc_Sfs(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Const Npp16sc pSrc2, int nLength, Npp16sc pDp, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_16s16sc_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_16s16sc_Sfs(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Const Npp16sc pSrc2, int nLength, Npp16sc pDp, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_16s16sc_Sfs(@Cast(value="const Npp16s*") short[] pSrc1, @Const Npp16sc pSrc2, int nLength, Npp16sc pDp, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16sc32sc_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16sc32sc_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_16sc32sc_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_16sc32sc_Sfs(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, Npp32sc pDp, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_16sc32sc_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_16sc32sc_Sfs(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, Npp32sc pDp, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_16sc32sc_Sfs(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, Npp32sc pDp, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32s32sc_Sfs(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32s32sc_Sfs(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProdGetBufferSize_32s32sc_Sfs(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsDotProd_32s32sc_Sfs(@Cast(value="const Npp32s*") IntPointer pSrc1, @Const Npp32sc pSrc2, int nLength, Npp32sc pDp, int nScaleFactor, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDp - Pointer to the dot product result.nScaleFactor - \ref integer_result_scaling.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsDotProdGetBufferSize_32s32sc_Sfs to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsDotProd_32s32sc_Sfs(@Cast(value="const Npp32s*") IntBuffer pSrc1, @Const Npp32sc pSrc2, int nLength, Npp32sc pDp, int nScaleFactor, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsDotProd_32s32sc_Sfs(@Cast(value="const Npp32s*") int[] pSrc1, @Const Npp32sc pSrc2, int nLength, Npp32sc pDp, int nScaleFactor, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsCountInRangeGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsCountInRangeGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsCountInRangeGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsCountInRange_32s(@Cast(value="const Npp32s*") IntPointer pSrc, int nLength, IntPointer pCounts, @Cast(value="Npp32s") int nLowerBound, @Cast(value="Npp32s") int nUpperBound, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pCounts - Pointer to the number of elements.nLowerBound - Lower bound of the specified range.nUpperBound - Upper bound of the specified range.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsCountInRangeGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsCountInRange_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, int nLength, IntBuffer pCounts, @Cast(value="Npp32s") int nLowerBound, @Cast(value="Npp32s") int nUpperBound, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsCountInRange_32s(@Cast(value="const Npp32s*") int[] pSrc, int nLength, int[] pCounts, @Cast(value="Npp32s") int nLowerBound, @Cast(value="Npp32s") int nUpperBound, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsZeroCrossingGetBufferSize_16s32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsZeroCrossingGetBufferSize_16s32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsZeroCrossingGetBufferSize_16s32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsZeroCrossing_16s32f(@Cast(value="const Npp16s*") ShortPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pValZC, @Cast(value="NppsZCType") int tZCType, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pValZC - Pointer to the output result.tZCType - Type of the zero crossing measure: nppZCR, nppZCXor or nppZCC.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsZeroCrossingGetBufferSize_16s32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsZeroCrossing_16s32f(@Cast(value="const Npp16s*") ShortBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pValZC, @Cast(value="NppsZCType") int tZCType, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsZeroCrossing_16s32f(@Cast(value="const Npp16s*") short[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pValZC, @Cast(value="NppsZCType") int tZCType, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsZeroCrossingGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsZeroCrossingGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsZeroCrossingGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsZeroCrossing_32f(@Cast(value="const Npp32f*") FloatPointer pSrc, int nLength, @Cast(value="Npp32f*") FloatPointer pValZC, @Cast(value="NppsZCType") int tZCType, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc - \ref source_signal_pointer.nLength - \ref length_specification.pValZC - Pointer to the output result.tZCType - Type of the zero crossing measure: nppZCR, nppZCXor or nppZCC.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsZeroCrossingGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsZeroCrossing_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc, int nLength, @Cast(value="Npp32f*") FloatBuffer pValZC, @Cast(value="NppsZCType") int tZCType, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsZeroCrossing_32f(@Cast(value="const Npp32f*") float[] pSrc, int nLength, @Cast(value="Npp32f*") float[] pValZC, @Cast(value="NppsZCType") int tZCType, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_8u(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_8u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_8u(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_8s(@Cast(value="const Npp8s*") BytePointer pSrc1, @Cast(value="const Npp8s*") BytePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_8s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_8s(@Cast(value="const Npp8s*") ByteBuffer pSrc1, @Cast(value="const Npp8s*") ByteBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_8s(@Cast(value="const Npp8s*") byte[] pSrc1, @Cast(value="const Npp8s*") byte[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_16u(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16u*") ShortPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_16u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16u*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_16u(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16u*") short[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_16s(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_16s(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_16sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_16sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_16sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_16sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_32u(@Cast(value="const Npp32u*") IntPointer pSrc1, @Cast(value="const Npp32u*") IntPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_32u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_32u(@Cast(value="const Npp32u*") IntBuffer pSrc1, @Cast(value="const Npp32u*") IntBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_32u(@Cast(value="const Npp32u*") int[] pSrc1, @Cast(value="const Npp32u*") int[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_32s(@Cast(value="const Npp32s*") IntPointer pSrc1, @Cast(value="const Npp32s*") IntPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_32s(@Cast(value="const Npp32s*") IntBuffer pSrc1, @Cast(value="const Npp32s*") IntBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_32s(@Cast(value="const Npp32s*") int[] pSrc1, @Cast(value="const Npp32s*") int[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_32sc(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_32sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_32sc(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_32sc(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_64s(@Cast(value="const Npp64s*") LongPointer pSrc1, @Cast(value="const Npp64s*") LongPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_64s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_64s(@Cast(value="const Npp64s*") LongBuffer pSrc1, @Cast(value="const Npp64s*") LongBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_64s(@Cast(value="const Npp64s*") long[] pSrc1, @Cast(value="const Npp64s*") long[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_64sc(@Const Npp64sc pSrc1, @Const Npp64sc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_64sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_64sc(@Const Npp64sc pSrc1, @Const Npp64sc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_64sc(@Const Npp64sc pSrc1, @Const Npp64sc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_32f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_32f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_32fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_64f(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Cast(value="const Npp64f*") DoublePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Cast(value="const Npp64f*") DoubleBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_64f(@Cast(value="const Npp64f*") double[] pSrc1, @Cast(value="const Npp64f*") double[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumErrorGetBufferSize_64fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumError_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumError_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_8u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_8u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_8u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_8s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_8s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_8s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_16u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_16u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_16u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_16sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_16sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_16sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_64s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_64s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_64s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_64sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_64sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_64sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_32fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_64fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_64fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumErrorGetBufferSize_64fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageError_8u(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_8u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_8u(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_8s(@Cast(value="const Npp8s*") BytePointer pSrc1, @Cast(value="const Npp8s*") BytePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_8s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_8s(@Cast(value="const Npp8s*") ByteBuffer pSrc1, @Cast(value="const Npp8s*") ByteBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_8s(@Cast(value="const Npp8s*") byte[] pSrc1, @Cast(value="const Npp8s*") byte[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_16u(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16u*") ShortPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_16u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16u*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_16u(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16u*") short[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_16s(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_16s(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_16sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_16sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_16sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_16sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_32u(@Cast(value="const Npp32u*") IntPointer pSrc1, @Cast(value="const Npp32u*") IntPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_32u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_32u(@Cast(value="const Npp32u*") IntBuffer pSrc1, @Cast(value="const Npp32u*") IntBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_32u(@Cast(value="const Npp32u*") int[] pSrc1, @Cast(value="const Npp32u*") int[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_32s(@Cast(value="const Npp32s*") IntPointer pSrc1, @Cast(value="const Npp32s*") IntPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_32s(@Cast(value="const Npp32s*") IntBuffer pSrc1, @Cast(value="const Npp32s*") IntBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_32s(@Cast(value="const Npp32s*") int[] pSrc1, @Cast(value="const Npp32s*") int[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_32sc(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_32sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_32sc(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_32sc(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_64s(@Cast(value="const Npp64s*") LongPointer pSrc1, @Cast(value="const Npp64s*") LongPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_64s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_64s(@Cast(value="const Npp64s*") LongBuffer pSrc1, @Cast(value="const Npp64s*") LongBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_64s(@Cast(value="const Npp64s*") long[] pSrc1, @Cast(value="const Npp64s*") long[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_64sc(@Const Npp64sc pSrc1, @Const Npp64sc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_64sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_64sc(@Const Npp64sc pSrc1, @Const Npp64sc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_64sc(@Const Npp64sc pSrc1, @Const Npp64sc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_32f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_32f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_32fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_64f(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Cast(value="const Npp64f*") DoublePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Cast(value="const Npp64f*") DoubleBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_64f(@Cast(value="const Npp64f*") double[] pSrc1, @Cast(value="const Npp64f*") double[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageErrorGetBufferSize_64fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageError_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageError_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_8u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_8u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_8u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_8s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_8s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_8s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_16u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_16u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_16u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_16sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_16sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_16sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_64s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_64s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_64s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_64sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_64sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_64sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_32fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_64fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_64fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageErrorGetBufferSize_64fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_8u(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_8u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_8u(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_8s(@Cast(value="const Npp8s*") BytePointer pSrc1, @Cast(value="const Npp8s*") BytePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_8s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_8s(@Cast(value="const Npp8s*") ByteBuffer pSrc1, @Cast(value="const Npp8s*") ByteBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_8s(@Cast(value="const Npp8s*") byte[] pSrc1, @Cast(value="const Npp8s*") byte[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_16u(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16u*") ShortPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_16u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16u*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_16u(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16u*") short[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_16s(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_16s(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_16sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_16sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_16sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_16sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32u(@Cast(value="const Npp32u*") IntPointer pSrc1, @Cast(value="const Npp32u*") IntPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_32u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32u(@Cast(value="const Npp32u*") IntBuffer pSrc1, @Cast(value="const Npp32u*") IntBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32u(@Cast(value="const Npp32u*") int[] pSrc1, @Cast(value="const Npp32u*") int[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32s(@Cast(value="const Npp32s*") IntPointer pSrc1, @Cast(value="const Npp32s*") IntPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32s(@Cast(value="const Npp32s*") IntBuffer pSrc1, @Cast(value="const Npp32s*") IntBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32s(@Cast(value="const Npp32s*") int[] pSrc1, @Cast(value="const Npp32s*") int[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32sc(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_32sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32sc(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32sc(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_64s(@Cast(value="const Npp64s*") LongPointer pSrc1, @Cast(value="const Npp64s*") LongPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_64s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_64s(@Cast(value="const Npp64s*") LongBuffer pSrc1, @Cast(value="const Npp64s*") LongBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_64s(@Cast(value="const Npp64s*") long[] pSrc1, @Cast(value="const Npp64s*") long[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_64sc(@Const Npp64sc pSrc1, @Const Npp64sc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_64sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_64sc(@Const Npp64sc pSrc1, @Const Npp64sc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_64sc(@Const Npp64sc pSrc1, @Const Npp64sc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_32fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_64f(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Cast(value="const Npp64f*") DoublePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Cast(value="const Npp64f*") DoubleBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_64f(@Cast(value="const Npp64f*") double[] pSrc1, @Cast(value="const Npp64f*") double[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsMaximumRelativeErrorGetBufferSize_64fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsMaximumRelativeError_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeError_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_8u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_8u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_8u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_8s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_8s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_8s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_16u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_16u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_16u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_16sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_16sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_16sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_64s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_64s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_64s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_64sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_64sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_64sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_32fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_64fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_64fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsMaximumRelativeErrorGetBufferSize_64fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_8u(@Cast(value="const Npp8u*") BytePointer pSrc1, @Cast(value="const Npp8u*") BytePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_8u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_8u(@Cast(value="const Npp8u*") ByteBuffer pSrc1, @Cast(value="const Npp8u*") ByteBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_8u(@Cast(value="const Npp8u*") byte[] pSrc1, @Cast(value="const Npp8u*") byte[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_8s(@Cast(value="const Npp8s*") BytePointer pSrc1, @Cast(value="const Npp8s*") BytePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_8s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_8s(@Cast(value="const Npp8s*") ByteBuffer pSrc1, @Cast(value="const Npp8s*") ByteBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_8s(@Cast(value="const Npp8s*") byte[] pSrc1, @Cast(value="const Npp8s*") byte[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_16u(@Cast(value="const Npp16u*") ShortPointer pSrc1, @Cast(value="const Npp16u*") ShortPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_16u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_16u(@Cast(value="const Npp16u*") ShortBuffer pSrc1, @Cast(value="const Npp16u*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_16u(@Cast(value="const Npp16u*") short[] pSrc1, @Cast(value="const Npp16u*") short[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_16s(@Cast(value="const Npp16s*") ShortPointer pSrc1, @Cast(value="const Npp16s*") ShortPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_16s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_16s(@Cast(value="const Npp16s*") ShortBuffer pSrc1, @Cast(value="const Npp16s*") ShortBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_16s(@Cast(value="const Npp16s*") short[] pSrc1, @Cast(value="const Npp16s*") short[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_16sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_16sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_16sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_16sc(@Const Npp16sc pSrc1, @Const Npp16sc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_32u(@Cast(value="const Npp32u*") IntPointer pSrc1, @Cast(value="const Npp32u*") IntPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_32u to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_32u(@Cast(value="const Npp32u*") IntBuffer pSrc1, @Cast(value="const Npp32u*") IntBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_32u(@Cast(value="const Npp32u*") int[] pSrc1, @Cast(value="const Npp32u*") int[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_32s(@Cast(value="const Npp32s*") IntPointer pSrc1, @Cast(value="const Npp32s*") IntPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_32s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_32s(@Cast(value="const Npp32s*") IntBuffer pSrc1, @Cast(value="const Npp32s*") IntBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_32s(@Cast(value="const Npp32s*") int[] pSrc1, @Cast(value="const Npp32s*") int[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_32sc(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_32sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_32sc(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_32sc(@Const Npp32sc pSrc1, @Const Npp32sc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_64s(@Cast(value="const Npp64s*") LongPointer pSrc1, @Cast(value="const Npp64s*") LongPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_64s to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_64s(@Cast(value="const Npp64s*") LongBuffer pSrc1, @Cast(value="const Npp64s*") LongBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_64s(@Cast(value="const Npp64s*") long[] pSrc1, @Cast(value="const Npp64s*") long[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_64sc(@Const Npp64sc pSrc1, @Const Npp64sc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_64sc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_64sc(@Const Npp64sc pSrc1, @Const Npp64sc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_64sc(@Const Npp64sc pSrc1, @Const Npp64sc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_32f(@Cast(value="const Npp32f*") FloatPointer pSrc1, @Cast(value="const Npp32f*") FloatPointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_32f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_32f(@Cast(value="const Npp32f*") FloatBuffer pSrc1, @Cast(value="const Npp32f*") FloatBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_32f(@Cast(value="const Npp32f*") float[] pSrc1, @Cast(value="const Npp32f*") float[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_32fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_32fc(@Const Npp32fc pSrc1, @Const Npp32fc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_64f(@Cast(value="const Npp64f*") DoublePointer pSrc1, @Cast(value="const Npp64f*") DoublePointer pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_64f to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_64f(@Cast(value="const Npp64f*") DoubleBuffer pSrc1, @Cast(value="const Npp64f*") DoubleBuffer pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_64f(@Cast(value="const Npp64f*") double[] pSrc1, @Cast(value="const Npp64f*") double[] pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoublePointer pDst, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
pSrc1 - \ref source_signal_pointer.pSrc2 - \ref source_signal_pointer.nLength - \ref length_specification.pDst - Pointer to the error result.pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppsAverageRelativeErrorGetBufferSize_64fc to determine the minium number of bytes required.@Cast(value="NppStatus") public static int nppsAverageRelativeError_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") DoubleBuffer pDst, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeError_64fc(@Const Npp64fc pSrc1, @Const Npp64fc pSrc2, int nLength, @Cast(value="Npp64f*") double[] pDst, @Cast(value="Npp8u*") byte[] pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_8u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_8u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_8u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_8s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_8s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_8s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_16u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_16u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_16u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_16s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_16s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_16s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_16sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_16sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_16sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32u(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32u(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32u(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_64s(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_64s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_64s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_64sc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_64sc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_64sc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_32fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_64f(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_64f(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_64f(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_64fc(int nLength, IntPointer hpBufferSize)
nLength - \ref length_specification.hpBufferSize - Required buffer size. Important:
hpBufferSize is a host pointer.@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_64fc(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsAverageRelativeErrorGetBufferSize_64fc(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsIntegralGetBufferSize_32s(int nLength, IntPointer hpBufferSize)
\[
s'_i = \sum_0^i s_j
\]
\{@Cast(value="NppStatus") public static int nppsIntegralGetBufferSize_32s(int nLength, IntBuffer hpBufferSize)
@Cast(value="NppStatus") public static int nppsIntegralGetBufferSize_32s(int nLength, int[] hpBufferSize)
@Cast(value="NppStatus") public static int nppsIntegral_32s(@Cast(value="const Npp32s*") IntPointer pSrc, @Cast(value="Npp32s*") IntPointer pDst, int nLength, @Cast(value="Npp8u*") BytePointer pDeviceBuffer)
@Cast(value="NppStatus") public static int nppsIntegral_32s(@Cast(value="const Npp32s*") IntBuffer pSrc, @Cast(value="Npp32s*") IntBuffer pDst, int nLength, @Cast(value="Npp8u*") ByteBuffer pDeviceBuffer)
Copyright © 2019. All rights reserved.