NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 10.1.1
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
MaximumRelativeError

Primitives for computing the maximum relative error between two images. More...

MaximumRelativeError

NppStatus nppiMaximumRelativeError_8u_C1R_Ctx (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 8-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_8u_C1R (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_8s_C1R_Ctx (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 8-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_8s_C1R (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_16u_C1R_Ctx (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 16-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_16u_C1R (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_16s_C1R_Ctx (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 16-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_16s_C1R (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_16sc_C1R_Ctx (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 16-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_16sc_C1R (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32u_C1R_Ctx (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 32-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32u_C1R (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32s_C1R_Ctx (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 32-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32s_C1R (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32sc_C1R_Ctx (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 32-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32sc_C1R (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32f_C1R_Ctx (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 32-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32f_C1R (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32fc_C1R_Ctx (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 32-bit floating point complex image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32fc_C1R (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_64f_C1R_Ctx (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 64-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_64f_C1R (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_8u_C2R_Ctx (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 8-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_8u_C2R (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_8s_C2R_Ctx (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 8-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_8s_C2R (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_16u_C2R_Ctx (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 16-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_16u_C2R (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_16s_C2R_Ctx (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 16-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_16s_C2R (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_16sc_C2R_Ctx (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 16-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_16sc_C2R (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32u_C2R_Ctx (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 32-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32u_C2R (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32s_C2R_Ctx (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 32-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32s_C2R (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32sc_C2R_Ctx (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 32-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32sc_C2R (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32f_C2R_Ctx (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 32-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32f_C2R (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32fc_C2R_Ctx (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 32-bit floating point complex image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32fc_C2R (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_64f_C2R_Ctx (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 64-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_64f_C2R (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_8u_C3R_Ctx (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 8-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_8u_C3R (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_8s_C3R_Ctx (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 8-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_8s_C3R (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_16u_C3R_Ctx (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 16-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_16u_C3R (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_16s_C3R_Ctx (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 16-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_16s_C3R (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_16sc_C3R_Ctx (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 16-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_16sc_C3R (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32u_C3R_Ctx (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 32-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32u_C3R (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32s_C3R_Ctx (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 32-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32s_C3R (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32sc_C3R_Ctx (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 32-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32sc_C3R (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32f_C3R_Ctx (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 32-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32f_C3R (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32fc_C3R_Ctx (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 32-bit floating point complex image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32fc_C3R (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_64f_C3R_Ctx (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 64-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_64f_C3R (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_8u_C4R_Ctx (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 8-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_8u_C4R (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_8s_C4R_Ctx (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 8-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_8s_C4R (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_16u_C4R_Ctx (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 16-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_16u_C4R (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_16s_C4R_Ctx (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 16-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_16s_C4R (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_16sc_C4R_Ctx (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 16-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_16sc_C4R (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32u_C4R_Ctx (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 32-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32u_C4R (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32s_C4R_Ctx (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 32-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32s_C4R (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32sc_C4R_Ctx (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 32-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32sc_C4R (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32f_C4R_Ctx (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 32-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32f_C4R (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_32fc_C4R_Ctx (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 32-bit floating point complex image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_32fc_C4R (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiMaximumRelativeError_64f_C4R_Ctx (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 64-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiMaximumRelativeError_64f_C4R (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 

MaximumRelativeErrorGetBufferHostSize

Companion primitives for computing the device buffer size (in bytes) required by the NormDiff_Inf primitives.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_8u_C1R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_8s_C1R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_16u_C1R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_16s_C1R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_16sc_C1R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32u_C1R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32s_C1R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32sc_C1R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32f_C1R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32fc_C1R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_64f_C1R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_8u_C2R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_8s_C2R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_16u_C2R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_16s_C2R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_16sc_C2R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32u_C2R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32s_C2R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32sc_C2R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32f_C2R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32fc_C2R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_64f_C2R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_8u_C3R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_8s_C3R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_16u_C3R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_16s_C3R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_16sc_C3R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32u_C3R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32s_C3R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32sc_C3R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32f_C3R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32fc_C3R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_64f_C3R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_8u_C4R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_8s_C4R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_16u_C4R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_16s_C4R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_16sc_C4R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32u_C4R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32s_C4R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32sc_C4R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32f_C4R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_32fc_C4R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiMaximumRelativeError_64f_C4R. More...
 
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C4R (NppiSize oSizeROI, int *hpBufferSize)
 

Detailed Description

Primitives for computing the maximum relative error between two images.

Given two images $pSrc1$ and $pSrc2$ both with width $W$ and height $H$, the maximum relative error is defined as:

\[MaximumRelativeError = max{\frac{\left|pSrc1(j,i) - pSrc2(j,i)\right|}{max(\left|pSrc1(j,i)\right|, \left|pSrc2(j,i)\right|)}}\]

If the image is in complex format, the absolute value is used for computation. For multiple channles, the maximum relative error of all the channles is returned.

Function Documentation

NppStatus nppiMaximumRelativeError_16s_C1R ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_16s_C1R_Ctx ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 16-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_16s_C2R ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_16s_C2R_Ctx ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 16-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_16s_C3R ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_16s_C3R_Ctx ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 16-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_16s_C4R ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_16s_C4R_Ctx ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 16-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_16sc_C1R ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_16sc_C1R_Ctx ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 16-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_16sc_C2R ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_16sc_C2R_Ctx ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 16-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_16sc_C3R ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_16sc_C3R_Ctx ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 16-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_16sc_C4R ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_16sc_C4R_Ctx ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 16-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_16u_C1R ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_16u_C1R_Ctx ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 16-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_16u_C2R ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_16u_C2R_Ctx ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 16-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_16u_C3R ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_16u_C3R_Ctx ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 16-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_16u_C4R ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_16u_C4R_Ctx ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 16-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32f_C1R ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32f_C1R_Ctx ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 32-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32f_C2R ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32f_C2R_Ctx ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 32-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32f_C3R ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32f_C3R_Ctx ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 32-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32f_C4R ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32f_C4R_Ctx ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 32-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32fc_C1R ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32fc_C1R_Ctx ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 32-bit floating point complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32fc_C2R ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32fc_C2R_Ctx ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 32-bit floating point complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32fc_C3R ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32fc_C3R_Ctx ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 32-bit floating point complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32fc_C4R ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32fc_C4R_Ctx ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 32-bit floating point complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32s_C1R ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32s_C1R_Ctx ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 32-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32s_C2R ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32s_C2R_Ctx ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 32-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32s_C3R ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32s_C3R_Ctx ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 32-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32s_C4R ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32s_C4R_Ctx ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 32-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32sc_C1R ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32sc_C1R_Ctx ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 32-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32sc_C2R ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32sc_C2R_Ctx ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 32-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32sc_C3R ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32sc_C3R_Ctx ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 32-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32sc_C4R ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32sc_C4R_Ctx ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 32-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32u_C1R ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32u_C1R_Ctx ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 32-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32u_C2R ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32u_C2R_Ctx ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 32-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32u_C3R ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32u_C3R_Ctx ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 32-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_32u_C4R ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_32u_C4R_Ctx ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 32-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_64f_C1R ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_64f_C1R_Ctx ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 64-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_64f_C2R ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_64f_C2R_Ctx ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 64-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_64f_C3R ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_64f_C3R_Ctx ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 64-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_64f_C4R ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_64f_C4R_Ctx ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 64-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_8s_C1R ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_8s_C1R_Ctx ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 8-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_8s_C2R ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_8s_C2R_Ctx ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 8-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_8s_C3R ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_8s_C3R_Ctx ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 8-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_8s_C4R ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_8s_C4R_Ctx ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 8-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_8u_C1R ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_8u_C1R_Ctx ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 8-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_8u_C2R ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_8u_C2R_Ctx ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 8-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_8u_C3R ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_8u_C3R_Ctx ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 8-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeError_8u_C4R ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiMaximumRelativeError_8u_C4R_Ctx ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 8-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_16s_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_16s_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_16s_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16s_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_16s_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_16sc_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_16sc_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_16sc_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16sc_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_16sc_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_16u_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_16u_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_16u_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_16u_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_16u_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32f_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32f_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32f_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32f_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32f_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32fc_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32fc_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32fc_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32fc_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32fc_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32s_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32s_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32s_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32s_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32s_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32sc_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32sc_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32sc_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32sc_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32sc_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32u_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32u_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32u_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_32u_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_32u_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_64f_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_64f_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_64f_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_64f_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_64f_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_8s_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_8s_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_8s_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8s_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_8s_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_8u_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_8u_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_8u_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaximumRelativeErrorGetBufferHostSize_8u_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiMaximumRelativeError_8u_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.


Copyright © 2009-2019 NVIDIA Corporation