NVIDIA Performance Primitives (NPP)
Version 10.0
|
Primitives for computing the maximal pixel value of an image. More...
Max | |
NppStatus | nppiMax_8u_C1R (const Npp8u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp8u *pMax) |
One-channel 8-bit unsigned image Max. More... |
|
NppStatus | nppiMax_16u_C1R (const Npp16u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16u *pMax) |
One-channel 16-bit unsigned image Max. More... |
|
NppStatus | nppiMax_16s_C1R (const Npp16s *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16s *pMax) |
One-channel 16-bit signed image Max. More... |
|
NppStatus | nppiMax_32f_C1R (const Npp32f *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp32f *pMax) |
One-channel 32-bit floating point image Max. More... |
|
NppStatus | nppiMax_8u_C3R (const Npp8u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp8u aMax[3]) |
Three-channel 8-bit unsigned image Max. More... |
|
NppStatus | nppiMax_16u_C3R (const Npp16u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16u aMax[3]) |
Three-channel 16-bit unsigned image Max. More... |
|
NppStatus | nppiMax_16s_C3R (const Npp16s *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16s aMax[3]) |
Three-channel 16-bit signed image Max. More... |
|
NppStatus | nppiMax_32f_C3R (const Npp32f *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp32f aMax[3]) |
Three-channel 32-bit floating point image Max. More... |
|
NppStatus | nppiMax_8u_C4R (const Npp8u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp8u aMax[4]) |
Four-channel 8-bit unsigned image Max. More... |
|
NppStatus | nppiMax_16u_C4R (const Npp16u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16u aMax[4]) |
Four-channel 16-bit unsigned image Max. More... |
|
NppStatus | nppiMax_16s_C4R (const Npp16s *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16s aMax[4]) |
For common parameter descriptions, see Common parameters for nppiMax functions. More... |
|
NppStatus | nppiMax_32f_C4R (const Npp32f *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp32f aMax[4]) |
Four-channel 32-bit floating point image Max. More... |
|
NppStatus | nppiMax_8u_AC4R (const Npp8u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp8u aMax[3]) |
Four-channel 8-bit unsigned image Max ignoring alpha channel. More... |
|
NppStatus | nppiMax_16u_AC4R (const Npp16u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16u aMax[3]) |
Four-channel 16-bit unsigned image Max ignoring alpha channel. More... |
|
NppStatus | nppiMax_16s_AC4R (const Npp16s *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16s aMax[3]) |
Four-channel 16-bit signed image Max ignoring alpha channel. More... |
|
NppStatus | nppiMax_32f_AC4R (const Npp32f *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp32f aMax[3]) |
Four-channel 32-bit floating point image Max ignoring alpha channel. More... |
|
Primitives for computing the maximal pixel value of an image.
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
pDeviceBuffer | Pointer to the required device memory allocation, Scratch Buffer and Host Pointer. Use nppiMaxGetBufferHostSize_XX_XXX to determine the minium number of bytes required. |
pMax | Pointer to the computed max. |
NppStatus nppiMax_16s_AC4R | ( | const Npp16s * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp16s | aMax[3] | ||
) |
Four-channel 16-bit signed image Max ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_16s_C1R | ( | const Npp16s * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp16s * | pMax | ||
) |
One-channel 16-bit signed image Max.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_16s_C3R | ( | const Npp16s * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp16s | aMax[3] | ||
) |
Three-channel 16-bit signed image Max.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_16s_C4R | ( | const Npp16s * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp16s | aMax[4] | ||
) |
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_16u_AC4R | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp16u | aMax[3] | ||
) |
Four-channel 16-bit unsigned image Max ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_16u_C1R | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp16u * | pMax | ||
) |
One-channel 16-bit unsigned image Max.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_16u_C3R | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp16u | aMax[3] | ||
) |
Three-channel 16-bit unsigned image Max.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_16u_C4R | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp16u | aMax[4] | ||
) |
Four-channel 16-bit unsigned image Max.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_32f_AC4R | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp32f | aMax[3] | ||
) |
Four-channel 32-bit floating point image Max ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_32f_C1R | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp32f * | pMax | ||
) |
One-channel 32-bit floating point image Max.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_32f_C3R | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp32f | aMax[3] | ||
) |
Three-channel 32-bit floating point image Max.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_32f_C4R | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp32f | aMax[4] | ||
) |
Four-channel 32-bit floating point image Max.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_8u_AC4R | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp8u | aMax[3] | ||
) |
Four-channel 8-bit unsigned image Max ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_8u_C1R | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp8u * | pMax | ||
) |
One-channel 8-bit unsigned image Max.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_8u_C3R | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp8u | aMax[3] | ||
) |
Three-channel 8-bit unsigned image Max.
For common parameter descriptions, see Common parameters for nppiMax functions.
NppStatus nppiMax_8u_C4R | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSizeROI, | ||
Npp8u * | pDeviceBuffer, | ||
Npp8u | aMax[4] | ||
) |
Four-channel 8-bit unsigned image Max.
For common parameter descriptions, see Common parameters for nppiMax functions.
Buffer size for nppiMax_16s_AC4R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_16s_C1R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_16s_C3R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_16s_C4R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_16u_AC4R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_16u_C1R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_16u_C3R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_16u_C4R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_32f_AC4R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_32f_C1R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_32f_C3R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_32f_C4R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_8u_AC4R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_8u_C1R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_8u_C3R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.
Buffer size for nppiMax_8u_C4R.
For common parameter descriptions, see CommonGetBufferHostSizeParameters.